medal4 icon

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

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

1 other variant in Reicon

More newicons icons from Reicon

Use the medal4 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 15c3.728 0 6.75-2.91 6.75-6.5S15.728 2 12 2S5.25 4.91 5.25 8.5S8.272 15 12 15m3.79.61c.33-.17.71.08.71.45v4.85c0 .9-.63 1.34-1.41.97l-2.68-1.27c-.23-.1-.59-.1-.82 0l-2.68 1.27c-.78.36-1.41-.08-1.41-.98l.02-4.84c0-.37.39-.61.71-.45c1.13.57 2.41.89 3.77.89s2.65-.32 3.79-.89"/></svg>

React

import type { SVGProps } from "react";

export function ReiconMedal4Filled(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="M12 15c3.728 0 6.75-2.91 6.75-6.5S15.728 2 12 2S5.25 4.91 5.25 8.5S8.272 15 12 15m3.79.61c.33-.17.71.08.71.45v4.85c0 .9-.63 1.34-1.41.97l-2.68-1.27c-.23-.1-.59-.1-.82 0l-2.68 1.27c-.78.36-1.41-.08-1.41-.98l.02-4.84c0-.37.39-.61.71-.45c1.13.57 2.41.89 3.77.89s2.65-.32 3.79-.89"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 15c3.728 0 6.75-2.91 6.75-6.5S15.728 2 12 2S5.25 4.91 5.25 8.5S8.272 15 12 15m3.79.61c.33-.17.71.08.71.45v4.85c0 .9-.63 1.34-1.41.97l-2.68-1.27c-.23-.1-.59-.1-.82 0l-2.68 1.27c-.78.36-1.41-.08-1.41-.98l.02-4.84c0-.37.39-.61.71-.45c1.13.57 2.41.89 3.77.89s2.65-.32 3.79-.89"/></svg>
</template>

CSS

.icon-medal4-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%22M12%2015c3.728%200%206.75-2.91%206.75-6.5S15.728%202%2012%202S5.25%204.91%205.25%208.5S8.272%2015%2012%2015m3.79.61c.33-.17.71.08.71.45v4.85c0%20.9-.63%201.34-1.41.97l-2.68-1.27c-.23-.1-.59-.1-.82%200l-2.68%201.27c-.78.36-1.41-.08-1.41-.98l.02-4.84c0-.37.39-.61.71-.45c1.13.57%202.41.89%203.77.89s2.65-.32%203.79-.89%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%22M12%2015c3.728%200%206.75-2.91%206.75-6.5S15.728%202%2012%202S5.25%204.91%205.25%208.5S8.272%2015%2012%2015m3.79.61c.33-.17.71.08.71.45v4.85c0%20.9-.63%201.34-1.41.97l-2.68-1.27c-.23-.1-.59-.1-.82%200l-2.68%201.27c-.78.36-1.41-.08-1.41-.98l.02-4.84c0-.37.39-.61.71-.45c1.13.57%202.41.89%203.77.89s2.65-.32%203.79-.89%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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