medal star3 icon

medal-star3-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.

Name
medal-star3-filled
Set
Reicon
Style
Filled
Category
Newicons
Viewbox
24×24
License
MIT

1 other variant in Reicon

More newicons icons from Reicon

Use the medal star3 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m21.25 18.47l-1.65.39c-.37.09-.66.37-.74.74l-.35 1.47c-.19.8-1.21 1.05-1.74.42l-2.99-3.44a.5.5 0 0 1 .25-.81a8.5 8.5 0 0 0 4.53-2.83c.19-.23.53-.26.74-.05l2.22 2.22c.76.76.49 1.71-.27 1.89m-18.55 0l1.65.39c.37.09.66.37.74.74l.35 1.47c.19.8 1.21 1.05 1.74.42l2.99-3.44c.24-.28.11-.72-.25-.81a8.5 8.5 0 0 1-4.53-2.83a.5.5 0 0 0-.74-.05l-2.22 2.22c-.76.76-.49 1.71.27 1.89M12 2C8.13 2 5 5.13 5 9c0 1.45.43 2.78 1.17 3.89a7 7 0 0 0 4.78 3.02q.51.09 1.05.09t1.05-.09c1.99-.29 3.7-1.42 4.78-3.02A6.97 6.97 0 0 0 19 9c0-3.87-3.13-7-7-7m3.06 6.78l-.83.83c-.14.14-.22.41-.17.61l.24 1.03c.19.81-.24 1.13-.96.7l-1-.59a.7.7 0 0 0-.66 0l-1 .59c-.72.42-1.15.11-.96-.7l.24-1.03c.04-.19-.03-.47-.17-.61l-.85-.83c-.49-.49-.33-.98.35-1.09l1.07-.18c.18-.03.39-.19.47-.35l.59-1.18c.32-.64.84-.64 1.16 0l.59 1.18c.08.16.29.32.48.35l1.07.18c.67.11.83.6.34 1.09"/></svg>

React

import type { SVGProps } from "react";

