Feather: Icon request: Spinnable loading icon

Created on 23 Jul 2019  路  13Comments  路  Source: feathericons/feather

Icon Request

  • Icon name: loader-2
  • Use case: spinnable loading icon (current loading icon doesn't look great when rotating)
  • Screenshots of similar icons:

loading.svg.zip
2019-07-23 11 37 00 am

Most helpful comment

Yes that could definitely work, though when spinning with (for example) a css animation you would only need loading-75. So would there be any use for including the others?

loader-2

All 13 comments

@generator85 LGTM! I've gone ahead and formatted the icon for you:

<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 22C6.5 22 2 17.5 2 12S6.5 2 12 2s10 4.5 10 10" />
</svg>

What do you think @locness3?

How about a circular loader?

| Circle 25% | Circle 50% | Circle 75% | Circle 100% |
| --- | --- | --- | --- |
| image | image | image | image |

@mittalyashu I think your version is more of a pie chart icon and should belong in seperate thread.

A pie chart would look something like this

image

@generator85 This is what I interpreted from @mittalyashu comment:

Shot 2019-07-23 at 12 34 55

@johnletey Thx! On second thought maybe it would be better if the gap was in the top right. Since when rotating the icon the starting point of the line should be at 0掳:

<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="M22,12c0,5.5-4.5,10-10,10S2,17.5,2,12S6.5,2,12,2"/>
</svg>

@generator85 So something more like this?

Shot 2019-07-23 at 12 37 17

Although, loading-100 is just a circle and won't look like anything when spinning ... so it's not needed

Yes that could definitely work, though when spinning with (for example) a css animation you would only need loading-75. So would there be any use for including the others?

loader-2

@generator85 Good point, and I don't think that there is a use case for the others

What do you think @locness3 @mittalyashu @ahtohbi4?

I guess you are right.

But if other circles are not usable, I think circle 75% can be usable at least.

| Circle 75% |
| --- |
| circle 75% |

What about this use-case?

image

I think all loader sizes can be useful.

So what steps should be taken to have this icon included?

@generator85 #171

Was this page helpful?
0 / 5 - 0 ratings

Related issues

jamesponddotco picture jamesponddotco  路  5Comments

MarcelloTheArcane picture MarcelloTheArcane  路  4Comments

designgrill picture designgrill  路  5Comments

mittalyashu picture mittalyashu  路  4Comments

sadeghbarati picture sadeghbarati  路  5Comments