sprout icon
sprout from Carbon by IBM · Outline · Enterprise · Apache-2.0 Free for personal and commercial use.
- Name
- sprout
- Set
- Carbon
- Style
- Outline
- Category
- Enterprise
- Viewbox
- 32×32
- License
- Apache 2.0
The same icon in other sets
More enterprise icons from Carbon
accountaiai-agentai-agent-detachedai-business-impact-assessmentai-enabled-edtai-enabled-pdlcai-generateai-governance-lifecycleai-governance-trackedai-governance-untrackedai-labelai-launchai-observabilityai-recommendappleapple-dashautoscalingbank-vaultbasketballbatbee-batbinding-connectorblock-storage
Use the sprout icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M25 2a11.01 11.01 0 0 0-10.245 7.024A7 7 0 0 0 9 6H6v3a7.01 7.01 0 0 0 7 7h1v9.05a9.92 9.92 0 0 0-6.071 2.879l1.414 1.414a8 8 0 0 1 12.309 1.213l1.661-1.113A9.98 9.98 0 0 0 16 25.062V16h1A11.013 11.013 0 0 0 28 5V2ZM13 14a5.006 5.006 0 0 1-5-5V8h1a5.005 5.005 0 0 1 5 5v1Zm13-9a9.01 9.01 0 0 1-9 9h-1v-1a9.01 9.01 0 0 1 9-9h1Z"/></svg>
React
import type { SVGProps } from "react";
export function CarbonSprout(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M25 2a11.01 11.01 0 0 0-10.245 7.024A7 7 0 0 0 9 6H6v3a7.01 7.01 0 0 0 7 7h1v9.05a9.92 9.92 0 0 0-6.071 2.879l1.414 1.414a8 8 0 0 1 12.309 1.213l1.661-1.113A9.98 9.98 0 0 0 16 25.062V16h1A11.013 11.013 0 0 0 28 5V2ZM13 14a5.006 5.006 0 0 1-5-5V8h1a5.005 5.005 0 0 1 5 5v1Zm13-9a9.01 9.01 0 0 1-9 9h-1v-1a9.01 9.01 0 0 1 9-9h1Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M25 2a11.01 11.01 0 0 0-10.245 7.024A7 7 0 0 0 9 6H6v3a7.01 7.01 0 0 0 7 7h1v9.05a9.92 9.92 0 0 0-6.071 2.879l1.414 1.414a8 8 0 0 1 12.309 1.213l1.661-1.113A9.98 9.98 0 0 0 16 25.062V16h1A11.013 11.013 0 0 0 28 5V2ZM13 14a5.006 5.006 0 0 1-5-5V8h1a5.005 5.005 0 0 1 5 5v1Zm13-9a9.01 9.01 0 0 1-9 9h-1v-1a9.01 9.01 0 0 1 9-9h1Z"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M25%202a11.01%2011.01%200%200%200-10.245%207.024A7%207%200%200%200%209%206H6v3a7.01%207.01%200%200%200%207%207h1v9.05a9.92%209.92%200%200%200-6.071%202.879l1.414%201.414a8%208%200%200%201%2012.309%201.213l1.661-1.113A9.98%209.98%200%200%200%2016%2025.062V16h1A11.013%2011.013%200%200%200%2028%205V2ZM13%2014a5.006%205.006%200%200%201-5-5V8h1a5.005%205.005%200%200%201%205%205v1Zm13-9a9.01%209.01%200%200%201-9%209h-1v-1a9.01%209.01%200%200%201%209-9h1Z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M25%202a11.01%2011.01%200%200%200-10.245%207.024A7%207%200%200%200%209%206H6v3a7.01%207.01%200%200%200%207%207h1v9.05a9.92%209.92%200%200%200-6.071%202.879l1.414%201.414a8%208%200%200%201%2012.309%201.213l1.661-1.113A9.98%209.98%200%200%200%2016%2025.062V16h1A11.013%2011.013%200%200%200%2028%205V2ZM13%2014a5.006%205.006%200%200%201-5-5V8h1a5.005%205.005%200%200%201%205%205v1Zm13-9a9.01%209.01%200%200%201-9%209h-1v-1a9.01%209.01%200%200%201%209-9h1Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/sprout.svg?color=%231a73e8&size=48