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

Name
shape-organic-32-regular
Set
Fluent UI System Icons
Style
32 Regular
Viewbox
32×32
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 32 32"><path fill="currentColor" d="M23.264 11.785c-.508-.419-1.222-1.39-1.222-3.707c0-1.516-.514-2.704-1.312-3.6c-.78-.876-1.788-1.428-2.728-1.78a11.5 11.5 0 0 0-2.558-.611A10 10 0 0 0 14.26 2c-3.185 0-5.602.873-7.41 2.241c-1.798 1.361-2.925 3.16-3.631 4.909c-.706 1.746-1.006 3.478-1.132 4.762c-.45 4.597.307 10.075 4.04 13.189C8.753 29.29 12.359 30 16.287 30c3.62 0 7.013-.783 9.534-2.475c2.563-1.72 4.177-4.358 4.178-7.866c0-3.207-1.356-5.107-2.795-6.177a7 7 0 0 0-1.917-1.005c-.667-.229-1.462-.232-2.023-.693M7.408 25.565c-3.217-2.684-3.716-7.521-3.33-11.458c.114-1.163.383-2.693.995-4.208c.611-1.513 1.55-2.977 2.984-4.063C9.48 4.758 11.462 4 14.26 4c.313.003.626.033.936.072c1.432.178 3.046.62 4.04 1.735c.473.532.806 1.248.806 2.271c0 2.761.874 4.365 1.952 5.251a4.1 4.1 0 0 0 1.449.768c.395.114.806.138 1.197.272c.376.128.875.35 1.371.719c3.635 2.701 1.966 8.58-1.305 10.777c-2.087 1.4-5.05 2.135-8.418 2.135c-3.752 0-6.787-.69-8.88-2.435"/></svg>

React

import type { SVGProps } from "react";

export function FluentShapeOrganic32Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M23.264 11.785c-.508-.419-1.222-1.39-1.222-3.707c0-1.516-.514-2.704-1.312-3.6c-.78-.876-1.788-1.428-2.728-1.78a11.5 11.5 0 0 0-2.558-.611A10 10 0 0 0 14.26 2c-3.185 0-5.602.873-7.41 2.241c-1.798 1.361-2.925 3.16-3.631 4.909c-.706 1.746-1.006 3.478-1.132 4.762c-.45 4.597.307 10.075 4.04 13.189C8.753 29.29 12.359 30 16.287 30c3.62 0 7.013-.783 9.534-2.475c2.563-1.72 4.177-4.358 4.178-7.866c0-3.207-1.356-5.107-2.795-6.177a7 7 0 0 0-1.917-1.005c-.667-.229-1.462-.232-2.023-.693M7.408 25.565c-3.217-2.684-3.716-7.521-3.33-11.458c.114-1.163.383-2.693.995-4.208c.611-1.513 1.55-2.977 2.984-4.063C9.48 4.758 11.462 4 14.26 4c.313.003.626.033.936.072c1.432.178 3.046.62 4.04 1.735c.473.532.806 1.248.806 2.271c0 2.761.874 4.365 1.952 5.251a4.1 4.1 0 0 0 1.449.768c.395.114.806.138 1.197.272c.376.128.875.35 1.371.719c3.635 2.701 1.966 8.58-1.305 10.777c-2.087 1.4-5.05 2.135-8.418 2.135c-3.752 0-6.787-.69-8.88-2.435"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M23.264 11.785c-.508-.419-1.222-1.39-1.222-3.707c0-1.516-.514-2.704-1.312-3.6c-.78-.876-1.788-1.428-2.728-1.78a11.5 11.5 0 0 0-2.558-.611A10 10 0 0 0 14.26 2c-3.185 0-5.602.873-7.41 2.241c-1.798 1.361-2.925 3.16-3.631 4.909c-.706 1.746-1.006 3.478-1.132 4.762c-.45 4.597.307 10.075 4.04 13.189C8.753 29.29 12.359 30 16.287 30c3.62 0 7.013-.783 9.534-2.475c2.563-1.72 4.177-4.358 4.178-7.866c0-3.207-1.356-5.107-2.795-6.177a7 7 0 0 0-1.917-1.005c-.667-.229-1.462-.232-2.023-.693M7.408 25.565c-3.217-2.684-3.716-7.521-3.33-11.458c.114-1.163.383-2.693.995-4.208c.611-1.513 1.55-2.977 2.984-4.063C9.48 4.758 11.462 4 14.26 4c.313.003.626.033.936.072c1.432.178 3.046.62 4.04 1.735c.473.532.806 1.248.806 2.271c0 2.761.874 4.365 1.952 5.251a4.1 4.1 0 0 0 1.449.768c.395.114.806.138 1.197.272c.376.128.875.35 1.371.719c3.635 2.701 1.966 8.58-1.305 10.777c-2.087 1.4-5.05 2.135-8.418 2.135c-3.752 0-6.787-.69-8.88-2.435"/></svg>
</template>

