shape organic icon
shape-organic-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- shape-organic-20-regular
- Set
- Fluent UI System Icons
- Style
- 20 Regular
- Viewbox
- 20×20
- 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 20 20"><path fill="currentColor" d="M14.507 7.83c.41.316.883.327 1.339.528c.25.11.576.296.9.605c.661.631 1.255 1.718 1.255 3.537c0 2.062-1.012 3.47-2.537 4.332C13.97 17.677 11.997 18 10 18c-2.191 0-4.212-.378-5.685-1.617c-1.907-1.605-2.344-4.348-2.319-6.71c.007-.65.089-2.112.676-3.606c.392-.995 1.016-2.017 2.01-2.79c1.177-.914 2.705-1.3 4.178-1.276a7.8 7.8 0 0 1 2.255.402C12.269 2.805 13.6 3.68 13.6 5.5c0 1.36.49 2.007.906 2.33M4.96 15.616C6.162 16.628 7.891 17 10 17c1.916 0 3.692-.314 4.972-1.038c2.04-1.154 2.932-4.511 1.084-6.275a2.1 2.1 0 0 0-.612-.414c-.51-.224-1.098-.304-1.549-.652c-.683-.528-1.294-1.48-1.294-3.121c0-1.181-.817-1.805-1.815-2.153a7 7 0 0 0-1.825-.342c-1.28-.064-2.643.268-3.664 1.062c-.815.633-1.347 1.486-1.693 2.366c-.519 1.319-.6 2.669-.607 3.25c-.022 2.088.262 4.503 1.963 5.934"/></svg>
React
import type { SVGProps } from "react";
export function FluentShapeOrganic20Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M14.507 7.83c.41.316.883.327 1.339.528c.25.11.576.296.9.605c.661.631 1.255 1.718 1.255 3.537c0 2.062-1.012 3.47-2.537 4.332C13.97 17.677 11.997 18 10 18c-2.191 0-4.212-.378-5.685-1.617c-1.907-1.605-2.344-4.348-2.319-6.71c.007-.65.089-2.112.676-3.606c.392-.995 1.016-2.017 2.01-2.79c1.177-.914 2.705-1.3 4.178-1.276a7.8 7.8 0 0 1 2.255.402C12.269 2.805 13.6 3.68 13.6 5.5c0 1.36.49 2.007.906 2.33M4.96 15.616C6.162 16.628 7.891 17 10 17c1.916 0 3.692-.314 4.972-1.038c2.04-1.154 2.932-4.511 1.084-6.275a2.1 2.1 0 0 0-.612-.414c-.51-.224-1.098-.304-1.549-.652c-.683-.528-1.294-1.48-1.294-3.121c0-1.181-.817-1.805-1.815-2.153a7 7 0 0 0-1.825-.342c-1.28-.064-2.643.268-3.664 1.062c-.815.633-1.347 1.486-1.693 2.366c-.519 1.319-.6 2.669-.607 3.25c-.022 2.088.262 4.503 1.963 5.934"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M14.507 7.83c.41.316.883.327 1.339.528c.25.11.576.296.9.605c.661.631 1.255 1.718 1.255 3.537c0 2.062-1.012 3.47-2.537 4.332C13.97 17.677 11.997 18 10 18c-2.191 0-4.212-.378-5.685-1.617c-1.907-1.605-2.344-4.348-2.319-6.71c.007-.65.089-2.112.676-3.606c.392-.995 1.016-2.017 2.01-2.79c1.177-.914 2.705-1.3 4.178-1.276a7.8 7.8 0 0 1 2.255.402C12.269 2.805 13.6 3.68 13.6 5.5c0 1.36.49 2.007.906 2.33M4.96 15.616C6.162 16.628 7.891 17 10 17c1.916 0 3.692-.314 4.972-1.038c2.04-1.154 2.932-4.511 1.084-6.275a2.1 2.1 0 0 0-.612-.414c-.51-.224-1.098-.304-1.549-.652c-.683-.528-1.294-1.48-1.294-3.121c0-1.181-.817-1.805-1.815-2.153a7 7 0 0 0-1.825-.342c-1.28-.064-2.643.268-3.664 1.062c-.815.633-1.347 1.486-1.693 2.366c-.519 1.319-.6 2.669-.607 3.25c-.022 2.088.262 4.503 1.963 5.934"/></svg> </template>
CSS
.icon-shape-organic-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.507%207.83c.41.316.883.327%201.339.528c.25.11.576.296.9.605c.661.631%201.255%201.718%201.255%203.537c0%202.062-1.012%203.47-2.537%204.332C13.97%2017.677%2011.997%2018%2010%2018c-2.191%200-4.212-.378-5.685-1.617c-1.907-1.605-2.344-4.348-2.319-6.71c.007-.65.089-2.112.676-3.606c.392-.995%201.016-2.017%202.01-2.79c1.177-.914%202.705-1.3%204.178-1.276a7.8%207.8%200%200%201%202.255.402C12.269%202.805%2013.6%203.68%2013.6%205.5c0%201.36.49%202.007.906%202.33M4.96%2015.616C6.162%2016.628%207.891%2017%2010%2017c1.916%200%203.692-.314%204.972-1.038c2.04-1.154%202.932-4.511%201.084-6.275a2.1%202.1%200%200%200-.612-.414c-.51-.224-1.098-.304-1.549-.652c-.683-.528-1.294-1.48-1.294-3.121c0-1.181-.817-1.805-1.815-2.153a7%207%200%200%200-1.825-.342c-1.28-.064-2.643.268-3.664%201.062c-.815.633-1.347%201.486-1.693%202.366c-.519%201.319-.6%202.669-.607%203.25c-.022%202.088.262%204.503%201.963%205.934%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.507%207.83c.41.316.883.327%201.339.528c.25.11.576.296.9.605c.661.631%201.255%201.718%201.255%203.537c0%202.062-1.012%203.47-2.537%204.332C13.97%2017.677%2011.997%2018%2010%2018c-2.191%200-4.212-.378-5.685-1.617c-1.907-1.605-2.344-4.348-2.319-6.71c.007-.65.089-2.112.676-3.606c.392-.995%201.016-2.017%202.01-2.79c1.177-.914%202.705-1.3%204.178-1.276a7.8%207.8%200%200%201%202.255.402C12.269%202.805%2013.6%203.68%2013.6%205.5c0%201.36.49%202.007.906%202.33M4.96%2015.616C6.162%2016.628%207.891%2017%2010%2017c1.916%200%203.692-.314%204.972-1.038c2.04-1.154%202.932-4.511%201.084-6.275a2.1%202.1%200%200%200-.612-.414c-.51-.224-1.098-.304-1.549-.652c-.683-.528-1.294-1.48-1.294-3.121c0-1.181-.817-1.805-1.815-2.153a7%207%200%200%200-1.825-.342c-1.28-.064-2.643.268-3.664%201.062c-.815.633-1.347%201.486-1.693%202.366c-.519%201.319-.6%202.669-.607%203.25c-.022%202.088.262%204.503%201.963%205.934%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/shape-organic-20-regular.svg?color=%231a73e8&size=48