mirror of
https://github.com/feathericons/feather.git
synced 2023-08-10 21:13:24 +03:00
Add instagram icon
This commit is contained in:
parent
0f13ad3b56
commit
7b790f2150
@ -23,6 +23,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
|||||||
- `filter`
|
- `filter`
|
||||||
- `hash`
|
- `hash`
|
||||||
- `home`
|
- `home`
|
||||||
|
- `instagram`
|
||||||
- `map-pin`
|
- `map-pin`
|
||||||
- `mic-off`
|
- `mic-off`
|
||||||
- `phone`
|
- `phone`
|
||||||
|
@ -32,6 +32,7 @@
|
|||||||
"thumbs-up",
|
"thumbs-up",
|
||||||
"thumbs-down",
|
"thumbs-down",
|
||||||
"facebook",
|
"facebook",
|
||||||
|
"instagram",
|
||||||
"at-sign",
|
"at-sign",
|
||||||
"hash",
|
"hash",
|
||||||
"phone",
|
"phone",
|
||||||
|
5
icons/instagram.svg
Normal file
5
icons/instagram.svg
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="#000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
||||||
|
<rect x="2" y="2" width="20" height="20" rx="5" ry="5"/>
|
||||||
|
<path d="M16,11.37A4,4,0,1,1,12.63,8,4,4,0,0,1,16,11.37Z"/>
|
||||||
|
<line x1="17.5" y1="6.5" x2="17.5" y2="6.5"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 349 B |
Loading…
Reference in New Issue
Block a user