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

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

The same icon in other sets

Related icons in Huge Icons

Use the wheat icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M14.35 9.65L3 21M19.67 8.586c-2.128 2.128-5.32 1.064-5.32 1.064s-1.064-3.192 1.064-5.32c1.389-1.389 3.231-1.418 4.343-1.27a1.36 1.36 0 0 1 1.184 1.183c.147 1.112.118 2.954-1.271 4.343m-3.902 7.094c-2.837 0-4.256-2.837-4.256-2.837s1.419-2.837 4.256-2.837c1.82 0 3.056 1.166 3.709 2.003a1.34 1.34 0 0 1 0 1.668c-.653.837-1.89 2.003-3.709 2.003M8.32 8.232c0 2.838 2.838 4.256 2.838 4.256s2.837-1.418 2.837-4.256c0-1.819-1.166-3.055-2.004-3.708a1.34 1.34 0 0 0-1.667 0c-.837.653-2.004 1.89-2.004 3.708m2.838 12.058c-2.838 0-4.257-2.837-4.257-2.837s1.42-2.837 4.257-2.837c1.819 0 3.055 1.166 3.708 2.003a1.34 1.34 0 0 1 0 1.668c-.653.837-1.89 2.003-3.708 2.003m-7.449-7.447c0 2.837 2.838 4.255 2.838 4.255s2.837-1.418 2.837-4.255c0-1.82-1.166-3.056-2.004-3.709a1.34 1.34 0 0 0-1.667 0c-.837.653-2.004 1.89-2.004 3.708"/></svg>

React

import type { SVGProps } from "react";

export function HugeiconsWheat(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M14.35 9.65L3 21M19.67 8.586c-2.128 2.128-5.32 1.064-5.32 1.064s-1.064-3.192 1.064-5.32c1.389-1.389 3.231-1.418 4.343-1.27a1.36 1.36 0 0 1 1.184 1.183c.147 1.112.118 2.954-1.271 4.343m-3.902 7.094c-2.837 0-4.256-2.837-4.256-2.837s1.419-2.837 4.256-2.837c1.82 0 3.056 1.166 3.709 2.003a1.34 1.34 0 0 1 0 1.668c-.653.837-1.89 2.003-3.709 2.003M8.32 8.232c0 2.838 2.838 4.256 2.838 4.256s2.837-1.418 2.837-4.256c0-1.819-1.166-3.055-2.004-3.708a1.34 1.34 0 0 0-1.667 0c-.837.653-2.004 1.89-2.004 3.708m2.838 12.058c-2.838 0-4.257-2.837-4.257-2.837s1.42-2.837 4.257-2.837c1.819 0 3.055 1.166 3.708 2.003a1.34 1.34 0 0 1 0 1.668c-.653.837-1.89 2.003-3.708 2.003m-7.449-7.447c0 2.837 2.838 4.255 2.838 4.255s2.837-1.418 2.837-4.255c0-1.82-1.166-3.056-2.004-3.709a1.34 1.34 0 0 0-1.667 0c-.837.653-2.004 1.89-2.004 3.708"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M14.35 9.65L3 21M19.67 8.586c-2.128 2.128-5.32 1.064-5.32 1.064s-1.064-3.192 1.064-5.32c1.389-1.389 3.231-1.418 4.343-1.27a1.36 1.36 0 0 1 1.184 1.183c.147 1.112.118 2.954-1.271 4.343m-3.902 7.094c-2.837 0-4.256-2.837-4.256-2.837s1.419-2.837 4.256-2.837c1.82 0 3.056 1.166 3.709 2.003a1.34 1.34 0 0 1 0 1.668c-.653.837-1.89 2.003-3.709 2.003M8.32 8.232c0 2.838 2.838 4.256 2.838 4.256s2.837-1.418 2.837-4.256c0-1.819-1.166-3.055-2.004-3.708a1.34 1.34 0 0 0-1.667 0c-.837.653-2.004 1.89-2.004 3.708m2.838 12.058c-2.838 0-4.257-2.837-4.257-2.837s1.42-2.837 4.257-2.837c1.819 0 3.055 1.166 3.708 2.003a1.34 1.34 0 0 1 0 1.668c-.653.837-1.89 2.003-3.708 2.003m-7.449-7.447c0 2.837 2.838 4.255 2.838 4.255s2.837-1.418 2.837-4.255c0-1.82-1.166-3.056-2.004-3.709a1.34 1.34 0 0 0-1.667 0c-.837.653-2.004 1.89-2.004 3.708"/></svg>
</template>

CSS

.icon-wheat {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M14.35%209.65L3%2021M19.67%208.586c-2.128%202.128-5.32%201.064-5.32%201.064s-1.064-3.192%201.064-5.32c1.389-1.389%203.231-1.418%204.343-1.27a1.36%201.36%200%200%201%201.184%201.183c.147%201.112.118%202.954-1.271%204.343m-3.902%207.094c-2.837%200-4.256-2.837-4.256-2.837s1.419-2.837%204.256-2.837c1.82%200%203.056%201.166%203.709%202.003a1.34%201.34%200%200%201%200%201.668c-.653.837-1.89%202.003-3.709%202.003M8.32%208.232c0%202.838%202.838%204.256%202.838%204.256s2.837-1.418%202.837-4.256c0-1.819-1.166-3.055-2.004-3.708a1.34%201.34%200%200%200-1.667%200c-.837.653-2.004%201.89-2.004%203.708m2.838%2012.058c-2.838%200-4.257-2.837-4.257-2.837s1.42-2.837%204.257-2.837c1.819%200%203.055%201.166%203.708%202.003a1.34%201.34%200%200%201%200%201.668c-.653.837-1.89%202.003-3.708%202.003m-7.449-7.447c0%202.837%202.838%204.255%202.838%204.255s2.837-1.418%202.837-4.255c0-1.82-1.166-3.056-2.004-3.709a1.34%201.34%200%200%200-1.667%200c-.837.653-2.004%201.89-2.004%203.708%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M14.35%209.65L3%2021M19.67%208.586c-2.128%202.128-5.32%201.064-5.32%201.064s-1.064-3.192%201.064-5.32c1.389-1.389%203.231-1.418%204.343-1.27a1.36%201.36%200%200%201%201.184%201.183c.147%201.112.118%202.954-1.271%204.343m-3.902%207.094c-2.837%200-4.256-2.837-4.256-2.837s1.419-2.837%204.256-2.837c1.82%200%203.056%201.166%203.709%202.003a1.34%201.34%200%200%201%200%201.668c-.653.837-1.89%202.003-3.709%202.003M8.32%208.232c0%202.838%202.838%204.256%202.838%204.256s2.837-1.418%202.837-4.256c0-1.819-1.166-3.055-2.004-3.708a1.34%201.34%200%200%200-1.667%200c-.837.653-2.004%201.89-2.004%203.708m2.838%2012.058c-2.838%200-4.257-2.837-4.257-2.837s1.42-2.837%204.257-2.837c1.819%200%203.055%201.166%203.708%202.003a1.34%201.34%200%200%201%200%201.668c-.653.837-1.89%202.003-3.708%202.003m-7.449-7.447c0%202.837%202.838%204.255%202.838%204.255s2.837-1.418%202.837-4.255c0-1.82-1.166-3.056-2.004-3.709a1.34%201.34%200%200%200-1.667%200c-.837.653-2.004%201.89-2.004%203.708%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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