CSS

.icon-shape-organic-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M23.264%2011.785c-.508-.419-1.222-1.39-1.222-3.707c0-1.516-.514-2.704-1.312-3.6c-.78-.876-1.788-1.428-2.728-1.78a11.5%2011.5%200%200%200-2.558-.611A10%2010%200%200%200%2014.26%202c-3.185%200-5.602.873-7.41%202.241c-1.798%201.361-2.925%203.16-3.631%204.909c-.706%201.746-1.006%203.478-1.132%204.762c-.45%204.597.307%2010.075%204.04%2013.189C8.753%2029.29%2012.359%2030%2016.287%2030c3.62%200%207.013-.783%209.534-2.475c2.563-1.72%204.177-4.358%204.178-7.866c0-3.207-1.356-5.107-2.795-6.177a7%207%200%200%200-1.917-1.005c-.667-.229-1.462-.232-2.023-.693M7.408%2025.565c-3.217-2.684-3.716-7.521-3.33-11.458c.114-1.163.383-2.693.995-4.208c.611-1.513%201.55-2.977%202.984-4.063C9.48%204.758%2011.462%204%2014.26%204c.313.003.626.033.936.072c1.432.178%203.046.62%204.04%201.735c.473.532.806%201.248.806%202.271c0%202.761.874%204.365%201.952%205.251a4.1%204.1%200%200%200%201.449.768c.395.114.806.138%201.197.272c.376.128.875.35%201.371.719c3.635%202.701%201.966%208.58-1.305%2010.777c-2.087%201.4-5.05%202.135-8.418%202.135c-3.752%200-6.787-.69-8.88-2.435%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M23.264%2011.785c-.508-.419-1.222-1.39-1.222-3.707c0-1.516-.514-2.704-1.312-3.6c-.78-.876-1.788-1.428-2.728-1.78a11.5%2011.5%200%200%200-2.558-.611A10%2010%200%200%200%2014.26%202c-3.185%200-5.602.873-7.41%202.241c-1.798%201.361-2.925%203.16-3.631%204.909c-.706%201.746-1.006%203.478-1.132%204.762c-.45%204.597.307%2010.075%204.04%2013.189C8.753%2029.29%2012.359%2030%2016.287%2030c3.62%200%207.013-.783%209.534-2.475c2.563-1.72%204.177-4.358%204.178-7.866c0-3.207-1.356-5.107-2.795-6.177a7%207%200%200%200-1.917-1.005c-.667-.229-1.462-.232-2.023-.693M7.408%2025.565c-3.217-2.684-3.716-7.521-3.33-11.458c.114-1.163.383-2.693.995-4.208c.611-1.513%201.55-2.977%202.984-4.063C9.48%204.758%2011.462%204%2014.26%204c.313.003.626.033.936.072c1.432.178%203.046.62%204.04%201.735c.473.532.806%201.248.806%202.271c0%202.761.874%204.365%201.952%205.251a4.1%204.1%200%200%200%201.449.768c.395.114.806.138%201.197.272c.376.128.875.35%201.371.719c3.635%202.701%201.966%208.58-1.305%2010.777c-2.087%201.4-5.05%202.135-8.418%202.135c-3.752%200-6.787-.69-8.88-2.435%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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