leaf 04 icon
leaf-04 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- leaf-04
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the leaf 04 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path stroke-linejoin="round" d="M8.157 15.843c-1.077-.007-2.56-.27-3.723-1.433c-2.072-2.072-1.289-5.157-1.289-5.157s1.615-.41 3.293.149a6 6 0 0 1-.052-.793C6.386 5.003 9.59 3 9.59 3s2.003 1.252 2.842 3.557c2.793-1.953 6.182-1.171 6.182-1.171s.782 3.39-1.171 6.182C19.748 12.407 21 14.41 21 14.41s-2.003 3.204-5.609 3.204a6 6 0 0 1-.793-.052c.558 1.678.149 3.293.149 3.293s-3.085.783-5.157-1.29"/><path d="m3 21l10-10"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsLeaf04(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeWidth="1.5"><path strokeLinejoin="round" d="M8.157 15.843c-1.077-.007-2.56-.27-3.723-1.433c-2.072-2.072-1.289-5.157-1.289-5.157s1.615-.41 3.293.149a6 6 0 0 1-.052-.793C6.386 5.003 9.59 3 9.59 3s2.003 1.252 2.842 3.557c2.793-1.953 6.182-1.171 6.182-1.171s.782 3.39-1.171 6.182C19.748 12.407 21 14.41 21 14.41s-2.003 3.204-5.609 3.204a6 6 0 0 1-.793-.052c.558 1.678.149 3.293.149 3.293s-3.085.783-5.157-1.29"/><path d="m3 21l10-10"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path stroke-linejoin="round" d="M8.157 15.843c-1.077-.007-2.56-.27-3.723-1.433c-2.072-2.072-1.289-5.157-1.289-5.157s1.615-.41 3.293.149a6 6 0 0 1-.052-.793C6.386 5.003 9.59 3 9.59 3s2.003 1.252 2.842 3.557c2.793-1.953 6.182-1.171 6.182-1.171s.782 3.39-1.171 6.182C19.748 12.407 21 14.41 21 14.41s-2.003 3.204-5.609 3.204a6 6 0 0 1-.793-.052c.558 1.678.149 3.293.149 3.293s-3.085.783-5.157-1.29"/><path d="m3 21l10-10"/></g></svg> </template>
CSS
.icon-leaf-04 {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M8.157%2015.843c-1.077-.007-2.56-.27-3.723-1.433c-2.072-2.072-1.289-5.157-1.289-5.157s1.615-.41%203.293.149a6%206%200%200%201-.052-.793C6.386%205.003%209.59%203%209.59%203s2.003%201.252%202.842%203.557c2.793-1.953%206.182-1.171%206.182-1.171s.782%203.39-1.171%206.182C19.748%2012.407%2021%2014.41%2021%2014.41s-2.003%203.204-5.609%203.204a6%206%200%200%201-.793-.052c.558%201.678.149%203.293.149%203.293s-3.085.783-5.157-1.29%22%2F%3E%3Cpath%20d%3D%22m3%2021l10-10%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M8.157%2015.843c-1.077-.007-2.56-.27-3.723-1.433c-2.072-2.072-1.289-5.157-1.289-5.157s1.615-.41%203.293.149a6%206%200%200%201-.052-.793C6.386%205.003%209.59%203%209.59%203s2.003%201.252%202.842%203.557c2.793-1.953%206.182-1.171%206.182-1.171s.782%203.39-1.171%206.182C19.748%2012.407%2021%2014.41%2021%2014.41s-2.003%203.204-5.609%203.204a6%206%200%200%201-.793-.052c.558%201.678.149%203.293.149%203.293s-3.085.783-5.157-1.29%22%2F%3E%3Cpath%20d%3D%22m3%2021l10-10%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/leaf-04.svg?color=%231a73e8&size=48