leafy green icon

leafy-green from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
leafy-green
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Use the leafy green icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M3.95 20.051L3 21m.95-.949a4.026 4.026 0 0 1 5.693 0a3.132 3.132 0 0 0 5.343-2.089a3.13 3.13 0 0 0 3.773-4.4a3.132 3.132 0 0 0 1.323-5.217a3.131 3.131 0 0 0-4.428-4.428a3.132 3.132 0 0 0-5.217 1.324a3.133 3.133 0 0 0-4.4 3.772a3.132 3.132 0 0 0-2.088 5.343a4.026 4.026 0 0 1 0 5.695M5 19L15 9"/></svg>

React

import type { SVGProps } from "react";

export function HugeiconsLeafyGreen(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M3.95 20.051L3 21m.95-.949a4.026 4.026 0 0 1 5.693 0a3.132 3.132 0 0 0 5.343-2.089a3.13 3.13 0 0 0 3.773-4.4a3.132 3.132 0 0 0 1.323-5.217a3.131 3.131 0 0 0-4.428-4.428a3.132 3.132 0 0 0-5.217 1.324a3.133 3.133 0 0 0-4.4 3.772a3.132 3.132 0 0 0-2.088 5.343a4.026 4.026 0 0 1 0 5.695M5 19L15 9"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M3.95 20.051L3 21m.95-.949a4.026 4.026 0 0 1 5.693 0a3.132 3.132 0 0 0 5.343-2.089a3.13 3.13 0 0 0 3.773-4.4a3.132 3.132 0 0 0 1.323-5.217a3.131 3.131 0 0 0-4.428-4.428a3.132 3.132 0 0 0-5.217 1.324a3.133 3.133 0 0 0-4.4 3.772a3.132 3.132 0 0 0-2.088 5.343a4.026 4.026 0 0 1 0 5.695M5 19L15 9"/></svg>
</template>

CSS

.icon-leafy-green {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M3.95%2020.051L3%2021m.95-.949a4.026%204.026%200%200%201%205.693%200a3.132%203.132%200%200%200%205.343-2.089a3.13%203.13%200%200%200%203.773-4.4a3.132%203.132%200%200%200%201.323-5.217a3.131%203.131%200%200%200-4.428-4.428a3.132%203.132%200%200%200-5.217%201.324a3.133%203.133%200%200%200-4.4%203.772a3.132%203.132%200%200%200-2.088%205.343a4.026%204.026%200%200%201%200%205.695M5%2019L15%209%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M3.95%2020.051L3%2021m.95-.949a4.026%204.026%200%200%201%205.693%200a3.132%203.132%200%200%200%205.343-2.089a3.13%203.13%200%200%200%203.773-4.4a3.132%203.132%200%200%200%201.323-5.217a3.131%203.131%200%200%200-4.428-4.428a3.132%203.132%200%200%200-5.217%201.324a3.133%203.133%200%200%200-4.4%203.772a3.132%203.132%200%200%200-2.088%205.343a4.026%204.026%200%200%201%200%205.695M5%2019L15%209%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/leafy-green.svg?color=%231a73e8&size=48