sprout icon
sprout from Material Design Icons by Pictogrammers · Filled · Agriculture · Apache-2.0 Free for personal and commercial use.
- Name
- sprout
- Set
- Material Design Icons
- Style
- Filled
- Category
- Agriculture
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- ecology, environment, seedling
1 other variant in Material Design Icons
The same icon in other sets
More agriculture icons from Material Design Icons
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="M2 22v-2s5-2 10-2s10 2 10 2v2zm9.3-12.9c-1.2-3.9-7.3-3-7.3-3s.2 7.8 5.9 6.6C9.5 9.8 8 9 8 9c2.8 0 3 3.4 3 3.4V17h2v-4.2s0-3.9 3-4.9c0 0-2 3-2 5c7 .7 7-8.9 7-8.9s-8.9-1-9.7 5.1"/></svg>
React
import type { SVGProps } from "react";
export function MdiSprout(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="M2 22v-2s5-2 10-2s10 2 10 2v2zm9.3-12.9c-1.2-3.9-7.3-3-7.3-3s.2 7.8 5.9 6.6C9.5 9.8 8 9 8 9c2.8 0 3 3.4 3 3.4V17h2v-4.2s0-3.9 3-4.9c0 0-2 3-2 5c7 .7 7-8.9 7-8.9s-8.9-1-9.7 5.1"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 22v-2s5-2 10-2s10 2 10 2v2zm9.3-12.9c-1.2-3.9-7.3-3-7.3-3s.2 7.8 5.9 6.6C9.5 9.8 8 9 8 9c2.8 0 3 3.4 3 3.4V17h2v-4.2s0-3.9 3-4.9c0 0-2 3-2 5c7 .7 7-8.9 7-8.9s-8.9-1-9.7 5.1"/></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%22currentColor%22%20d%3D%22M2%2022v-2s5-2%2010-2s10%202%2010%202v2zm9.3-12.9c-1.2-3.9-7.3-3-7.3-3s.2%207.8%205.9%206.6C9.5%209.8%208%209%208%209c2.8%200%203%203.4%203%203.4V17h2v-4.2s0-3.9%203-4.9c0%200-2%203-2%205c7%20.7%207-8.9%207-8.9s-8.9-1-9.7%205.1%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%22M2%2022v-2s5-2%2010-2s10%202%2010%202v2zm9.3-12.9c-1.2-3.9-7.3-3-7.3-3s.2%207.8%205.9%206.6C9.5%209.8%208%209%208%209c2.8%200%203%203.4%203%203.4V17h2v-4.2s0-3.9%203-4.9c0%200-2%203-2%205c7%20.7%207-8.9%207-8.9s-8.9-1-9.7%205.1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/sprout.svg?color=%231a73e8&size=48