reward icon
reward-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- reward-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- Viewbox
- 24×24
- 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 24 24"><path fill="currentColor" d="M20.25 1.999c.966 0 1.75.784 1.75 1.75v3.043a2.75 2.75 0 0 1-1.477 2.437l-6.282 3.28a5 5 0 1 1-4.483 0L3.478 9.23A2.75 2.75 0 0 1 2 6.792V3.749c0-.966.784-1.75 1.75-1.75zM12 13.48a3.5 3.5 0 1 0 0 7a3.5 3.5 0 0 0 0-7m3.5-9.982h-7v6.662l3.384 1.768a.25.25 0 0 0 .232 0l3.384-1.769zm-8.5 0l-3.25.001a.25.25 0 0 0-.25.25v3.043c0 .465.259.892.671 1.108L7 9.376zm13.25.001L17 3.498v5.878L19.829 7.9a1.25 1.25 0 0 0 .671-1.108V3.749a.25.25 0 0 0-.25-.25"/></svg>
React
import type { SVGProps } from "react";
export function FluentReward24Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.25 1.999c.966 0 1.75.784 1.75 1.75v3.043a2.75 2.75 0 0 1-1.477 2.437l-6.282 3.28a5 5 0 1 1-4.483 0L3.478 9.23A2.75 2.75 0 0 1 2 6.792V3.749c0-.966.784-1.75 1.75-1.75zM12 13.48a3.5 3.5 0 1 0 0 7a3.5 3.5 0 0 0 0-7m3.5-9.982h-7v6.662l3.384 1.768a.25.25 0 0 0 .232 0l3.384-1.769zm-8.5 0l-3.25.001a.25.25 0 0 0-.25.25v3.043c0 .465.259.892.671 1.108L7 9.376zm13.25.001L17 3.498v5.878L19.829 7.9a1.25 1.25 0 0 0 .671-1.108V3.749a.25.25 0 0 0-.25-.25"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.25 1.999c.966 0 1.75.784 1.75 1.75v3.043a2.75 2.75 0 0 1-1.477 2.437l-6.282 3.28a5 5 0 1 1-4.483 0L3.478 9.23A2.75 2.75 0 0 1 2 6.792V3.749c0-.966.784-1.75 1.75-1.75zM12 13.48a3.5 3.5 0 1 0 0 7a3.5 3.5 0 0 0 0-7m3.5-9.982h-7v6.662l3.384 1.768a.25.25 0 0 0 .232 0l3.384-1.769zm-8.5 0l-3.25.001a.25.25 0 0 0-.25.25v3.043c0 .465.259.892.671 1.108L7 9.376zm13.25.001L17 3.498v5.878L19.829 7.9a1.25 1.25 0 0 0 .671-1.108V3.749a.25.25 0 0 0-.25-.25"/></svg> </template>
CSS
.icon-reward-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.25%201.999c.966%200%201.75.784%201.75%201.75v3.043a2.75%202.75%200%200%201-1.477%202.437l-6.282%203.28a5%205%200%201%201-4.483%200L3.478%209.23A2.75%202.75%200%200%201%202%206.792V3.749c0-.966.784-1.75%201.75-1.75zM12%2013.48a3.5%203.5%200%201%200%200%207a3.5%203.5%200%200%200%200-7m3.5-9.982h-7v6.662l3.384%201.768a.25.25%200%200%200%20.232%200l3.384-1.769zm-8.5%200l-3.25.001a.25.25%200%200%200-.25.25v3.043c0%20.465.259.892.671%201.108L7%209.376zm13.25.001L17%203.498v5.878L19.829%207.9a1.25%201.25%200%200%200%20.671-1.108V3.749a.25.25%200%200%200-.25-.25%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%22currentColor%22%20d%3D%22M20.25%201.999c.966%200%201.75.784%201.75%201.75v3.043a2.75%202.75%200%200%201-1.477%202.437l-6.282%203.28a5%205%200%201%201-4.483%200L3.478%209.23A2.75%202.75%200%200%201%202%206.792V3.749c0-.966.784-1.75%201.75-1.75zM12%2013.48a3.5%203.5%200%201%200%200%207a3.5%203.5%200%200%200%200-7m3.5-9.982h-7v6.662l3.384%201.768a.25.25%200%200%200%20.232%200l3.384-1.769zm-8.5%200l-3.25.001a.25.25%200%200%200-.25.25v3.043c0%20.465.259.892.671%201.108L7%209.376zm13.25.001L17%203.498v5.878L19.829%207.9a1.25%201.25%200%200%200%20.671-1.108V3.749a.25.25%200%200%200-.25-.25%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/reward-24-regular.svg?color=%231a73e8&size=48