shape organic icon
shape-organic-28-filled from Fluent UI System Icons by Microsoft Corporation · 28 Filled · MIT Free for personal and commercial use.
- Name
- shape-organic-28-filled
- Set
- Fluent UI System Icons
- Style
- 28 Filled
- Viewbox
- 28×28
- 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 28 28"><path fill="currentColor" d="M21.88 11.058c.454.15 1.061.41 1.672.85c1.251.9 2.449 2.511 2.449 5.259c0 2.994-1.377 5.242-3.565 6.71C20.28 25.326 17.368 26 14.251 26c-3.39 0-6.478-.612-8.72-2.482c-2.851-2.378-3.568-6.442-3.53-9.97c.004-.327.021-.79.075-1.344c.109-1.104.367-2.59.972-4.089c.606-1.5 1.57-3.037 3.105-4.199C7.96 2.547 10.259 1.995 12.499 2c.33.002.661.033.988.075a9.4 9.4 0 0 1 2.145.524c.787.302 1.624.772 2.268 1.513c.657.755 1.08 1.754 1.08 3.033c0 2.03.627 2.907 1.1 3.296c.503.413 1.202.418 1.8.617"/></svg>
React
import type { SVGProps } from "react";
export function FluentShapeOrganic28Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M21.88 11.058c.454.15 1.061.41 1.672.85c1.251.9 2.449 2.511 2.449 5.259c0 2.994-1.377 5.242-3.565 6.71C20.28 25.326 17.368 26 14.251 26c-3.39 0-6.478-.612-8.72-2.482c-2.851-2.378-3.568-6.442-3.53-9.97c.004-.327.021-.79.075-1.344c.109-1.104.367-2.59.972-4.089c.606-1.5 1.57-3.037 3.105-4.199C7.96 2.547 10.259 1.995 12.499 2c.33.002.661.033.988.075a9.4 9.4 0 0 1 2.145.524c.787.302 1.624.772 2.268 1.513c.657.755 1.08 1.754 1.08 3.033c0 2.03.627 2.907 1.1 3.296c.503.413 1.202.418 1.8.617"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M21.88 11.058c.454.15 1.061.41 1.672.85c1.251.9 2.449 2.511 2.449 5.259c0 2.994-1.377 5.242-3.565 6.71C20.28 25.326 17.368 26 14.251 26c-3.39 0-6.478-.612-8.72-2.482c-2.851-2.378-3.568-6.442-3.53-9.97c.004-.327.021-.79.075-1.344c.109-1.104.367-2.59.972-4.089c.606-1.5 1.57-3.037 3.105-4.199C7.96 2.547 10.259 1.995 12.499 2c.33.002.661.033.988.075a9.4 9.4 0 0 1 2.145.524c.787.302 1.624.772 2.268 1.513c.657.755 1.08 1.754 1.08 3.033c0 2.03.627 2.907 1.1 3.296c.503.413 1.202.418 1.8.617"/></svg> </template>
CSS
.icon-shape-organic-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21.88%2011.058c.454.15%201.061.41%201.672.85c1.251.9%202.449%202.511%202.449%205.259c0%202.994-1.377%205.242-3.565%206.71C20.28%2025.326%2017.368%2026%2014.251%2026c-3.39%200-6.478-.612-8.72-2.482c-2.851-2.378-3.568-6.442-3.53-9.97c.004-.327.021-.79.075-1.344c.109-1.104.367-2.59.972-4.089c.606-1.5%201.57-3.037%203.105-4.199C7.96%202.547%2010.259%201.995%2012.499%202c.33.002.661.033.988.075a9.4%209.4%200%200%201%202.145.524c.787.302%201.624.772%202.268%201.513c.657.755%201.08%201.754%201.08%203.033c0%202.03.627%202.907%201.1%203.296c.503.413%201.202.418%201.8.617%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21.88%2011.058c.454.15%201.061.41%201.672.85c1.251.9%202.449%202.511%202.449%205.259c0%202.994-1.377%205.242-3.565%206.71C20.28%2025.326%2017.368%2026%2014.251%2026c-3.39%200-6.478-.612-8.72-2.482c-2.851-2.378-3.568-6.442-3.53-9.97c.004-.327.021-.79.075-1.344c.109-1.104.367-2.59.972-4.089c.606-1.5%201.57-3.037%203.105-4.199C7.96%202.547%2010.259%201.995%2012.499%202c.33.002.661.033.988.075a9.4%209.4%200%200%201%202.145.524c.787.302%201.624.772%202.268%201.513c.657.755%201.08%201.754%201.08%203.033c0%202.03.627%202.907%201.1%203.296c.503.413%201.202.418%201.8.617%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/shape-organic-28-filled.svg?color=%231a73e8&size=48