sprout from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
sprout
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Use the sprout 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 d="M19.992 21a9.98 9.98 0 0 0-8-4a9.98 9.98 0 0 0-8 4"/><path stroke-linejoin="round" d="m16.492 7.5l-.964.964c-.597.597-.895.895-1.158 1.205a10 10 0 0 0-2.345 5.66c-.033.406-.033.828-.033 1.671"/><path stroke-linejoin="round" d="M18.992 9.446q.245-.167.461-.383c1.885-1.885 1.508-6.032 1.508-6.032s-4.147-.377-6.032 1.508a3.2 3.2 0 0 0 0 4.524M7.492 7.5l.965.964c.596.597.894.895 1.157 1.205a10 10 0 0 1 2.345 5.66c.033.406.033.828.033 1.671"/><path stroke-linejoin="round" d="M9.055 9.063a3.2 3.2 0 0 1-4.524 0C2.646 7.178 3.023 3.031 3.023 3.031s4.147-.377 6.032 1.508q.216.217.383.461"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsSprout(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 d="M19.992 21a9.98 9.98 0 0 0-8-4a9.98 9.98 0 0 0-8 4"/><path strokeLinejoin="round" d="m16.492 7.5l-.964.964c-.597.597-.895.895-1.158 1.205a10 10 0 0 0-2.345 5.66c-.033.406-.033.828-.033 1.671"/><path strokeLinejoin="round" d="M18.992 9.446q.245-.167.461-.383c1.885-1.885 1.508-6.032 1.508-6.032s-4.147-.377-6.032 1.508a3.2 3.2 0 0 0 0 4.524M7.492 7.5l.965.964c.596.597.894.895 1.157 1.205a10 10 0 0 1 2.345 5.66c.033.406.033.828.033 1.671"/><path strokeLinejoin="round" d="M9.055 9.063a3.2 3.2 0 0 1-4.524 0C2.646 7.178 3.023 3.031 3.023 3.031s4.147-.377 6.032 1.508q.216.217.383.461"/></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 d="M19.992 21a9.98 9.98 0 0 0-8-4a9.98 9.98 0 0 0-8 4"/><path stroke-linejoin="round" d="m16.492 7.5l-.964.964c-.597.597-.895.895-1.158 1.205a10 10 0 0 0-2.345 5.66c-.033.406-.033.828-.033 1.671"/><path stroke-linejoin="round" d="M18.992 9.446q.245-.167.461-.383c1.885-1.885 1.508-6.032 1.508-6.032s-4.147-.377-6.032 1.508a3.2 3.2 0 0 0 0 4.524M7.492 7.5l.965.964c.596.597.894.895 1.157 1.205a10 10 0 0 1 2.345 5.66c.033.406.033.828.033 1.671"/><path stroke-linejoin="round" d="M9.055 9.063a3.2 3.2 0 0 1-4.524 0C2.646 7.178 3.023 3.031 3.023 3.031s4.147-.377 6.032 1.508q.216.217.383.461"/></g></svg>
</template>

CSS

.icon-sprout {
  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%20d%3D%22M19.992%2021a9.98%209.98%200%200%200-8-4a9.98%209.98%200%200%200-8%204%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22m16.492%207.5l-.964.964c-.597.597-.895.895-1.158%201.205a10%2010%200%200%200-2.345%205.66c-.033.406-.033.828-.033%201.671%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M18.992%209.446q.245-.167.461-.383c1.885-1.885%201.508-6.032%201.508-6.032s-4.147-.377-6.032%201.508a3.2%203.2%200%200%200%200%204.524M7.492%207.5l.965.964c.596.597.894.895%201.157%201.205a10%2010%200%200%201%202.345%205.66c.033.406.033.828.033%201.671%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M9.055%209.063a3.2%203.2%200%200%201-4.524%200C2.646%207.178%203.023%203.031%203.023%203.031s4.147-.377%206.032%201.508q.216.217.383.461%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%20d%3D%22M19.992%2021a9.98%209.98%200%200%200-8-4a9.98%209.98%200%200%200-8%204%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22m16.492%207.5l-.964.964c-.597.597-.895.895-1.158%201.205a10%2010%200%200%200-2.345%205.66c-.033.406-.033.828-.033%201.671%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M18.992%209.446q.245-.167.461-.383c1.885-1.885%201.508-6.032%201.508-6.032s-4.147-.377-6.032%201.508a3.2%203.2%200%200%200%200%204.524M7.492%207.5l.965.964c.596.597.894.895%201.157%201.205a10%2010%200%200%201%202.345%205.66c.033.406.033.828.033%201.671%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M9.055%209.063a3.2%203.2%200%200%201-4.524%200C2.646%207.178%203.023%203.031%203.023%203.031s4.147-.377%206.032%201.508q.216.217.383.461%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/sprout.svg?color=%231a73e8&size=48