leaf icon
leaf-duotone from Reicon by REICON · Duotone · Nature · MIT Free for personal and commercial use.
- Name
- leaf-duotone
- Set
- Reicon
- Style
- Duotone
- Category
- Nature
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
The same icon in other sets
All leaf icons →leafAkar IconsleafBootstrap IconsleafBoxIcons v2leafBoxIcons v2 SolidleafFont Awesome 6 SolidleafFont Awesome Solidleaf-20-filledFluent UI System IconsleafIconParkleafIconPark OutlineleafIconoirleafIonIconsleafJam IconsleafKeyline IconsleafLine AwesomeleafLucideleafMaterial Design Iconsleaf-fillMingCute IconleafMyna UI IconsleafPhosphorleafPixelarticonsleaf-fillRemix Iconleaf-boldSolarleafTabler Icons
More nature icons from Reicon
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 fill-rule="evenodd" d="M12 22c-4.418 0-8-3.646-8-8.143c0-4.462 2.553-9.67 6.537-11.531A3.45 3.45 0 0 1 12 2z" clip-rule="evenodd"/><path d="M13.463 2.326A3.45 3.45 0 0 0 12 2v7l4.432-4.432c-.863-.947-1.86-1.724-2.97-2.242" opacity=".3"/><path d="M12 9v5.5l6.614-6.614c-.572-1.22-1.308-2.357-2.182-3.318z" opacity=".4"/><path d="m12 19.5l7.811-7.811a15 15 0 0 0-1.197-3.803L12 14.5z" opacity=".6"/><path d="M19.811 11.689L12 19.5V22c4.418 0 8-3.646 8-8.143c0-.71-.064-1.438-.189-2.168" opacity=".7"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconLeafDuotone(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 fillRule="evenodd" d="M12 22c-4.418 0-8-3.646-8-8.143c0-4.462 2.553-9.67 6.537-11.531A3.45 3.45 0 0 1 12 2z" clipRule="evenodd"/><path d="M13.463 2.326A3.45 3.45 0 0 0 12 2v7l4.432-4.432c-.863-.947-1.86-1.724-2.97-2.242" opacity=".3"/><path d="M12 9v5.5l6.614-6.614c-.572-1.22-1.308-2.357-2.182-3.318z" opacity=".4"/><path d="m12 19.5l7.811-7.811a15 15 0 0 0-1.197-3.803L12 14.5z" opacity=".6"/><path d="M19.811 11.689L12 19.5V22c4.418 0 8-3.646 8-8.143c0-.71-.064-1.438-.189-2.168" opacity=".7"/></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 fill-rule="evenodd" d="M12 22c-4.418 0-8-3.646-8-8.143c0-4.462 2.553-9.67 6.537-11.531A3.45 3.45 0 0 1 12 2z" clip-rule="evenodd"/><path d="M13.463 2.326A3.45 3.45 0 0 0 12 2v7l4.432-4.432c-.863-.947-1.86-1.724-2.97-2.242" opacity=".3"/><path d="M12 9v5.5l6.614-6.614c-.572-1.22-1.308-2.357-2.182-3.318z" opacity=".4"/><path d="m12 19.5l7.811-7.811a15 15 0 0 0-1.197-3.803L12 14.5z" opacity=".6"/><path d="M19.811 11.689L12 19.5V22c4.418 0 8-3.646 8-8.143c0-.71-.064-1.438-.189-2.168" opacity=".7"/></g></svg> </template>
CSS
.icon-leaf-duotone {
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%20fill-rule%3D%22evenodd%22%20d%3D%22M12%2022c-4.418%200-8-3.646-8-8.143c0-4.462%202.553-9.67%206.537-11.531A3.45%203.45%200%200%201%2012%202z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M13.463%202.326A3.45%203.45%200%200%200%2012%202v7l4.432-4.432c-.863-.947-1.86-1.724-2.97-2.242%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20d%3D%22M12%209v5.5l6.614-6.614c-.572-1.22-1.308-2.357-2.182-3.318z%22%20opacity%3D%22.4%22%2F%3E%3Cpath%20d%3D%22m12%2019.5l7.811-7.811a15%2015%200%200%200-1.197-3.803L12%2014.5z%22%20opacity%3D%22.6%22%2F%3E%3Cpath%20d%3D%22M19.811%2011.689L12%2019.5V22c4.418%200%208-3.646%208-8.143c0-.71-.064-1.438-.189-2.168%22%20opacity%3D%22.7%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%20fill-rule%3D%22evenodd%22%20d%3D%22M12%2022c-4.418%200-8-3.646-8-8.143c0-4.462%202.553-9.67%206.537-11.531A3.45%203.45%200%200%201%2012%202z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M13.463%202.326A3.45%203.45%200%200%200%2012%202v7l4.432-4.432c-.863-.947-1.86-1.724-2.97-2.242%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20d%3D%22M12%209v5.5l6.614-6.614c-.572-1.22-1.308-2.357-2.182-3.318z%22%20opacity%3D%22.4%22%2F%3E%3Cpath%20d%3D%22m12%2019.5l7.811-7.811a15%2015%200%200%200-1.197-3.803L12%2014.5z%22%20opacity%3D%22.6%22%2F%3E%3Cpath%20d%3D%22M19.811%2011.689L12%2019.5V22c4.418%200%208-3.646%208-8.143c0-.71-.064-1.438-.189-2.168%22%20opacity%3D%22.7%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/leaf-duotone.svg?color=%231a73e8&size=48