figma from Material Icon Theme by Material Extensions · Color · MIT Free for personal and commercial use.

Name
figma
Set
Material Icon Theme
Style
Color
Viewbox
32×32
License
MIT

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 32 32"><path fill="#f4511e" d="M12 4h4v8h-4a4 4 0 0 1-4-4a4 4 0 0 1 4-4"/><path fill="#ff8a65" d="M20 12h-4V4h4a4 4 0 0 1 4 4a4 4 0 0 1-4 4"/><rect width="8" height="8" x="16" y="12" fill="#29b6f6" rx="4" transform="rotate(180 20 16)"/><path fill="#7c4dff" d="M12 12h4v8h-4a4 4 0 0 1-4-4a4 4 0 0 1 4-4"/><path fill="#00e676" d="M12 20h4v4a4 4 0 0 1-4 4a4 4 0 0 1-4-4a4 4 0 0 1 4-4"/></svg>

React

import type { SVGProps } from "react";

export function MaterialIconThemeFigma(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#f4511e" d="M12 4h4v8h-4a4 4 0 0 1-4-4a4 4 0 0 1 4-4"/><path fill="#ff8a65" d="M20 12h-4V4h4a4 4 0 0 1 4 4a4 4 0 0 1-4 4"/><rect width="8" height="8" x="16" y="12" fill="#29b6f6" rx="4" transform="rotate(180 20 16)"/><path fill="#7c4dff" d="M12 12h4v8h-4a4 4 0 0 1-4-4a4 4 0 0 1 4-4"/><path fill="#00e676" d="M12 20h4v4a4 4 0 0 1-4 4a4 4 0 0 1-4-4a4 4 0 0 1 4-4"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#f4511e" d="M12 4h4v8h-4a4 4 0 0 1-4-4a4 4 0 0 1 4-4"/><path fill="#ff8a65" d="M20 12h-4V4h4a4 4 0 0 1 4 4a4 4 0 0 1-4 4"/><rect width="8" height="8" x="16" y="12" fill="#29b6f6" rx="4" transform="rotate(180 20 16)"/><path fill="#7c4dff" d="M12 12h4v8h-4a4 4 0 0 1-4-4a4 4 0 0 1 4-4"/><path fill="#00e676" d="M12 20h4v4a4 4 0 0 1-4 4a4 4 0 0 1-4-4a4 4 0 0 1 4-4"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22%23f4511e%22%20d%3D%22M12%204h4v8h-4a4%204%200%200%201-4-4a4%204%200%200%201%204-4%22%2F%3E%3Cpath%20fill%3D%22%23ff8a65%22%20d%3D%22M20%2012h-4V4h4a4%204%200%200%201%204%204a4%204%200%200%201-4%204%22%2F%3E%3Crect%20width%3D%228%22%20height%3D%228%22%20x%3D%2216%22%20y%3D%2212%22%20fill%3D%22%2329b6f6%22%20rx%3D%224%22%20transform%3D%22rotate(180%2020%2016)%22%2F%3E%3Cpath%20fill%3D%22%237c4dff%22%20d%3D%22M12%2012h4v8h-4a4%204%200%200%201-4-4a4%204%200%200%201%204-4%22%2F%3E%3Cpath%20fill%3D%22%2300e676%22%20d%3D%22M12%2020h4v4a4%204%200%200%201-4%204a4%204%200%200%201-4-4a4%204%200%200%201%204-4%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%2032%2032%22%3E%3Cpath%20fill%3D%22%23f4511e%22%20d%3D%22M12%204h4v8h-4a4%204%200%200%201-4-4a4%204%200%200%201%204-4%22%2F%3E%3Cpath%20fill%3D%22%23ff8a65%22%20d%3D%22M20%2012h-4V4h4a4%204%200%200%201%204%204a4%204%200%200%201-4%204%22%2F%3E%3Crect%20width%3D%228%22%20height%3D%228%22%20x%3D%2216%22%20y%3D%2212%22%20fill%3D%22%2329b6f6%22%20rx%3D%224%22%20transform%3D%22rotate(180%2020%2016)%22%2F%3E%3Cpath%20fill%3D%22%237c4dff%22%20d%3D%22M12%2012h4v8h-4a4%204%200%200%201-4-4a4%204%200%200%201%204-4%22%2F%3E%3Cpath%20fill%3D%22%2300e676%22%20d%3D%22M12%2020h4v4a4%204%200%200%201-4%204a4%204%200%200%201-4-4a4%204%200%200%201%204-4%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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