sprout from Myna UI Icons by Praveen Juge · Regular · MIT Free for personal and commercial use.

Name
sprout
Set
Myna UI Icons
Style
Regular
Viewbox
24×24
License
MIT

1 other variant in Myna UI Icons

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"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M9.229 9.466c-.905 1.173-2.519 1.188-3.622.21c-.752-.6-1.147-2.406-1.327-3.546c-.086-.545.287-1.035.818-1.078c1.131-.091 2.966-.13 3.714.473c1.171.865 1.297 2.779.417 3.941m0 0C10.971 11.122 12 16.851 12 16.851m1.921-5.336c-.791-1.027-.496-2.49.538-3.236c.63-.507 2.14-.495 3.135-.423c.531.04.904.53.814 1.075c-.166 1-.51 2.48-1.142 2.983c-.968.842-2.551.607-3.345-.4m0 0C12.431 12.972 12 16.85 12 16.85M3.5 19c2.7-1.176 5.564-2.303 8.5-2.149c2.936-.154 5.8.973 8.5 2.149"/></svg>

React

import type { SVGProps } from "react";

export function MynauiSprout(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="M9.229 9.466c-.905 1.173-2.519 1.188-3.622.21c-.752-.6-1.147-2.406-1.327-3.546c-.086-.545.287-1.035.818-1.078c1.131-.091 2.966-.13 3.714.473c1.171.865 1.297 2.779.417 3.941m0 0C10.971 11.122 12 16.851 12 16.851m1.921-5.336c-.791-1.027-.496-2.49.538-3.236c.63-.507 2.14-.495 3.135-.423c.531.04.904.53.814 1.075c-.166 1-.51 2.48-1.142 2.983c-.968.842-2.551.607-3.345-.4m0 0C12.431 12.972 12 16.85 12 16.85M3.5 19c2.7-1.176 5.564-2.303 8.5-2.149c2.936-.154 5.8.973 8.5 2.149"/></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="M9.229 9.466c-.905 1.173-2.519 1.188-3.622.21c-.752-.6-1.147-2.406-1.327-3.546c-.086-.545.287-1.035.818-1.078c1.131-.091 2.966-.13 3.714.473c1.171.865 1.297 2.779.417 3.941m0 0C10.971 11.122 12 16.851 12 16.851m1.921-5.336c-.791-1.027-.496-2.49.538-3.236c.63-.507 2.14-.495 3.135-.423c.531.04.904.53.814 1.075c-.166 1-.51 2.48-1.142 2.983c-.968.842-2.551.607-3.345-.4m0 0C12.431 12.972 12 16.85 12 16.85M3.5 19c2.7-1.176 5.564-2.303 8.5-2.149c2.936-.154 5.8.973 8.5 2.149"/></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%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%22M9.229%209.466c-.905%201.173-2.519%201.188-3.622.21c-.752-.6-1.147-2.406-1.327-3.546c-.086-.545.287-1.035.818-1.078c1.131-.091%202.966-.13%203.714.473c1.171.865%201.297%202.779.417%203.941m0%200C10.971%2011.122%2012%2016.851%2012%2016.851m1.921-5.336c-.791-1.027-.496-2.49.538-3.236c.63-.507%202.14-.495%203.135-.423c.531.04.904.53.814%201.075c-.166%201-.51%202.48-1.142%202.983c-.968.842-2.551.607-3.345-.4m0%200C12.431%2012.972%2012%2016.85%2012%2016.85M3.5%2019c2.7-1.176%205.564-2.303%208.5-2.149c2.936-.154%205.8.973%208.5%202.149%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%22M9.229%209.466c-.905%201.173-2.519%201.188-3.622.21c-.752-.6-1.147-2.406-1.327-3.546c-.086-.545.287-1.035.818-1.078c1.131-.091%202.966-.13%203.714.473c1.171.865%201.297%202.779.417%203.941m0%200C10.971%2011.122%2012%2016.851%2012%2016.851m1.921-5.336c-.791-1.027-.496-2.49.538-3.236c.63-.507%202.14-.495%203.135-.423c.531.04.904.53.814%201.075c-.166%201-.51%202.48-1.142%202.983c-.968.842-2.551.607-3.345-.4m0%200C12.431%2012.972%2012%2016.85%2012%2016.85M3.5%2019c2.7-1.176%205.564-2.303%208.5-2.149c2.936-.154%205.8.973%208.5%202.149%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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