feathericons / feather

Simply beautiful open-source icons
https://feathericons.com
MIT License
24.65k stars 1.21k forks source link

Icon request: DigitalOcean logo #698

Open mittalyashu opened 4 years ago

mittalyashu commented 4 years ago

Icon Request

Draft 1
image
mittalyashu commented 4 years ago

It might not look like DigitalOcean logo, but when you zoom out it looks exactly the same.

MarcelloTheArcane commented 4 years ago

How have you done the dots?

jletey commented 4 years ago

@mittalyashu How about something like this?

Shot 2019-07-24 at 07 14 23

<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>
mittalyashu commented 4 years ago

The icon looks much better, but the DigitalOcean name should not be with a hyphen.

jletey commented 4 years ago

The icon looks much better

Wonderful!

but the DigitalOcean name should be with a hyphen.

Shot 2019-07-24 at 07 14 23

mittalyashu commented 4 years ago

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.

image

jletey commented 4 years ago

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.

image

Definitely!

MarcelloTheArcane commented 4 years ago

See #763