corn from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
corn
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Use the corn icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M3.885 20.132c2.103 2.078 5.978 1.618 8.655-1.026c3.059-3.021 4.642-3.927 5.753-4.547c.224-.125.28-.436.098-.616c-3.609-3.565-9.633-.897-10.284 3.807m-4.222 2.382L2.5 21.5m1.385-1.368c-2.103-2.077-1.638-5.904 1.039-8.548c.847-.628 2.472-2.407 2.734-4.81c.026-.243.335-.366.51-.193a6.53 6.53 0 0 1 1.955 4.666"/><path d="M17.592 13c2.35-3.624 4.94-8.276 3.487-9.954c-1.73-2-7.07 1.892-11.079 5.29"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsCorn(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M3.885 20.132c2.103 2.078 5.978 1.618 8.655-1.026c3.059-3.021 4.642-3.927 5.753-4.547c.224-.125.28-.436.098-.616c-3.609-3.565-9.633-.897-10.284 3.807m-4.222 2.382L2.5 21.5m1.385-1.368c-2.103-2.077-1.638-5.904 1.039-8.548c.847-.628 2.472-2.407 2.734-4.81c.026-.243.335-.366.51-.193a6.53 6.53 0 0 1 1.955 4.666"/><path d="M17.592 13c2.35-3.624 4.94-8.276 3.487-9.954c-1.73-2-7.07 1.892-11.079 5.29"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M3.885 20.132c2.103 2.078 5.978 1.618 8.655-1.026c3.059-3.021 4.642-3.927 5.753-4.547c.224-.125.28-.436.098-.616c-3.609-3.565-9.633-.897-10.284 3.807m-4.222 2.382L2.5 21.5m1.385-1.368c-2.103-2.077-1.638-5.904 1.039-8.548c.847-.628 2.472-2.407 2.734-4.81c.026-.243.335-.366.51-.193a6.53 6.53 0 0 1 1.955 4.666"/><path d="M17.592 13c2.35-3.624 4.94-8.276 3.487-9.954c-1.73-2-7.07 1.892-11.079 5.29"/></g></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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M3.885%2020.132c2.103%202.078%205.978%201.618%208.655-1.026c3.059-3.021%204.642-3.927%205.753-4.547c.224-.125.28-.436.098-.616c-3.609-3.565-9.633-.897-10.284%203.807m-4.222%202.382L2.5%2021.5m1.385-1.368c-2.103-2.077-1.638-5.904%201.039-8.548c.847-.628%202.472-2.407%202.734-4.81c.026-.243.335-.366.51-.193a6.53%206.53%200%200%201%201.955%204.666%22%2F%3E%3Cpath%20d%3D%22M17.592%2013c2.35-3.624%204.94-8.276%203.487-9.954c-1.73-2-7.07%201.892-11.079%205.29%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M3.885%2020.132c2.103%202.078%205.978%201.618%208.655-1.026c3.059-3.021%204.642-3.927%205.753-4.547c.224-.125.28-.436.098-.616c-3.609-3.565-9.633-.897-10.284%203.807m-4.222%202.382L2.5%2021.5m1.385-1.368c-2.103-2.077-1.638-5.904%201.039-8.548c.847-.628%202.472-2.407%202.734-4.81c.026-.243.335-.366.51-.193a6.53%206.53%200%200%201%201.955%204.666%22%2F%3E%3Cpath%20d%3D%22M17.592%2013c2.35-3.624%204.94-8.276%203.487-9.954c-1.73-2-7.07%201.892-11.079%205.29%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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