1
0
Fork 0
mirror of https://github.com/walkxcode/dashboard-icons.git synced 2024-07-28 12:57:38 +02:00
dashboard-icons/svg/ubuntu.svg
Bjorn Lammers 59fb4c9e10
🐛 Fixes broken SVGs (#424)
Sorry for the bigger file sizes now, but all SVG compression methods I have tried have resulted into broken SVGs :(
2023-06-07 14:02:28 +02:00

8 lines
550 B
XML

<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 100 100">
<circle fill="#f47421" cy="50" cx="50" r="45"/>
<circle fill="none" stroke="#ffffff" stroke-width="8.55" cx="50" cy="50" r="21.825"/>
<g id="friend"><circle fill="#f47421" cx="19.4" cy="50" r="8.4376"/>
<path stroke="#f47421" stroke-width="3.2378" d="M67,50H77"/>
<circle fill="#ffffff" cx="19.4" cy="50" r="6.00745"/></g>
<use xlink:href="#friend" transform="rotate(120,50,50)"/>
<use xlink:href="#friend" transform="rotate(240,50,50)"/></svg>