shape organic icon
shape-organic-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- shape-organic-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- 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-.476"/></svg>
React
import type { SVGProps } from "react";
export function FluentShapeOrganic24Filled(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-.476"/></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-.476"/></svg> </template>
CSS
.icon-shape-organic-24-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%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-.476%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-.476%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-filled.svg?color=%231a73e8&size=48