leaf icon
leaf-solid from Myna UI Icons by Praveen Juge · Solid · MIT Free for personal and commercial use.
- Name
- leaf-solid
- Set
- Myna UI Icons
- Style
- Solid
- Viewbox
- 24×24
- License
- MIT
1 other variant in Myna UI Icons
The same icon in other sets
leafAkar IconsleafBootstrap IconsleafBoxIcons v2leafBoxIcons v2 SolidleafFont Awesome 6 SolidleafFont Awesome Solidleaf-20-filledFluent UI System IconsleafIconParkleafIconPark OutlineleafIconoirleafIonIconsleafJam IconsleafLine AwesomeleafLucideleafMaterial Design Iconsleaf-fillMingCute IconleafPhosphorleafPixelarticonsleaf-fillRemix Iconleaf-boldSolarleafTabler Icons
Use the leaf icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M5.037 17.903c.126.238.514.783 1.06 1.06L4.53 20.53a.75.75 0 1 1-1.06-1.06z"/><path d="M6.097 18.964c1.828.997 3.611 1.435 5.275 1.326c1.826-.12 3.447-.897 4.758-2.208c2.599-2.599 3.943-7.24 3.555-13.067a.75.75 0 0 0-.699-.699C13.16 3.928 8.517 5.272 5.92 7.87c-1.31 1.311-2.088 2.933-2.208 4.76c-.11 1.662.329 3.446 1.326 5.273L9.57 13.37a.75.75 0 1 1 1.06 1.06z"/></g></svg>
React
import type { SVGProps } from "react";
export function MynauiLeafSolid(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M5.037 17.903c.126.238.514.783 1.06 1.06L4.53 20.53a.75.75 0 1 1-1.06-1.06z"/><path d="M6.097 18.964c1.828.997 3.611 1.435 5.275 1.326c1.826-.12 3.447-.897 4.758-2.208c2.599-2.599 3.943-7.24 3.555-13.067a.75.75 0 0 0-.699-.699C13.16 3.928 8.517 5.272 5.92 7.87c-1.31 1.311-2.088 2.933-2.208 4.76c-.11 1.662.329 3.446 1.326 5.273L9.57 13.37a.75.75 0 1 1 1.06 1.06z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M5.037 17.903c.126.238.514.783 1.06 1.06L4.53 20.53a.75.75 0 1 1-1.06-1.06z"/><path d="M6.097 18.964c1.828.997 3.611 1.435 5.275 1.326c1.826-.12 3.447-.897 4.758-2.208c2.599-2.599 3.943-7.24 3.555-13.067a.75.75 0 0 0-.699-.699C13.16 3.928 8.517 5.272 5.92 7.87c-1.31 1.311-2.088 2.933-2.208 4.76c-.11 1.662.329 3.446 1.326 5.273L9.57 13.37a.75.75 0 1 1 1.06 1.06z"/></g></svg> </template>
CSS
.icon-leaf-solid {
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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M5.037%2017.903c.126.238.514.783%201.06%201.06L4.53%2020.53a.75.75%200%201%201-1.06-1.06z%22%2F%3E%3Cpath%20d%3D%22M6.097%2018.964c1.828.997%203.611%201.435%205.275%201.326c1.826-.12%203.447-.897%204.758-2.208c2.599-2.599%203.943-7.24%203.555-13.067a.75.75%200%200%200-.699-.699C13.16%203.928%208.517%205.272%205.92%207.87c-1.31%201.311-2.088%202.933-2.208%204.76c-.11%201.662.329%203.446%201.326%205.273L9.57%2013.37a.75.75%200%201%201%201.06%201.06z%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M5.037%2017.903c.126.238.514.783%201.06%201.06L4.53%2020.53a.75.75%200%201%201-1.06-1.06z%22%2F%3E%3Cpath%20d%3D%22M6.097%2018.964c1.828.997%203.611%201.435%205.275%201.326c1.826-.12%203.447-.897%204.758-2.208c2.599-2.599%203.943-7.24%203.555-13.067a.75.75%200%200%200-.699-.699C13.16%203.928%208.517%205.272%205.92%207.87c-1.31%201.311-2.088%202.933-2.208%204.76c-.11%201.662.329%203.446%201.326%205.273L9.57%2013.37a.75.75%200%201%201%201.06%201.06z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mynaui/leaf-solid.svg?color=%231a73e8&size=48