reward icon
reward-32-regular from Fluent UI System Icons by Microsoft Corporation · 32 Regular · MIT Free for personal and commercial use.
- Name
- reward-32-regular
- Set
- Fluent UI System Icons
- Style
- 32 Regular
- Viewbox
- 32×32
- 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 32 32"><path fill="currentColor" d="M5 6.25C5 5.56 5.56 5 6.25 5H9v7.071l-2.822-1.528A2.25 2.25 0 0 1 5 8.564zm6 6.904V5h10v8.154l-4.88 2.644a.25.25 0 0 1-.24 0zm12-1.083V5h2.75c.69 0 1.25.56 1.25 1.25v2.314a2.25 2.25 0 0 1-1.178 1.979zM6.25 3A3.25 3.25 0 0 0 3 6.25v2.314a4.25 4.25 0 0 0 2.226 3.737l7.985 4.326a6.5 6.5 0 1 0 5.577 0l7.986-4.326A4.25 4.25 0 0 0 29 8.564V6.25A3.25 3.25 0 0 0 25.75 3zm5.25 19.5a4.5 4.5 0 1 1 9 0a4.5 4.5 0 0 1-9 0"/></svg>
React
import type { SVGProps } from "react";
export function FluentReward32Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M5 6.25C5 5.56 5.56 5 6.25 5H9v7.071l-2.822-1.528A2.25 2.25 0 0 1 5 8.564zm6 6.904V5h10v8.154l-4.88 2.644a.25.25 0 0 1-.24 0zm12-1.083V5h2.75c.69 0 1.25.56 1.25 1.25v2.314a2.25 2.25 0 0 1-1.178 1.979zM6.25 3A3.25 3.25 0 0 0 3 6.25v2.314a4.25 4.25 0 0 0 2.226 3.737l7.985 4.326a6.5 6.5 0 1 0 5.577 0l7.986-4.326A4.25 4.25 0 0 0 29 8.564V6.25A3.25 3.25 0 0 0 25.75 3zm5.25 19.5a4.5 4.5 0 1 1 9 0a4.5 4.5 0 0 1-9 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M5 6.25C5 5.56 5.56 5 6.25 5H9v7.071l-2.822-1.528A2.25 2.25 0 0 1 5 8.564zm6 6.904V5h10v8.154l-4.88 2.644a.25.25 0 0 1-.24 0zm12-1.083V5h2.75c.69 0 1.25.56 1.25 1.25v2.314a2.25 2.25 0 0 1-1.178 1.979zM6.25 3A3.25 3.25 0 0 0 3 6.25v2.314a4.25 4.25 0 0 0 2.226 3.737l7.985 4.326a6.5 6.5 0 1 0 5.577 0l7.986-4.326A4.25 4.25 0 0 0 29 8.564V6.25A3.25 3.25 0 0 0 25.75 3zm5.25 19.5a4.5 4.5 0 1 1 9 0a4.5 4.5 0 0 1-9 0"/></svg> </template>
CSS
.icon-reward-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5%206.25C5%205.56%205.56%205%206.25%205H9v7.071l-2.822-1.528A2.25%202.25%200%200%201%205%208.564zm6%206.904V5h10v8.154l-4.88%202.644a.25.25%200%200%201-.24%200zm12-1.083V5h2.75c.69%200%201.25.56%201.25%201.25v2.314a2.25%202.25%200%200%201-1.178%201.979zM6.25%203A3.25%203.25%200%200%200%203%206.25v2.314a4.25%204.25%200%200%200%202.226%203.737l7.985%204.326a6.5%206.5%200%201%200%205.577%200l7.986-4.326A4.25%204.25%200%200%200%2029%208.564V6.25A3.25%203.25%200%200%200%2025.75%203zm5.25%2019.5a4.5%204.5%200%201%201%209%200a4.5%204.5%200%200%201-9%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5%206.25C5%205.56%205.56%205%206.25%205H9v7.071l-2.822-1.528A2.25%202.25%200%200%201%205%208.564zm6%206.904V5h10v8.154l-4.88%202.644a.25.25%200%200%201-.24%200zm12-1.083V5h2.75c.69%200%201.25.56%201.25%201.25v2.314a2.25%202.25%200%200%201-1.178%201.979zM6.25%203A3.25%203.25%200%200%200%203%206.25v2.314a4.25%204.25%200%200%200%202.226%203.737l7.985%204.326a6.5%206.5%200%201%200%205.577%200l7.986-4.326A4.25%204.25%200%200%200%2029%208.564V6.25A3.25%203.25%200%200%200%2025.75%203zm5.25%2019.5a4.5%204.5%200%201%201%209%200a4.5%204.5%200%200%201-9%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/reward-32-regular.svg?color=%231a73e8&size=48