leaf two icon
leaf-two-32-regular from Fluent UI System Icons by Microsoft Corporation · 32 Regular · MIT Free for personal and commercial use.
- Name
- leaf-two-32-regular
- Set
- Fluent UI System Icons
- Style
- 32 Regular
- Viewbox
- 32×32
- License
- MIT
9 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
Use the leaf two icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M10.453 20.984a10 10 0 0 0 1.804 3.345l-2.964 2.964a1 1 0 1 0 1.414 1.414l2.964-2.964A9.96 9.96 0 0 0 20 28c5.523 0 10-4.477 10-10v-7a3 3 0 0 0-3-3h-7q-.463 0-.915.041A9 9 0 0 0 11 3H5a3 3 0 0 0-3 3v6a9 9 0 0 0 8.453 8.984M4 6a1 1 0 0 1 1-1h6a7 7 0 0 1 6.033 3.448a10 10 0 0 0-4.853 3.318L8.707 8.293a1 1 0 0 0-1.414 1.414l3.78 3.78a9.96 9.96 0 0 0-1.03 5.448A7 7 0 0 1 4 12zm16 20a7.97 7.97 0 0 1-4.906-1.68l6.613-6.613a1 1 0 0 0-1.414-1.414l-6.613 6.613A8 8 0 0 1 20 10h7a1 1 0 0 1 1 1v7a8 8 0 0 1-8 8"/></svg>
React
import type { SVGProps } from "react";
export function FluentLeafTwo32Regular(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="M10.453 20.984a10 10 0 0 0 1.804 3.345l-2.964 2.964a1 1 0 1 0 1.414 1.414l2.964-2.964A9.96 9.96 0 0 0 20 28c5.523 0 10-4.477 10-10v-7a3 3 0 0 0-3-3h-7q-.463 0-.915.041A9 9 0 0 0 11 3H5a3 3 0 0 0-3 3v6a9 9 0 0 0 8.453 8.984M4 6a1 1 0 0 1 1-1h6a7 7 0 0 1 6.033 3.448a10 10 0 0 0-4.853 3.318L8.707 8.293a1 1 0 0 0-1.414 1.414l3.78 3.78a9.96 9.96 0 0 0-1.03 5.448A7 7 0 0 1 4 12zm16 20a7.97 7.97 0 0 1-4.906-1.68l6.613-6.613a1 1 0 0 0-1.414-1.414l-6.613 6.613A8 8 0 0 1 20 10h7a1 1 0 0 1 1 1v7a8 8 0 0 1-8 8"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M10.453 20.984a10 10 0 0 0 1.804 3.345l-2.964 2.964a1 1 0 1 0 1.414 1.414l2.964-2.964A9.96 9.96 0 0 0 20 28c5.523 0 10-4.477 10-10v-7a3 3 0 0 0-3-3h-7q-.463 0-.915.041A9 9 0 0 0 11 3H5a3 3 0 0 0-3 3v6a9 9 0 0 0 8.453 8.984M4 6a1 1 0 0 1 1-1h6a7 7 0 0 1 6.033 3.448a10 10 0 0 0-4.853 3.318L8.707 8.293a1 1 0 0 0-1.414 1.414l3.78 3.78a9.96 9.96 0 0 0-1.03 5.448A7 7 0 0 1 4 12zm16 20a7.97 7.97 0 0 1-4.906-1.68l6.613-6.613a1 1 0 0 0-1.414-1.414l-6.613 6.613A8 8 0 0 1 20 10h7a1 1 0 0 1 1 1v7a8 8 0 0 1-8 8"/></svg> </template>
CSS
.icon-leaf-two-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%22M10.453%2020.984a10%2010%200%200%200%201.804%203.345l-2.964%202.964a1%201%200%201%200%201.414%201.414l2.964-2.964A9.96%209.96%200%200%200%2020%2028c5.523%200%2010-4.477%2010-10v-7a3%203%200%200%200-3-3h-7q-.463%200-.915.041A9%209%200%200%200%2011%203H5a3%203%200%200%200-3%203v6a9%209%200%200%200%208.453%208.984M4%206a1%201%200%200%201%201-1h6a7%207%200%200%201%206.033%203.448a10%2010%200%200%200-4.853%203.318L8.707%208.293a1%201%200%200%200-1.414%201.414l3.78%203.78a9.96%209.96%200%200%200-1.03%205.448A7%207%200%200%201%204%2012zm16%2020a7.97%207.97%200%200%201-4.906-1.68l6.613-6.613a1%201%200%200%200-1.414-1.414l-6.613%206.613A8%208%200%200%201%2020%2010h7a1%201%200%200%201%201%201v7a8%208%200%200%201-8%208%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%22M10.453%2020.984a10%2010%200%200%200%201.804%203.345l-2.964%202.964a1%201%200%201%200%201.414%201.414l2.964-2.964A9.96%209.96%200%200%200%2020%2028c5.523%200%2010-4.477%2010-10v-7a3%203%200%200%200-3-3h-7q-.463%200-.915.041A9%209%200%200%200%2011%203H5a3%203%200%200%200-3%203v6a9%209%200%200%200%208.453%208.984M4%206a1%201%200%200%201%201-1h6a7%207%200%200%201%206.033%203.448a10%2010%200%200%200-4.853%203.318L8.707%208.293a1%201%200%200%200-1.414%201.414l3.78%203.78a9.96%209.96%200%200%200-1.03%205.448A7%207%200%200%201%204%2012zm16%2020a7.97%207.97%200%200%201-4.906-1.68l6.613-6.613a1%201%200%200%200-1.414-1.414l-6.613%206.613A8%208%200%200%201%2020%2010h7a1%201%200%200%201%201%201v7a8%208%200%200%201-8%208%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/leaf-two-32-regular.svg?color=%231a73e8&size=48