Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Icon Request: Gauge #408

Closed
AndreaMinato opened this issue May 4, 2018 · 0 comments · Fixed by lucide-icons/lucide#66
Closed

Icon Request: Gauge #408

AndreaMinato opened this issue May 4, 2018 · 0 comments · Fixed by lucide-icons/lucide#66

Comments

@AndreaMinato
Copy link

Icon name:

  • gauge

Use cases:

  • admin panel: icon to identify the stats/performance page
  • speedometer

Screenshot

image

SVG Code

I have made the icon myself, fell free to use it , modify it or even ignore it.
If the svg does not respect your standard (that I believe I have respected) just let me know so that maybe the next time i will do a better job.

<svg 
    xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-gauge">
    <path d="M19.778,21.32C21.841,19.272 23,16.495 23,13.599C23,11.891 22.604,10.274 21.899,8.834"/>
    <path d="M19.024,5.198C17.118,3.626 14.669,2.68 12,2.68C5.929,2.68 1,7.573 1,13.599C1,16.495 2.159,19.272 4.222,21.32"/>
    <path id="needle" d="M13.184,12.694L21.241,6.538"/>
    <circle id="center" cx="12" cy="13.599" r="1.456"/>
    <path id="display" d="M15.753,18.86C15.753,18.408 15.385,18.041 14.933,18.041L9.067,18.041C8.615,18.041 8.247,18.408 8.247,18.86L8.247,20.5C8.247,20.953 8.615,21.32 9.067,21.32L14.933,21.32C15.385,21.32 15.753,20.953 15.753,20.5L15.753,18.86Z"/>
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants