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

Name
shape-organic-16-regular
Set
Fluent UI System Icons
Style
16 Regular
Viewbox
16×16
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 16 16"><path fill="currentColor" d="M13.094 6.516c-.211-.093-.429-.118-.645-.187a1.6 1.6 0 0 1-.502-.263c-.343-.265-.758-.807-.758-1.966c0-1.619-1.19-2.395-2.198-2.747A6.5 6.5 0 0 0 6.963 1c-1.55 0-2.728.437-3.609 1.12c-.873.68-1.42 1.577-1.762 2.447a9 9 0 0 0-.548 2.37c-.227 2.376.257 5.14 2.26 6.661C4.714 14.671 6.595 15 8.5 15c1.734 0 3.345-.28 4.538-1.033c1.23-.777 1.962-2.025 1.962-3.8c0-1.593-.52-2.553-1.108-3.114a2.8 2.8 0 0 0-.8-.537m-9.186 6.286c-1.526-1.16-1.926-3.26-1.907-5.076c.002-.166.01-.405.038-.694c.055-.58.186-1.343.483-2.099c.297-.755.752-1.483 1.446-2.023c1.295-1.007 3.17-1.145 4.693-.613c.854.298 1.528.822 1.528 1.803c0 1.44.537 2.286 1.147 2.757c.564.436 1.34.417 1.867.92c1.467 1.4.92 4.323-.698 5.344c-.96.607-2.348.879-4.004.879c-1.82 0-3.438-.32-4.593-1.198"/></svg>

React

import type { SVGProps } from "react";

export function FluentShapeOrganic16Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M13.094 6.516c-.211-.093-.429-.118-.645-.187a1.6 1.6 0 0 1-.502-.263c-.343-.265-.758-.807-.758-1.966c0-1.619-1.19-2.395-2.198-2.747A6.5 6.5 0 0 0 6.963 1c-1.55 0-2.728.437-3.609 1.12c-.873.68-1.42 1.577-1.762 2.447a9 9 0 0 0-.548 2.37c-.227 2.376.257 5.14 2.26 6.661C4.714 14.671 6.595 15 8.5 15c1.734 0 3.345-.28 4.538-1.033c1.23-.777 1.962-2.025 1.962-3.8c0-1.593-.52-2.553-1.108-3.114a2.8 2.8 0 0 0-.8-.537m-9.186 6.286c-1.526-1.16-1.926-3.26-1.907-5.076c.002-.166.01-.405.038-.694c.055-.58.186-1.343.483-2.099c.297-.755.752-1.483 1.446-2.023c1.295-1.007 3.17-1.145 4.693-.613c.854.298 1.528.822 1.528 1.803c0 1.44.537 2.286 1.147 2.757c.564.436 1.34.417 1.867.92c1.467 1.4.92 4.323-.698 5.344c-.96.607-2.348.879-4.004.879c-1.82 0-3.438-.32-4.593-1.198"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M13.094 6.516c-.211-.093-.429-.118-.645-.187a1.6 1.6 0 0 1-.502-.263c-.343-.265-.758-.807-.758-1.966c0-1.619-1.19-2.395-2.198-2.747A6.5 6.5 0 0 0 6.963 1c-1.55 0-2.728.437-3.609 1.12c-.873.68-1.42 1.577-1.762 2.447a9 9 0 0 0-.548 2.37c-.227 2.376.257 5.14 2.26 6.661C4.714 14.671 6.595 15 8.5 15c1.734 0 3.345-.28 4.538-1.033c1.23-.777 1.962-2.025 1.962-3.8c0-1.593-.52-2.553-1.108-3.114a2.8 2.8 0 0 0-.8-.537m-9.186 6.286c-1.526-1.16-1.926-3.26-1.907-5.076c.002-.166.01-.405.038-.694c.055-.58.186-1.343.483-2.099c.297-.755.752-1.483 1.446-2.023c1.295-1.007 3.17-1.145 4.693-.613c.854.298 1.528.822 1.528 1.803c0 1.44.537 2.286 1.147 2.757c.564.436 1.34.417 1.867.92c1.467 1.4.92 4.323-.698 5.344c-.96.607-2.348.879-4.004.879c-1.82 0-3.438-.32-4.593-1.198"/></svg>
</template>

CSS

.icon-shape-organic-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.094%206.516c-.211-.093-.429-.118-.645-.187a1.6%201.6%200%200%201-.502-.263c-.343-.265-.758-.807-.758-1.966c0-1.619-1.19-2.395-2.198-2.747A6.5%206.5%200%200%200%206.963%201c-1.55%200-2.728.437-3.609%201.12c-.873.68-1.42%201.577-1.762%202.447a9%209%200%200%200-.548%202.37c-.227%202.376.257%205.14%202.26%206.661C4.714%2014.671%206.595%2015%208.5%2015c1.734%200%203.345-.28%204.538-1.033c1.23-.777%201.962-2.025%201.962-3.8c0-1.593-.52-2.553-1.108-3.114a2.8%202.8%200%200%200-.8-.537m-9.186%206.286c-1.526-1.16-1.926-3.26-1.907-5.076c.002-.166.01-.405.038-.694c.055-.58.186-1.343.483-2.099c.297-.755.752-1.483%201.446-2.023c1.295-1.007%203.17-1.145%204.693-.613c.854.298%201.528.822%201.528%201.803c0%201.44.537%202.286%201.147%202.757c.564.436%201.34.417%201.867.92c1.467%201.4.92%204.323-.698%205.344c-.96.607-2.348.879-4.004.879c-1.82%200-3.438-.32-4.593-1.198%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.094%206.516c-.211-.093-.429-.118-.645-.187a1.6%201.6%200%200%201-.502-.263c-.343-.265-.758-.807-.758-1.966c0-1.619-1.19-2.395-2.198-2.747A6.5%206.5%200%200%200%206.963%201c-1.55%200-2.728.437-3.609%201.12c-.873.68-1.42%201.577-1.762%202.447a9%209%200%200%200-.548%202.37c-.227%202.376.257%205.14%202.26%206.661C4.714%2014.671%206.595%2015%208.5%2015c1.734%200%203.345-.28%204.538-1.033c1.23-.777%201.962-2.025%201.962-3.8c0-1.593-.52-2.553-1.108-3.114a2.8%202.8%200%200%200-.8-.537m-9.186%206.286c-1.526-1.16-1.926-3.26-1.907-5.076c.002-.166.01-.405.038-.694c.055-.58.186-1.343.483-2.099c.297-.755.752-1.483%201.446-2.023c1.295-1.007%203.17-1.145%204.693-.613c.854.298%201.528.822%201.528%201.803c0%201.44.537%202.286%201.147%202.757c.564.436%201.34.417%201.867.92c1.467%201.4.92%204.323-.698%205.344c-.96.607-2.348.879-4.004.879c-1.82%200-3.438-.32-4.593-1.198%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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