wheat awn circle exclamation icon

wheat-awn-circle-exclamation from Font Awesome 6 Solid by Dave Gandy · Regular · CC-BY-4.0 Attribution required.

Name
wheat-awn-circle-exclamation
Set
Font Awesome 6 Solid
Style
Regular
Viewbox
640×512
License
CC BY 4.0

The same icon in other sets

Related icons in Font Awesome 6 Solid

Use the wheat awn circle exclamation icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M505 41c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0L383 95c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l88-88zM305.5 27.3c-6.2-6.2-16.4-6.2-22.6 0l-11.4 11.3c-37.5 37.5-37.5 98.3 0 135.8l10.4 10.4l-30.5 30.5c-3.4-27.3-15.5-53.8-36.5-74.8l-11.3-11.3c-6.2-6.2-16.4-6.2-22.6 0l-11.3 11.3c-37.5 37.5-37.5 98.3 0 135.8l10.4 10.4l-30.5 30.5c-3.4-27.3-15.5-53.8-36.5-74.8L101.8 231c-6.2-6.2-16.4-6.2-22.6 0l-11.3 11.3c-37.5 37.5-37.5 98.3 0 135.8l10.4 10.4l-68.9 68.9c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l68.9-68.9l12.2 12.2c37.5 37.5 98.3 37.5 135.8 0l11.3-11.3c6.2-6.2 6.2-16.4 0-22.6l-11.3-11.3c-21.8-21.8-49.6-34.1-78.1-36.9l31.9-31.9l12.2 12.2c22.5 22.5 53.3 31.5 82.4 27v-3.1c0-33.1 9.1-64.1 25-90.6c-15.5-8.7-32.5-13.8-49.8-15.5l31.9-31.9l12.2 12.2c6 6 12.6 11.1 19.7 15.2c27.5-34 67.3-57.5 112.6-63.8q-6.15-5.7-12.9-10.5L505 137c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-59.4 59.4c-20.6-4.4-42-3.7-62.3 2.1c6.1-21.3 6.6-43.8 1.4-65.3L409 41c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-46 45.8c-3.7-5-7.8-9.8-12.4-14.3zM496 512a144 144 0 1 0 0-288a144 144 0 1 0 0 288m0-96a24 24 0 1 1 0 48a24 24 0 1 1 0-48m0-144c8.8 0 16 7.2 16 16v80c0 8.8-7.2 16-16 16s-16-7.2-16-16v-80c0-8.8 7.2-16 16-16"/></svg>

React

import type { SVGProps } from "react";

