shape organic icon
shape-organic-48-regular from Fluent UI System Icons by Microsoft Corporation · 48 Regular · MIT Free for personal and commercial use.
- Name
- shape-organic-48-regular
- Set
- Fluent UI System Icons
- Style
- 48 Regular
- Viewbox
- 48×48
- 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 48 48"><path fill="currentColor" d="M39.646 20.429a11.3 11.3 0 0 0-2.941-1.396c-1.053-.326-2.153-.283-3.044-1.015c-.784-.645-1.824-2.1-1.824-5.47c0-2.111-.67-3.765-1.722-5.021C29.083 6.292 27.74 5.506 26.472 5c-1.27-.506-2.523-.754-3.445-.876A12 12 0 0 0 21.433 4c-3.522 0-7.347.807-10.538 3.183c-2.549 1.93-4.15 4.483-5.157 6.974c-1.005 2.488-1.433 4.958-1.613 6.791c-.66 6.735.747 14.526 6.36 18.887C14.486 42.945 19.88 44 25.52 44c5.184 0 9.785-1.158 13.123-3.627c3.388-2.505 5.355-6.278 5.356-11.184c0-4.601-2.151-7.28-4.353-8.76M12.018 37.86c-4.834-3.756-5.974-10.868-5.405-16.669c.165-1.682.555-3.9 1.443-6.099C10.346 9.424 15.391 6.5 21.43 6.5c.424.004.848.047 1.268.103c.793.106 1.83.314 2.849.72c1.021.407 1.966.99 2.65 1.808c.666.795 1.14 1.878 1.14 3.416c0 3.926 1.24 6.171 2.737 7.402c1.206.992 2.479 1.035 3.892 1.472c.63.195 1.462.53 2.285 1.083c5.436 3.652 3.565 12.413-1.095 15.86c-2.766 2.045-6.78 3.136-11.636 3.136c-5.399 0-10.134-1.023-13.502-3.64"/></svg>
React
import type { SVGProps } from "react";
export function FluentShapeOrganic48Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M39.646 20.429a11.3 11.3 0 0 0-2.941-1.396c-1.053-.326-2.153-.283-3.044-1.015c-.784-.645-1.824-2.1-1.824-5.47c0-2.111-.67-3.765-1.722-5.021C29.083 6.292 27.74 5.506 26.472 5c-1.27-.506-2.523-.754-3.445-.876A12 12 0 0 0 21.433 4c-3.522 0-7.347.807-10.538 3.183c-2.549 1.93-4.15 4.483-5.157 6.974c-1.005 2.488-1.433 4.958-1.613 6.791c-.66 6.735.747 14.526 6.36 18.887C14.486 42.945 19.88 44 25.52 44c5.184 0 9.785-1.158 13.123-3.627c3.388-2.505 5.355-6.278 5.356-11.184c0-4.601-2.151-7.28-4.353-8.76M12.018 37.86c-4.834-3.756-5.974-10.868-5.405-16.669c.165-1.682.555-3.9 1.443-6.099C10.346 9.424 15.391 6.5 21.43 6.5c.424.004.848.047 1.268.103c.793.106 1.83.314 2.849.72c1.021.407 1.966.99 2.65 1.808c.666.795 1.14 1.878 1.14 3.416c0 3.926 1.24 6.171 2.737 7.402c1.206.992 2.479 1.035 3.892 1.472c.63.195 1.462.53 2.285 1.083c5.436 3.652 3.565 12.413-1.095 15.86c-2.766 2.045-6.78 3.136-11.636 3.136c-5.399 0-10.134-1.023-13.502-3.64"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M39.646 20.429a11.3 11.3 0 0 0-2.941-1.396c-1.053-.326-2.153-.283-3.044-1.015c-.784-.645-1.824-2.1-1.824-5.47c0-2.111-.67-3.765-1.722-5.021C29.083 6.292 27.74 5.506 26.472 5c-1.27-.506-2.523-.754-3.445-.876A12 12 0 0 0 21.433 4c-3.522 0-7.347.807-10.538 3.183c-2.549 1.93-4.15 4.483-5.157 6.974c-1.005 2.488-1.433 4.958-1.613 6.791c-.66 6.735.747 14.526 6.36 18.887C14.486 42.945 19.88 44 25.52 44c5.184 0 9.785-1.158 13.123-3.627c3.388-2.505 5.355-6.278 5.356-11.184c0-4.601-2.151-7.28-4.353-8.76M12.018 37.86c-4.834-3.756-5.974-10.868-5.405-16.669c.165-1.682.555-3.9 1.443-6.099C10.346 9.424 15.391 6.5 21.43 6.5c.424.004.848.047 1.268.103c.793.106 1.83.314 2.849.72c1.021.407 1.966.99 2.65 1.808c.666.795 1.14 1.878 1.14 3.416c0 3.926 1.24 6.171 2.737 7.402c1.206.992 2.479 1.035 3.892 1.472c.63.195 1.462.53 2.285 1.083c5.436 3.652 3.565 12.413-1.095 15.86c-2.766 2.045-6.78 3.136-11.636 3.136c-5.399 0-10.134-1.023-13.502-3.64"/></svg> </template>
CSS
.icon-shape-organic-48-regular {
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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M39.646%2020.429a11.3%2011.3%200%200%200-2.941-1.396c-1.053-.326-2.153-.283-3.044-1.015c-.784-.645-1.824-2.1-1.824-5.47c0-2.111-.67-3.765-1.722-5.021C29.083%206.292%2027.74%205.506%2026.472%205c-1.27-.506-2.523-.754-3.445-.876A12%2012%200%200%200%2021.433%204c-3.522%200-7.347.807-10.538%203.183c-2.549%201.93-4.15%204.483-5.157%206.974c-1.005%202.488-1.433%204.958-1.613%206.791c-.66%206.735.747%2014.526%206.36%2018.887C14.486%2042.945%2019.88%2044%2025.52%2044c5.184%200%209.785-1.158%2013.123-3.627c3.388-2.505%205.355-6.278%205.356-11.184c0-4.601-2.151-7.28-4.353-8.76M12.018%2037.86c-4.834-3.756-5.974-10.868-5.405-16.669c.165-1.682.555-3.9%201.443-6.099C10.346%209.424%2015.391%206.5%2021.43%206.5c.424.004.848.047%201.268.103c.793.106%201.83.314%202.849.72c1.021.407%201.966.99%202.65%201.808c.666.795%201.14%201.878%201.14%203.416c0%203.926%201.24%206.171%202.737%207.402c1.206.992%202.479%201.035%203.892%201.472c.63.195%201.462.53%202.285%201.083c5.436%203.652%203.565%2012.413-1.095%2015.86c-2.766%202.045-6.78%203.136-11.636%203.136c-5.399%200-10.134-1.023-13.502-3.64%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M39.646%2020.429a11.3%2011.3%200%200%200-2.941-1.396c-1.053-.326-2.153-.283-3.044-1.015c-.784-.645-1.824-2.1-1.824-5.47c0-2.111-.67-3.765-1.722-5.021C29.083%206.292%2027.74%205.506%2026.472%205c-1.27-.506-2.523-.754-3.445-.876A12%2012%200%200%200%2021.433%204c-3.522%200-7.347.807-10.538%203.183c-2.549%201.93-4.15%204.483-5.157%206.974c-1.005%202.488-1.433%204.958-1.613%206.791c-.66%206.735.747%2014.526%206.36%2018.887C14.486%2042.945%2019.88%2044%2025.52%2044c5.184%200%209.785-1.158%2013.123-3.627c3.388-2.505%205.355-6.278%205.356-11.184c0-4.601-2.151-7.28-4.353-8.76M12.018%2037.86c-4.834-3.756-5.974-10.868-5.405-16.669c.165-1.682.555-3.9%201.443-6.099C10.346%209.424%2015.391%206.5%2021.43%206.5c.424.004.848.047%201.268.103c.793.106%201.83.314%202.849.72c1.021.407%201.966.99%202.65%201.808c.666.795%201.14%201.878%201.14%203.416c0%203.926%201.24%206.171%202.737%207.402c1.206.992%202.479%201.035%203.892%201.472c.63.195%201.462.53%202.285%201.083c5.436%203.652%203.565%2012.413-1.095%2015.86c-2.766%202.045-6.78%203.136-11.636%203.136c-5.399%200-10.134-1.023-13.502-3.64%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/shape-organic-48-regular.svg?color=%231a73e8&size=48