award 02 icon
award-02 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- award-02
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the award 02 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="1.5" d="M8 21c0-1.414 0-2.121.44-2.56C8.878 18 9.585 18 11 18h2c1.414 0 2.121 0 2.56.44c.44.439.44 1.146.44 2.56v1H8zm4-8v5m-6 4h12M13.037 2.867l1.055 2.129c.144.296.528.58.852.635l1.914.32c1.224.206 1.512 1.101.63 1.985L16 9.436c-.252.254-.39.744-.312 1.095l.426 1.856c.336 1.47-.438 2.039-1.728 1.27l-1.793-1.07c-.324-.194-.858-.194-1.188 0l-1.794 1.07c-1.284.769-2.064.194-1.728-1.27l.426-1.857c.078-.35-.06-.84-.312-1.094l-1.488-1.5c-.876-.884-.594-1.779.63-1.985l1.914-.32c.318-.055.702-.339.846-.635l1.056-2.13c.576-1.155 1.512-1.155 2.082 0"/></svg>
React
import type { SVGProps } from "react";
export function HugeiconsAward02(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="1.5" d="M8 21c0-1.414 0-2.121.44-2.56C8.878 18 9.585 18 11 18h2c1.414 0 2.121 0 2.56.44c.44.439.44 1.146.44 2.56v1H8zm4-8v5m-6 4h12M13.037 2.867l1.055 2.129c.144.296.528.58.852.635l1.914.32c1.224.206 1.512 1.101.63 1.985L16 9.436c-.252.254-.39.744-.312 1.095l.426 1.856c.336 1.47-.438 2.039-1.728 1.27l-1.793-1.07c-.324-.194-.858-.194-1.188 0l-1.794 1.07c-1.284.769-2.064.194-1.728-1.27l.426-1.857c.078-.35-.06-.84-.312-1.094l-1.488-1.5c-.876-.884-.594-1.779.63-1.985l1.914-.32c.318-.055.702-.339.846-.635l1.056-2.13c.576-1.155 1.512-1.155 2.082 0"/></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="1.5" d="M8 21c0-1.414 0-2.121.44-2.56C8.878 18 9.585 18 11 18h2c1.414 0 2.121 0 2.56.44c.44.439.44 1.146.44 2.56v1H8zm4-8v5m-6 4h12M13.037 2.867l1.055 2.129c.144.296.528.58.852.635l1.914.32c1.224.206 1.512 1.101.63 1.985L16 9.436c-.252.254-.39.744-.312 1.095l.426 1.856c.336 1.47-.438 2.039-1.728 1.27l-1.793-1.07c-.324-.194-.858-.194-1.188 0l-1.794 1.07c-1.284.769-2.064.194-1.728-1.27l.426-1.857c.078-.35-.06-.84-.312-1.094l-1.488-1.5c-.876-.884-.594-1.779.63-1.985l1.914-.32c.318-.055.702-.339.846-.635l1.056-2.13c.576-1.155 1.512-1.155 2.082 0"/></svg> </template>
CSS
.icon-award-02 {
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%221.5%22%20d%3D%22M8%2021c0-1.414%200-2.121.44-2.56C8.878%2018%209.585%2018%2011%2018h2c1.414%200%202.121%200%202.56.44c.44.439.44%201.146.44%202.56v1H8zm4-8v5m-6%204h12M13.037%202.867l1.055%202.129c.144.296.528.58.852.635l1.914.32c1.224.206%201.512%201.101.63%201.985L16%209.436c-.252.254-.39.744-.312%201.095l.426%201.856c.336%201.47-.438%202.039-1.728%201.27l-1.793-1.07c-.324-.194-.858-.194-1.188%200l-1.794%201.07c-1.284.769-2.064.194-1.728-1.27l.426-1.857c.078-.35-.06-.84-.312-1.094l-1.488-1.5c-.876-.884-.594-1.779.63-1.985l1.914-.32c.318-.055.702-.339.846-.635l1.056-2.13c.576-1.155%201.512-1.155%202.082%200%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%221.5%22%20d%3D%22M8%2021c0-1.414%200-2.121.44-2.56C8.878%2018%209.585%2018%2011%2018h2c1.414%200%202.121%200%202.56.44c.44.439.44%201.146.44%202.56v1H8zm4-8v5m-6%204h12M13.037%202.867l1.055%202.129c.144.296.528.58.852.635l1.914.32c1.224.206%201.512%201.101.63%201.985L16%209.436c-.252.254-.39.744-.312%201.095l.426%201.856c.336%201.47-.438%202.039-1.728%201.27l-1.793-1.07c-.324-.194-.858-.194-1.188%200l-1.794%201.07c-1.284.769-2.064.194-1.728-1.27l.426-1.857c.078-.35-.06-.84-.312-1.094l-1.488-1.5c-.876-.884-.594-1.779.63-1.985l1.914-.32c.318-.055.702-.339.846-.635l1.056-2.13c.576-1.155%201.512-1.155%202.082%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/award-02.svg?color=%231a73e8&size=48