reward icon
reward-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.
- Name
- reward-16-regular
- Set
- Fluent UI System Icons
- Style
- 16 Regular
- Viewbox
- 16×16
- License
- MIT
9 other variants in Fluent UI System Icons
The same icon in other sets
Use the reward icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M3.5 2A1.5 1.5 0 0 0 2 3.5v1.193c0 .52.27 1.002.711 1.275l3.866 2.39a3 3 0 1 0 2.846 0l3.866-2.39A1.5 1.5 0 0 0 14 4.693V3.5A1.5 1.5 0 0 0 12.5 2zM3 3.5a.5.5 0 0 1 .5-.5H5v3.208l-1.763-1.09A.5.5 0 0 1 3 4.693zm3 3.326V3h4v3.826L8.263 7.9a.5.5 0 0 1-.526 0zm5-.618V3h1.5a.5.5 0 0 1 .5.5v1.193a.5.5 0 0 1-.237.425zM6 11a2 2 0 1 1 4 0a2 2 0 0 1-4 0"/></svg>
React
import type { SVGProps } from "react";
export function FluentReward16Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M3.5 2A1.5 1.5 0 0 0 2 3.5v1.193c0 .52.27 1.002.711 1.275l3.866 2.39a3 3 0 1 0 2.846 0l3.866-2.39A1.5 1.5 0 0 0 14 4.693V3.5A1.5 1.5 0 0 0 12.5 2zM3 3.5a.5.5 0 0 1 .5-.5H5v3.208l-1.763-1.09A.5.5 0 0 1 3 4.693zm3 3.326V3h4v3.826L8.263 7.9a.5.5 0 0 1-.526 0zm5-.618V3h1.5a.5.5 0 0 1 .5.5v1.193a.5.5 0 0 1-.237.425zM6 11a2 2 0 1 1 4 0a2 2 0 0 1-4 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M3.5 2A1.5 1.5 0 0 0 2 3.5v1.193c0 .52.27 1.002.711 1.275l3.866 2.39a3 3 0 1 0 2.846 0l3.866-2.39A1.5 1.5 0 0 0 14 4.693V3.5A1.5 1.5 0 0 0 12.5 2zM3 3.5a.5.5 0 0 1 .5-.5H5v3.208l-1.763-1.09A.5.5 0 0 1 3 4.693zm3 3.326V3h4v3.826L8.263 7.9a.5.5 0 0 1-.526 0zm5-.618V3h1.5a.5.5 0 0 1 .5.5v1.193a.5.5 0 0 1-.237.425zM6 11a2 2 0 1 1 4 0a2 2 0 0 1-4 0"/></svg> </template>
CSS
.icon-reward-16-regular {
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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.5%202A1.5%201.5%200%200%200%202%203.5v1.193c0%20.52.27%201.002.711%201.275l3.866%202.39a3%203%200%201%200%202.846%200l3.866-2.39A1.5%201.5%200%200%200%2014%204.693V3.5A1.5%201.5%200%200%200%2012.5%202zM3%203.5a.5.5%200%200%201%20.5-.5H5v3.208l-1.763-1.09A.5.5%200%200%201%203%204.693zm3%203.326V3h4v3.826L8.263%207.9a.5.5%200%200%201-.526%200zm5-.618V3h1.5a.5.5%200%200%201%20.5.5v1.193a.5.5%200%200%201-.237.425zM6%2011a2%202%200%201%201%204%200a2%202%200%200%201-4%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.5%202A1.5%201.5%200%200%200%202%203.5v1.193c0%20.52.27%201.002.711%201.275l3.866%202.39a3%203%200%201%200%202.846%200l3.866-2.39A1.5%201.5%200%200%200%2014%204.693V3.5A1.5%201.5%200%200%200%2012.5%202zM3%203.5a.5.5%200%200%201%20.5-.5H5v3.208l-1.763-1.09A.5.5%200%200%201%203%204.693zm3%203.326V3h4v3.826L8.263%207.9a.5.5%200%200%201-.526%200zm5-.618V3h1.5a.5.5%200%200%201%20.5.5v1.193a.5.5%200%200%201-.237.425zM6%2011a2%202%200%201%201%204%200a2%202%200%200%201-4%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/reward-16-regular.svg?color=%231a73e8&size=48