shape organic icon
shape-organic-16-filled from Fluent UI System Icons by Microsoft Corporation · 16 Filled · MIT Free for personal and commercial use.
- Name
- shape-organic-16-filled
- Set
- Fluent UI System Icons
- Style
- 16 Filled
- Viewbox
- 16×16
- License
- MIT
11 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
Use the shape organic icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M11.947 6.066c-.344-.265-.76-.807-.76-1.966c0-1.619-1.188-2.395-2.197-2.747a6.6 6.6 0 0 0-1.388-.309A6 6 0 0 0 6.964 1C5.4 1 4.215 1.482 3.336 2.23c-.871.74-1.413 1.713-1.751 2.654a10.4 10.4 0 0 0-.544 2.569c-.03.348-.04.638-.042.844c-.02 2.141.664 4.5 2.625 5.639C5.168 14.83 7.17 15 9.042 15c1.73 0 3.224-.278 4.293-1.05C14.437 13.153 15 11.898 15 10.167c0-1.592-.52-2.553-1.108-3.114a2.8 2.8 0 0 0-.799-.537c-.39-.171-.797-.18-1.146-.45"/></svg>
React
import type { SVGProps } from "react";
export function FluentShapeOrganic16Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M11.947 6.066c-.344-.265-.76-.807-.76-1.966c0-1.619-1.188-2.395-2.197-2.747a6.6 6.6 0 0 0-1.388-.309A6 6 0 0 0 6.964 1C5.4 1 4.215 1.482 3.336 2.23c-.871.74-1.413 1.713-1.751 2.654a10.4 10.4 0 0 0-.544 2.569c-.03.348-.04.638-.042.844c-.02 2.141.664 4.5 2.625 5.639C5.168 14.83 7.17 15 9.042 15c1.73 0 3.224-.278 4.293-1.05C14.437 13.153 15 11.898 15 10.167c0-1.592-.52-2.553-1.108-3.114a2.8 2.8 0 0 0-.799-.537c-.39-.171-.797-.18-1.146-.45"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M11.947 6.066c-.344-.265-.76-.807-.76-1.966c0-1.619-1.188-2.395-2.197-2.747a6.6 6.6 0 0 0-1.388-.309A6 6 0 0 0 6.964 1C5.4 1 4.215 1.482 3.336 2.23c-.871.74-1.413 1.713-1.751 2.654a10.4 10.4 0 0 0-.544 2.569c-.03.348-.04.638-.042.844c-.02 2.141.664 4.5 2.625 5.639C5.168 14.83 7.17 15 9.042 15c1.73 0 3.224-.278 4.293-1.05C14.437 13.153 15 11.898 15 10.167c0-1.592-.52-2.553-1.108-3.114a2.8 2.8 0 0 0-.799-.537c-.39-.171-.797-.18-1.146-.45"/></svg> </template>
CSS
.icon-shape-organic-16-filled {
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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.947%206.066c-.344-.265-.76-.807-.76-1.966c0-1.619-1.188-2.395-2.197-2.747a6.6%206.6%200%200%200-1.388-.309A6%206%200%200%200%206.964%201C5.4%201%204.215%201.482%203.336%202.23c-.871.74-1.413%201.713-1.751%202.654a10.4%2010.4%200%200%200-.544%202.569c-.03.348-.04.638-.042.844c-.02%202.141.664%204.5%202.625%205.639C5.168%2014.83%207.17%2015%209.042%2015c1.73%200%203.224-.278%204.293-1.05C14.437%2013.153%2015%2011.898%2015%2010.167c0-1.592-.52-2.553-1.108-3.114a2.8%202.8%200%200%200-.799-.537c-.39-.171-.797-.18-1.146-.45%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.947%206.066c-.344-.265-.76-.807-.76-1.966c0-1.619-1.188-2.395-2.197-2.747a6.6%206.6%200%200%200-1.388-.309A6%206%200%200%200%206.964%201C5.4%201%204.215%201.482%203.336%202.23c-.871.74-1.413%201.713-1.751%202.654a10.4%2010.4%200%200%200-.544%202.569c-.03.348-.04.638-.042.844c-.02%202.141.664%204.5%202.625%205.639C5.168%2014.83%207.17%2015%209.042%2015c1.73%200%203.224-.278%204.293-1.05C14.437%2013.153%2015%2011.898%2015%2010.167c0-1.592-.52-2.553-1.108-3.114a2.8%202.8%200%200%200-.799-.537c-.39-.171-.797-.18-1.146-.45%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/shape-organic-16-filled.svg?color=%231a73e8&size=48