shape-organic-48-filled from Fluent UI System Icons by Microsoft Corporation · 48 Filled · MIT Free for personal and commercial use.

Name
shape-organic-48-filled
Set
Fluent UI System Icons
Style
48 Filled
Viewbox
48×48
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 48 48"><path fill="currentColor" d="M39.646 20.429a11.3 11.3 0 0 0-2.941-1.396c-1.053-.326-2.153-.283-3.044-1.015c-.784-.645-1.824-2.1-1.824-5.47c0-2.111-.67-3.765-1.722-5.021C29.083 6.292 27.74 5.506 26.472 5c-1.27-.506-2.523-.754-3.445-.876A12 12 0 0 0 21.433 4c-3.522 0-7.347.807-10.538 3.183c-2.549 1.93-4.15 4.483-5.157 6.974c-1.005 2.488-1.433 4.958-1.613 6.791c-.66 6.735.747 14.526 6.36 18.887C14.486 42.945 19.88 44 25.52 44c5.184 0 9.785-1.158 13.123-3.627c3.388-2.505 5.355-6.278 5.356-11.184c0-4.601-2.151-7.28-4.353-8.76"/></svg>

React

import type { SVGProps } from "react";

export function FluentShapeOrganic48Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M39.646 20.429a11.3 11.3 0 0 0-2.941-1.396c-1.053-.326-2.153-.283-3.044-1.015c-.784-.645-1.824-2.1-1.824-5.47c0-2.111-.67-3.765-1.722-5.021C29.083 6.292 27.74 5.506 26.472 5c-1.27-.506-2.523-.754-3.445-.876A12 12 0 0 0 21.433 4c-3.522 0-7.347.807-10.538 3.183c-2.549 1.93-4.15 4.483-5.157 6.974c-1.005 2.488-1.433 4.958-1.613 6.791c-.66 6.735.747 14.526 6.36 18.887C14.486 42.945 19.88 44 25.52 44c5.184 0 9.785-1.158 13.123-3.627c3.388-2.505 5.355-6.278 5.356-11.184c0-4.601-2.151-7.28-4.353-8.76"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M39.646 20.429a11.3 11.3 0 0 0-2.941-1.396c-1.053-.326-2.153-.283-3.044-1.015c-.784-.645-1.824-2.1-1.824-5.47c0-2.111-.67-3.765-1.722-5.021C29.083 6.292 27.74 5.506 26.472 5c-1.27-.506-2.523-.754-3.445-.876A12 12 0 0 0 21.433 4c-3.522 0-7.347.807-10.538 3.183c-2.549 1.93-4.15 4.483-5.157 6.974c-1.005 2.488-1.433 4.958-1.613 6.791c-.66 6.735.747 14.526 6.36 18.887C14.486 42.945 19.88 44 25.52 44c5.184 0 9.785-1.158 13.123-3.627c3.388-2.505 5.355-6.278 5.356-11.184c0-4.601-2.151-7.28-4.353-8.76"/></svg>
</template>

CSS

.icon-shape-organic-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M39.646%2020.429a11.3%2011.3%200%200%200-2.941-1.396c-1.053-.326-2.153-.283-3.044-1.015c-.784-.645-1.824-2.1-1.824-5.47c0-2.111-.67-3.765-1.722-5.021C29.083%206.292%2027.74%205.506%2026.472%205c-1.27-.506-2.523-.754-3.445-.876A12%2012%200%200%200%2021.433%204c-3.522%200-7.347.807-10.538%203.183c-2.549%201.93-4.15%204.483-5.157%206.974c-1.005%202.488-1.433%204.958-1.613%206.791c-.66%206.735.747%2014.526%206.36%2018.887C14.486%2042.945%2019.88%2044%2025.52%2044c5.184%200%209.785-1.158%2013.123-3.627c3.388-2.505%205.355-6.278%205.356-11.184c0-4.601-2.151-7.28-4.353-8.76%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M39.646%2020.429a11.3%2011.3%200%200%200-2.941-1.396c-1.053-.326-2.153-.283-3.044-1.015c-.784-.645-1.824-2.1-1.824-5.47c0-2.111-.67-3.765-1.722-5.021C29.083%206.292%2027.74%205.506%2026.472%205c-1.27-.506-2.523-.754-3.445-.876A12%2012%200%200%200%2021.433%204c-3.522%200-7.347.807-10.538%203.183c-2.549%201.93-4.15%204.483-5.157%206.974c-1.005%202.488-1.433%204.958-1.613%206.791c-.66%206.735.747%2014.526%206.36%2018.887C14.486%2042.945%2019.88%2044%2025.52%2044c5.184%200%209.785-1.158%2013.123-3.627c3.388-2.505%205.355-6.278%205.356-11.184c0-4.601-2.151-7.28-4.353-8.76%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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