wheat awn circle exclamation icon
wheat-awn-circle-exclamation from Font Awesome Solid by Dave Gandy · Solid · CC-BY-4.0 Attribution required.
- Name
- wheat-awn-circle-exclamation
- Set
- Font Awesome Solid
- Style
- Solid
- Viewbox
- 640×640
- License
- CC BY 4.0
The same icon in other sets
Related icons in Font Awesome 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 640"><path fill="currentColor" d="M496 640c-79.5 0-144-64.5-144-144s64.5-144 144-144s144 64.5 144 144s-64.5 144-144 144M81 593c-9.4 9.3-24.5 9.3-33.9 0c-9.4-9.4-9.4-24.6 0-33.9zm30.2-294.4c6.2-4.1 14.7-3.4 20.1 2.1l46.1 46.1l6.1 6.7c19.7 23.8 26.3 55 19.3 83.9c31.7-7.7 66.2 1 90.6 25.3l12 12c-.8 7-1.2 14.2-1.2 21.4c0 20 3 39.3 8.7 57.4c-36.8 21.8-85 17-116.6-14.7l-30.7-30.5L81 593c-11.3-11.3-22.6-22.7-34-34l84.7-84.7l-30.5-30.5c-37.5-37.5-37.5-98.3 0-135.7l7.4-7.4l2.5-2.1zM496 540c-11 0-20 9-20 20s9 20 20 20s20-9 20-20s-9-20-20-20m0-140c-8.8 0-16 7.2-16 16v80c0 8.8 7.2 16 16 16s16-7.2 16-16v-80c0-8.8-7.2-16-16-16M215.2 194.6c6.2-4.1 14.7-3.4 20.1 2.1l46.1 46.1l6.1 6.7c19.7 23.8 26.3 55 19.3 83.9c24.2-5.9 50.1-2.1 71.9 10.8c-32.2 24.9-56.2 59.8-67.4 100.1c-3.8-2.8-7.5-6-11-9.5l-94.9-94.9c-37.5-37.5-37.5-98.3 0-135.7l7.4-7.4l2.5-2.1zM526.7 79c9.4-9.4 24.6-9.4 33.9 0c8.8 8.8 9.3 22.7 1.7 32.1l-1.7 1.9l-114.4 114.4c7.7 1 15.3 3 22.5 5.9L527 175c9.4-9.4 24.6-9.4 34 0c8.8 8.8 9.3 22.7 1.6 32.1l-1.7 1.8l-52.7 52.7l39 39c3.2 3.2 4.7 7.4 4.7 11.6c-17.7-5.4-36.5-8.3-55.9-8.3c-34.2 0-66.3 8.9-94.1 24.6l-92.7-92.7c-37.5-37.5-37.5-98.3 0-135.8l7.4-7.4l2.5-2.1c6.2-4.1 14.7-3.4 20.1 2.1l39 39l52.7-52.7c9.4-9.4 24.6-9.4 34 0c8.8 8.8 9.3 22.7 1.6 32.1l-1.5 2l-58.3 58.3c2.8 7.1 4.7 14.5 5.8 22.1z"/></svg>
React
import type { SVGProps } from "react";
export function Fa7SolidWheatAwnCircleExclamation(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M496 640c-79.5 0-144-64.5-144-144s64.5-144 144-144s144 64.5 144 144s-64.5 144-144 144M81 593c-9.4 9.3-24.5 9.3-33.9 0c-9.4-9.4-9.4-24.6 0-33.9zm30.2-294.4c6.2-4.1 14.7-3.4 20.1 2.1l46.1 46.1l6.1 6.7c19.7 23.8 26.3 55 19.3 83.9c31.7-7.7 66.2 1 90.6 25.3l12 12c-.8 7-1.2 14.2-1.2 21.4c0 20 3 39.3 8.7 57.4c-36.8 21.8-85 17-116.6-14.7l-30.7-30.5L81 593c-11.3-11.3-22.6-22.7-34-34l84.7-84.7l-30.5-30.5c-37.5-37.5-37.5-98.3 0-135.7l7.4-7.4l2.5-2.1zM496 540c-11 0-20 9-20 20s9 20 20 20s20-9 20-20s-9-20-20-20m0-140c-8.8 0-16 7.2-16 16v80c0 8.8 7.2 16 16 16s16-7.2 16-16v-80c0-8.8-7.2-16-16-16M215.2 194.6c6.2-4.1 14.7-3.4 20.1 2.1l46.1 46.1l6.1 6.7c19.7 23.8 26.3 55 19.3 83.9c24.2-5.9 50.1-2.1 71.9 10.8c-32.2 24.9-56.2 59.8-67.4 100.1c-3.8-2.8-7.5-6-11-9.5l-94.9-94.9c-37.5-37.5-37.5-98.3 0-135.7l7.4-7.4l2.5-2.1zM526.7 79c9.4-9.4 24.6-9.4 33.9 0c8.8 8.8 9.3 22.7 1.7 32.1l-1.7 1.9l-114.4 114.4c7.7 1 15.3 3 22.5 5.9L527 175c9.4-9.4 24.6-9.4 34 0c8.8 8.8 9.3 22.7 1.6 32.1l-1.7 1.8l-52.7 52.7l39 39c3.2 3.2 4.7 7.4 4.7 11.6c-17.7-5.4-36.5-8.3-55.9-8.3c-34.2 0-66.3 8.9-94.1 24.6l-92.7-92.7c-37.5-37.5-37.5-98.3 0-135.8l7.4-7.4l2.5-2.1c6.2-4.1 14.7-3.4 20.1 2.1l39 39l52.7-52.7c9.4-9.4 24.6-9.4 34 0c8.8 8.8 9.3 22.7 1.6 32.1l-1.5 2l-58.3 58.3c2.8 7.1 4.7 14.5 5.8 22.1z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M496 640c-79.5 0-144-64.5-144-144s64.5-144 144-144s144 64.5 144 144s-64.5 144-144 144M81 593c-9.4 9.3-24.5 9.3-33.9 0c-9.4-9.4-9.4-24.6 0-33.9zm30.2-294.4c6.2-4.1 14.7-3.4 20.1 2.1l46.1 46.1l6.1 6.7c19.7 23.8 26.3 55 19.3 83.9c31.7-7.7 66.2 1 90.6 25.3l12 12c-.8 7-1.2 14.2-1.2 21.4c0 20 3 39.3 8.7 57.4c-36.8 21.8-85 17-116.6-14.7l-30.7-30.5L81 593c-11.3-11.3-22.6-22.7-34-34l84.7-84.7l-30.5-30.5c-37.5-37.5-37.5-98.3 0-135.7l7.4-7.4l2.5-2.1zM496 540c-11 0-20 9-20 20s9 20 20 20s20-9 20-20s-9-20-20-20m0-140c-8.8 0-16 7.2-16 16v80c0 8.8 7.2 16 16 16s16-7.2 16-16v-80c0-8.8-7.2-16-16-16M215.2 194.6c6.2-4.1 14.7-3.4 20.1 2.1l46.1 46.1l6.1 6.7c19.7 23.8 26.3 55 19.3 83.9c24.2-5.9 50.1-2.1 71.9 10.8c-32.2 24.9-56.2 59.8-67.4 100.1c-3.8-2.8-7.5-6-11-9.5l-94.9-94.9c-37.5-37.5-37.5-98.3 0-135.7l7.4-7.4l2.5-2.1zM526.7 79c9.4-9.4 24.6-9.4 33.9 0c8.8 8.8 9.3 22.7 1.7 32.1l-1.7 1.9l-114.4 114.4c7.7 1 15.3 3 22.5 5.9L527 175c9.4-9.4 24.6-9.4 34 0c8.8 8.8 9.3 22.7 1.6 32.1l-1.7 1.8l-52.7 52.7l39 39c3.2 3.2 4.7 7.4 4.7 11.6c-17.7-5.4-36.5-8.3-55.9-8.3c-34.2 0-66.3 8.9-94.1 24.6l-92.7-92.7c-37.5-37.5-37.5-98.3 0-135.8l7.4-7.4l2.5-2.1c6.2-4.1 14.7-3.4 20.1 2.1l39 39l52.7-52.7c9.4-9.4 24.6-9.4 34 0c8.8 8.8 9.3 22.7 1.6 32.1l-1.5 2l-58.3 58.3c2.8 7.1 4.7 14.5 5.8 22.1z"/></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%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M496%20640c-79.5%200-144-64.5-144-144s64.5-144%20144-144s144%2064.5%20144%20144s-64.5%20144-144%20144M81%20593c-9.4%209.3-24.5%209.3-33.9%200c-9.4-9.4-9.4-24.6%200-33.9zm30.2-294.4c6.2-4.1%2014.7-3.4%2020.1%202.1l46.1%2046.1l6.1%206.7c19.7%2023.8%2026.3%2055%2019.3%2083.9c31.7-7.7%2066.2%201%2090.6%2025.3l12%2012c-.8%207-1.2%2014.2-1.2%2021.4c0%2020%203%2039.3%208.7%2057.4c-36.8%2021.8-85%2017-116.6-14.7l-30.7-30.5L81%20593c-11.3-11.3-22.6-22.7-34-34l84.7-84.7l-30.5-30.5c-37.5-37.5-37.5-98.3%200-135.7l7.4-7.4l2.5-2.1zM496%20540c-11%200-20%209-20%2020s9%2020%2020%2020s20-9%2020-20s-9-20-20-20m0-140c-8.8%200-16%207.2-16%2016v80c0%208.8%207.2%2016%2016%2016s16-7.2%2016-16v-80c0-8.8-7.2-16-16-16M215.2%20194.6c6.2-4.1%2014.7-3.4%2020.1%202.1l46.1%2046.1l6.1%206.7c19.7%2023.8%2026.3%2055%2019.3%2083.9c24.2-5.9%2050.1-2.1%2071.9%2010.8c-32.2%2024.9-56.2%2059.8-67.4%20100.1c-3.8-2.8-7.5-6-11-9.5l-94.9-94.9c-37.5-37.5-37.5-98.3%200-135.7l7.4-7.4l2.5-2.1zM526.7%2079c9.4-9.4%2024.6-9.4%2033.9%200c8.8%208.8%209.3%2022.7%201.7%2032.1l-1.7%201.9l-114.4%20114.4c7.7%201%2015.3%203%2022.5%205.9L527%20175c9.4-9.4%2024.6-9.4%2034%200c8.8%208.8%209.3%2022.7%201.6%2032.1l-1.7%201.8l-52.7%2052.7l39%2039c3.2%203.2%204.7%207.4%204.7%2011.6c-17.7-5.4-36.5-8.3-55.9-8.3c-34.2%200-66.3%208.9-94.1%2024.6l-92.7-92.7c-37.5-37.5-37.5-98.3%200-135.8l7.4-7.4l2.5-2.1c6.2-4.1%2014.7-3.4%2020.1%202.1l39%2039l52.7-52.7c9.4-9.4%2024.6-9.4%2034%200c8.8%208.8%209.3%2022.7%201.6%2032.1l-1.5%202l-58.3%2058.3c2.8%207.1%204.7%2014.5%205.8%2022.1z%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%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M496%20640c-79.5%200-144-64.5-144-144s64.5-144%20144-144s144%2064.5%20144%20144s-64.5%20144-144%20144M81%20593c-9.4%209.3-24.5%209.3-33.9%200c-9.4-9.4-9.4-24.6%200-33.9zm30.2-294.4c6.2-4.1%2014.7-3.4%2020.1%202.1l46.1%2046.1l6.1%206.7c19.7%2023.8%2026.3%2055%2019.3%2083.9c31.7-7.7%2066.2%201%2090.6%2025.3l12%2012c-.8%207-1.2%2014.2-1.2%2021.4c0%2020%203%2039.3%208.7%2057.4c-36.8%2021.8-85%2017-116.6-14.7l-30.7-30.5L81%20593c-11.3-11.3-22.6-22.7-34-34l84.7-84.7l-30.5-30.5c-37.5-37.5-37.5-98.3%200-135.7l7.4-7.4l2.5-2.1zM496%20540c-11%200-20%209-20%2020s9%2020%2020%2020s20-9%2020-20s-9-20-20-20m0-140c-8.8%200-16%207.2-16%2016v80c0%208.8%207.2%2016%2016%2016s16-7.2%2016-16v-80c0-8.8-7.2-16-16-16M215.2%20194.6c6.2-4.1%2014.7-3.4%2020.1%202.1l46.1%2046.1l6.1%206.7c19.7%2023.8%2026.3%2055%2019.3%2083.9c24.2-5.9%2050.1-2.1%2071.9%2010.8c-32.2%2024.9-56.2%2059.8-67.4%20100.1c-3.8-2.8-7.5-6-11-9.5l-94.9-94.9c-37.5-37.5-37.5-98.3%200-135.7l7.4-7.4l2.5-2.1zM526.7%2079c9.4-9.4%2024.6-9.4%2033.9%200c8.8%208.8%209.3%2022.7%201.7%2032.1l-1.7%201.9l-114.4%20114.4c7.7%201%2015.3%203%2022.5%205.9L527%20175c9.4-9.4%2024.6-9.4%2034%200c8.8%208.8%209.3%2022.7%201.6%2032.1l-1.7%201.8l-52.7%2052.7l39%2039c3.2%203.2%204.7%207.4%204.7%2011.6c-17.7-5.4-36.5-8.3-55.9-8.3c-34.2%200-66.3%208.9-94.1%2024.6l-92.7-92.7c-37.5-37.5-37.5-98.3%200-135.8l7.4-7.4l2.5-2.1c6.2-4.1%2014.7-3.4%2020.1%202.1l39%2039l52.7-52.7c9.4-9.4%2024.6-9.4%2034%200c8.8%208.8%209.3%2022.7%201.6%2032.1l-1.5%202l-58.3%2058.3c2.8%207.1%204.7%2014.5%205.8%2022.1z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/wheat-awn-circle-exclamation.svg?color=%231a73e8&size=48