figma icon
figma-duotone from Reicon by REICON · Duotone · UI · MIT Free for personal and commercial use.
- Name
- figma-duotone
- Set
- Reicon
- Style
- Duotone
- Category
- UI
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
The same icon in other sets
All figma icons →figma-fillAkar IconsfigmaBoxicons BrandsfigmaCatppuccin IconsfigmaCoreUI BrandsfigmaDeviconfigmaFont Awesome 6 BrandsfigmaFont Awesome BrandsfigmaFeather Iconsfigmacss.ggfigmaHuge IconsfigmaIconParkfigmaIconPark OutlinefigmaIconPark SolidfigmaIconPark TwoTonefigmaIconoirfigmaLine AwesomefigmaLobeHub AI IconsfigmaSVG LogosfigmaLucidefigmaMage IconsfigmaMaterial Icon Themefigma-fillMingCute IconfigmaMyna UI IconsfigmaPixelarticons
More ui icons from Reicon
Use the figma icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M11.667 2H8.333a3.333 3.333 0 1 0 0 6.667h3.334z" opacity=".6"/><path d="M11.667 8.667H8.333a3.333 3.333 0 0 0 0 6.666h3.334z" opacity=".4"/><path d="M18.333 12a3.333 3.333 0 1 1-6.667 0a3.333 3.333 0 0 1 6.667 0"/><path d="M8.333 15.334h3.334v3.333a3.333 3.333 0 1 1-3.334-3.334" opacity=".2"/><path d="M11.666 2h3.333a3.333 3.333 0 1 1 0 6.667h-3.333z" opacity=".8"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconFigmaDuotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M11.667 2H8.333a3.333 3.333 0 1 0 0 6.667h3.334z" opacity=".6"/><path d="M11.667 8.667H8.333a3.333 3.333 0 0 0 0 6.666h3.334z" opacity=".4"/><path d="M18.333 12a3.333 3.333 0 1 1-6.667 0a3.333 3.333 0 0 1 6.667 0"/><path d="M8.333 15.334h3.334v3.333a3.333 3.333 0 1 1-3.334-3.334" opacity=".2"/><path d="M11.666 2h3.333a3.333 3.333 0 1 1 0 6.667h-3.333z" opacity=".8"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M11.667 2H8.333a3.333 3.333 0 1 0 0 6.667h3.334z" opacity=".6"/><path d="M11.667 8.667H8.333a3.333 3.333 0 0 0 0 6.666h3.334z" opacity=".4"/><path d="M18.333 12a3.333 3.333 0 1 1-6.667 0a3.333 3.333 0 0 1 6.667 0"/><path d="M8.333 15.334h3.334v3.333a3.333 3.333 0 1 1-3.334-3.334" opacity=".2"/><path d="M11.666 2h3.333a3.333 3.333 0 1 1 0 6.667h-3.333z" opacity=".8"/></g></svg> </template>
CSS
.icon-figma-duotone {
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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M11.667%202H8.333a3.333%203.333%200%201%200%200%206.667h3.334z%22%20opacity%3D%22.6%22%2F%3E%3Cpath%20d%3D%22M11.667%208.667H8.333a3.333%203.333%200%200%200%200%206.666h3.334z%22%20opacity%3D%22.4%22%2F%3E%3Cpath%20d%3D%22M18.333%2012a3.333%203.333%200%201%201-6.667%200a3.333%203.333%200%200%201%206.667%200%22%2F%3E%3Cpath%20d%3D%22M8.333%2015.334h3.334v3.333a3.333%203.333%200%201%201-3.334-3.334%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M11.666%202h3.333a3.333%203.333%200%201%201%200%206.667h-3.333z%22%20opacity%3D%22.8%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M11.667%202H8.333a3.333%203.333%200%201%200%200%206.667h3.334z%22%20opacity%3D%22.6%22%2F%3E%3Cpath%20d%3D%22M11.667%208.667H8.333a3.333%203.333%200%200%200%200%206.666h3.334z%22%20opacity%3D%22.4%22%2F%3E%3Cpath%20d%3D%22M18.333%2012a3.333%203.333%200%201%201-6.667%200a3.333%203.333%200%200%201%206.667%200%22%2F%3E%3Cpath%20d%3D%22M8.333%2015.334h3.334v3.333a3.333%203.333%200%201%201-3.334-3.334%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M11.666%202h3.333a3.333%203.333%200%201%201%200%206.667h-3.333z%22%20opacity%3D%22.8%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/figma-duotone.svg?color=%231a73e8&size=48