shape organic icon
shape-organic-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.
- Name
- shape-organic-20-filled
- Set
- Fluent UI System Icons
- Style
- 20 Filled
- 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.33"/></svg>
React
import type { SVGProps } from "react";
export function FluentShapeOrganic20Filled(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.33"/></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.33"/></svg> </template>
CSS
.icon-shape-organic-20-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%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.33%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.33%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-filled.svg?color=%231a73e8&size=48