wheat from Material Symbols by Google · Regular · Social · Apache-2.0 Free for personal and commercial use.

Name
wheat
Set
Material Symbols
Style
Regular
Category
Social
Viewbox
24×24
License
Apache 2.0
Aliases
wheat-sharp

3 other variants in Material Symbols

The same icon in other sets

More social icons from Material Symbols

Use the wheat icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m3.425 22.025l-1.4-1.4l2.4-2.425q-.8-.8-1.325-1.525T2.575 14.7q0-.8.3-1.525t.875-1.3L4.9 10.75l1.125 1.125q.725.7 1.025 1.7t.025 1.975l1.575-1.575q-.8-.825-1.325-1.55T6.8 10.45q0-.8.288-1.525t.862-1.3L9.1 6.5l1.125 1.125q.725.725 1.025 1.738t.025 1.987l1.3-1.3q-.75-.825-1.325-1.562t-.575-1.938q0-.8.325-1.562t.9-1.338l2.475-2.475l1.4 1.4L14.375 4q.575.7.813 1.638T15.15 7.45L20.6 2L22 3.425l-5.5 5.5q.9-.275 1.85-.062t1.675.787l1.4-1.425l1.45 1.45l-2.5 2.525q-.575.575-1.312.875t-1.538.3q-1.05 0-1.925-.575t-1.625-1.325L12.6 12.85q1-.325 2.05-.025t1.8 1.025L17.575 15l-1.125 1.125q-.575.575-1.312.875t-1.538.3q-1.05 0-1.912-.587T10.05 15.4l-1.725 1.725q1.025-.35 2.088-.05t1.812 1.025l1.15 1.15l-1.125 1.125q-.575.575-1.312.875t-1.538.3q-1.075 0-1.937-.587t-1.638-1.338z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsWheat(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="m3.425 22.025l-1.4-1.4l2.4-2.425q-.8-.8-1.325-1.525T2.575 14.7q0-.8.3-1.525t.875-1.3L4.9 10.75l1.125 1.125q.725.7 1.025 1.7t.025 1.975l1.575-1.575q-.8-.825-1.325-1.55T6.8 10.45q0-.8.288-1.525t.862-1.3L9.1 6.5l1.125 1.125q.725.725 1.025 1.738t.025 1.987l1.3-1.3q-.75-.825-1.325-1.562t-.575-1.938q0-.8.325-1.562t.9-1.338l2.475-2.475l1.4 1.4L14.375 4q.575.7.813 1.638T15.15 7.45L20.6 2L22 3.425l-5.5 5.5q.9-.275 1.85-.062t1.675.787l1.4-1.425l1.45 1.45l-2.5 2.525q-.575.575-1.312.875t-1.538.3q-1.05 0-1.925-.575t-1.625-1.325L12.6 12.85q1-.325 2.05-.025t1.8 1.025L17.575 15l-1.125 1.125q-.575.575-1.312.875t-1.538.3q-1.05 0-1.912-.587T10.05 15.4l-1.725 1.725q1.025-.35 2.088-.05t1.812 1.025l1.15 1.15l-1.125 1.125q-.575.575-1.312.875t-1.538.3q-1.075 0-1.937-.587t-1.638-1.338z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m3.425 22.025l-1.4-1.4l2.4-2.425q-.8-.8-1.325-1.525T2.575 14.7q0-.8.3-1.525t.875-1.3L4.9 10.75l1.125 1.125q.725.7 1.025 1.7t.025 1.975l1.575-1.575q-.8-.825-1.325-1.55T6.8 10.45q0-.8.288-1.525t.862-1.3L9.1 6.5l1.125 1.125q.725.725 1.025 1.738t.025 1.987l1.3-1.3q-.75-.825-1.325-1.562t-.575-1.938q0-.8.325-1.562t.9-1.338l2.475-2.475l1.4 1.4L14.375 4q.575.7.813 1.638T15.15 7.45L20.6 2L22 3.425l-5.5 5.5q.9-.275 1.85-.062t1.675.787l1.4-1.425l1.45 1.45l-2.5 2.525q-.575.575-1.312.875t-1.538.3q-1.05 0-1.925-.575t-1.625-1.325L12.6 12.85q1-.325 2.05-.025t1.8 1.025L17.575 15l-1.125 1.125q-.575.575-1.312.875t-1.538.3q-1.05 0-1.912-.587T10.05 15.4l-1.725 1.725q1.025-.35 2.088-.05t1.812 1.025l1.15 1.15l-1.125 1.125q-.575.575-1.312.875t-1.538.3q-1.075 0-1.937-.587t-1.638-1.338z"/></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%22currentColor%22%20d%3D%22m3.425%2022.025l-1.4-1.4l2.4-2.425q-.8-.8-1.325-1.525T2.575%2014.7q0-.8.3-1.525t.875-1.3L4.9%2010.75l1.125%201.125q.725.7%201.025%201.7t.025%201.975l1.575-1.575q-.8-.825-1.325-1.55T6.8%2010.45q0-.8.288-1.525t.862-1.3L9.1%206.5l1.125%201.125q.725.725%201.025%201.738t.025%201.987l1.3-1.3q-.75-.825-1.325-1.562t-.575-1.938q0-.8.325-1.562t.9-1.338l2.475-2.475l1.4%201.4L14.375%204q.575.7.813%201.638T15.15%207.45L20.6%202L22%203.425l-5.5%205.5q.9-.275%201.85-.062t1.675.787l1.4-1.425l1.45%201.45l-2.5%202.525q-.575.575-1.312.875t-1.538.3q-1.05%200-1.925-.575t-1.625-1.325L12.6%2012.85q1-.325%202.05-.025t1.8%201.025L17.575%2015l-1.125%201.125q-.575.575-1.312.875t-1.538.3q-1.05%200-1.912-.587T10.05%2015.4l-1.725%201.725q1.025-.35%202.088-.05t1.812%201.025l1.15%201.15l-1.125%201.125q-.575.575-1.312.875t-1.538.3q-1.075%200-1.937-.587t-1.638-1.338z%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%22m3.425%2022.025l-1.4-1.4l2.4-2.425q-.8-.8-1.325-1.525T2.575%2014.7q0-.8.3-1.525t.875-1.3L4.9%2010.75l1.125%201.125q.725.7%201.025%201.7t.025%201.975l1.575-1.575q-.8-.825-1.325-1.55T6.8%2010.45q0-.8.288-1.525t.862-1.3L9.1%206.5l1.125%201.125q.725.725%201.025%201.738t.025%201.987l1.3-1.3q-.75-.825-1.325-1.562t-.575-1.938q0-.8.325-1.562t.9-1.338l2.475-2.475l1.4%201.4L14.375%204q.575.7.813%201.638T15.15%207.45L20.6%202L22%203.425l-5.5%205.5q.9-.275%201.85-.062t1.675.787l1.4-1.425l1.45%201.45l-2.5%202.525q-.575.575-1.312.875t-1.538.3q-1.05%200-1.925-.575t-1.625-1.325L12.6%2012.85q1-.325%202.05-.025t1.8%201.025L17.575%2015l-1.125%201.125q-.575.575-1.312.875t-1.538.3q-1.05%200-1.912-.587T10.05%2015.4l-1.725%201.725q1.025-.35%202.088-.05t1.812%201.025l1.15%201.15l-1.125%201.125q-.575.575-1.312.875t-1.538.3q-1.075%200-1.937-.587t-1.638-1.338z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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