strawberry icon
strawberry from Carbon by IBM · Outline · Enterprise · Apache-2.0 Free for personal and commercial use.
- Name
- strawberry
- 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 strawberry icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M9 10h2v2H9zm0 4h2v2H9zm4-2h2v2h-2z"/><path fill="currentColor" d="M9 28a5 5 0 0 1-.744-.054A5.094 5.094 0 0 1 4 22.866V11.2a7.16 7.16 0 0 1 6.31-7.166a6.96 6.96 0 0 1 4.464 1.07l7.97 4.981a6.98 6.98 0 0 1-.69 12.19l-10.88 5.229A5 5 0 0 1 9 28m2.002-22q-.248 0-.5.024A5.146 5.146 0 0 0 6 11.198v11.669a3.084 3.084 0 0 0 2.544 3.1a3.03 3.03 0 0 0 1.762-.265l10.883-5.23a4.98 4.98 0 0 0 .488-8.696l-7.972-4.982A4.97 4.97 0 0 0 11.002 6M26 7h-4a4.005 4.005 0 0 1-4-4V2h2v1a2 2 0 0 0 2 2h4Z"/></svg>
React
import type { SVGProps } from "react";
export function CarbonStrawberry(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="M9 10h2v2H9zm0 4h2v2H9zm4-2h2v2h-2z"/><path fill="currentColor" d="M9 28a5 5 0 0 1-.744-.054A5.094 5.094 0 0 1 4 22.866V11.2a7.16 7.16 0 0 1 6.31-7.166a6.96 6.96 0 0 1 4.464 1.07l7.97 4.981a6.98 6.98 0 0 1-.69 12.19l-10.88 5.229A5 5 0 0 1 9 28m2.002-22q-.248 0-.5.024A5.146 5.146 0 0 0 6 11.198v11.669a3.084 3.084 0 0 0 2.544 3.1a3.03 3.03 0 0 0 1.762-.265l10.883-5.23a4.98 4.98 0 0 0 .488-8.696l-7.972-4.982A4.97 4.97 0 0 0 11.002 6M26 7h-4a4.005 4.005 0 0 1-4-4V2h2v1a2 2 0 0 0 2 2h4Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M9 10h2v2H9zm0 4h2v2H9zm4-2h2v2h-2z"/><path fill="currentColor" d="M9 28a5 5 0 0 1-.744-.054A5.094 5.094 0 0 1 4 22.866V11.2a7.16 7.16 0 0 1 6.31-7.166a6.96 6.96 0 0 1 4.464 1.07l7.97 4.981a6.98 6.98 0 0 1-.69 12.19l-10.88 5.229A5 5 0 0 1 9 28m2.002-22q-.248 0-.5.024A5.146 5.146 0 0 0 6 11.198v11.669a3.084 3.084 0 0 0 2.544 3.1a3.03 3.03 0 0 0 1.762-.265l10.883-5.23a4.98 4.98 0 0 0 .488-8.696l-7.972-4.982A4.97 4.97 0 0 0 11.002 6M26 7h-4a4.005 4.005 0 0 1-4-4V2h2v1a2 2 0 0 0 2 2h4Z"/></svg> </template>
CSS
.icon-strawberry {
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%22M9%2010h2v2H9zm0%204h2v2H9zm4-2h2v2h-2z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9%2028a5%205%200%200%201-.744-.054A5.094%205.094%200%200%201%204%2022.866V11.2a7.16%207.16%200%200%201%206.31-7.166a6.96%206.96%200%200%201%204.464%201.07l7.97%204.981a6.98%206.98%200%200%201-.69%2012.19l-10.88%205.229A5%205%200%200%201%209%2028m2.002-22q-.248%200-.5.024A5.146%205.146%200%200%200%206%2011.198v11.669a3.084%203.084%200%200%200%202.544%203.1a3.03%203.03%200%200%200%201.762-.265l10.883-5.23a4.98%204.98%200%200%200%20.488-8.696l-7.972-4.982A4.97%204.97%200%200%200%2011.002%206M26%207h-4a4.005%204.005%200%200%201-4-4V2h2v1a2%202%200%200%200%202%202h4Z%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%22M9%2010h2v2H9zm0%204h2v2H9zm4-2h2v2h-2z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9%2028a5%205%200%200%201-.744-.054A5.094%205.094%200%200%201%204%2022.866V11.2a7.16%207.16%200%200%201%206.31-7.166a6.96%206.96%200%200%201%204.464%201.07l7.97%204.981a6.98%206.98%200%200%201-.69%2012.19l-10.88%205.229A5%205%200%200%201%209%2028m2.002-22q-.248%200-.5.024A5.146%205.146%200%200%200%206%2011.198v11.669a3.084%203.084%200%200%200%202.544%203.1a3.03%203.03%200%200%200%201.762-.265l10.883-5.23a4.98%204.98%200%200%200%20.488-8.696l-7.972-4.982A4.97%204.97%200%200%200%2011.002%206M26%207h-4a4.005%204.005%200%200%201-4-4V2h2v1a2%202%200%200%200%202%202h4Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/strawberry.svg?color=%231a73e8&size=48