wheat icon
wheat-outline from Material Symbols Light by Google · Outline · Social · Apache-2.0 Free for personal and commercial use.
- Name
- wheat-outline
- Set
- Material Symbols Light
- Style
- Outline
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- wheat-outline-sharp
3 other variants in Material Symbols Light
The same icon in other sets
More social icons from Material Symbols Light
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.72 21.02l-.714-.733l3.117-3.118q-.821-.821-1.241-1.727t-.42-1.848q0-.91.336-1.733t.96-1.427l1.079-1.053l.873.853q.029-.876.35-1.669q.32-.792.934-1.386l1.079-1.054l.873.854q.029-.839.363-1.612t.947-1.386l2.158-2.171l.707.707l-1.073 1.118l.346.346q.748.748 1.07 1.733q.32.984.138 1.995L20.273 3l.708.714l-4.647 4.67q1.012-.163 1.987.168t1.723 1.079l.365.346l1.074-1.118l.713.714l-2.127 2.171q-.594.639-1.402.963t-1.665.352l.835.83l-1.054 1.053q-.614.614-1.409.948t-1.672.362l.898.892l-1.079 1.079q-.629.629-1.455.963q-.825.333-1.73.333q-.83 0-1.683-.4q-.853-.402-1.791-1.248zm3.117-4.59q.694-.693 1.044-1.394t.35-1.417q0-.69-.35-1.397t-1.044-1.42q-.675.675-1.028 1.391t-.353 1.426q0 .735.353 1.445t1.028 1.367m3.525 2.113q.715-.006 1.429-.356q.713-.35 1.388-1.044q-.713-.713-1.41-1.054q-.698-.34-1.388-.34q-.71 0-1.416.363t-1.42 1.076q.674.675 1.388 1.015t1.429.34m-.289-5.369q.694-.713 1.044-1.417t.35-1.394q0-.716-.35-1.42t-1.044-1.398q-.675.656-1.028 1.37q-.353.713-.353 1.448q0 .709.353 1.423q.353.713 1.028 1.388m3.55 2.094q.735 0 1.436-.353q.7-.352 1.337-1.027q-.675-.714-1.366-1.054t-1.388-.34t-1.41.362t-1.426 1.076q.656.656 1.379.996t1.438.34m-.307-5.292q.675-.656 1.012-1.37t.338-1.447q0-.73-.338-1.445q-.337-.717-.993-1.392q-.675.675-1.028 1.392t-.353 1.426q0 .734.343 1.448q.344.713 1.019 1.388m3.544 2.089q.71 0 1.426-.353t1.41-1.047q-.719-.675-1.436-1.016q-.716-.34-1.426-.34q-.709.006-1.413.356t-1.398 1.025q.694.694 1.41 1.037q.717.343 1.427.338"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightWheatOutline(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.72 21.02l-.714-.733l3.117-3.118q-.821-.821-1.241-1.727t-.42-1.848q0-.91.336-1.733t.96-1.427l1.079-1.053l.873.853q.029-.876.35-1.669q.32-.792.934-1.386l1.079-1.054l.873.854q.029-.839.363-1.612t.947-1.386l2.158-2.171l.707.707l-1.073 1.118l.346.346q.748.748 1.07 1.733q.32.984.138 1.995L20.273 3l.708.714l-4.647 4.67q1.012-.163 1.987.168t1.723 1.079l.365.346l1.074-1.118l.713.714l-2.127 2.171q-.594.639-1.402.963t-1.665.352l.835.83l-1.054 1.053q-.614.614-1.409.948t-1.672.362l.898.892l-1.079 1.079q-.629.629-1.455.963q-.825.333-1.73.333q-.83 0-1.683-.4q-.853-.402-1.791-1.248zm3.117-4.59q.694-.693 1.044-1.394t.35-1.417q0-.69-.35-1.397t-1.044-1.42q-.675.675-1.028 1.391t-.353 1.426q0 .735.353 1.445t1.028 1.367m3.525 2.113q.715-.006 1.429-.356q.713-.35 1.388-1.044q-.713-.713-1.41-1.054q-.698-.34-1.388-.34q-.71 0-1.416.363t-1.42 1.076q.674.675 1.388 1.015t1.429.34m-.289-5.369q.694-.713 1.044-1.417t.35-1.394q0-.716-.35-1.42t-1.044-1.398q-.675.656-1.028 1.37q-.353.713-.353 1.448q0 .709.353 1.423q.353.713 1.028 1.388m3.55 2.094q.735 0 1.436-.353q.7-.352 1.337-1.027q-.675-.714-1.366-1.054t-1.388-.34t-1.41.362t-1.426 1.076q.656.656 1.379.996t1.438.34m-.307-5.292q.675-.656 1.012-1.37t.338-1.447q0-.73-.338-1.445q-.337-.717-.993-1.392q-.675.675-1.028 1.392t-.353 1.426q0 .734.343 1.448q.344.713 1.019 1.388m3.544 2.089q.71 0 1.426-.353t1.41-1.047q-.719-.675-1.436-1.016q-.716-.34-1.426-.34q-.709.006-1.413.356t-1.398 1.025q.694.694 1.41 1.037q.717.343 1.427.338"/></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.72 21.02l-.714-.733l3.117-3.118q-.821-.821-1.241-1.727t-.42-1.848q0-.91.336-1.733t.96-1.427l1.079-1.053l.873.853q.029-.876.35-1.669q.32-.792.934-1.386l1.079-1.054l.873.854q.029-.839.363-1.612t.947-1.386l2.158-2.171l.707.707l-1.073 1.118l.346.346q.748.748 1.07 1.733q.32.984.138 1.995L20.273 3l.708.714l-4.647 4.67q1.012-.163 1.987.168t1.723 1.079l.365.346l1.074-1.118l.713.714l-2.127 2.171q-.594.639-1.402.963t-1.665.352l.835.83l-1.054 1.053q-.614.614-1.409.948t-1.672.362l.898.892l-1.079 1.079q-.629.629-1.455.963q-.825.333-1.73.333q-.83 0-1.683-.4q-.853-.402-1.791-1.248zm3.117-4.59q.694-.693 1.044-1.394t.35-1.417q0-.69-.35-1.397t-1.044-1.42q-.675.675-1.028 1.391t-.353 1.426q0 .735.353 1.445t1.028 1.367m3.525 2.113q.715-.006 1.429-.356q.713-.35 1.388-1.044q-.713-.713-1.41-1.054q-.698-.34-1.388-.34q-.71 0-1.416.363t-1.42 1.076q.674.675 1.388 1.015t1.429.34m-.289-5.369q.694-.713 1.044-1.417t.35-1.394q0-.716-.35-1.42t-1.044-1.398q-.675.656-1.028 1.37q-.353.713-.353 1.448q0 .709.353 1.423q.353.713 1.028 1.388m3.55 2.094q.735 0 1.436-.353q.7-.352 1.337-1.027q-.675-.714-1.366-1.054t-1.388-.34t-1.41.362t-1.426 1.076q.656.656 1.379.996t1.438.34m-.307-5.292q.675-.656 1.012-1.37t.338-1.447q0-.73-.338-1.445q-.337-.717-.993-1.392q-.675.675-1.028 1.392t-.353 1.426q0 .734.343 1.448q.344.713 1.019 1.388m3.544 2.089q.71 0 1.426-.353t1.41-1.047q-.719-.675-1.436-1.016q-.716-.34-1.426-.34q-.709.006-1.413.356t-1.398 1.025q.694.694 1.41 1.037q.717.343 1.427.338"/></svg> </template>
CSS
.icon-wheat-outline {
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.72%2021.02l-.714-.733l3.117-3.118q-.821-.821-1.241-1.727t-.42-1.848q0-.91.336-1.733t.96-1.427l1.079-1.053l.873.853q.029-.876.35-1.669q.32-.792.934-1.386l1.079-1.054l.873.854q.029-.839.363-1.612t.947-1.386l2.158-2.171l.707.707l-1.073%201.118l.346.346q.748.748%201.07%201.733q.32.984.138%201.995L20.273%203l.708.714l-4.647%204.67q1.012-.163%201.987.168t1.723%201.079l.365.346l1.074-1.118l.713.714l-2.127%202.171q-.594.639-1.402.963t-1.665.352l.835.83l-1.054%201.053q-.614.614-1.409.948t-1.672.362l.898.892l-1.079%201.079q-.629.629-1.455.963q-.825.333-1.73.333q-.83%200-1.683-.4q-.853-.402-1.791-1.248zm3.117-4.59q.694-.693%201.044-1.394t.35-1.417q0-.69-.35-1.397t-1.044-1.42q-.675.675-1.028%201.391t-.353%201.426q0%20.735.353%201.445t1.028%201.367m3.525%202.113q.715-.006%201.429-.356q.713-.35%201.388-1.044q-.713-.713-1.41-1.054q-.698-.34-1.388-.34q-.71%200-1.416.363t-1.42%201.076q.674.675%201.388%201.015t1.429.34m-.289-5.369q.694-.713%201.044-1.417t.35-1.394q0-.716-.35-1.42t-1.044-1.398q-.675.656-1.028%201.37q-.353.713-.353%201.448q0%20.709.353%201.423q.353.713%201.028%201.388m3.55%202.094q.735%200%201.436-.353q.7-.352%201.337-1.027q-.675-.714-1.366-1.054t-1.388-.34t-1.41.362t-1.426%201.076q.656.656%201.379.996t1.438.34m-.307-5.292q.675-.656%201.012-1.37t.338-1.447q0-.73-.338-1.445q-.337-.717-.993-1.392q-.675.675-1.028%201.392t-.353%201.426q0%20.734.343%201.448q.344.713%201.019%201.388m3.544%202.089q.71%200%201.426-.353t1.41-1.047q-.719-.675-1.436-1.016q-.716-.34-1.426-.34q-.709.006-1.413.356t-1.398%201.025q.694.694%201.41%201.037q.717.343%201.427.338%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.72%2021.02l-.714-.733l3.117-3.118q-.821-.821-1.241-1.727t-.42-1.848q0-.91.336-1.733t.96-1.427l1.079-1.053l.873.853q.029-.876.35-1.669q.32-.792.934-1.386l1.079-1.054l.873.854q.029-.839.363-1.612t.947-1.386l2.158-2.171l.707.707l-1.073%201.118l.346.346q.748.748%201.07%201.733q.32.984.138%201.995L20.273%203l.708.714l-4.647%204.67q1.012-.163%201.987.168t1.723%201.079l.365.346l1.074-1.118l.713.714l-2.127%202.171q-.594.639-1.402.963t-1.665.352l.835.83l-1.054%201.053q-.614.614-1.409.948t-1.672.362l.898.892l-1.079%201.079q-.629.629-1.455.963q-.825.333-1.73.333q-.83%200-1.683-.4q-.853-.402-1.791-1.248zm3.117-4.59q.694-.693%201.044-1.394t.35-1.417q0-.69-.35-1.397t-1.044-1.42q-.675.675-1.028%201.391t-.353%201.426q0%20.735.353%201.445t1.028%201.367m3.525%202.113q.715-.006%201.429-.356q.713-.35%201.388-1.044q-.713-.713-1.41-1.054q-.698-.34-1.388-.34q-.71%200-1.416.363t-1.42%201.076q.674.675%201.388%201.015t1.429.34m-.289-5.369q.694-.713%201.044-1.417t.35-1.394q0-.716-.35-1.42t-1.044-1.398q-.675.656-1.028%201.37q-.353.713-.353%201.448q0%20.709.353%201.423q.353.713%201.028%201.388m3.55%202.094q.735%200%201.436-.353q.7-.352%201.337-1.027q-.675-.714-1.366-1.054t-1.388-.34t-1.41.362t-1.426%201.076q.656.656%201.379.996t1.438.34m-.307-5.292q.675-.656%201.012-1.37t.338-1.447q0-.73-.338-1.445q-.337-.717-.993-1.392q-.675.675-1.028%201.392t-.353%201.426q0%20.734.343%201.448q.344.713%201.019%201.388m3.544%202.089q.71%200%201.426-.353t1.41-1.047q-.719-.675-1.436-1.016q-.716-.34-1.426-.34q-.709.006-1.413.356t-1.398%201.025q.694.694%201.41%201.037q.717.343%201.427.338%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/wheat-outline.svg?color=%231a73e8&size=48