sprout icon
sprout-solid from Myna UI Icons by Praveen Juge · Solid · MIT Free for personal and commercial use.
- Name
- sprout-solid
- Set
- Myna UI Icons
- Style
- Solid
- 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="currentColor" d="M5.51 4.272a13 13 0 0 1 1.647.008c.704.055 1.558.204 2.125.66c.777.586 1.172 1.487 1.254 2.374a3.87 3.87 0 0 1-.38 2.07c.36.47.667 1.046.926 1.63c.354.798.651 1.687.892 2.511c.097-.29.208-.582.332-.864c.186-.424.414-.848.693-1.223c-.63-1.322-.155-2.918 1.02-3.767c.503-.386 1.221-.516 1.804-.567a12 12 0 0 1 1.825.004l.183.024c.835.153 1.387.915 1.337 1.743l-.02.178a12 12 0 0 1-.424 1.793c-.19.57-.49 1.256-.99 1.655c-1.077.914-2.626.854-3.72.11q-.175.29-.335.654a11 11 0 0 0-.551 1.65a17 17 0 0 0-.252 1.18c2.416.07 4.748.88 6.9 1.779l1.024.439l.068.034a.75.75 0 0 1-.595 1.368l-.073-.027l-1.015-.435c-2.203-.92-4.41-1.665-6.632-1.666l-.514.014h-.078c-2.738-.144-5.452.907-8.161 2.087a.75.75 0 0 1-.6-1.375c2.415-1.052 5.092-2.126 7.88-2.216a34 34 0 0 0-.532-2.109a19 19 0 0 0-.837-2.365a8 8 0 0 0-.555-1.053c-1.228.88-2.9.682-4.047-.333c-.547-.455-.88-1.236-1.093-1.901A13 13 0 0 1 3.62 6.72l-.08-.473c-.15-.95.506-1.862 1.498-1.942z"/></svg>
React
import type { SVGProps } from "react";
export function MynauiSproutSolid(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.51 4.272a13 13 0 0 1 1.647.008c.704.055 1.558.204 2.125.66c.777.586 1.172 1.487 1.254 2.374a3.87 3.87 0 0 1-.38 2.07c.36.47.667 1.046.926 1.63c.354.798.651 1.687.892 2.511c.097-.29.208-.582.332-.864c.186-.424.414-.848.693-1.223c-.63-1.322-.155-2.918 1.02-3.767c.503-.386 1.221-.516 1.804-.567a12 12 0 0 1 1.825.004l.183.024c.835.153 1.387.915 1.337 1.743l-.02.178a12 12 0 0 1-.424 1.793c-.19.57-.49 1.256-.99 1.655c-1.077.914-2.626.854-3.72.11q-.175.29-.335.654a11 11 0 0 0-.551 1.65a17 17 0 0 0-.252 1.18c2.416.07 4.748.88 6.9 1.779l1.024.439l.068.034a.75.75 0 0 1-.595 1.368l-.073-.027l-1.015-.435c-2.203-.92-4.41-1.665-6.632-1.666l-.514.014h-.078c-2.738-.144-5.452.907-8.161 2.087a.75.75 0 0 1-.6-1.375c2.415-1.052 5.092-2.126 7.88-2.216a34 34 0 0 0-.532-2.109a19 19 0 0 0-.837-2.365a8 8 0 0 0-.555-1.053c-1.228.88-2.9.682-4.047-.333c-.547-.455-.88-1.236-1.093-1.901A13 13 0 0 1 3.62 6.72l-.08-.473c-.15-.95.506-1.862 1.498-1.942z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.51 4.272a13 13 0 0 1 1.647.008c.704.055 1.558.204 2.125.66c.777.586 1.172 1.487 1.254 2.374a3.87 3.87 0 0 1-.38 2.07c.36.47.667 1.046.926 1.63c.354.798.651 1.687.892 2.511c.097-.29.208-.582.332-.864c.186-.424.414-.848.693-1.223c-.63-1.322-.155-2.918 1.02-3.767c.503-.386 1.221-.516 1.804-.567a12 12 0 0 1 1.825.004l.183.024c.835.153 1.387.915 1.337 1.743l-.02.178a12 12 0 0 1-.424 1.793c-.19.57-.49 1.256-.99 1.655c-1.077.914-2.626.854-3.72.11q-.175.29-.335.654a11 11 0 0 0-.551 1.65a17 17 0 0 0-.252 1.18c2.416.07 4.748.88 6.9 1.779l1.024.439l.068.034a.75.75 0 0 1-.595 1.368l-.073-.027l-1.015-.435c-2.203-.92-4.41-1.665-6.632-1.666l-.514.014h-.078c-2.738-.144-5.452.907-8.161 2.087a.75.75 0 0 1-.6-1.375c2.415-1.052 5.092-2.126 7.88-2.216a34 34 0 0 0-.532-2.109a19 19 0 0 0-.837-2.365a8 8 0 0 0-.555-1.053c-1.228.88-2.9.682-4.047-.333c-.547-.455-.88-1.236-1.093-1.901A13 13 0 0 1 3.62 6.72l-.08-.473c-.15-.95.506-1.862 1.498-1.942z"/></svg> </template>
CSS
.icon-sprout-solid {
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%22currentColor%22%20d%3D%22M5.51%204.272a13%2013%200%200%201%201.647.008c.704.055%201.558.204%202.125.66c.777.586%201.172%201.487%201.254%202.374a3.87%203.87%200%200%201-.38%202.07c.36.47.667%201.046.926%201.63c.354.798.651%201.687.892%202.511c.097-.29.208-.582.332-.864c.186-.424.414-.848.693-1.223c-.63-1.322-.155-2.918%201.02-3.767c.503-.386%201.221-.516%201.804-.567a12%2012%200%200%201%201.825.004l.183.024c.835.153%201.387.915%201.337%201.743l-.02.178a12%2012%200%200%201-.424%201.793c-.19.57-.49%201.256-.99%201.655c-1.077.914-2.626.854-3.72.11q-.175.29-.335.654a11%2011%200%200%200-.551%201.65a17%2017%200%200%200-.252%201.18c2.416.07%204.748.88%206.9%201.779l1.024.439l.068.034a.75.75%200%200%201-.595%201.368l-.073-.027l-1.015-.435c-2.203-.92-4.41-1.665-6.632-1.666l-.514.014h-.078c-2.738-.144-5.452.907-8.161%202.087a.75.75%200%200%201-.6-1.375c2.415-1.052%205.092-2.126%207.88-2.216a34%2034%200%200%200-.532-2.109a19%2019%200%200%200-.837-2.365a8%208%200%200%200-.555-1.053c-1.228.88-2.9.682-4.047-.333c-.547-.455-.88-1.236-1.093-1.901A13%2013%200%200%201%203.62%206.72l-.08-.473c-.15-.95.506-1.862%201.498-1.942z%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%22currentColor%22%20d%3D%22M5.51%204.272a13%2013%200%200%201%201.647.008c.704.055%201.558.204%202.125.66c.777.586%201.172%201.487%201.254%202.374a3.87%203.87%200%200%201-.38%202.07c.36.47.667%201.046.926%201.63c.354.798.651%201.687.892%202.511c.097-.29.208-.582.332-.864c.186-.424.414-.848.693-1.223c-.63-1.322-.155-2.918%201.02-3.767c.503-.386%201.221-.516%201.804-.567a12%2012%200%200%201%201.825.004l.183.024c.835.153%201.387.915%201.337%201.743l-.02.178a12%2012%200%200%201-.424%201.793c-.19.57-.49%201.256-.99%201.655c-1.077.914-2.626.854-3.72.11q-.175.29-.335.654a11%2011%200%200%200-.551%201.65a17%2017%200%200%200-.252%201.18c2.416.07%204.748.88%206.9%201.779l1.024.439l.068.034a.75.75%200%200%201-.595%201.368l-.073-.027l-1.015-.435c-2.203-.92-4.41-1.665-6.632-1.666l-.514.014h-.078c-2.738-.144-5.452.907-8.161%202.087a.75.75%200%200%201-.6-1.375c2.415-1.052%205.092-2.126%207.88-2.216a34%2034%200%200%200-.532-2.109a19%2019%200%200%200-.837-2.365a8%208%200%200%200-.555-1.053c-1.228.88-2.9.682-4.047-.333c-.547-.455-.88-1.236-1.093-1.901A13%2013%200%200%201%203.62%206.72l-.08-.473c-.15-.95.506-1.862%201.498-1.942z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mynaui/sprout-solid.svg?color=%231a73e8&size=48