feather
feather copied to clipboard
Icon request: DigitalOcean logo
Icon Request
- Icon name: DigitalOcean Logo
Draft 1 |
---|
![]() |
It might not look like DigitalOcean logo, but when you zoom out it looks exactly the same.
How have you done the dots?
@mittalyashu How about something like this?
<svg
width="24"
height="24"
viewBox="0 0 24 24"
xmlns="http://www.w3.org/2000/svg"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="M12 21a9 9 0 1 0-9-9" />
<line x1="9" y1="18" x2="9" y2="18" />
<line x1="6" y1="21" x2="6" y2="21" />
<line x1="3" y1="18" x2="3" y2="18" />
</svg>
The icon looks much better, but the DigitalOcean name should not be with a hyphen.
The icon looks much better
Wonderful!
but the DigitalOcean name should be with a hyphen.
but the DigitalOcean name should be with a hyphen.
Sorry, typo mistake. Should not be a hyphen. 😅
We might need to work on those three dots positioning.
but the DigitalOcean name should be with a hyphen.
Sorry, typo mistake. Should not be a hyphen. 😅
Got it!
We might need to work on those three dots positioning.
Definitely!
See #763