shape organic icon
shape-organic-32-filled from Fluent UI System Icons by Microsoft Corporation · 32 Filled · MIT Free for personal and commercial use.
- Name
- shape-organic-32-filled
- Set
- Fluent UI System Icons
- Style
- 32 Filled
- Viewbox
- 32×32
- 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 32 32"><path fill="currentColor" d="M23.264 11.785c-.508-.419-1.222-1.39-1.222-3.707c0-1.516-.514-2.704-1.312-3.6c-.78-.876-1.788-1.428-2.728-1.78a11.5 11.5 0 0 0-2.558-.611A10 10 0 0 0 14.26 2c-3.185 0-5.602.873-7.41 2.241c-1.798 1.361-2.925 3.16-3.631 4.909c-.706 1.746-1.006 3.478-1.132 4.762c-.45 4.597.307 10.075 4.04 13.189C8.753 29.29 12.359 30 16.287 30c3.62 0 7.013-.783 9.534-2.475c2.563-1.72 4.177-4.358 4.178-7.866c0-3.207-1.356-5.107-2.795-6.177a7 7 0 0 0-1.917-1.005c-.667-.229-1.462-.232-2.023-.693"/></svg>
React
import type { SVGProps } from "react";
export function FluentShapeOrganic32Filled(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="M23.264 11.785c-.508-.419-1.222-1.39-1.222-3.707c0-1.516-.514-2.704-1.312-3.6c-.78-.876-1.788-1.428-2.728-1.78a11.5 11.5 0 0 0-2.558-.611A10 10 0 0 0 14.26 2c-3.185 0-5.602.873-7.41 2.241c-1.798 1.361-2.925 3.16-3.631 4.909c-.706 1.746-1.006 3.478-1.132 4.762c-.45 4.597.307 10.075 4.04 13.189C8.753 29.29 12.359 30 16.287 30c3.62 0 7.013-.783 9.534-2.475c2.563-1.72 4.177-4.358 4.178-7.866c0-3.207-1.356-5.107-2.795-6.177a7 7 0 0 0-1.917-1.005c-.667-.229-1.462-.232-2.023-.693"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M23.264 11.785c-.508-.419-1.222-1.39-1.222-3.707c0-1.516-.514-2.704-1.312-3.6c-.78-.876-1.788-1.428-2.728-1.78a11.5 11.5 0 0 0-2.558-.611A10 10 0 0 0 14.26 2c-3.185 0-5.602.873-7.41 2.241c-1.798 1.361-2.925 3.16-3.631 4.909c-.706 1.746-1.006 3.478-1.132 4.762c-.45 4.597.307 10.075 4.04 13.189C8.753 29.29 12.359 30 16.287 30c3.62 0 7.013-.783 9.534-2.475c2.563-1.72 4.177-4.358 4.178-7.866c0-3.207-1.356-5.107-2.795-6.177a7 7 0 0 0-1.917-1.005c-.667-.229-1.462-.232-2.023-.693"/></svg> </template>
CSS
.icon-shape-organic-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M23.264%2011.785c-.508-.419-1.222-1.39-1.222-3.707c0-1.516-.514-2.704-1.312-3.6c-.78-.876-1.788-1.428-2.728-1.78a11.5%2011.5%200%200%200-2.558-.611A10%2010%200%200%200%2014.26%202c-3.185%200-5.602.873-7.41%202.241c-1.798%201.361-2.925%203.16-3.631%204.909c-.706%201.746-1.006%203.478-1.132%204.762c-.45%204.597.307%2010.075%204.04%2013.189C8.753%2029.29%2012.359%2030%2016.287%2030c3.62%200%207.013-.783%209.534-2.475c2.563-1.72%204.177-4.358%204.178-7.866c0-3.207-1.356-5.107-2.795-6.177a7%207%200%200%200-1.917-1.005c-.667-.229-1.462-.232-2.023-.693%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%22M23.264%2011.785c-.508-.419-1.222-1.39-1.222-3.707c0-1.516-.514-2.704-1.312-3.6c-.78-.876-1.788-1.428-2.728-1.78a11.5%2011.5%200%200%200-2.558-.611A10%2010%200%200%200%2014.26%202c-3.185%200-5.602.873-7.41%202.241c-1.798%201.361-2.925%203.16-3.631%204.909c-.706%201.746-1.006%203.478-1.132%204.762c-.45%204.597.307%2010.075%204.04%2013.189C8.753%2029.29%2012.359%2030%2016.287%2030c3.62%200%207.013-.783%209.534-2.475c2.563-1.72%204.177-4.358%204.178-7.866c0-3.207-1.356-5.107-2.795-6.177a7%207%200%200%200-1.917-1.005c-.667-.229-1.462-.232-2.023-.693%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/shape-organic-32-filled.svg?color=%231a73e8&size=48