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

Name
wheat-rounded
Set
Material Symbols
Style
Rounded
Category
Social
Viewbox
24×24
License
Apache 2.0

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="M2.725 21.325q-.275-.275-.275-.7t.275-.7l1.7-1.725q-.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.338l1.775-1.775q.275-.275.688-.287t.712.287q.275.275.275.688t-.275.712l-.7.725q.575.7.813 1.638T15.15 7.45L19.9 2.7q.3-.3.7-.288t.7.313q.275.3.287.7t-.287.7l-4.8 4.8q.9-.275 1.85-.062t1.675.787l.675-.7q.3-.3.725-.3t.725.3t.3.725t-.3.725l-1.775 1.8q-.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.338l-1.7 1.7q-.275.275-.687.288t-.713-.288"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsWheatRounded(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="M2.725 21.325q-.275-.275-.275-.7t.275-.7l1.7-1.725q-.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.338l1.775-1.775q.275-.275.688-.287t.712.287q.275.275.275.688t-.275.712l-.7.725q.575.7.813 1.638T15.15 7.45L19.9 2.7q.3-.3.7-.288t.7.313q.275.3.287.7t-.287.7l-4.8 4.8q.9-.275 1.85-.062t1.675.787l.675-.7q.3-.3.725-.3t.725.3t.3.725t-.3.725l-1.775 1.8q-.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.338l-1.7 1.7q-.275.275-.687.288t-.713-.288"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.725 21.325q-.275-.275-.275-.7t.275-.7l1.7-1.725q-.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.338l1.775-1.775q.275-.275.688-.287t.712.287q.275.275.275.688t-.275.712l-.7.725q.575.7.813 1.638T15.15 7.45L19.9 2.7q.3-.3.7-.288t.7.313q.275.3.287.7t-.287.7l-4.8 4.8q.9-.275 1.85-.062t1.675.787l.675-.7q.3-.3.725-.3t.725.3t.3.725t-.3.725l-1.775 1.8q-.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.338l-1.7 1.7q-.275.275-.687.288t-.713-.288"/></svg>
</template>

CSS

.icon-wheat-rounded {
  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%22M2.725%2021.325q-.275-.275-.275-.7t.275-.7l1.7-1.725q-.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.338l1.775-1.775q.275-.275.688-.287t.712.287q.275.275.275.688t-.275.712l-.7.725q.575.7.813%201.638T15.15%207.45L19.9%202.7q.3-.3.7-.288t.7.313q.275.3.287.7t-.287.7l-4.8%204.8q.9-.275%201.85-.062t1.675.787l.675-.7q.3-.3.725-.3t.725.3t.3.725t-.3.725l-1.775%201.8q-.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.338l-1.7%201.7q-.275.275-.687.288t-.713-.288%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%22M2.725%2021.325q-.275-.275-.275-.7t.275-.7l1.7-1.725q-.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.338l1.775-1.775q.275-.275.688-.287t.712.287q.275.275.275.688t-.275.712l-.7.725q.575.7.813%201.638T15.15%207.45L19.9%202.7q.3-.3.7-.288t.7.313q.275.3.287.7t-.287.7l-4.8%204.8q.9-.275%201.85-.062t1.675.787l.675-.7q.3-.3.725-.3t.725.3t.3.725t-.3.725l-1.775%201.8q-.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.338l-1.7%201.7q-.275.275-.687.288t-.713-.288%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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