- commit
- 0be04353a9e88eb42b7b6861d4d7384bc7fc209e
- parent
- c6bbcd5768eb5606dd91b91daab1219f4e85bc63
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2022-10-19 21:20
add svg version of the icon
Diffstat
| A | icons/icon.svg | 22 | ++++++++++++++++++++++ |
1 files changed, 22 insertions, 0 deletions
diff --git a/icons/icon.svg b/icons/icon.svg
@@ -0,0 +1,22 @@ -1 1 <svg xmlns="http://www.w3.org/2000/svg" width="128" height="128" viewBox="0 0 128 128"> -1 2 <clipPath id="half-circles"> -1 3 <rect x="0" y="0" width="32" height="128" /> -1 4 </clipPath> -1 5 <rect fill="#6B6B6B" x="0" y="0" width="128" height="128" rx="16" ry="16" /> -1 6 <g> -1 7 <g fill="none" stroke="#fff" stroke-width="9" stroke-linecap="round"> -1 8 <line x1="32" y1="21" x2="107" y2="21" /> -1 9 <line x1="32" y1="45" x2="107" y2="45" /> -1 10 <line x1="32" y1="69" x2="107" y2="69" /> -1 11 <line x1="32" y1="93" x2="107" y2="93" /> -1 12 <line x1="99" y1="21" x2="99" y2="93" /> -1 13 <circle cx="32" cy="33" r="12" clip-path="url(#half-circles)" /> -1 14 <circle cx="32" cy="57" r="12" clip-path="url(#half-circles)" /> -1 15 <circle cx="32" cy="81" r="12" clip-path="url(#half-circles)" /> -1 16 </g> -1 17 <g fill="#fff"> -1 18 <rect x="32" y="78" width="24" height="16" rx="3" ry="3" /> -1 19 <polygon points="32,93 32,112 44,102 56,112 56,93" /> -1 20 </g> -1 21 </g> -1 22 </svg>