medal-f from Jam Icons by Michael Amprimo · Filled · MIT Free for personal and commercial use.

Name
medal-f
Set
Jam Icons
Style
Filled
Viewbox
24×24
License
MIT

1 other variant in Jam Icons

The same icon in other sets

Use the medal icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-4 -1 24 24"><path fill="currentColor" d="M4 17.502c.307.2.699.26 1.067.133l2.536-.864a1.23 1.23 0 0 1 .794 0l2.536.864c.368.126.76.067 1.067-.133v3.894l-4-1.358l-4 1.358zm3.677-2.37l-2.062.703a1 1 0 0 1-1.222-.51L3.388 13.26a1 1 0 0 0-.43-.447l-2-1.06a1 1 0 0 1-.485-1.181l.71-2.273a1 1 0 0 0 0-.596L.473 5.43a1 1 0 0 1 .486-1.182l1.999-1.06a1 1 0 0 0 .43-.446L4.393.674A1 1 0 0 1 5.615.165l2.062.703a1 1 0 0 0 .646 0l2.062-.703a1 1 0 0 1 1.222.51l1.005 2.066a1 1 0 0 0 .43.447l2 1.06a1 1 0 0 1 .485 1.181l-.71 2.273a1 1 0 0 0 0 .596l.71 2.273a1 1 0 0 1-.486 1.182l-1.999 1.06a1 1 0 0 0-.43.446l-1.005 2.067a1 1 0 0 1-1.222.509l-2.062-.703a1 1 0 0 0-.646 0M8 5a1 1 0 0 0-1 1v4a1 1 0 0 0 2 0V6a1 1 0 0 0-1-1"/></svg>

React

import type { SVGProps } from "react";

export function JamMedalF(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-4 -1 24 24"><path fill="currentColor" d="M4 17.502c.307.2.699.26 1.067.133l2.536-.864a1.23 1.23 0 0 1 .794 0l2.536.864c.368.126.76.067 1.067-.133v3.894l-4-1.358l-4 1.358zm3.677-2.37l-2.062.703a1 1 0 0 1-1.222-.51L3.388 13.26a1 1 0 0 0-.43-.447l-2-1.06a1 1 0 0 1-.485-1.181l.71-2.273a1 1 0 0 0 0-.596L.473 5.43a1 1 0 0 1 .486-1.182l1.999-1.06a1 1 0 0 0 .43-.446L4.393.674A1 1 0 0 1 5.615.165l2.062.703a1 1 0 0 0 .646 0l2.062-.703a1 1 0 0 1 1.222.51l1.005 2.066a1 1 0 0 0 .43.447l2 1.06a1 1 0 0 1 .485 1.181l-.71 2.273a1 1 0 0 0 0 .596l.71 2.273a1 1 0 0 1-.486 1.182l-1.999 1.06a1 1 0 0 0-.43.446l-1.005 2.067a1 1 0 0 1-1.222.509l-2.062-.703a1 1 0 0 0-.646 0M8 5a1 1 0 0 0-1 1v4a1 1 0 0 0 2 0V6a1 1 0 0 0-1-1"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-4 -1 24 24"><path fill="currentColor" d="M4 17.502c.307.2.699.26 1.067.133l2.536-.864a1.23 1.23 0 0 1 .794 0l2.536.864c.368.126.76.067 1.067-.133v3.894l-4-1.358l-4 1.358zm3.677-2.37l-2.062.703a1 1 0 0 1-1.222-.51L3.388 13.26a1 1 0 0 0-.43-.447l-2-1.06a1 1 0 0 1-.485-1.181l.71-2.273a1 1 0 0 0 0-.596L.473 5.43a1 1 0 0 1 .486-1.182l1.999-1.06a1 1 0 0 0 .43-.446L4.393.674A1 1 0 0 1 5.615.165l2.062.703a1 1 0 0 0 .646 0l2.062-.703a1 1 0 0 1 1.222.51l1.005 2.066a1 1 0 0 0 .43.447l2 1.06a1 1 0 0 1 .485 1.181l-.71 2.273a1 1 0 0 0 0 .596l.71 2.273a1 1 0 0 1-.486 1.182l-1.999 1.06a1 1 0 0 0-.43.446l-1.005 2.067a1 1 0 0 1-1.222.509l-2.062-.703a1 1 0 0 0-.646 0M8 5a1 1 0 0 0-1 1v4a1 1 0 0 0 2 0V6a1 1 0 0 0-1-1"/></svg>
</template>

CSS

.icon-medal-f {
  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%22-4%20-1%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4%2017.502c.307.2.699.26%201.067.133l2.536-.864a1.23%201.23%200%200%201%20.794%200l2.536.864c.368.126.76.067%201.067-.133v3.894l-4-1.358l-4%201.358zm3.677-2.37l-2.062.703a1%201%200%200%201-1.222-.51L3.388%2013.26a1%201%200%200%200-.43-.447l-2-1.06a1%201%200%200%201-.485-1.181l.71-2.273a1%201%200%200%200%200-.596L.473%205.43a1%201%200%200%201%20.486-1.182l1.999-1.06a1%201%200%200%200%20.43-.446L4.393.674A1%201%200%200%201%205.615.165l2.062.703a1%201%200%200%200%20.646%200l2.062-.703a1%201%200%200%201%201.222.51l1.005%202.066a1%201%200%200%200%20.43.447l2%201.06a1%201%200%200%201%20.485%201.181l-.71%202.273a1%201%200%200%200%200%20.596l.71%202.273a1%201%200%200%201-.486%201.182l-1.999%201.06a1%201%200%200%200-.43.446l-1.005%202.067a1%201%200%200%201-1.222.509l-2.062-.703a1%201%200%200%200-.646%200M8%205a1%201%200%200%200-1%201v4a1%201%200%200%200%202%200V6a1%201%200%200%200-1-1%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%22-4%20-1%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4%2017.502c.307.2.699.26%201.067.133l2.536-.864a1.23%201.23%200%200%201%20.794%200l2.536.864c.368.126.76.067%201.067-.133v3.894l-4-1.358l-4%201.358zm3.677-2.37l-2.062.703a1%201%200%200%201-1.222-.51L3.388%2013.26a1%201%200%200%200-.43-.447l-2-1.06a1%201%200%200%201-.485-1.181l.71-2.273a1%201%200%200%200%200-.596L.473%205.43a1%201%200%200%201%20.486-1.182l1.999-1.06a1%201%200%200%200%20.43-.446L4.393.674A1%201%200%200%201%205.615.165l2.062.703a1%201%200%200%200%20.646%200l2.062-.703a1%201%200%200%201%201.222.51l1.005%202.066a1%201%200%200%200%20.43.447l2%201.06a1%201%200%200%201%20.485%201.181l-.71%202.273a1%201%200%200%200%200%20.596l.71%202.273a1%201%200%200%201-.486%201.182l-1.999%201.06a1%201%200%200%200-.43.446l-1.005%202.067a1%201%200%200%201-1.222.509l-2.062-.703a1%201%200%200%200-.646%200M8%205a1%201%200%200%200-1%201v4a1%201%200%200%200%202%200V6a1%201%200%200%200-1-1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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