Add icon for profiles
For profiles without own avatar
This commit is contained in:
parent
a09b00c92f
commit
e3e4a1fac0
2 changed files with 42 additions and 0 deletions
17
qml/images/icon-l-profile.svg
Normal file
17
qml/images/icon-l-profile.svg
Normal file
|
@ -0,0 +1,17 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 21.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="Layer_2" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 96 96" style="enable-background:new 0 0 96 96;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{opacity:0.5;fill:#FFFFFF;}
|
||||
.st1{fill:#FFFFFF;}
|
||||
.st2{opacity:0.75;fill:#FFFFFF;}
|
||||
</style>
|
||||
<g>
|
||||
<rect x="0.5" y="0" class="st0" width="95" height="95"/>
|
||||
</g>
|
||||
<path class="st1" d="M48,52.5c-9.7,0-17.6-7.9-17.6-17.6S38.3,17.3,48,17.3s17.6,7.9,17.6,17.6S57.7,52.5,48,52.5z M48,19.3
|
||||
c-8.6,0-15.6,7-15.6,15.6s7,15.6,15.6,15.6c8.6,0,15.6-7,15.6-15.6S56.6,19.3,48,19.3z"/>
|
||||
<path class="st2" d="M78.8,76.4h-2v-1.6c0-7.6-6.2-13.8-13.8-13.8H33c-7.6,0-13.8,6.2-13.8,13.8v1.6h-2v-1.6
|
||||
c0-8.7,7.1-15.8,15.8-15.8h30c8.7,0,15.8,7.1,15.8,15.8V76.4z"/>
|
||||
</svg>
|
After Width: | Height: | Size: 936 B |
25
qml/images/icon-m-profile.svg
Normal file
25
qml/images/icon-m-profile.svg
Normal file
|
@ -0,0 +1,25 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 21.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 64 64" style="enable-background:new 0 0 64 64;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{opacity:0.5;fill:#FFFFFF;}
|
||||
.st1{fill:#FFFFFF;fill-opacity:0;}
|
||||
.st2{opacity:0.6;fill:#FFFFFF;enable-background:new ;}
|
||||
.st3{fill:#FFFFFF;}
|
||||
</style>
|
||||
<g id="Layer_2">
|
||||
<rect y="0" class="st0" width="64" height="64"/>
|
||||
</g>
|
||||
<g id="Layer_1">
|
||||
<g id="icon-m-contact">
|
||||
<rect id="icon-m-contact_1_" y="0" class="st1" width="64" height="64"/>
|
||||
<g>
|
||||
<path class="st2" d="M22,41.5h20c5,0,9,4,9,9c0,0.3,0,0.7-0.1,1h2c0-0.3,0-0.7,0-1c0-6.1-4.9-11-11-11H22c-6.1,0-11,4.9-11,11
|
||||
c0,0.3,0,0.7,0,1h2c0-0.3-0.1-0.7-0.1-1C13,45.5,17,41.5,22,41.5z"/>
|
||||
<path class="st3" d="M32,35.5c-6.6,0-12-5.4-12-12s5.4-12,12-12s12,5.4,12,12S38.6,35.5,32,35.5z M32,13.5c-5.5,0-10,4.5-10,10
|
||||
s4.5,10,10,10s10-4.5,10-10S37.5,13.5,32,13.5z"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 1.1 KiB |
Loading…
Reference in a new issue