reward icon
reward-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.
- Name
- reward-20-filled
- Set
- Fluent UI System Icons
- Style
- 20 Filled
- Viewbox
- 20×20
- 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 20 20"><path fill="currentColor" d="M15.526 3a1.5 1.5 0 0 1 1.5 1.5v1.394a2.5 2.5 0 0 1-1.362 2.227l-4.19 2.14a3.54 3.54 0 1 1-2.922 0L4.363 8.12a2.5 2.5 0 0 1-1.356-2.04L3 5.894V4.5A1.5 1.5 0 0 1 4.5 3zm-5.513 7.945a2.539 2.539 0 1 0 0 5.078a2.539 2.539 0 0 0 0-5.078M12.616 4h-5.21v4.553l2.38 1.216a.5.5 0 0 0 .455 0l2.375-1.214z"/></svg>
React
import type { SVGProps } from "react";
export function FluentReward20Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M15.526 3a1.5 1.5 0 0 1 1.5 1.5v1.394a2.5 2.5 0 0 1-1.362 2.227l-4.19 2.14a3.54 3.54 0 1 1-2.922 0L4.363 8.12a2.5 2.5 0 0 1-1.356-2.04L3 5.894V4.5A1.5 1.5 0 0 1 4.5 3zm-5.513 7.945a2.539 2.539 0 1 0 0 5.078a2.539 2.539 0 0 0 0-5.078M12.616 4h-5.21v4.553l2.38 1.216a.5.5 0 0 0 .455 0l2.375-1.214z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M15.526 3a1.5 1.5 0 0 1 1.5 1.5v1.394a2.5 2.5 0 0 1-1.362 2.227l-4.19 2.14a3.54 3.54 0 1 1-2.922 0L4.363 8.12a2.5 2.5 0 0 1-1.356-2.04L3 5.894V4.5A1.5 1.5 0 0 1 4.5 3zm-5.513 7.945a2.539 2.539 0 1 0 0 5.078a2.539 2.539 0 0 0 0-5.078M12.616 4h-5.21v4.553l2.38 1.216a.5.5 0 0 0 .455 0l2.375-1.214z"/></svg> </template>
CSS
.icon-reward-20-filled {
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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.526%203a1.5%201.5%200%200%201%201.5%201.5v1.394a2.5%202.5%200%200%201-1.362%202.227l-4.19%202.14a3.54%203.54%200%201%201-2.922%200L4.363%208.12a2.5%202.5%200%200%201-1.356-2.04L3%205.894V4.5A1.5%201.5%200%200%201%204.5%203zm-5.513%207.945a2.539%202.539%200%201%200%200%205.078a2.539%202.539%200%200%200%200-5.078M12.616%204h-5.21v4.553l2.38%201.216a.5.5%200%200%200%20.455%200l2.375-1.214z%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.526%203a1.5%201.5%200%200%201%201.5%201.5v1.394a2.5%202.5%200%200%201-1.362%202.227l-4.19%202.14a3.54%203.54%200%201%201-2.922%200L4.363%208.12a2.5%202.5%200%200%201-1.356-2.04L3%205.894V4.5A1.5%201.5%200%200%201%204.5%203zm-5.513%207.945a2.539%202.539%200%201%200%200%205.078a2.539%202.539%200%200%200%200-5.078M12.616%204h-5.21v4.553l2.38%201.216a.5.5%200%200%200%20.455%200l2.375-1.214z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/reward-20-filled.svg?color=%231a73e8&size=48