medal star3 icon
medal-star3 from Reicon by REICON · Outline · Newicons · MIT Free for personal and commercial use.
- Name
- medal-star3
- Set
- Reicon
- Style
- Outline
- 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"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M19 9c0 1.45-.43 2.78-1.17 3.89a7 7 0 0 1-4.78 3.02Q12.54 16 12 16t-1.05-.09a7 7 0 0 1-4.78-3.02A6.97 6.97 0 0 1 5 9c0-3.87 3.13-7 7-7s7 3.13 7 7"/><path d="m21.25 18.47l-1.65.39c-.37.09-.66.37-.74.74l-.35 1.47a1 1 0 0 1-1.74.41L12 16l-4.77 5.49a1 1 0 0 1-1.74-.41l-.35-1.47a1 1 0 0 0-.74-.74l-1.65-.39a1.003 1.003 0 0 1-.48-1.68l3.9-3.9a7 7 0 0 0 4.78 3.02q.51.09 1.05.09t1.05-.09c1.99-.29 3.7-1.42 4.78-3.02l3.9 3.9c.55.54.28 1.49-.48 1.67M12.58 5.98l.59 1.18c.08.16.29.32.48.35l1.07.18c.68.11.84.61.35 1.1l-.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-.83-.83c-.49-.49-.33-.98.35-1.1l1.07-.18c.18-.03.39-.19.47-.35l.59-1.18c.29-.64.81-.64 1.13 0"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconMedalStar3(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M19 9c0 1.45-.43 2.78-1.17 3.89a7 7 0 0 1-4.78 3.02Q12.54 16 12 16t-1.05-.09a7 7 0 0 1-4.78-3.02A6.97 6.97 0 0 1 5 9c0-3.87 3.13-7 7-7s7 3.13 7 7"/><path d="m21.25 18.47l-1.65.39c-.37.09-.66.37-.74.74l-.35 1.47a1 1 0 0 1-1.74.41L12 16l-4.77 5.49a1 1 0 0 1-1.74-.41l-.35-1.47a1 1 0 0 0-.74-.74l-1.65-.39a1.003 1.003 0 0 1-.48-1.68l3.9-3.9a7 7 0 0 0 4.78 3.02q.51.09 1.05.09t1.05-.09c1.99-.29 3.7-1.42 4.78-3.02l3.9 3.9c.55.54.28 1.49-.48 1.67M12.58 5.98l.59 1.18c.08.16.29.32.48.35l1.07.18c.68.11.84.61.35 1.1l-.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-.83-.83c-.49-.49-.33-.98.35-1.1l1.07-.18c.18-.03.39-.19.47-.35l.59-1.18c.29-.64.81-.64 1.13 0"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M19 9c0 1.45-.43 2.78-1.17 3.89a7 7 0 0 1-4.78 3.02Q12.54 16 12 16t-1.05-.09a7 7 0 0 1-4.78-3.02A6.97 6.97 0 0 1 5 9c0-3.87 3.13-7 7-7s7 3.13 7 7"/><path d="m21.25 18.47l-1.65.39c-.37.09-.66.37-.74.74l-.35 1.47a1 1 0 0 1-1.74.41L12 16l-4.77 5.49a1 1 0 0 1-1.74-.41l-.35-1.47a1 1 0 0 0-.74-.74l-1.65-.39a1.003 1.003 0 0 1-.48-1.68l3.9-3.9a7 7 0 0 0 4.78 3.02q.51.09 1.05.09t1.05-.09c1.99-.29 3.7-1.42 4.78-3.02l3.9 3.9c.55.54.28 1.49-.48 1.67M12.58 5.98l.59 1.18c.08.16.29.32.48.35l1.07.18c.68.11.84.61.35 1.1l-.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-.83-.83c-.49-.49-.33-.98.35-1.1l1.07-.18c.18-.03.39-.19.47-.35l.59-1.18c.29-.64.81-.64 1.13 0"/></g></svg> </template>
CSS
.icon-medal-star3 {
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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M19%209c0%201.45-.43%202.78-1.17%203.89a7%207%200%200%201-4.78%203.02Q12.54%2016%2012%2016t-1.05-.09a7%207%200%200%201-4.78-3.02A6.97%206.97%200%200%201%205%209c0-3.87%203.13-7%207-7s7%203.13%207%207%22%2F%3E%3Cpath%20d%3D%22m21.25%2018.47l-1.65.39c-.37.09-.66.37-.74.74l-.35%201.47a1%201%200%200%201-1.74.41L12%2016l-4.77%205.49a1%201%200%200%201-1.74-.41l-.35-1.47a1%201%200%200%200-.74-.74l-1.65-.39a1.003%201.003%200%200%201-.48-1.68l3.9-3.9a7%207%200%200%200%204.78%203.02q.51.09%201.05.09t1.05-.09c1.99-.29%203.7-1.42%204.78-3.02l3.9%203.9c.55.54.28%201.49-.48%201.67M12.58%205.98l.59%201.18c.08.16.29.32.48.35l1.07.18c.68.11.84.61.35%201.1l-.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-.83-.83c-.49-.49-.33-.98.35-1.1l1.07-.18c.18-.03.39-.19.47-.35l.59-1.18c.29-.64.81-.64%201.13%200%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M19%209c0%201.45-.43%202.78-1.17%203.89a7%207%200%200%201-4.78%203.02Q12.54%2016%2012%2016t-1.05-.09a7%207%200%200%201-4.78-3.02A6.97%206.97%200%200%201%205%209c0-3.87%203.13-7%207-7s7%203.13%207%207%22%2F%3E%3Cpath%20d%3D%22m21.25%2018.47l-1.65.39c-.37.09-.66.37-.74.74l-.35%201.47a1%201%200%200%201-1.74.41L12%2016l-4.77%205.49a1%201%200%200%201-1.74-.41l-.35-1.47a1%201%200%200%200-.74-.74l-1.65-.39a1.003%201.003%200%200%201-.48-1.68l3.9-3.9a7%207%200%200%200%204.78%203.02q.51.09%201.05.09t1.05-.09c1.99-.29%203.7-1.42%204.78-3.02l3.9%203.9c.55.54.28%201.49-.48%201.67M12.58%205.98l.59%201.18c.08.16.29.32.48.35l1.07.18c.68.11.84.61.35%201.1l-.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-.83-.83c-.49-.49-.33-.98.35-1.1l1.07-.18c.18-.03.39-.19.47-.35l.59-1.18c.29-.64.81-.64%201.13%200%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/medal-star3.svg?color=%231a73e8&size=48