leaf 3 icon
leaf-3-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- leaf-3-fill
- Set
- MingCute Icon
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in MingCute Icon
Related icons in MingCute Icon
Use the leaf 3 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M10.121 2a3.121 3.121 0 0 0-2.207 5.328l3.379 3.38a1 1 0 0 0 1.414 0l3.379-3.38A3.122 3.122 0 0 0 13.879 2h-.201A3.3 3.3 0 0 0 12 2.454A3.3 3.3 0 0 0 10.322 2zM22 10.121a3.121 3.121 0 0 0-5.328-2.207l-3.38 3.379a1 1 0 0 0 0 1.414l3.38 3.379A3.121 3.121 0 0 0 22 13.879v-.201A3.3 3.3 0 0 0 21.546 12A3.3 3.3 0 0 0 22 10.322zm-5 8.758A3.12 3.12 0 0 1 13.879 22h-.201A3.3 3.3 0 0 1 12 21.546a3.3 3.3 0 0 1-1.678.454h-.2a3.121 3.121 0 0 1-2.208-5.328l3.379-3.38a1 1 0 0 1 1.414 0l3.379 3.38c.585.585.914 1.379.914 2.207m-15-5a3.121 3.121 0 0 0 5.328 2.207l3.38-3.379a1 1 0 0 0 0-1.414l-3.38-3.379A3.121 3.121 0 0 0 2 10.121v.201c0 .615.167 1.188.454 1.678A3.3 3.3 0 0 0 2 13.678z" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteLeaf3Fill(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" fillRule="evenodd" d="M10.121 2a3.121 3.121 0 0 0-2.207 5.328l3.379 3.38a1 1 0 0 0 1.414 0l3.379-3.38A3.122 3.122 0 0 0 13.879 2h-.201A3.3 3.3 0 0 0 12 2.454A3.3 3.3 0 0 0 10.322 2zM22 10.121a3.121 3.121 0 0 0-5.328-2.207l-3.38 3.379a1 1 0 0 0 0 1.414l3.38 3.379A3.121 3.121 0 0 0 22 13.879v-.201A3.3 3.3 0 0 0 21.546 12A3.3 3.3 0 0 0 22 10.322zm-5 8.758A3.12 3.12 0 0 1 13.879 22h-.201A3.3 3.3 0 0 1 12 21.546a3.3 3.3 0 0 1-1.678.454h-.2a3.121 3.121 0 0 1-2.208-5.328l3.379-3.38a1 1 0 0 1 1.414 0l3.379 3.38c.585.585.914 1.379.914 2.207m-15-5a3.121 3.121 0 0 0 5.328 2.207l3.38-3.379a1 1 0 0 0 0-1.414l-3.38-3.379A3.121 3.121 0 0 0 2 10.121v.201c0 .615.167 1.188.454 1.678A3.3 3.3 0 0 0 2 13.678z" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M10.121 2a3.121 3.121 0 0 0-2.207 5.328l3.379 3.38a1 1 0 0 0 1.414 0l3.379-3.38A3.122 3.122 0 0 0 13.879 2h-.201A3.3 3.3 0 0 0 12 2.454A3.3 3.3 0 0 0 10.322 2zM22 10.121a3.121 3.121 0 0 0-5.328-2.207l-3.38 3.379a1 1 0 0 0 0 1.414l3.38 3.379A3.121 3.121 0 0 0 22 13.879v-.201A3.3 3.3 0 0 0 21.546 12A3.3 3.3 0 0 0 22 10.322zm-5 8.758A3.12 3.12 0 0 1 13.879 22h-.201A3.3 3.3 0 0 1 12 21.546a3.3 3.3 0 0 1-1.678.454h-.2a3.121 3.121 0 0 1-2.208-5.328l3.379-3.38a1 1 0 0 1 1.414 0l3.379 3.38c.585.585.914 1.379.914 2.207m-15-5a3.121 3.121 0 0 0 5.328 2.207l3.38-3.379a1 1 0 0 0 0-1.414l-3.38-3.379A3.121 3.121 0 0 0 2 10.121v.201c0 .615.167 1.188.454 1.678A3.3 3.3 0 0 0 2 13.678z" clip-rule="evenodd"/></svg> </template>
CSS
.icon-leaf-3-fill {
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%20fill-rule%3D%22evenodd%22%20d%3D%22M10.121%202a3.121%203.121%200%200%200-2.207%205.328l3.379%203.38a1%201%200%200%200%201.414%200l3.379-3.38A3.122%203.122%200%200%200%2013.879%202h-.201A3.3%203.3%200%200%200%2012%202.454A3.3%203.3%200%200%200%2010.322%202zM22%2010.121a3.121%203.121%200%200%200-5.328-2.207l-3.38%203.379a1%201%200%200%200%200%201.414l3.38%203.379A3.121%203.121%200%200%200%2022%2013.879v-.201A3.3%203.3%200%200%200%2021.546%2012A3.3%203.3%200%200%200%2022%2010.322zm-5%208.758A3.12%203.12%200%200%201%2013.879%2022h-.201A3.3%203.3%200%200%201%2012%2021.546a3.3%203.3%200%200%201-1.678.454h-.2a3.121%203.121%200%200%201-2.208-5.328l3.379-3.38a1%201%200%200%201%201.414%200l3.379%203.38c.585.585.914%201.379.914%202.207m-15-5a3.121%203.121%200%200%200%205.328%202.207l3.38-3.379a1%201%200%200%200%200-1.414l-3.38-3.379A3.121%203.121%200%200%200%202%2010.121v.201c0%20.615.167%201.188.454%201.678A3.3%203.3%200%200%200%202%2013.678z%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M10.121%202a3.121%203.121%200%200%200-2.207%205.328l3.379%203.38a1%201%200%200%200%201.414%200l3.379-3.38A3.122%203.122%200%200%200%2013.879%202h-.201A3.3%203.3%200%200%200%2012%202.454A3.3%203.3%200%200%200%2010.322%202zM22%2010.121a3.121%203.121%200%200%200-5.328-2.207l-3.38%203.379a1%201%200%200%200%200%201.414l3.38%203.379A3.121%203.121%200%200%200%2022%2013.879v-.201A3.3%203.3%200%200%200%2021.546%2012A3.3%203.3%200%200%200%2022%2010.322zm-5%208.758A3.12%203.12%200%200%201%2013.879%2022h-.201A3.3%203.3%200%200%201%2012%2021.546a3.3%203.3%200%200%201-1.678.454h-.2a3.121%203.121%200%200%201-2.208-5.328l3.379-3.38a1%201%200%200%201%201.414%200l3.379%203.38c.585.585.914%201.379.914%202.207m-15-5a3.121%203.121%200%200%200%205.328%202.207l3.38-3.379a1%201%200%200%200%200-1.414l-3.38-3.379A3.121%203.121%200%200%200%202%2010.121v.201c0%20.615.167%201.188.454%201.678A3.3%203.3%200%200%200%202%2013.678z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/leaf-3-fill.svg?color=%231a73e8&size=48