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

Name
shape-organic-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
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 24 24"><path fill="currentColor" d="M16.852 8.946C16.502 8.659 16 7.984 16 6.35c0-1.072-.34-1.918-.88-2.562c-.528-.632-1.212-1.03-1.85-1.285a7.4 7.4 0 0 0-1.732-.44A8 8 0 0 0 10.735 2h-.001c-2.266 0-3.989.62-5.279 1.597c-1.281.97-2.084 2.252-2.587 3.497c-.502 1.243-.715 2.475-.805 3.388c-.328 3.347.402 7.27 3.188 9.435C7.26 21.477 9.956 22 12.751 22c2.575 0 4.876-.575 6.553-1.815c1.707-1.263 2.696-3.165 2.697-5.625c0-2.32-1.088-3.68-2.207-4.433a5.7 5.7 0 0 0-1.486-.705c-.48-.148-1.056-.147-1.456-.476m-10.68 9.787c-2.396-1.862-2.896-5.249-2.616-8.105c.08-.822.271-1.903.703-2.972s1.092-2.099 2.102-2.863c1.261-.955 2.955-1.377 4.524-1.287c.108.006.265.018.456.044c.385.05.884.152 1.374.347s.935.472 1.255.853c.307.368.53.872.53 1.6c0 1.966.623 3.116 1.4 3.754a2.9 2.9 0 0 0 1.04.553c.305.087.622.104.925.198c.302.094.7.253 1.092.518c2.605 1.75 1.68 5.96-.545 7.606c-1.334.986-3.283 1.521-5.661 1.521c-2.65 0-4.952-.503-6.58-1.767"/></svg>

React

import type { SVGProps } from "react";

export function FluentShapeOrganic24Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.852 8.946C16.502 8.659 16 7.984 16 6.35c0-1.072-.34-1.918-.88-2.562c-.528-.632-1.212-1.03-1.85-1.285a7.4 7.4 0 0 0-1.732-.44A8 8 0 0 0 10.735 2h-.001c-2.266 0-3.989.62-5.279 1.597c-1.281.97-2.084 2.252-2.587 3.497c-.502 1.243-.715 2.475-.805 3.388c-.328 3.347.402 7.27 3.188 9.435C7.26 21.477 9.956 22 12.751 22c2.575 0 4.876-.575 6.553-1.815c1.707-1.263 2.696-3.165 2.697-5.625c0-2.32-1.088-3.68-2.207-4.433a5.7 5.7 0 0 0-1.486-.705c-.48-.148-1.056-.147-1.456-.476m-10.68 9.787c-2.396-1.862-2.896-5.249-2.616-8.105c.08-.822.271-1.903.703-2.972s1.092-2.099 2.102-2.863c1.261-.955 2.955-1.377 4.524-1.287c.108.006.265.018.456.044c.385.05.884.152 1.374.347s.935.472 1.255.853c.307.368.53.872.53 1.6c0 1.966.623 3.116 1.4 3.754a2.9 2.9 0 0 0 1.04.553c.305.087.622.104.925.198c.302.094.7.253 1.092.518c2.605 1.75 1.68 5.96-.545 7.606c-1.334.986-3.283 1.521-5.661 1.521c-2.65 0-4.952-.503-6.58-1.767"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.852 8.946C16.502 8.659 16 7.984 16 6.35c0-1.072-.34-1.918-.88-2.562c-.528-.632-1.212-1.03-1.85-1.285a7.4 7.4 0 0 0-1.732-.44A8 8 0 0 0 10.735 2h-.001c-2.266 0-3.989.62-5.279 1.597c-1.281.97-2.084 2.252-2.587 3.497c-.502 1.243-.715 2.475-.805 3.388c-.328 3.347.402 7.27 3.188 9.435C7.26 21.477 9.956 22 12.751 22c2.575 0 4.876-.575 6.553-1.815c1.707-1.263 2.696-3.165 2.697-5.625c0-2.32-1.088-3.68-2.207-4.433a5.7 5.7 0 0 0-1.486-.705c-.48-.148-1.056-.147-1.456-.476m-10.68 9.787c-2.396-1.862-2.896-5.249-2.616-8.105c.08-.822.271-1.903.703-2.972s1.092-2.099 2.102-2.863c1.261-.955 2.955-1.377 4.524-1.287c.108.006.265.018.456.044c.385.05.884.152 1.374.347s.935.472 1.255.853c.307.368.53.872.53 1.6c0 1.966.623 3.116 1.4 3.754a2.9 2.9 0 0 0 1.04.553c.305.087.622.104.925.198c.302.094.7.253 1.092.518c2.605 1.75 1.68 5.96-.545 7.606c-1.334.986-3.283 1.521-5.661 1.521c-2.65 0-4.952-.503-6.58-1.767"/></svg>
</template>

