corn-off from Material Design Icons by Pictogrammers · Filled · Agriculture · Apache-2.0 Free for personal and commercial use.

Name
corn-off
Set
Material Design Icons
Style
Filled
Category
Agriculture
Viewbox
24×24
License
Apache 2.0

More agriculture icons from Material Design Icons

Use the corn off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22.1 21.5L2.4 1.7L1.1 3l6.1 6.1c-.1.6-.2 1.2-.2 1.9c-1.5-.6-3.2-1-5-1c5.9 2.6 4 12 10 12c2.5 0 3.7-1.5 4.6-3.5l4.3 4.3zM8.1 10l1 1H8zm.7 2h1.3l.9.9v.8c-.7-.6-1.4-1.2-2.2-1.7m5.5 7.2c-.2-1.2-.9-2.8-2.1-4.2h.9l2.1 2.1q-.3 1.2-.9 2.1M11 6v1.8L12.2 9H14V8h-2V6h1V5h-1V3c2.1 0 3.9 4 4 8.8v1l2 2c.8-2 1.9-3.9 4-4.8c-1.8 0-3.5.4-5 1.1c-.2-5.2-2.3-9.1-5-9.1c-1.5 0-2.8 1.2-3.7 3.1l.9.9zm0-2.7V5H9.5c.5-.8 1-1.4 1.5-1.7m4 8.5l-.8-.8h.8z"/></svg>

React

import type { SVGProps } from "react";

export function MdiCornOff(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="M22.1 21.5L2.4 1.7L1.1 3l6.1 6.1c-.1.6-.2 1.2-.2 1.9c-1.5-.6-3.2-1-5-1c5.9 2.6 4 12 10 12c2.5 0 3.7-1.5 4.6-3.5l4.3 4.3zM8.1 10l1 1H8zm.7 2h1.3l.9.9v.8c-.7-.6-1.4-1.2-2.2-1.7m5.5 7.2c-.2-1.2-.9-2.8-2.1-4.2h.9l2.1 2.1q-.3 1.2-.9 2.1M11 6v1.8L12.2 9H14V8h-2V6h1V5h-1V3c2.1 0 3.9 4 4 8.8v1l2 2c.8-2 1.9-3.9 4-4.8c-1.8 0-3.5.4-5 1.1c-.2-5.2-2.3-9.1-5-9.1c-1.5 0-2.8 1.2-3.7 3.1l.9.9zm0-2.7V5H9.5c.5-.8 1-1.4 1.5-1.7m4 8.5l-.8-.8h.8z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22.1 21.5L2.4 1.7L1.1 3l6.1 6.1c-.1.6-.2 1.2-.2 1.9c-1.5-.6-3.2-1-5-1c5.9 2.6 4 12 10 12c2.5 0 3.7-1.5 4.6-3.5l4.3 4.3zM8.1 10l1 1H8zm.7 2h1.3l.9.9v.8c-.7-.6-1.4-1.2-2.2-1.7m5.5 7.2c-.2-1.2-.9-2.8-2.1-4.2h.9l2.1 2.1q-.3 1.2-.9 2.1M11 6v1.8L12.2 9H14V8h-2V6h1V5h-1V3c2.1 0 3.9 4 4 8.8v1l2 2c.8-2 1.9-3.9 4-4.8c-1.8 0-3.5.4-5 1.1c-.2-5.2-2.3-9.1-5-9.1c-1.5 0-2.8 1.2-3.7 3.1l.9.9zm0-2.7V5H9.5c.5-.8 1-1.4 1.5-1.7m4 8.5l-.8-.8h.8z"/></svg>
</template>

CSS

.icon-corn-off {
  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%22M22.1%2021.5L2.4%201.7L1.1%203l6.1%206.1c-.1.6-.2%201.2-.2%201.9c-1.5-.6-3.2-1-5-1c5.9%202.6%204%2012%2010%2012c2.5%200%203.7-1.5%204.6-3.5l4.3%204.3zM8.1%2010l1%201H8zm.7%202h1.3l.9.9v.8c-.7-.6-1.4-1.2-2.2-1.7m5.5%207.2c-.2-1.2-.9-2.8-2.1-4.2h.9l2.1%202.1q-.3%201.2-.9%202.1M11%206v1.8L12.2%209H14V8h-2V6h1V5h-1V3c2.1%200%203.9%204%204%208.8v1l2%202c.8-2%201.9-3.9%204-4.8c-1.8%200-3.5.4-5%201.1c-.2-5.2-2.3-9.1-5-9.1c-1.5%200-2.8%201.2-3.7%203.1l.9.9zm0-2.7V5H9.5c.5-.8%201-1.4%201.5-1.7m4%208.5l-.8-.8h.8z%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%22M22.1%2021.5L2.4%201.7L1.1%203l6.1%206.1c-.1.6-.2%201.2-.2%201.9c-1.5-.6-3.2-1-5-1c5.9%202.6%204%2012%2010%2012c2.5%200%203.7-1.5%204.6-3.5l4.3%204.3zM8.1%2010l1%201H8zm.7%202h1.3l.9.9v.8c-.7-.6-1.4-1.2-2.2-1.7m5.5%207.2c-.2-1.2-.9-2.8-2.1-4.2h.9l2.1%202.1q-.3%201.2-.9%202.1M11%206v1.8L12.2%209H14V8h-2V6h1V5h-1V3c2.1%200%203.9%204%204%208.8v1l2%202c.8-2%201.9-3.9%204-4.8c-1.8%200-3.5.4-5%201.1c-.2-5.2-2.3-9.1-5-9.1c-1.5%200-2.8%201.2-3.7%203.1l.9.9zm0-2.7V5H9.5c.5-.8%201-1.4%201.5-1.7m4%208.5l-.8-.8h.8z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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