mirror of
https://github.com/konpa/devicon.git
synced 2025-08-12 17:44:24 +02:00
new icon: figma (original, plain) (#531)
* Add new icon: figma (original) * Fix icon figma * Position icon in center * Add figma-plain version * Update devicon.json, add figma-plain Co-authored-by: David Leal <halfpacho@gmail.com> Co-authored-by: AanchalCh <aanchal.chaurasia99@gmail.com> Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
17
devicon.json
17
devicon.json
@@ -1082,6 +1082,23 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "figma",
|
||||
"tags": [
|
||||
"design"
|
||||
],
|
||||
"versions": {
|
||||
"svg": [
|
||||
"original",
|
||||
"plain"
|
||||
],
|
||||
"font": [
|
||||
"plain"
|
||||
]
|
||||
},
|
||||
"color": "#f24e1e",
|
||||
"aliases": []
|
||||
},
|
||||
{
|
||||
"name": "firebase",
|
||||
"tags": [
|
||||
|
10
icons/figma/figma-original.svg
Normal file
10
icons/figma/figma-original.svg
Normal file
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="128px" height="128px" viewBox="0 0 128 128" version="1.1">
|
||||
<g>
|
||||
<path fill="#0acf83" d="M 45.5 129 C 57.4 129 67 119.4 67 107.5 L 67 86 L 45.5 86 C 33.6 86 24 95.6 24 107.5 C 24 119.4 33.6 129 45.5 129 Z M 45.5 129"/>
|
||||
<path fill="#a259ff" d="M 24 64.5 C 24 52.6 33.6 43 45.5 43 L 67 43 L 67 86 L 45.5 86 C 33.6 86 24 76.4 24 64.5 Z M 24 64.5"/>
|
||||
<path fill="#f24e1e" d="M 24 21.5 C 24 9.6 33.6 0 45.5 0 L 67 0 L 67 43 L 45.5 43 C 33.6 43 24 33.4 24 21.5 Z M 24 21.5"/>
|
||||
<path fill="#ff7262" d="M 67 0 L 88.5 0 C 100.4 0 110 9.6 110 21.5 C 110 33.4 100.4 43 88.5 43 L 67 43 Z M 67 0"/>
|
||||
<path fill="#1abcfe" d="M 110 64.5 C 110 76.4 100.4 86 88.5 86 C 76.6 86 67 76.4 67 64.5 C 67 52.6 76.6 43 88.5 43 C 100.4 43 110 52.6 110 64.5 Z M 110 64.5"/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 883 B |
10
icons/figma/figma-plain.svg
Normal file
10
icons/figma/figma-plain.svg
Normal file
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="128px" height="128px" viewBox="0 0 128 128" version="1.1">
|
||||
<g>
|
||||
<path d="M 45.5 129 C 57.4 129 67 119.4 67 107.5 L 67 86 L 45.5 86 C 33.6 86 24 95.6 24 107.5 C 24 119.4 33.6 129 45.5 129 Z M 45.5 129"/>
|
||||
<path d="M 24 64.5 C 24 52.6 33.6 43 45.5 43 L 67 43 L 67 86 L 45.5 86 C 33.6 86 24 76.4 24 64.5 Z M 24 64.5"/>
|
||||
<path d="M 24 21.5 C 24 9.6 33.6 0 45.5 0 L 67 0 L 67 43 L 45.5 43 C 33.6 43 24 33.4 24 21.5 Z M 24 21.5"/>
|
||||
<path d="M 67 0 L 88.5 0 C 100.4 0 110 9.6 110 21.5 C 110 33.4 100.4 43 88.5 43 L 67 43 Z M 67 0"/>
|
||||
<path d="M 110 64.5 C 110 76.4 100.4 86 88.5 86 C 76.6 86 67 76.4 67 64.5 C 67 52.6 76.6 43 88.5 43 C 100.4 43 110 52.6 110 64.5 Z M 110 64.5"/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 808 B |
Reference in New Issue
Block a user