fig logo
fig from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- fig
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the fig logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.543 0A4.543 4.543 0 0 0 0 4.543v14.914A4.543 4.543 0 0 0 4.543 24h14.914A4.543 4.543 0 0 0 24 19.457V4.543A4.543 4.543 0 0 0 19.457 0zm10.715 2.572h3.086a3.3 3.3 0 0 1 .656.065a3.3 3.3 0 0 1 .898.326q.139.076.268.164q.131.087.252.186a3.3 3.3 0 0 1 .789.96q.076.14.139.286a3.2 3.2 0 0 1 .187.61a3.3 3.3 0 0 1 .067.66v12.343a3.3 3.3 0 0 1-.146.97a3 3 0 0 1-.108.3a3.3 3.3 0 0 1-.301.552a3.3 3.3 0 0 1-.627.694q-.12.098-.252.185a3.2 3.2 0 0 1-.553.3a3.2 3.2 0 0 1-1.27.255h-3.085a3.3 3.3 0 0 1-.658-.065a3.24 3.24 0 0 1-2.344-1.922a3.2 3.2 0 0 1-.256-1.27V5.829a3.3 3.3 0 0 1 .393-1.555a3.2 3.2 0 0 1 1.04-1.146a3.2 3.2 0 0 1 .553-.3a3.3 3.3 0 0 1 1.272-.255z"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsFig(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.543 0A4.543 4.543 0 0 0 0 4.543v14.914A4.543 4.543 0 0 0 4.543 24h14.914A4.543 4.543 0 0 0 24 19.457V4.543A4.543 4.543 0 0 0 19.457 0zm10.715 2.572h3.086a3.3 3.3 0 0 1 .656.065a3.3 3.3 0 0 1 .898.326q.139.076.268.164q.131.087.252.186a3.3 3.3 0 0 1 .789.96q.076.14.139.286a3.2 3.2 0 0 1 .187.61a3.3 3.3 0 0 1 .067.66v12.343a3.3 3.3 0 0 1-.146.97a3 3 0 0 1-.108.3a3.3 3.3 0 0 1-.301.552a3.3 3.3 0 0 1-.627.694q-.12.098-.252.185a3.2 3.2 0 0 1-.553.3a3.2 3.2 0 0 1-1.27.255h-3.085a3.3 3.3 0 0 1-.658-.065a3.24 3.24 0 0 1-2.344-1.922a3.2 3.2 0 0 1-.256-1.27V5.829a3.3 3.3 0 0 1 .393-1.555a3.2 3.2 0 0 1 1.04-1.146a3.2 3.2 0 0 1 .553-.3a3.3 3.3 0 0 1 1.272-.255z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.543 0A4.543 4.543 0 0 0 0 4.543v14.914A4.543 4.543 0 0 0 4.543 24h14.914A4.543 4.543 0 0 0 24 19.457V4.543A4.543 4.543 0 0 0 19.457 0zm10.715 2.572h3.086a3.3 3.3 0 0 1 .656.065a3.3 3.3 0 0 1 .898.326q.139.076.268.164q.131.087.252.186a3.3 3.3 0 0 1 .789.96q.076.14.139.286a3.2 3.2 0 0 1 .187.61a3.3 3.3 0 0 1 .067.66v12.343a3.3 3.3 0 0 1-.146.97a3 3 0 0 1-.108.3a3.3 3.3 0 0 1-.301.552a3.3 3.3 0 0 1-.627.694q-.12.098-.252.185a3.2 3.2 0 0 1-.553.3a3.2 3.2 0 0 1-1.27.255h-3.085a3.3 3.3 0 0 1-.658-.065a3.24 3.24 0 0 1-2.344-1.922a3.2 3.2 0 0 1-.256-1.27V5.829a3.3 3.3 0 0 1 .393-1.555a3.2 3.2 0 0 1 1.04-1.146a3.2 3.2 0 0 1 .553-.3a3.3 3.3 0 0 1 1.272-.255z"/></svg> </template>
CSS
.icon-fig {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.543%200A4.543%204.543%200%200%200%200%204.543v14.914A4.543%204.543%200%200%200%204.543%2024h14.914A4.543%204.543%200%200%200%2024%2019.457V4.543A4.543%204.543%200%200%200%2019.457%200zm10.715%202.572h3.086a3.3%203.3%200%200%201%20.656.065a3.3%203.3%200%200%201%20.898.326q.139.076.268.164q.131.087.252.186a3.3%203.3%200%200%201%20.789.96q.076.14.139.286a3.2%203.2%200%200%201%20.187.61a3.3%203.3%200%200%201%20.067.66v12.343a3.3%203.3%200%200%201-.146.97a3%203%200%200%201-.108.3a3.3%203.3%200%200%201-.301.552a3.3%203.3%200%200%201-.627.694q-.12.098-.252.185a3.2%203.2%200%200%201-.553.3a3.2%203.2%200%200%201-1.27.255h-3.085a3.3%203.3%200%200%201-.658-.065a3.24%203.24%200%200%201-2.344-1.922a3.2%203.2%200%200%201-.256-1.27V5.829a3.3%203.3%200%200%201%20.393-1.555a3.2%203.2%200%200%201%201.04-1.146a3.2%203.2%200%200%201%20.553-.3a3.3%203.3%200%200%201%201.272-.255z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.543%200A4.543%204.543%200%200%200%200%204.543v14.914A4.543%204.543%200%200%200%204.543%2024h14.914A4.543%204.543%200%200%200%2024%2019.457V4.543A4.543%204.543%200%200%200%2019.457%200zm10.715%202.572h3.086a3.3%203.3%200%200%201%20.656.065a3.3%203.3%200%200%201%20.898.326q.139.076.268.164q.131.087.252.186a3.3%203.3%200%200%201%20.789.96q.076.14.139.286a3.2%203.2%200%200%201%20.187.61a3.3%203.3%200%200%201%20.067.66v12.343a3.3%203.3%200%200%201-.146.97a3%203%200%200%201-.108.3a3.3%203.3%200%200%201-.301.552a3.3%203.3%200%200%201-.627.694q-.12.098-.252.185a3.2%203.2%200%200%201-.553.3a3.2%203.2%200%200%201-1.27.255h-3.085a3.3%203.3%200%200%201-.658-.065a3.24%203.24%200%200%201-2.344-1.922a3.2%203.2%200%200%201-.256-1.27V5.829a3.3%203.3%200%200%201%20.393-1.555a3.2%203.2%200%200%201%201.04-1.146a3.2%203.2%200%200%201%20.553-.3a3.3%203.3%200%200%201%201.272-.255z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/fig.svg?color=%231a73e8&size=48