export function Fa6SolidWheatAwnCircleExclamation(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M505 41c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0L383 95c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l88-88zM305.5 27.3c-6.2-6.2-16.4-6.2-22.6 0l-11.4 11.3c-37.5 37.5-37.5 98.3 0 135.8l10.4 10.4l-30.5 30.5c-3.4-27.3-15.5-53.8-36.5-74.8l-11.3-11.3c-6.2-6.2-16.4-6.2-22.6 0l-11.3 11.3c-37.5 37.5-37.5 98.3 0 135.8l10.4 10.4l-30.5 30.5c-3.4-27.3-15.5-53.8-36.5-74.8L101.8 231c-6.2-6.2-16.4-6.2-22.6 0l-11.3 11.3c-37.5 37.5-37.5 98.3 0 135.8l10.4 10.4l-68.9 68.9c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l68.9-68.9l12.2 12.2c37.5 37.5 98.3 37.5 135.8 0l11.3-11.3c6.2-6.2 6.2-16.4 0-22.6l-11.3-11.3c-21.8-21.8-49.6-34.1-78.1-36.9l31.9-31.9l12.2 12.2c22.5 22.5 53.3 31.5 82.4 27v-3.1c0-33.1 9.1-64.1 25-90.6c-15.5-8.7-32.5-13.8-49.8-15.5l31.9-31.9l12.2 12.2c6 6 12.6 11.1 19.7 15.2c27.5-34 67.3-57.5 112.6-63.8q-6.15-5.7-12.9-10.5L505 137c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-59.4 59.4c-20.6-4.4-42-3.7-62.3 2.1c6.1-21.3 6.6-43.8 1.4-65.3L409 41c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-46 45.8c-3.7-5-7.8-9.8-12.4-14.3zM496 512a144 144 0 1 0 0-288a144 144 0 1 0 0 288m0-96a24 24 0 1 1 0 48a24 24 0 1 1 0-48m0-144c8.8 0 16 7.2 16 16v80c0 8.8-7.2 16-16 16s-16-7.2-16-16v-80c0-8.8 7.2-16 16-16"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M505 41c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0L383 95c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l88-88zM305.5 27.3c-6.2-6.2-16.4-6.2-22.6 0l-11.4 11.3c-37.5 37.5-37.5 98.3 0 135.8l10.4 10.4l-30.5 30.5c-3.4-27.3-15.5-53.8-36.5-74.8l-11.3-11.3c-6.2-6.2-16.4-6.2-22.6 0l-11.3 11.3c-37.5 37.5-37.5 98.3 0 135.8l10.4 10.4l-30.5 30.5c-3.4-27.3-15.5-53.8-36.5-74.8L101.8 231c-6.2-6.2-16.4-6.2-22.6 0l-11.3 11.3c-37.5 37.5-37.5 98.3 0 135.8l10.4 10.4l-68.9 68.9c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l68.9-68.9l12.2 12.2c37.5 37.5 98.3 37.5 135.8 0l11.3-11.3c6.2-6.2 6.2-16.4 0-22.6l-11.3-11.3c-21.8-21.8-49.6-34.1-78.1-36.9l31.9-31.9l12.2 12.2c22.5 22.5 53.3 31.5 82.4 27v-3.1c0-33.1 9.1-64.1 25-90.6c-15.5-8.7-32.5-13.8-49.8-15.5l31.9-31.9l12.2 12.2c6 6 12.6 11.1 19.7 15.2c27.5-34 67.3-57.5 112.6-63.8q-6.15-5.7-12.9-10.5L505 137c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-59.4 59.4c-20.6-4.4-42-3.7-62.3 2.1c6.1-21.3 6.6-43.8 1.4-65.3L409 41c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-46 45.8c-3.7-5-7.8-9.8-12.4-14.3zM496 512a144 144 0 1 0 0-288a144 144 0 1 0 0 288m0-96a24 24 0 1 1 0 48a24 24 0 1 1 0-48m0-144c8.8 0 16 7.2 16 16v80c0 8.8-7.2 16-16 16s-16-7.2-16-16v-80c0-8.8 7.2-16 16-16"/></svg>
</template>

CSS

.icon-wheat-awn-circle-exclamation {
  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%20640%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M505%2041c9.4-9.4%209.4-24.6%200-33.9s-24.6-9.4-33.9%200L383%2095c-9.4%209.4-9.4%2024.6%200%2033.9s24.6%209.4%2033.9%200l88-88zM305.5%2027.3c-6.2-6.2-16.4-6.2-22.6%200l-11.4%2011.3c-37.5%2037.5-37.5%2098.3%200%20135.8l10.4%2010.4l-30.5%2030.5c-3.4-27.3-15.5-53.8-36.5-74.8l-11.3-11.3c-6.2-6.2-16.4-6.2-22.6%200l-11.3%2011.3c-37.5%2037.5-37.5%2098.3%200%20135.8l10.4%2010.4l-30.5%2030.5c-3.4-27.3-15.5-53.8-36.5-74.8L101.8%20231c-6.2-6.2-16.4-6.2-22.6%200l-11.3%2011.3c-37.5%2037.5-37.5%2098.3%200%20135.8l10.4%2010.4l-68.9%2068.9c-12.5%2012.5-12.5%2032.8%200%2045.3s32.8%2012.5%2045.3%200l68.9-68.9l12.2%2012.2c37.5%2037.5%2098.3%2037.5%20135.8%200l11.3-11.3c6.2-6.2%206.2-16.4%200-22.6l-11.3-11.3c-21.8-21.8-49.6-34.1-78.1-36.9l31.9-31.9l12.2%2012.2c22.5%2022.5%2053.3%2031.5%2082.4%2027v-3.1c0-33.1%209.1-64.1%2025-90.6c-15.5-8.7-32.5-13.8-49.8-15.5l31.9-31.9l12.2%2012.2c6%206%2012.6%2011.1%2019.7%2015.2c27.5-34%2067.3-57.5%20112.6-63.8q-6.15-5.7-12.9-10.5L505%20137c9.4-9.4%209.4-24.6%200-33.9s-24.6-9.4-33.9%200l-59.4%2059.4c-20.6-4.4-42-3.7-62.3%202.1c6.1-21.3%206.6-43.8%201.4-65.3L409%2041c9.4-9.4%209.4-24.6%200-33.9s-24.6-9.4-33.9%200l-46%2045.8c-3.7-5-7.8-9.8-12.4-14.3zM496%20512a144%20144%200%201%200%200-288a144%20144%200%201%200%200%20288m0-96a24%2024%200%201%201%200%2048a24%2024%200%201%201%200-48m0-144c8.8%200%2016%207.2%2016%2016v80c0%208.8-7.2%2016-16%2016s-16-7.2-16-16v-80c0-8.8%207.2-16%2016-16%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%20640%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M505%2041c9.4-9.4%209.4-24.6%200-33.9s-24.6-9.4-33.9%200L383%2095c-9.4%209.4-9.4%2024.6%200%2033.9s24.6%209.4%2033.9%200l88-88zM305.5%2027.3c-6.2-6.2-16.4-6.2-22.6%200l-11.4%2011.3c-37.5%2037.5-37.5%2098.3%200%20135.8l10.4%2010.4l-30.5%2030.5c-3.4-27.3-15.5-53.8-36.5-74.8l-11.3-11.3c-6.2-6.2-16.4-6.2-22.6%200l-11.3%2011.3c-37.5%2037.5-37.5%2098.3%200%20135.8l10.4%2010.4l-30.5%2030.5c-3.4-27.3-15.5-53.8-36.5-74.8L101.8%20231c-6.2-6.2-16.4-6.2-22.6%200l-11.3%2011.3c-37.5%2037.5-37.5%2098.3%200%20135.8l10.4%2010.4l-68.9%2068.9c-12.5%2012.5-12.5%2032.8%200%2045.3s32.8%2012.5%2045.3%200l68.9-68.9l12.2%2012.2c37.5%2037.5%2098.3%2037.5%20135.8%200l11.3-11.3c6.2-6.2%206.2-16.4%200-22.6l-11.3-11.3c-21.8-21.8-49.6-34.1-78.1-36.9l31.9-31.9l12.2%2012.2c22.5%2022.5%2053.3%2031.5%2082.4%2027v-3.1c0-33.1%209.1-64.1%2025-90.6c-15.5-8.7-32.5-13.8-49.8-15.5l31.9-31.9l12.2%2012.2c6%206%2012.6%2011.1%2019.7%2015.2c27.5-34%2067.3-57.5%20112.6-63.8q-6.15-5.7-12.9-10.5L505%20137c9.4-9.4%209.4-24.6%200-33.9s-24.6-9.4-33.9%200l-59.4%2059.4c-20.6-4.4-42-3.7-62.3%202.1c6.1-21.3%206.6-43.8%201.4-65.3L409%2041c9.4-9.4%209.4-24.6%200-33.9s-24.6-9.4-33.9%200l-46%2045.8c-3.7-5-7.8-9.8-12.4-14.3zM496%20512a144%20144%200%201%200%200-288a144%20144%200%201%200%200%20288m0-96a24%2024%200%201%201%200%2048a24%2024%200%201%201%200-48m0-144c8.8%200%2016%207.2%2016%2016v80c0%208.8-7.2%2016-16%2016s-16-7.2-16-16v-80c0-8.8%207.2-16%2016-16%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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