export function ReiconMedalStar3Filled(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="m21.25 18.47l-1.65.39c-.37.09-.66.37-.74.74l-.35 1.47c-.19.8-1.21 1.05-1.74.42l-2.99-3.44a.5.5 0 0 1 .25-.81a8.5 8.5 0 0 0 4.53-2.83c.19-.23.53-.26.74-.05l2.22 2.22c.76.76.49 1.71-.27 1.89m-18.55 0l1.65.39c.37.09.66.37.74.74l.35 1.47c.19.8 1.21 1.05 1.74.42l2.99-3.44c.24-.28.11-.72-.25-.81a8.5 8.5 0 0 1-4.53-2.83a.5.5 0 0 0-.74-.05l-2.22 2.22c-.76.76-.49 1.71.27 1.89M12 2C8.13 2 5 5.13 5 9c0 1.45.43 2.78 1.17 3.89a7 7 0 0 0 4.78 3.02q.51.09 1.05.09t1.05-.09c1.99-.29 3.7-1.42 4.78-3.02A6.97 6.97 0 0 0 19 9c0-3.87-3.13-7-7-7m3.06 6.78l-.83.83c-.14.14-.22.41-.17.61l.24 1.03c.19.81-.24 1.13-.96.7l-1-.59a.7.7 0 0 0-.66 0l-1 .59c-.72.42-1.15.11-.96-.7l.24-1.03c.04-.19-.03-.47-.17-.61l-.85-.83c-.49-.49-.33-.98.35-1.09l1.07-.18c.18-.03.39-.19.47-.35l.59-1.18c.32-.64.84-.64 1.16 0l.59 1.18c.08.16.29.32.48.35l1.07.18c.67.11.83.6.34 1.09"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m21.25 18.47l-1.65.39c-.37.09-.66.37-.74.74l-.35 1.47c-.19.8-1.21 1.05-1.74.42l-2.99-3.44a.5.5 0 0 1 .25-.81a8.5 8.5 0 0 0 4.53-2.83c.19-.23.53-.26.74-.05l2.22 2.22c.76.76.49 1.71-.27 1.89m-18.55 0l1.65.39c.37.09.66.37.74.74l.35 1.47c.19.8 1.21 1.05 1.74.42l2.99-3.44c.24-.28.11-.72-.25-.81a8.5 8.5 0 0 1-4.53-2.83a.5.5 0 0 0-.74-.05l-2.22 2.22c-.76.76-.49 1.71.27 1.89M12 2C8.13 2 5 5.13 5 9c0 1.45.43 2.78 1.17 3.89a7 7 0 0 0 4.78 3.02q.51.09 1.05.09t1.05-.09c1.99-.29 3.7-1.42 4.78-3.02A6.97 6.97 0 0 0 19 9c0-3.87-3.13-7-7-7m3.06 6.78l-.83.83c-.14.14-.22.41-.17.61l.24 1.03c.19.81-.24 1.13-.96.7l-1-.59a.7.7 0 0 0-.66 0l-1 .59c-.72.42-1.15.11-.96-.7l.24-1.03c.04-.19-.03-.47-.17-.61l-.85-.83c-.49-.49-.33-.98.35-1.09l1.07-.18c.18-.03.39-.19.47-.35l.59-1.18c.32-.64.84-.64 1.16 0l.59 1.18c.08.16.29.32.48.35l1.07.18c.67.11.83.6.34 1.09"/></svg>
</template>

CSS

.icon-medal-star3-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m21.25%2018.47l-1.65.39c-.37.09-.66.37-.74.74l-.35%201.47c-.19.8-1.21%201.05-1.74.42l-2.99-3.44a.5.5%200%200%201%20.25-.81a8.5%208.5%200%200%200%204.53-2.83c.19-.23.53-.26.74-.05l2.22%202.22c.76.76.49%201.71-.27%201.89m-18.55%200l1.65.39c.37.09.66.37.74.74l.35%201.47c.19.8%201.21%201.05%201.74.42l2.99-3.44c.24-.28.11-.72-.25-.81a8.5%208.5%200%200%201-4.53-2.83a.5.5%200%200%200-.74-.05l-2.22%202.22c-.76.76-.49%201.71.27%201.89M12%202C8.13%202%205%205.13%205%209c0%201.45.43%202.78%201.17%203.89a7%207%200%200%200%204.78%203.02q.51.09%201.05.09t1.05-.09c1.99-.29%203.7-1.42%204.78-3.02A6.97%206.97%200%200%200%2019%209c0-3.87-3.13-7-7-7m3.06%206.78l-.83.83c-.14.14-.22.41-.17.61l.24%201.03c.19.81-.24%201.13-.96.7l-1-.59a.7.7%200%200%200-.66%200l-1%20.59c-.72.42-1.15.11-.96-.7l.24-1.03c.04-.19-.03-.47-.17-.61l-.85-.83c-.49-.49-.33-.98.35-1.09l1.07-.18c.18-.03.39-.19.47-.35l.59-1.18c.32-.64.84-.64%201.16%200l.59%201.18c.08.16.29.32.48.35l1.07.18c.67.11.83.6.34%201.09%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%22m21.25%2018.47l-1.65.39c-.37.09-.66.37-.74.74l-.35%201.47c-.19.8-1.21%201.05-1.74.42l-2.99-3.44a.5.5%200%200%201%20.25-.81a8.5%208.5%200%200%200%204.53-2.83c.19-.23.53-.26.74-.05l2.22%202.22c.76.76.49%201.71-.27%201.89m-18.55%200l1.65.39c.37.09.66.37.74.74l.35%201.47c.19.8%201.21%201.05%201.74.42l2.99-3.44c.24-.28.11-.72-.25-.81a8.5%208.5%200%200%201-4.53-2.83a.5.5%200%200%200-.74-.05l-2.22%202.22c-.76.76-.49%201.71.27%201.89M12%202C8.13%202%205%205.13%205%209c0%201.45.43%202.78%201.17%203.89a7%207%200%200%200%204.78%203.02q.51.09%201.05.09t1.05-.09c1.99-.29%203.7-1.42%204.78-3.02A6.97%206.97%200%200%200%2019%209c0-3.87-3.13-7-7-7m3.06%206.78l-.83.83c-.14.14-.22.41-.17.61l.24%201.03c.19.81-.24%201.13-.96.7l-1-.59a.7.7%200%200%200-.66%200l-1%20.59c-.72.42-1.15.11-.96-.7l.24-1.03c.04-.19-.03-.47-.17-.61l-.85-.83c-.49-.49-.33-.98.35-1.09l1.07-.18c.18-.03.39-.19.47-.35l.59-1.18c.32-.64.84-.64%201.16%200l.59%201.18c.08.16.29.32.48.35l1.07.18c.67.11.83.6.34%201.09%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/medal-star3-filled.svg?color=%231a73e8&size=48