wheat exclamation icon

wheat-exclamation-outline from Flowbite Icons by Themesberg · Outline · Food Beverage · MIT Free for personal and commercial use.

Name
wheat-exclamation-outline
Set
Flowbite Icons
Style
Outline
Category
Food Beverage
Viewbox
24×24
License
MIT

More food beverage icons from Flowbite Icons

Use the wheat exclamation 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="2" d="M8.54 15.46c-.155.05-.83-1.917-.898-2.362c-.088-.569.031-1.77.15-1.796c.12-.027.687 1.24.756 1.686c.07.444.147 2.421-.008 2.472m0 0c-.008-.163 2.067-.305 2.514-.257c.572.062 1.701.488 1.696.61c-.005.123-1.376.343-1.824.294c-.447-.048-2.377-.484-2.386-.647m3.715-3.715L4 20m8.255-8.255l6.604-6.604m-6.604 6.604c-.155.05-.83-1.917-.898-2.362c-.089-.569.03-1.77.15-1.796s.687 1.241.756 1.686c.07.445.147 2.422-.008 2.472m0 0c-.008-.163 2.066-.305 2.514-.256c.572.062 1.701.488 1.696.61c-.005.123-1.377.342-1.824.294s-2.378-.485-2.386-.648M20 8.953l-1.271 1.271M15.047 4l-1.271 1.271M19.99 20H20m-.01-3v-3M5.27 18.73c-.156.05-.83-1.917-.899-2.361c-.088-.57.031-1.77.151-1.797s.687 1.242.756 1.686c.069.445.147 2.422-.008 2.472m0 0c-.009-.163 2.066-.304 2.513-.256c.573.062 1.702.488 1.696.61c-.005.123-1.376.343-1.824.294c-.447-.048-2.377-.484-2.385-.647"/></svg>

React

import type { SVGProps } from "react";

export function FlowbiteWheatExclamationOutline(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="2" d="M8.54 15.46c-.155.05-.83-1.917-.898-2.362c-.088-.569.031-1.77.15-1.796c.12-.027.687 1.24.756 1.686c.07.444.147 2.421-.008 2.472m0 0c-.008-.163 2.067-.305 2.514-.257c.572.062 1.701.488 1.696.61c-.005.123-1.376.343-1.824.294c-.447-.048-2.377-.484-2.386-.647m3.715-3.715L4 20m8.255-8.255l6.604-6.604m-6.604 6.604c-.155.05-.83-1.917-.898-2.362c-.089-.569.03-1.77.15-1.796s.687 1.241.756 1.686c.07.445.147 2.422-.008 2.472m0 0c-.008-.163 2.066-.305 2.514-.256c.572.062 1.701.488 1.696.61c-.005.123-1.377.342-1.824.294s-2.378-.485-2.386-.648M20 8.953l-1.271 1.271M15.047 4l-1.271 1.271M19.99 20H20m-.01-3v-3M5.27 18.73c-.156.05-.83-1.917-.899-2.361c-.088-.57.031-1.77.151-1.797s.687 1.242.756 1.686c.069.445.147 2.422-.008 2.472m0 0c-.009-.163 2.066-.304 2.513-.256c.573.062 1.702.488 1.696.61c-.005.123-1.376.343-1.824.294c-.447-.048-2.377-.484-2.385-.647"/></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="2" d="M8.54 15.46c-.155.05-.83-1.917-.898-2.362c-.088-.569.031-1.77.15-1.796c.12-.027.687 1.24.756 1.686c.07.444.147 2.421-.008 2.472m0 0c-.008-.163 2.067-.305 2.514-.257c.572.062 1.701.488 1.696.61c-.005.123-1.376.343-1.824.294c-.447-.048-2.377-.484-2.386-.647m3.715-3.715L4 20m8.255-8.255l6.604-6.604m-6.604 6.604c-.155.05-.83-1.917-.898-2.362c-.089-.569.03-1.77.15-1.796s.687 1.241.756 1.686c.07.445.147 2.422-.008 2.472m0 0c-.008-.163 2.066-.305 2.514-.256c.572.062 1.701.488 1.696.61c-.005.123-1.377.342-1.824.294s-2.378-.485-2.386-.648M20 8.953l-1.271 1.271M15.047 4l-1.271 1.271M19.99 20H20m-.01-3v-3M5.27 18.73c-.156.05-.83-1.917-.899-2.361c-.088-.57.031-1.77.151-1.797s.687 1.242.756 1.686c.069.445.147 2.422-.008 2.472m0 0c-.009-.163 2.066-.304 2.513-.256c.573.062 1.702.488 1.696.61c-.005.123-1.376.343-1.824.294c-.447-.048-2.377-.484-2.385-.647"/></svg>
</template>

CSS

.icon-wheat-exclamation-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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M8.54%2015.46c-.155.05-.83-1.917-.898-2.362c-.088-.569.031-1.77.15-1.796c.12-.027.687%201.24.756%201.686c.07.444.147%202.421-.008%202.472m0%200c-.008-.163%202.067-.305%202.514-.257c.572.062%201.701.488%201.696.61c-.005.123-1.376.343-1.824.294c-.447-.048-2.377-.484-2.386-.647m3.715-3.715L4%2020m8.255-8.255l6.604-6.604m-6.604%206.604c-.155.05-.83-1.917-.898-2.362c-.089-.569.03-1.77.15-1.796s.687%201.241.756%201.686c.07.445.147%202.422-.008%202.472m0%200c-.008-.163%202.066-.305%202.514-.256c.572.062%201.701.488%201.696.61c-.005.123-1.377.342-1.824.294s-2.378-.485-2.386-.648M20%208.953l-1.271%201.271M15.047%204l-1.271%201.271M19.99%2020H20m-.01-3v-3M5.27%2018.73c-.156.05-.83-1.917-.899-2.361c-.088-.57.031-1.77.151-1.797s.687%201.242.756%201.686c.069.445.147%202.422-.008%202.472m0%200c-.009-.163%202.066-.304%202.513-.256c.573.062%201.702.488%201.696.61c-.005.123-1.376.343-1.824.294c-.447-.048-2.377-.484-2.385-.647%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%222%22%20d%3D%22M8.54%2015.46c-.155.05-.83-1.917-.898-2.362c-.088-.569.031-1.77.15-1.796c.12-.027.687%201.24.756%201.686c.07.444.147%202.421-.008%202.472m0%200c-.008-.163%202.067-.305%202.514-.257c.572.062%201.701.488%201.696.61c-.005.123-1.376.343-1.824.294c-.447-.048-2.377-.484-2.386-.647m3.715-3.715L4%2020m8.255-8.255l6.604-6.604m-6.604%206.604c-.155.05-.83-1.917-.898-2.362c-.089-.569.03-1.77.15-1.796s.687%201.241.756%201.686c.07.445.147%202.422-.008%202.472m0%200c-.008-.163%202.066-.305%202.514-.256c.572.062%201.701.488%201.696.61c-.005.123-1.377.342-1.824.294s-2.378-.485-2.386-.648M20%208.953l-1.271%201.271M15.047%204l-1.271%201.271M19.99%2020H20m-.01-3v-3M5.27%2018.73c-.156.05-.83-1.917-.899-2.361c-.088-.57.031-1.77.151-1.797s.687%201.242.756%201.686c.069.445.147%202.422-.008%202.472m0%200c-.009-.163%202.066-.304%202.513-.256c.573.062%201.702.488%201.696.61c-.005.123-1.376.343-1.824.294c-.447-.048-2.377-.484-2.385-.647%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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