figma from Font Awesome Brands by Dave Gandy · Brand · CC-BY-4.0 Attribution required.

Name
figma
Set
Font Awesome Brands
Style
Brand
Viewbox
640×640
License
CC BY 4.0

The same logo in other sets

Use the figma logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M142 159.8c0-52.9 42.9-95.8 95.8-95.8h164.4c52.9 0 95.8 42.9 95.8 95.8c0 33.5-17.2 63-43.2 80.1c26 17.1 43.2 46.6 43.2 80.1c0 52.9-42.9 95.8-95.8 95.8h-2.1c-24.8 0-47.4-9.4-64.4-24.9v88.3c0 53.6-44 96.8-97.4 96.8c-52.8 0-96.3-42.8-96.3-95.8c0-33.5 17.2-63 43.2-80.1c-26-17.1-43.2-46.6-43.2-80.1s17.2-63 43.2-80.1c-26-17.1-43.2-46.6-43.2-80.1m162.3 95.8h-66.5c-35.6 0-64.4 28.8-64.4 64.4c0 35.4 28.6 64.2 64 64.4h66.9zm31.4 64.4c0 35.6 28.8 64.4 64.4 64.4h2.1c35.6 0 64.4-28.8 64.4-64.4s-28.8-64.4-64.4-64.4h-2.1c-35.6 0-64.4 28.8-64.4 64.4m-97.9 95.8h-.4c-35.4.2-64 29-64 64.4s29.2 64.4 64.9 64.4c36.3 0 66-29.4 66-65.5v-63.4h-66.5zm0-320.4c-35.6 0-64.4 28.8-64.4 64.4s28.8 64.4 64.4 64.4h66.5V95.4zm97.9 128.8h66.5c35.6 0 64.4-28.8 64.4-64.4s-28.8-64.4-64.4-64.4h-66.5z"/></svg>

React

import type { SVGProps } from "react";