CSS

.icon-shape-organic-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.852%208.946C16.502%208.659%2016%207.984%2016%206.35c0-1.072-.34-1.918-.88-2.562c-.528-.632-1.212-1.03-1.85-1.285a7.4%207.4%200%200%200-1.732-.44A8%208%200%200%200%2010.735%202h-.001c-2.266%200-3.989.62-5.279%201.597c-1.281.97-2.084%202.252-2.587%203.497c-.502%201.243-.715%202.475-.805%203.388c-.328%203.347.402%207.27%203.188%209.435C7.26%2021.477%209.956%2022%2012.751%2022c2.575%200%204.876-.575%206.553-1.815c1.707-1.263%202.696-3.165%202.697-5.625c0-2.32-1.088-3.68-2.207-4.433a5.7%205.7%200%200%200-1.486-.705c-.48-.148-1.056-.147-1.456-.476m-10.68%209.787c-2.396-1.862-2.896-5.249-2.616-8.105c.08-.822.271-1.903.703-2.972s1.092-2.099%202.102-2.863c1.261-.955%202.955-1.377%204.524-1.287c.108.006.265.018.456.044c.385.05.884.152%201.374.347s.935.472%201.255.853c.307.368.53.872.53%201.6c0%201.966.623%203.116%201.4%203.754a2.9%202.9%200%200%200%201.04.553c.305.087.622.104.925.198c.302.094.7.253%201.092.518c2.605%201.75%201.68%205.96-.545%207.606c-1.334.986-3.283%201.521-5.661%201.521c-2.65%200-4.952-.503-6.58-1.767%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.852%208.946C16.502%208.659%2016%207.984%2016%206.35c0-1.072-.34-1.918-.88-2.562c-.528-.632-1.212-1.03-1.85-1.285a7.4%207.4%200%200%200-1.732-.44A8%208%200%200%200%2010.735%202h-.001c-2.266%200-3.989.62-5.279%201.597c-1.281.97-2.084%202.252-2.587%203.497c-.502%201.243-.715%202.475-.805%203.388c-.328%203.347.402%207.27%203.188%209.435C7.26%2021.477%209.956%2022%2012.751%2022c2.575%200%204.876-.575%206.553-1.815c1.707-1.263%202.696-3.165%202.697-5.625c0-2.32-1.088-3.68-2.207-4.433a5.7%205.7%200%200%200-1.486-.705c-.48-.148-1.056-.147-1.456-.476m-10.68%209.787c-2.396-1.862-2.896-5.249-2.616-8.105c.08-.822.271-1.903.703-2.972s1.092-2.099%202.102-2.863c1.261-.955%202.955-1.377%204.524-1.287c.108.006.265.018.456.044c.385.05.884.152%201.374.347s.935.472%201.255.853c.307.368.53.872.53%201.6c0%201.966.623%203.116%201.4%203.754a2.9%202.9%200%200%200%201.04.553c.305.087.622.104.925.198c.302.094.7.253%201.092.518c2.605%201.75%201.68%205.96-.545%207.606c-1.334.986-3.283%201.521-5.661%201.521c-2.65%200-4.952-.503-6.58-1.767%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/shape-organic-24-regular.svg?color=%231a73e8&size=48