figma logo icon
figma-logo-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.
- Name
- figma-logo-thin
- Set
- Phosphor
- Style
- Thin
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
Use the figma logo icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M184.46 96A36 36 0 0 0 168 28H96a36 36 0 0 0-16.46 68a36 36 0 0 0 1.56 64.76A40 40 0 1 0 140 196v-45.41A36 36 0 1 0 184.46 96M196 64a28 28 0 0 1-28 28h-28V36h28a28 28 0 0 1 28 28m-56 36h5.41a36.4 36.4 0 0 0-5.41 5.41ZM68 64a28 28 0 0 1 28-28h36v56H96a28 28 0 0 1-28-28m64 132a32 32 0 1 1-32-32h32Zm0-40H96a28 28 0 0 1 0-56h36Zm36 0a28 28 0 1 1 28-28a28 28 0 0 1-28 28"/></svg>
React
import type { SVGProps } from "react";
export function PhFigmaLogoThin(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M184.46 96A36 36 0 0 0 168 28H96a36 36 0 0 0-16.46 68a36 36 0 0 0 1.56 64.76A40 40 0 1 0 140 196v-45.41A36 36 0 1 0 184.46 96M196 64a28 28 0 0 1-28 28h-28V36h28a28 28 0 0 1 28 28m-56 36h5.41a36.4 36.4 0 0 0-5.41 5.41ZM68 64a28 28 0 0 1 28-28h36v56H96a28 28 0 0 1-28-28m64 132a32 32 0 1 1-32-32h32Zm0-40H96a28 28 0 0 1 0-56h36Zm36 0a28 28 0 1 1 28-28a28 28 0 0 1-28 28"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M184.46 96A36 36 0 0 0 168 28H96a36 36 0 0 0-16.46 68a36 36 0 0 0 1.56 64.76A40 40 0 1 0 140 196v-45.41A36 36 0 1 0 184.46 96M196 64a28 28 0 0 1-28 28h-28V36h28a28 28 0 0 1 28 28m-56 36h5.41a36.4 36.4 0 0 0-5.41 5.41ZM68 64a28 28 0 0 1 28-28h36v56H96a28 28 0 0 1-28-28m64 132a32 32 0 1 1-32-32h32Zm0-40H96a28 28 0 0 1 0-56h36Zm36 0a28 28 0 1 1 28-28a28 28 0 0 1-28 28"/></svg> </template>
CSS
.icon-figma-logo-thin {
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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M184.46%2096A36%2036%200%200%200%20168%2028H96a36%2036%200%200%200-16.46%2068a36%2036%200%200%200%201.56%2064.76A40%2040%200%201%200%20140%20196v-45.41A36%2036%200%201%200%20184.46%2096M196%2064a28%2028%200%200%201-28%2028h-28V36h28a28%2028%200%200%201%2028%2028m-56%2036h5.41a36.4%2036.4%200%200%200-5.41%205.41ZM68%2064a28%2028%200%200%201%2028-28h36v56H96a28%2028%200%200%201-28-28m64%20132a32%2032%200%201%201-32-32h32Zm0-40H96a28%2028%200%200%201%200-56h36Zm36%200a28%2028%200%201%201%2028-28a28%2028%200%200%201-28%2028%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M184.46%2096A36%2036%200%200%200%20168%2028H96a36%2036%200%200%200-16.46%2068a36%2036%200%200%200%201.56%2064.76A40%2040%200%201%200%20140%20196v-45.41A36%2036%200%201%200%20184.46%2096M196%2064a28%2028%200%200%201-28%2028h-28V36h28a28%2028%200%200%201%2028%2028m-56%2036h5.41a36.4%2036.4%200%200%200-5.41%205.41ZM68%2064a28%2028%200%200%201%2028-28h36v56H96a28%2028%200%200%201-28-28m64%20132a32%2032%200%201%201-32-32h32Zm0-40H96a28%2028%200%200%201%200-56h36Zm36%200a28%2028%200%201%201%2028-28a28%2028%200%200%201-28%2028%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/figma-logo-thin.svg?color=%231a73e8&size=48