sprout-outline from Material Design Icons by Pictogrammers · Outline · Agriculture · Apache-2.0 Free for personal and commercial use.

Name
sprout-outline
Set
Material Design Icons
Style
Outline
Category
Agriculture
Viewbox
24×24
License
Apache 2.0
Aliases
ecology-outline, environment-outline, plant-outline, seedling-outline

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="M23 4.1V2.3l-1.8-.2c-.1 0-.7-.1-1.7-.1c-4.1 0-7.1 1.2-8.8 3.3C9.4 4.5 7.6 4 5.5 4c-1 0-1.7.1-1.7.1l-1.9.3l.1 1.7c.1 3 1.6 8.7 6.8 8.7H9v3.4c-3.8.5-7 1.8-7 1.8v2h20v-2s-3.2-1.3-7-1.8V15c6.3-.1 8-7.2 8-10.9M12 18h-1v-5.6S10.8 9 8 9c0 0 1.5.8 1.9 3.7c-.4.1-.8.1-1.1.1C4.2 12.8 4 6.1 4 6.1S4.6 6 5.5 6c1.9 0 5 .4 5.9 3.1C11.9 4.6 17 4 19.5 4c.9 0 1.5.1 1.5.1s0 9-6.3 9H14c0-2 2-5 2-5c-3 1-3 4.9-3 4.9v5z"/></svg>

React

import type { SVGProps } from "react";

export function MdiSproutOutline(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="M23 4.1V2.3l-1.8-.2c-.1 0-.7-.1-1.7-.1c-4.1 0-7.1 1.2-8.8 3.3C9.4 4.5 7.6 4 5.5 4c-1 0-1.7.1-1.7.1l-1.9.3l.1 1.7c.1 3 1.6 8.7 6.8 8.7H9v3.4c-3.8.5-7 1.8-7 1.8v2h20v-2s-3.2-1.3-7-1.8V15c6.3-.1 8-7.2 8-10.9M12 18h-1v-5.6S10.8 9 8 9c0 0 1.5.8 1.9 3.7c-.4.1-.8.1-1.1.1C4.2 12.8 4 6.1 4 6.1S4.6 6 5.5 6c1.9 0 5 .4 5.9 3.1C11.9 4.6 17 4 19.5 4c.9 0 1.5.1 1.5.1s0 9-6.3 9H14c0-2 2-5 2-5c-3 1-3 4.9-3 4.9v5z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M23 4.1V2.3l-1.8-.2c-.1 0-.7-.1-1.7-.1c-4.1 0-7.1 1.2-8.8 3.3C9.4 4.5 7.6 4 5.5 4c-1 0-1.7.1-1.7.1l-1.9.3l.1 1.7c.1 3 1.6 8.7 6.8 8.7H9v3.4c-3.8.5-7 1.8-7 1.8v2h20v-2s-3.2-1.3-7-1.8V15c6.3-.1 8-7.2 8-10.9M12 18h-1v-5.6S10.8 9 8 9c0 0 1.5.8 1.9 3.7c-.4.1-.8.1-1.1.1C4.2 12.8 4 6.1 4 6.1S4.6 6 5.5 6c1.9 0 5 .4 5.9 3.1C11.9 4.6 17 4 19.5 4c.9 0 1.5.1 1.5.1s0 9-6.3 9H14c0-2 2-5 2-5c-3 1-3 4.9-3 4.9v5z"/></svg>
</template>

CSS

.icon-sprout-outline {
  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%22M23%204.1V2.3l-1.8-.2c-.1%200-.7-.1-1.7-.1c-4.1%200-7.1%201.2-8.8%203.3C9.4%204.5%207.6%204%205.5%204c-1%200-1.7.1-1.7.1l-1.9.3l.1%201.7c.1%203%201.6%208.7%206.8%208.7H9v3.4c-3.8.5-7%201.8-7%201.8v2h20v-2s-3.2-1.3-7-1.8V15c6.3-.1%208-7.2%208-10.9M12%2018h-1v-5.6S10.8%209%208%209c0%200%201.5.8%201.9%203.7c-.4.1-.8.1-1.1.1C4.2%2012.8%204%206.1%204%206.1S4.6%206%205.5%206c1.9%200%205%20.4%205.9%203.1C11.9%204.6%2017%204%2019.5%204c.9%200%201.5.1%201.5.1s0%209-6.3%209H14c0-2%202-5%202-5c-3%201-3%204.9-3%204.9v5z%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%22M23%204.1V2.3l-1.8-.2c-.1%200-.7-.1-1.7-.1c-4.1%200-7.1%201.2-8.8%203.3C9.4%204.5%207.6%204%205.5%204c-1%200-1.7.1-1.7.1l-1.9.3l.1%201.7c.1%203%201.6%208.7%206.8%208.7H9v3.4c-3.8.5-7%201.8-7%201.8v2h20v-2s-3.2-1.3-7-1.8V15c6.3-.1%208-7.2%208-10.9M12%2018h-1v-5.6S10.8%209%208%209c0%200%201.5.8%201.9%203.7c-.4.1-.8.1-1.1.1C4.2%2012.8%204%206.1%204%206.1S4.6%206%205.5%206c1.9%200%205%20.4%205.9%203.1C11.9%204.6%2017%204%2019.5%204c.9%200%201.5.1%201.5.1s0%209-6.3%209H14c0-2%202-5%202-5c-3%201-3%204.9-3%204.9v5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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