figma icon
figma from Line Awesome by Icons8 · Line · Other · Apache-2.0 Free for personal and commercial use.
- Name
- figma
- Set
- Line Awesome
- Style
- Line
- Category
- Other
- Viewbox
- 32×32
- License
- Apache 2.0
The same icon in other sets
figma-fillAkar IconsfigmaBoxicons BrandsfigmaCatppuccin IconsfigmaCoreUI BrandsfigmaDeviconfigmaFont Awesome 6 BrandsfigmaFont Awesome BrandsfigmaFeather Iconsfigmacss.ggfigmaHuge IconsfigmaIconParkfigmaIconPark OutlinefigmaIconPark SolidfigmaIconPark TwoTonefigmaIconoirfigmaSVG LogosfigmaLucidefigmaMage IconsfigmaMaterial Icon Themefigma-fillMingCute IconfigmaMyna UI IconsfigmaPixelarticonsfigma-fillRemix IconfigmaSimple Icons
More other icons from Line Awesome
Use the figma icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M12.5 1A5.506 5.506 0 0 0 7 6.5c0 1.658.74 3.143 1.904 4.152A5.5 5.5 0 0 0 6 15.5c0 1.86.932 3.504 2.35 4.5A5.5 5.5 0 0 0 6 24.5c0 3.033 2.467 5.5 5.5 5.5s5.5-2.467 5.5-5.5V12h3.5c3.033 0 5.5-2.467 5.5-5.5S23.533 1 20.5 1zm0 2h8C22.43 3 24 4.57 24 6.5S22.43 10 20.5 10h-8C10.57 10 9 8.43 9 6.5S10.57 3 12.5 3m-1 9H15v7h-3.5C9.57 19 8 17.43 8 15.5S9.57 12 11.5 12m9.5 0a4 4 0 0 0 0 8a4 4 0 0 0 0-8m-9.5 9H15v3.5c0 1.93-1.57 3.5-3.5 3.5S8 26.43 8 24.5S9.57 21 11.5 21"/></svg>
React
import type { SVGProps } from "react";
export function LaFigma(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M12.5 1A5.506 5.506 0 0 0 7 6.5c0 1.658.74 3.143 1.904 4.152A5.5 5.5 0 0 0 6 15.5c0 1.86.932 3.504 2.35 4.5A5.5 5.5 0 0 0 6 24.5c0 3.033 2.467 5.5 5.5 5.5s5.5-2.467 5.5-5.5V12h3.5c3.033 0 5.5-2.467 5.5-5.5S23.533 1 20.5 1zm0 2h8C22.43 3 24 4.57 24 6.5S22.43 10 20.5 10h-8C10.57 10 9 8.43 9 6.5S10.57 3 12.5 3m-1 9H15v7h-3.5C9.57 19 8 17.43 8 15.5S9.57 12 11.5 12m9.5 0a4 4 0 0 0 0 8a4 4 0 0 0 0-8m-9.5 9H15v3.5c0 1.93-1.57 3.5-3.5 3.5S8 26.43 8 24.5S9.57 21 11.5 21"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M12.5 1A5.506 5.506 0 0 0 7 6.5c0 1.658.74 3.143 1.904 4.152A5.5 5.5 0 0 0 6 15.5c0 1.86.932 3.504 2.35 4.5A5.5 5.5 0 0 0 6 24.5c0 3.033 2.467 5.5 5.5 5.5s5.5-2.467 5.5-5.5V12h3.5c3.033 0 5.5-2.467 5.5-5.5S23.533 1 20.5 1zm0 2h8C22.43 3 24 4.57 24 6.5S22.43 10 20.5 10h-8C10.57 10 9 8.43 9 6.5S10.57 3 12.5 3m-1 9H15v7h-3.5C9.57 19 8 17.43 8 15.5S9.57 12 11.5 12m9.5 0a4 4 0 0 0 0 8a4 4 0 0 0 0-8m-9.5 9H15v3.5c0 1.93-1.57 3.5-3.5 3.5S8 26.43 8 24.5S9.57 21 11.5 21"/></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%22currentColor%22%20d%3D%22M12.5%201A5.506%205.506%200%200%200%207%206.5c0%201.658.74%203.143%201.904%204.152A5.5%205.5%200%200%200%206%2015.5c0%201.86.932%203.504%202.35%204.5A5.5%205.5%200%200%200%206%2024.5c0%203.033%202.467%205.5%205.5%205.5s5.5-2.467%205.5-5.5V12h3.5c3.033%200%205.5-2.467%205.5-5.5S23.533%201%2020.5%201zm0%202h8C22.43%203%2024%204.57%2024%206.5S22.43%2010%2020.5%2010h-8C10.57%2010%209%208.43%209%206.5S10.57%203%2012.5%203m-1%209H15v7h-3.5C9.57%2019%208%2017.43%208%2015.5S9.57%2012%2011.5%2012m9.5%200a4%204%200%200%200%200%208a4%204%200%200%200%200-8m-9.5%209H15v3.5c0%201.93-1.57%203.5-3.5%203.5S8%2026.43%208%2024.5S9.57%2021%2011.5%2021%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%22currentColor%22%20d%3D%22M12.5%201A5.506%205.506%200%200%200%207%206.5c0%201.658.74%203.143%201.904%204.152A5.5%205.5%200%200%200%206%2015.5c0%201.86.932%203.504%202.35%204.5A5.5%205.5%200%200%200%206%2024.5c0%203.033%202.467%205.5%205.5%205.5s5.5-2.467%205.5-5.5V12h3.5c3.033%200%205.5-2.467%205.5-5.5S23.533%201%2020.5%201zm0%202h8C22.43%203%2024%204.57%2024%206.5S22.43%2010%2020.5%2010h-8C10.57%2010%209%208.43%209%206.5S10.57%203%2012.5%203m-1%209H15v7h-3.5C9.57%2019%208%2017.43%208%2015.5S9.57%2012%2011.5%2012m9.5%200a4%204%200%200%200%200%208a4%204%200%200%200%200-8m-9.5%209H15v3.5c0%201.93-1.57%203.5-3.5%203.5S8%2026.43%208%2024.5S9.57%2021%2011.5%2021%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/figma.svg?color=%231a73e8&size=48