feathericons / feather

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

Icon Request: Camera Lens #221

Closed rehatkathuria closed 2 years ago

rehatkathuria commented 7 years ago

If you'd like to request an icon, please provide the following information:

colebemis commented 7 years ago

Would the aperture icon fit your needs? https://github.com/colebemis/feather/blob/master/icons/aperture.svg

rehatkathuria commented 7 years ago

I'm already using that to display the f stop for the exif data. Similarly, I'm using the camera icon itself to display information about the camera model.

MarcelloTheArcane commented 5 years ago

Is this too simplistic?

image

moeenio commented 5 years ago

Perfect! Could you give the Figma link and make sure to follow #171 ?

MarcelloTheArcane commented 5 years ago

I've cloned the existing repository, so it's on the bottom of here.

Alternatively, the SVG:

<svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2" xmlns="http://www.w3.org/2000/svg">
  <circle cx="12" cy="12" r="10" stroke="inherit" stroke-width="inherit"/>
  <path d="M18 12C18 9 15.3137 6 12 6" stroke="inherit" stroke-width="inherit" stroke-linecap="round"/>
</svg>