wheat awn icon
wheat-awn from Font Awesome 6 Solid by Dave Gandy · Regular · CC-BY-4.0 Attribution required.
- Name
- wheat-awn
- Set
- Font Awesome 6 Solid
- Style
- Regular
- Viewbox
- 512×512
- License
- CC BY 4.0
The same icon in other sets
Related icons in Font Awesome 6 Solid
Use the wheat awn icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 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.2c37.5 37.5 98.3 37.5 135.8 0l11.3-11.3c6.2-6.2 6.2-16.4 0-22.6L373.4 299c-21.8-21.8-49.6-34.1-78.1-36.9l31.9-31.9l12.2 12.2c37.5 37.5 98.3 37.5 135.8 0l11.3-11.4c6.2-6.2 6.2-16.4 0-22.6L475.2 197c-5.2-5.2-10.6-9.8-16.4-13.9L505 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.3z"/></svg>
React
import type { SVGProps } from "react";
export function Fa6SolidWheatAwn(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 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.2c37.5 37.5 98.3 37.5 135.8 0l11.3-11.3c6.2-6.2 6.2-16.4 0-22.6L373.4 299c-21.8-21.8-49.6-34.1-78.1-36.9l31.9-31.9l12.2 12.2c37.5 37.5 98.3 37.5 135.8 0l11.3-11.4c6.2-6.2 6.2-16.4 0-22.6L475.2 197c-5.2-5.2-10.6-9.8-16.4-13.9L505 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.3z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 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.2c37.5 37.5 98.3 37.5 135.8 0l11.3-11.3c6.2-6.2 6.2-16.4 0-22.6L373.4 299c-21.8-21.8-49.6-34.1-78.1-36.9l31.9-31.9l12.2 12.2c37.5 37.5 98.3 37.5 135.8 0l11.3-11.4c6.2-6.2 6.2-16.4 0-22.6L475.2 197c-5.2-5.2-10.6-9.8-16.4-13.9L505 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.3z"/></svg> </template>
CSS
.icon-wheat-awn {
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%20512%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.2c37.5%2037.5%2098.3%2037.5%20135.8%200l11.3-11.3c6.2-6.2%206.2-16.4%200-22.6L373.4%20299c-21.8-21.8-49.6-34.1-78.1-36.9l31.9-31.9l12.2%2012.2c37.5%2037.5%2098.3%2037.5%20135.8%200l11.3-11.4c6.2-6.2%206.2-16.4%200-22.6L475.2%20197c-5.2-5.2-10.6-9.8-16.4-13.9L505%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.3z%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%20512%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.2c37.5%2037.5%2098.3%2037.5%20135.8%200l11.3-11.3c6.2-6.2%206.2-16.4%200-22.6L373.4%20299c-21.8-21.8-49.6-34.1-78.1-36.9l31.9-31.9l12.2%2012.2c37.5%2037.5%2098.3%2037.5%20135.8%200l11.3-11.4c6.2-6.2%206.2-16.4%200-22.6L475.2%20197c-5.2-5.2-10.6-9.8-16.4-13.9L505%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.3z%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.svg?color=%231a73e8&size=48