shape-organic-28-regular from Fluent UI System Icons by Microsoft Corporation · 28 Regular · MIT Free for personal and commercial use.

Name
shape-organic-28-regular
Set
Fluent UI System Icons
Style
28 Regular
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.617M6.493 22.366c1.843 1.537 4.502 2.134 7.759 2.134c2.93 0 5.518-.638 7.35-1.868c2.913-1.956 4.345-7.154 1.075-9.508a4.7 4.7 0 0 0-1.267-.643c-.35-.115-.717-.137-1.07-.238a3.4 3.4 0 0 1-1.212-.643c-.9-.74-1.647-2.092-1.647-4.455c0-.92-.293-1.568-.711-2.049c-.431-.495-1.028-.849-1.674-1.096a8 8 0 0 0-1.798-.437a7 7 0 0 0-.8-.063c-2.445 0-4.185.663-5.44 1.612c-1.261.956-2.084 2.242-2.618 3.565c-.535 1.324-.77 2.66-.87 3.674c-.05.504-.065.923-.068 1.213c-.033 3.103.467 6.696 2.991 8.802"/></svg>

React

import type { SVGProps } from "react";

export function FluentShapeOrganic28Regular(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.617M6.493 22.366c1.843 1.537 4.502 2.134 7.759 2.134c2.93 0 5.518-.638 7.35-1.868c2.913-1.956 4.345-7.154 1.075-9.508a4.7 4.7 0 0 0-1.267-.643c-.35-.115-.717-.137-1.07-.238a3.4 3.4 0 0 1-1.212-.643c-.9-.74-1.647-2.092-1.647-4.455c0-.92-.293-1.568-.711-2.049c-.431-.495-1.028-.849-1.674-1.096a8 8 0 0 0-1.798-.437a7 7 0 0 0-.8-.063c-2.445 0-4.185.663-5.44 1.612c-1.261.956-2.084 2.242-2.618 3.565c-.535 1.324-.77 2.66-.87 3.674c-.05.504-.065.923-.068 1.213c-.033 3.103.467 6.696 2.991 8.802"/></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.617M6.493 22.366c1.843 1.537 4.502 2.134 7.759 2.134c2.93 0 5.518-.638 7.35-1.868c2.913-1.956 4.345-7.154 1.075-9.508a4.7 4.7 0 0 0-1.267-.643c-.35-.115-.717-.137-1.07-.238a3.4 3.4 0 0 1-1.212-.643c-.9-.74-1.647-2.092-1.647-4.455c0-.92-.293-1.568-.711-2.049c-.431-.495-1.028-.849-1.674-1.096a8 8 0 0 0-1.798-.437a7 7 0 0 0-.8-.063c-2.445 0-4.185.663-5.44 1.612c-1.261.956-2.084 2.242-2.618 3.565c-.535 1.324-.77 2.66-.87 3.674c-.05.504-.065.923-.068 1.213c-.033 3.103.467 6.696 2.991 8.802"/></svg>
</template>

CSS

.icon-shape-organic-28-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%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.617M6.493%2022.366c1.843%201.537%204.502%202.134%207.759%202.134c2.93%200%205.518-.638%207.35-1.868c2.913-1.956%204.345-7.154%201.075-9.508a4.7%204.7%200%200%200-1.267-.643c-.35-.115-.717-.137-1.07-.238a3.4%203.4%200%200%201-1.212-.643c-.9-.74-1.647-2.092-1.647-4.455c0-.92-.293-1.568-.711-2.049c-.431-.495-1.028-.849-1.674-1.096a8%208%200%200%200-1.798-.437a7%207%200%200%200-.8-.063c-2.445%200-4.185.663-5.44%201.612c-1.261.956-2.084%202.242-2.618%203.565c-.535%201.324-.77%202.66-.87%203.674c-.05.504-.065.923-.068%201.213c-.033%203.103.467%206.696%202.991%208.802%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.617M6.493%2022.366c1.843%201.537%204.502%202.134%207.759%202.134c2.93%200%205.518-.638%207.35-1.868c2.913-1.956%204.345-7.154%201.075-9.508a4.7%204.7%200%200%200-1.267-.643c-.35-.115-.717-.137-1.07-.238a3.4%203.4%200%200%201-1.212-.643c-.9-.74-1.647-2.092-1.647-4.455c0-.92-.293-1.568-.711-2.049c-.431-.495-1.028-.849-1.674-1.096a8%208%200%200%200-1.798-.437a7%207%200%200%200-.8-.063c-2.445%200-4.185.663-5.44%201.612c-1.261.956-2.084%202.242-2.618%203.565c-.535%201.324-.77%202.66-.87%203.674c-.05.504-.065.923-.068%201.213c-.033%203.103.467%206.696%202.991%208.802%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-regular.svg?color=%231a73e8&size=48