award icon
award from Font Awesome Solid by Dave Gandy · Solid · Education · CC-BY-4.0 Attribution required.
- Name
- award
- Set
- Font Awesome Solid
- Style
- Solid
- Category
- Education
- Viewbox
- 640×640
- License
- CC BY 4.0
The same icon in other sets
More education icons from Font Awesome Solid
Use the award icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M341.9 38.1a41.89 41.89 0 0 0-43.7 0C273.8 53 258.7 57 230.1 56.4c-15.7-.4-30.3 8.1-37.9 21.9c-13.7 25.1-24.8 36.2-49.9 49.9c-13.8 7.5-22.2 22.2-21.9 37.9c.7 28.6-3.4 43.7-18.3 68.1a41.89 41.89 0 0 0 0 43.7c14.9 24.4 18.9 39.5 18.3 68.1c-.4 15.7 8.1 30.3 21.9 37.9c22.1 12.1 33.3 22.1 45.1 41.5l-48.7 97.1c-5.9 11.9-1.1 26.3 10.7 32.2l86 43c11.5 5.7 25.5 1.4 31.7-9.8l52.8-95.1l52.8 95.1c6.2 11.2 20.2 15.6 31.7 9.8l86-43c11.9-5.9 16.7-20.3 10.7-32.2l-48.6-97.2c11.7-19.4 23-29.4 45.1-41.5c13.8-7.5 22.2-22.2 21.9-37.9c-.7-28.6 3.4-43.7 18.3-68.1c8.2-13.4 8.2-30.3 0-43.7c-14.9-24.4-18.9-39.5-18.3-68.1c.4-15.7-8.1-30.3-21.9-37.9c-25.1-13.7-36.2-24.8-49.9-49.9c-7.5-13.8-22.2-22.2-37.9-21.9c-28.6.7-43.7-3.4-68.1-18.3zM320 160c53 0 96 43 96 96s-43 96-96 96s-96-43-96-96s43-96 96-96"/></svg>
React
import type { SVGProps } from "react";
export function Fa7SolidAward(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="M341.9 38.1a41.89 41.89 0 0 0-43.7 0C273.8 53 258.7 57 230.1 56.4c-15.7-.4-30.3 8.1-37.9 21.9c-13.7 25.1-24.8 36.2-49.9 49.9c-13.8 7.5-22.2 22.2-21.9 37.9c.7 28.6-3.4 43.7-18.3 68.1a41.89 41.89 0 0 0 0 43.7c14.9 24.4 18.9 39.5 18.3 68.1c-.4 15.7 8.1 30.3 21.9 37.9c22.1 12.1 33.3 22.1 45.1 41.5l-48.7 97.1c-5.9 11.9-1.1 26.3 10.7 32.2l86 43c11.5 5.7 25.5 1.4 31.7-9.8l52.8-95.1l52.8 95.1c6.2 11.2 20.2 15.6 31.7 9.8l86-43c11.9-5.9 16.7-20.3 10.7-32.2l-48.6-97.2c11.7-19.4 23-29.4 45.1-41.5c13.8-7.5 22.2-22.2 21.9-37.9c-.7-28.6 3.4-43.7 18.3-68.1c8.2-13.4 8.2-30.3 0-43.7c-14.9-24.4-18.9-39.5-18.3-68.1c.4-15.7-8.1-30.3-21.9-37.9c-25.1-13.7-36.2-24.8-49.9-49.9c-7.5-13.8-22.2-22.2-37.9-21.9c-28.6.7-43.7-3.4-68.1-18.3zM320 160c53 0 96 43 96 96s-43 96-96 96s-96-43-96-96s43-96 96-96"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M341.9 38.1a41.89 41.89 0 0 0-43.7 0C273.8 53 258.7 57 230.1 56.4c-15.7-.4-30.3 8.1-37.9 21.9c-13.7 25.1-24.8 36.2-49.9 49.9c-13.8 7.5-22.2 22.2-21.9 37.9c.7 28.6-3.4 43.7-18.3 68.1a41.89 41.89 0 0 0 0 43.7c14.9 24.4 18.9 39.5 18.3 68.1c-.4 15.7 8.1 30.3 21.9 37.9c22.1 12.1 33.3 22.1 45.1 41.5l-48.7 97.1c-5.9 11.9-1.1 26.3 10.7 32.2l86 43c11.5 5.7 25.5 1.4 31.7-9.8l52.8-95.1l52.8 95.1c6.2 11.2 20.2 15.6 31.7 9.8l86-43c11.9-5.9 16.7-20.3 10.7-32.2l-48.6-97.2c11.7-19.4 23-29.4 45.1-41.5c13.8-7.5 22.2-22.2 21.9-37.9c-.7-28.6 3.4-43.7 18.3-68.1c8.2-13.4 8.2-30.3 0-43.7c-14.9-24.4-18.9-39.5-18.3-68.1c.4-15.7-8.1-30.3-21.9-37.9c-25.1-13.7-36.2-24.8-49.9-49.9c-7.5-13.8-22.2-22.2-37.9-21.9c-28.6.7-43.7-3.4-68.1-18.3zM320 160c53 0 96 43 96 96s-43 96-96 96s-96-43-96-96s43-96 96-96"/></svg> </template>
CSS
.icon-award {
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%22M341.9%2038.1a41.89%2041.89%200%200%200-43.7%200C273.8%2053%20258.7%2057%20230.1%2056.4c-15.7-.4-30.3%208.1-37.9%2021.9c-13.7%2025.1-24.8%2036.2-49.9%2049.9c-13.8%207.5-22.2%2022.2-21.9%2037.9c.7%2028.6-3.4%2043.7-18.3%2068.1a41.89%2041.89%200%200%200%200%2043.7c14.9%2024.4%2018.9%2039.5%2018.3%2068.1c-.4%2015.7%208.1%2030.3%2021.9%2037.9c22.1%2012.1%2033.3%2022.1%2045.1%2041.5l-48.7%2097.1c-5.9%2011.9-1.1%2026.3%2010.7%2032.2l86%2043c11.5%205.7%2025.5%201.4%2031.7-9.8l52.8-95.1l52.8%2095.1c6.2%2011.2%2020.2%2015.6%2031.7%209.8l86-43c11.9-5.9%2016.7-20.3%2010.7-32.2l-48.6-97.2c11.7-19.4%2023-29.4%2045.1-41.5c13.8-7.5%2022.2-22.2%2021.9-37.9c-.7-28.6%203.4-43.7%2018.3-68.1c8.2-13.4%208.2-30.3%200-43.7c-14.9-24.4-18.9-39.5-18.3-68.1c.4-15.7-8.1-30.3-21.9-37.9c-25.1-13.7-36.2-24.8-49.9-49.9c-7.5-13.8-22.2-22.2-37.9-21.9c-28.6.7-43.7-3.4-68.1-18.3zM320%20160c53%200%2096%2043%2096%2096s-43%2096-96%2096s-96-43-96-96s43-96%2096-96%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%22M341.9%2038.1a41.89%2041.89%200%200%200-43.7%200C273.8%2053%20258.7%2057%20230.1%2056.4c-15.7-.4-30.3%208.1-37.9%2021.9c-13.7%2025.1-24.8%2036.2-49.9%2049.9c-13.8%207.5-22.2%2022.2-21.9%2037.9c.7%2028.6-3.4%2043.7-18.3%2068.1a41.89%2041.89%200%200%200%200%2043.7c14.9%2024.4%2018.9%2039.5%2018.3%2068.1c-.4%2015.7%208.1%2030.3%2021.9%2037.9c22.1%2012.1%2033.3%2022.1%2045.1%2041.5l-48.7%2097.1c-5.9%2011.9-1.1%2026.3%2010.7%2032.2l86%2043c11.5%205.7%2025.5%201.4%2031.7-9.8l52.8-95.1l52.8%2095.1c6.2%2011.2%2020.2%2015.6%2031.7%209.8l86-43c11.9-5.9%2016.7-20.3%2010.7-32.2l-48.6-97.2c11.7-19.4%2023-29.4%2045.1-41.5c13.8-7.5%2022.2-22.2%2021.9-37.9c-.7-28.6%203.4-43.7%2018.3-68.1c8.2-13.4%208.2-30.3%200-43.7c-14.9-24.4-18.9-39.5-18.3-68.1c.4-15.7-8.1-30.3-21.9-37.9c-25.1-13.7-36.2-24.8-49.9-49.9c-7.5-13.8-22.2-22.2-37.9-21.9c-28.6.7-43.7-3.4-68.1-18.3zM320%20160c53%200%2096%2043%2096%2096s-43%2096-96%2096s-96-43-96-96s43-96%2096-96%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/award.svg?color=%231a73e8&size=48