export function Fa7BrandsFigma(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M142 159.8c0-52.9 42.9-95.8 95.8-95.8h164.4c52.9 0 95.8 42.9 95.8 95.8c0 33.5-17.2 63-43.2 80.1c26 17.1 43.2 46.6 43.2 80.1c0 52.9-42.9 95.8-95.8 95.8h-2.1c-24.8 0-47.4-9.4-64.4-24.9v88.3c0 53.6-44 96.8-97.4 96.8c-52.8 0-96.3-42.8-96.3-95.8c0-33.5 17.2-63 43.2-80.1c-26-17.1-43.2-46.6-43.2-80.1s17.2-63 43.2-80.1c-26-17.1-43.2-46.6-43.2-80.1m162.3 95.8h-66.5c-35.6 0-64.4 28.8-64.4 64.4c0 35.4 28.6 64.2 64 64.4h66.9zm31.4 64.4c0 35.6 28.8 64.4 64.4 64.4h2.1c35.6 0 64.4-28.8 64.4-64.4s-28.8-64.4-64.4-64.4h-2.1c-35.6 0-64.4 28.8-64.4 64.4m-97.9 95.8h-.4c-35.4.2-64 29-64 64.4s29.2 64.4 64.9 64.4c36.3 0 66-29.4 66-65.5v-63.4h-66.5zm0-320.4c-35.6 0-64.4 28.8-64.4 64.4s28.8 64.4 64.4 64.4h66.5V95.4zm97.9 128.8h66.5c35.6 0 64.4-28.8 64.4-64.4s-28.8-64.4-64.4-64.4h-66.5z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M142 159.8c0-52.9 42.9-95.8 95.8-95.8h164.4c52.9 0 95.8 42.9 95.8 95.8c0 33.5-17.2 63-43.2 80.1c26 17.1 43.2 46.6 43.2 80.1c0 52.9-42.9 95.8-95.8 95.8h-2.1c-24.8 0-47.4-9.4-64.4-24.9v88.3c0 53.6-44 96.8-97.4 96.8c-52.8 0-96.3-42.8-96.3-95.8c0-33.5 17.2-63 43.2-80.1c-26-17.1-43.2-46.6-43.2-80.1s17.2-63 43.2-80.1c-26-17.1-43.2-46.6-43.2-80.1m162.3 95.8h-66.5c-35.6 0-64.4 28.8-64.4 64.4c0 35.4 28.6 64.2 64 64.4h66.9zm31.4 64.4c0 35.6 28.8 64.4 64.4 64.4h2.1c35.6 0 64.4-28.8 64.4-64.4s-28.8-64.4-64.4-64.4h-2.1c-35.6 0-64.4 28.8-64.4 64.4m-97.9 95.8h-.4c-35.4.2-64 29-64 64.4s29.2 64.4 64.9 64.4c36.3 0 66-29.4 66-65.5v-63.4h-66.5zm0-320.4c-35.6 0-64.4 28.8-64.4 64.4s28.8 64.4 64.4 64.4h66.5V95.4zm97.9 128.8h66.5c35.6 0 64.4-28.8 64.4-64.4s-28.8-64.4-64.4-64.4h-66.5z"/></svg>
</template>

CSS

.icon-figma {
  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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M142%20159.8c0-52.9%2042.9-95.8%2095.8-95.8h164.4c52.9%200%2095.8%2042.9%2095.8%2095.8c0%2033.5-17.2%2063-43.2%2080.1c26%2017.1%2043.2%2046.6%2043.2%2080.1c0%2052.9-42.9%2095.8-95.8%2095.8h-2.1c-24.8%200-47.4-9.4-64.4-24.9v88.3c0%2053.6-44%2096.8-97.4%2096.8c-52.8%200-96.3-42.8-96.3-95.8c0-33.5%2017.2-63%2043.2-80.1c-26-17.1-43.2-46.6-43.2-80.1s17.2-63%2043.2-80.1c-26-17.1-43.2-46.6-43.2-80.1m162.3%2095.8h-66.5c-35.6%200-64.4%2028.8-64.4%2064.4c0%2035.4%2028.6%2064.2%2064%2064.4h66.9zm31.4%2064.4c0%2035.6%2028.8%2064.4%2064.4%2064.4h2.1c35.6%200%2064.4-28.8%2064.4-64.4s-28.8-64.4-64.4-64.4h-2.1c-35.6%200-64.4%2028.8-64.4%2064.4m-97.9%2095.8h-.4c-35.4.2-64%2029-64%2064.4s29.2%2064.4%2064.9%2064.4c36.3%200%2066-29.4%2066-65.5v-63.4h-66.5zm0-320.4c-35.6%200-64.4%2028.8-64.4%2064.4s28.8%2064.4%2064.4%2064.4h66.5V95.4zm97.9%20128.8h66.5c35.6%200%2064.4-28.8%2064.4-64.4s-28.8-64.4-64.4-64.4h-66.5z%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M142%20159.8c0-52.9%2042.9-95.8%2095.8-95.8h164.4c52.9%200%2095.8%2042.9%2095.8%2095.8c0%2033.5-17.2%2063-43.2%2080.1c26%2017.1%2043.2%2046.6%2043.2%2080.1c0%2052.9-42.9%2095.8-95.8%2095.8h-2.1c-24.8%200-47.4-9.4-64.4-24.9v88.3c0%2053.6-44%2096.8-97.4%2096.8c-52.8%200-96.3-42.8-96.3-95.8c0-33.5%2017.2-63%2043.2-80.1c-26-17.1-43.2-46.6-43.2-80.1s17.2-63%2043.2-80.1c-26-17.1-43.2-46.6-43.2-80.1m162.3%2095.8h-66.5c-35.6%200-64.4%2028.8-64.4%2064.4c0%2035.4%2028.6%2064.2%2064%2064.4h66.9zm31.4%2064.4c0%2035.6%2028.8%2064.4%2064.4%2064.4h2.1c35.6%200%2064.4-28.8%2064.4-64.4s-28.8-64.4-64.4-64.4h-2.1c-35.6%200-64.4%2028.8-64.4%2064.4m-97.9%2095.8h-.4c-35.4.2-64%2029-64%2064.4s29.2%2064.4%2064.9%2064.4c36.3%200%2066-29.4%2066-65.5v-63.4h-66.5zm0-320.4c-35.6%200-64.4%2028.8-64.4%2064.4s28.8%2064.4%2064.4%2064.4h66.5V95.4zm97.9%20128.8h66.5c35.6%200%2064.4-28.8%2064.4-64.4s-28.8-64.4-64.4-64.4h-66.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-brands/figma.svg?color=%231a73e8&size=48