corn icon
corn from Carbon by IBM · Outline · Enterprise · Apache-2.0 Free for personal and commercial use.
- Name
- corn
- 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 corn icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M23 16c-.337 0-.67.02-1 .05V16c0-7.885-2.956-14-5.5-14S11 8.115 11 16v5H6v3a6.007 6.007 0 0 0 6 6h3a11.013 11.013 0 0 0 11-11v-3Zm-10 0h2v-2h-1.927a26 26 0 0 1 .565-4H16V8h-1.8c.81-2.406 1.815-3.771 2.3-3.986c.66.292 2.284 2.703 3.065 6.986H18v2h1.844A29 29 0 0 1 20 16v.426A11.06 11.06 0 0 0 13.79 21H13Zm-1 12a4.005 4.005 0 0 1-4-4v-1h4.764A10.9 10.9 0 0 0 12 27Zm12-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 CarbonCorn(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="M23 16c-.337 0-.67.02-1 .05V16c0-7.885-2.956-14-5.5-14S11 8.115 11 16v5H6v3a6.007 6.007 0 0 0 6 6h3a11.013 11.013 0 0 0 11-11v-3Zm-10 0h2v-2h-1.927a26 26 0 0 1 .565-4H16V8h-1.8c.81-2.406 1.815-3.771 2.3-3.986c.66.292 2.284 2.703 3.065 6.986H18v2h1.844A29 29 0 0 1 20 16v.426A11.06 11.06 0 0 0 13.79 21H13Zm-1 12a4.005 4.005 0 0 1-4-4v-1h4.764A10.9 10.9 0 0 0 12 27Zm12-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="M23 16c-.337 0-.67.02-1 .05V16c0-7.885-2.956-14-5.5-14S11 8.115 11 16v5H6v3a6.007 6.007 0 0 0 6 6h3a11.013 11.013 0 0 0 11-11v-3Zm-10 0h2v-2h-1.927a26 26 0 0 1 .565-4H16V8h-1.8c.81-2.406 1.815-3.771 2.3-3.986c.66.292 2.284 2.703 3.065 6.986H18v2h1.844A29 29 0 0 1 20 16v.426A11.06 11.06 0 0 0 13.79 21H13Zm-1 12a4.005 4.005 0 0 1-4-4v-1h4.764A10.9 10.9 0 0 0 12 27Zm12-9a9.01 9.01 0 0 1-9 9h-1v-1a9.01 9.01 0 0 1 9-9h1Z"/></svg> </template>
CSS
.icon-corn {
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%22M23%2016c-.337%200-.67.02-1%20.05V16c0-7.885-2.956-14-5.5-14S11%208.115%2011%2016v5H6v3a6.007%206.007%200%200%200%206%206h3a11.013%2011.013%200%200%200%2011-11v-3Zm-10%200h2v-2h-1.927a26%2026%200%200%201%20.565-4H16V8h-1.8c.81-2.406%201.815-3.771%202.3-3.986c.66.292%202.284%202.703%203.065%206.986H18v2h1.844A29%2029%200%200%201%2020%2016v.426A11.06%2011.06%200%200%200%2013.79%2021H13Zm-1%2012a4.005%204.005%200%200%201-4-4v-1h4.764A10.9%2010.9%200%200%200%2012%2027Zm12-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%22M23%2016c-.337%200-.67.02-1%20.05V16c0-7.885-2.956-14-5.5-14S11%208.115%2011%2016v5H6v3a6.007%206.007%200%200%200%206%206h3a11.013%2011.013%200%200%200%2011-11v-3Zm-10%200h2v-2h-1.927a26%2026%200%200%201%20.565-4H16V8h-1.8c.81-2.406%201.815-3.771%202.3-3.986c.66.292%202.284%202.703%203.065%206.986H18v2h1.844A29%2029%200%200%201%2020%2016v.426A11.06%2011.06%200%200%200%2013.79%2021H13Zm-1%2012a4.005%204.005%200%200%201-4-4v-1h4.764A10.9%2010.9%200%200%200%2012%2027Zm12-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/corn.svg?color=%231a73e8&size=48