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

Pressure Gauge Icon Request #934

Open
frankphilip opened this issue Jun 17, 2020 · 4 comments · Fixed by lucide-icons/lucide#66
Open

Pressure Gauge Icon Request #934

frankphilip opened this issue Jun 17, 2020 · 4 comments · Fixed by lucide-icons/lucide#66

Comments

@frankphilip
Copy link

frankphilip commented Jun 17, 2020

Icon Request

  • Icon name: Pressure Gauge
  • Use case: Icon to identify sensor data
  • Screenshots of similar icons:

gauge

I have seen a similar request with a different design.

Below is the svg code I created using the clock icon and would like to contribute a few more if given the chance. I'll also try pushing this icon and I hope it does not cause any unnecessary error. Thanks 👍

SVG Code

<svg 
  xmlns="http://www.w3.org/2000/svg"
  width="24" 
  height="24" 
  viewBox="0 0 24 24" 
  fill="none" 
  stroke="black" 
  stroke-width="2" 
  stroke-linecap="round" 
  stroke-linejoin="round">

  <circle cx="12" cy="12" r="10" />
  <circle cx="12" cy="12" r="1" />
  <polyline points="12 6 12 12 12 12" />
</svg>
@johnletey
Copy link

johnletey commented Jun 17, 2020

@frankphilip I really love that 😍 I have another suggestion as well:

meter

<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"
>
  <path d="M16 2.83209C14.7751 2.2969 13.4222 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12C22 10.5778 21.7031 9.22492 21.1679 8" />
  <path d="M14 10C15.9805 8.01976 17.0909 6.90952 19.0714 4.92928" />
  <path d="M12 14.5C13.3807 14.5 14.5 13.3807 14.5 12C14.5 10.6193 13.3807 9.5 12 9.5C10.6193 9.5 9.5 10.6193 9.5 12C9.5 13.3807 10.6193 14.5 12 14.5Z" />
</svg>

@johnletey
Copy link

would like to contribute a few more if given the chance

Feel free! Also me and other members of the Feather community have gone off and started a community run fork of this project, as PRs tend to not get merged into production.

So feel free to submit icons here as well as on @featherity.

@frankphilip
Copy link
Author

I'll try adding a few more. I did something like this as well.

gauge 2

<svg 
  xmlns="http://www.w3.org/2000/svg"
  width="24" 
  height="24" 
  viewBox="0 0 24 24" 
  fill="none" 
  stroke="black" 
  stroke-width="2" 
  stroke-linecap="round" 
  stroke-linejoin="round">

  <circle cx="12" cy="12" r="10" />
  <circle cx="12" cy="12" r="1" />
  <polyline points="12 6 12 12 12 12" />
  <line x1="10" y1="16" x2="14" y2="16" />
</svg>

@Farhan3364
Copy link

is there any way to add a customs svg icon?

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.

4 participants