mirror of
https://github.com/feathericons/feather.git
synced 2023-08-10 21:13:24 +03:00
feat: Add webcam icon (feathericons#437)
This commit is contained in:
parent
3c64e93543
commit
8804ae06bb
15
icons/webcam.svg
Normal file
15
icons/webcam.svg
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
<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 18a8 8 0 1 0 0-16 8 8 0 0 0 0 16z" />
|
||||||
|
<path d="M7 22h5m5 0h-5m0 0v-4" />
|
||||||
|
<path d="M12 13.5a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7z" />
|
||||||
|
</svg>
|
After Width: | Height: | Size: 359 B |
Loading…
Reference in New Issue
Block a user