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

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

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.34 20.671q-.16-.16-.16-.354t.16-.353l2.027-2.033q-.703-.685-1.151-1.323q-.449-.639-.449-1.716q0-.684.262-1.323t.76-1.136l.803-.78l.78.78q.744.738 1.024 1.767t-.052 1.773l1.94-1.96q-.684-.69-1.093-1.319q-.41-.629-.41-1.648q0-.704.249-1.342t.766-1.137l.785-.779l.779.78q.667.667.919 1.66t-.1 1.891l1.704-1.703q-.616-.691-1.085-1.303t-.47-1.62q0-.704.288-1.38q.286-.676.784-1.174l1.602-1.583q.14-.14.341-.134t.348.153q.14.14.14.332t-.14.337l-.835.86l.288.346q.537.662.736 1.58t-.134 1.716l5.193-5.192q.146-.146.353-.153t.354.159q.14.146.134.354t-.153.353l-5.223 5.224q.785-.276 1.677-.092t1.521.701l.365.289l.81-.816q.165-.165.37-.165q.203 0 .369.165q.165.166.165.36t-.165.36l-1.602 1.626q-.498.498-1.15.76q-.65.262-1.335.262q-1.05 0-1.598-.45t-1.24-1.162l-1.702 1.702q.884-.306 1.828-.035t1.599.92l.778.784l-.76.76q-.517.517-1.158.778q-.641.262-1.345.262q-1.031 0-1.576-.453t-1.243-1.158l-1.918 1.936q.852-.215 1.722.056t1.505.88l.785.785l-.779.76q-.498.517-1.149.778q-.651.262-1.336.262q-1.017 0-1.553-.424q-.535-.424-1.195-1.097l-2.046 2.046q-.14.14-.341.153t-.366-.153"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightWheatRounded(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.34 20.671q-.16-.16-.16-.354t.16-.353l2.027-2.033q-.703-.685-1.151-1.323q-.449-.639-.449-1.716q0-.684.262-1.323t.76-1.136l.803-.78l.78.78q.744.738 1.024 1.767t-.052 1.773l1.94-1.96q-.684-.69-1.093-1.319q-.41-.629-.41-1.648q0-.704.249-1.342t.766-1.137l.785-.779l.779.78q.667.667.919 1.66t-.1 1.891l1.704-1.703q-.616-.691-1.085-1.303t-.47-1.62q0-.704.288-1.38q.286-.676.784-1.174l1.602-1.583q.14-.14.341-.134t.348.153q.14.14.14.332t-.14.337l-.835.86l.288.346q.537.662.736 1.58t-.134 1.716l5.193-5.192q.146-.146.353-.153t.354.159q.14.146.134.354t-.153.353l-5.223 5.224q.785-.276 1.677-.092t1.521.701l.365.289l.81-.816q.165-.165.37-.165q.203 0 .369.165q.165.166.165.36t-.165.36l-1.602 1.626q-.498.498-1.15.76q-.65.262-1.335.262q-1.05 0-1.598-.45t-1.24-1.162l-1.702 1.702q.884-.306 1.828-.035t1.599.92l.778.784l-.76.76q-.517.517-1.158.778q-.641.262-1.345.262q-1.031 0-1.576-.453t-1.243-1.158l-1.918 1.936q.852-.215 1.722.056t1.505.88l.785.785l-.779.76q-.498.517-1.149.778q-.651.262-1.336.262q-1.017 0-1.553-.424q-.535-.424-1.195-1.097l-2.046 2.046q-.14.14-.341.153t-.366-.153"/></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.34 20.671q-.16-.16-.16-.354t.16-.353l2.027-2.033q-.703-.685-1.151-1.323q-.449-.639-.449-1.716q0-.684.262-1.323t.76-1.136l.803-.78l.78.78q.744.738 1.024 1.767t-.052 1.773l1.94-1.96q-.684-.69-1.093-1.319q-.41-.629-.41-1.648q0-.704.249-1.342t.766-1.137l.785-.779l.779.78q.667.667.919 1.66t-.1 1.891l1.704-1.703q-.616-.691-1.085-1.303t-.47-1.62q0-.704.288-1.38q.286-.676.784-1.174l1.602-1.583q.14-.14.341-.134t.348.153q.14.14.14.332t-.14.337l-.835.86l.288.346q.537.662.736 1.58t-.134 1.716l5.193-5.192q.146-.146.353-.153t.354.159q.14.146.134.354t-.153.353l-5.223 5.224q.785-.276 1.677-.092t1.521.701l.365.289l.81-.816q.165-.165.37-.165q.203 0 .369.165q.165.166.165.36t-.165.36l-1.602 1.626q-.498.498-1.15.76q-.65.262-1.335.262q-1.05 0-1.598-.45t-1.24-1.162l-1.702 1.702q.884-.306 1.828-.035t1.599.92l.778.784l-.76.76q-.517.517-1.158.778q-.641.262-1.345.262q-1.031 0-1.576-.453t-1.243-1.158l-1.918 1.936q.852-.215 1.722.056t1.505.88l.785.785l-.779.76q-.498.517-1.149.778q-.651.262-1.336.262q-1.017 0-1.553-.424q-.535-.424-1.195-1.097l-2.046 2.046q-.14.14-.341.153t-.366-.153"/></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%22M3.34%2020.671q-.16-.16-.16-.354t.16-.353l2.027-2.033q-.703-.685-1.151-1.323q-.449-.639-.449-1.716q0-.684.262-1.323t.76-1.136l.803-.78l.78.78q.744.738%201.024%201.767t-.052%201.773l1.94-1.96q-.684-.69-1.093-1.319q-.41-.629-.41-1.648q0-.704.249-1.342t.766-1.137l.785-.779l.779.78q.667.667.919%201.66t-.1%201.891l1.704-1.703q-.616-.691-1.085-1.303t-.47-1.62q0-.704.288-1.38q.286-.676.784-1.174l1.602-1.583q.14-.14.341-.134t.348.153q.14.14.14.332t-.14.337l-.835.86l.288.346q.537.662.736%201.58t-.134%201.716l5.193-5.192q.146-.146.353-.153t.354.159q.14.146.134.354t-.153.353l-5.223%205.224q.785-.276%201.677-.092t1.521.701l.365.289l.81-.816q.165-.165.37-.165q.203%200%20.369.165q.165.166.165.36t-.165.36l-1.602%201.626q-.498.498-1.15.76q-.65.262-1.335.262q-1.05%200-1.598-.45t-1.24-1.162l-1.702%201.702q.884-.306%201.828-.035t1.599.92l.778.784l-.76.76q-.517.517-1.158.778q-.641.262-1.345.262q-1.031%200-1.576-.453t-1.243-1.158l-1.918%201.936q.852-.215%201.722.056t1.505.88l.785.785l-.779.76q-.498.517-1.149.778q-.651.262-1.336.262q-1.017%200-1.553-.424q-.535-.424-1.195-1.097l-2.046%202.046q-.14.14-.341.153t-.366-.153%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.34%2020.671q-.16-.16-.16-.354t.16-.353l2.027-2.033q-.703-.685-1.151-1.323q-.449-.639-.449-1.716q0-.684.262-1.323t.76-1.136l.803-.78l.78.78q.744.738%201.024%201.767t-.052%201.773l1.94-1.96q-.684-.69-1.093-1.319q-.41-.629-.41-1.648q0-.704.249-1.342t.766-1.137l.785-.779l.779.78q.667.667.919%201.66t-.1%201.891l1.704-1.703q-.616-.691-1.085-1.303t-.47-1.62q0-.704.288-1.38q.286-.676.784-1.174l1.602-1.583q.14-.14.341-.134t.348.153q.14.14.14.332t-.14.337l-.835.86l.288.346q.537.662.736%201.58t-.134%201.716l5.193-5.192q.146-.146.353-.153t.354.159q.14.146.134.354t-.153.353l-5.223%205.224q.785-.276%201.677-.092t1.521.701l.365.289l.81-.816q.165-.165.37-.165q.203%200%20.369.165q.165.166.165.36t-.165.36l-1.602%201.626q-.498.498-1.15.76q-.65.262-1.335.262q-1.05%200-1.598-.45t-1.24-1.162l-1.702%201.702q.884-.306%201.828-.035t1.599.92l.778.784l-.76.76q-.517.517-1.158.778q-.641.262-1.345.262q-1.031%200-1.576-.453t-1.243-1.158l-1.918%201.936q.852-.215%201.722.056t1.505.88l.785.785l-.779.76q-.498.517-1.149.778q-.651.262-1.336.262q-1.017%200-1.553-.424q-.535-.424-1.195-1.097l-2.046%202.046q-.14.14-.341.153t-.366-.153%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-rounded.svg?color=%231a73e8&size=48