medal from BoxIcons v2 by Boxicons · Regular · MIT Free for personal and commercial use.

Name
medal
Set
BoxIcons v2
Style
Regular
Viewbox
24×24
License
MIT
Aliases
bx-medal

The same icon in other sets

Use the medal icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 22c3.859 0 7-3.141 7-7s-3.141-7-7-7s-7 3.141-7 7s3.14 7 7 7m0-12c2.757 0 5 2.243 5 5s-2.243 5-5 5s-5-2.243-5-5s2.243-5 5-5m-1-8H7v5.518a8.96 8.96 0 0 1 4-1.459zm6 0h-4v4.059a8.96 8.96 0 0 1 4 1.459z"/><path fill="currentColor" d="m10.019 15.811l-.468 2.726L12 17.25l2.449 1.287l-.468-2.726l1.982-1.932l-2.738-.398L12 11l-1.225 2.481l-2.738.398z"/></svg>

React

import type { SVGProps } from "react";

export function BxMedal(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 22c3.859 0 7-3.141 7-7s-3.141-7-7-7s-7 3.141-7 7s3.14 7 7 7m0-12c2.757 0 5 2.243 5 5s-2.243 5-5 5s-5-2.243-5-5s2.243-5 5-5m-1-8H7v5.518a8.96 8.96 0 0 1 4-1.459zm6 0h-4v4.059a8.96 8.96 0 0 1 4 1.459z"/><path fill="currentColor" d="m10.019 15.811l-.468 2.726L12 17.25l2.449 1.287l-.468-2.726l1.982-1.932l-2.738-.398L12 11l-1.225 2.481l-2.738.398z"/></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 22c3.859 0 7-3.141 7-7s-3.141-7-7-7s-7 3.141-7 7s3.14 7 7 7m0-12c2.757 0 5 2.243 5 5s-2.243 5-5 5s-5-2.243-5-5s2.243-5 5-5m-1-8H7v5.518a8.96 8.96 0 0 1 4-1.459zm6 0h-4v4.059a8.96 8.96 0 0 1 4 1.459z"/><path fill="currentColor" d="m10.019 15.811l-.468 2.726L12 17.25l2.449 1.287l-.468-2.726l1.982-1.932l-2.738-.398L12 11l-1.225 2.481l-2.738.398z"/></svg>
</template>

CSS

.icon-medal {
  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%2022c3.859%200%207-3.141%207-7s-3.141-7-7-7s-7%203.141-7%207s3.14%207%207%207m0-12c2.757%200%205%202.243%205%205s-2.243%205-5%205s-5-2.243-5-5s2.243-5%205-5m-1-8H7v5.518a8.96%208.96%200%200%201%204-1.459zm6%200h-4v4.059a8.96%208.96%200%200%201%204%201.459z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m10.019%2015.811l-.468%202.726L12%2017.25l2.449%201.287l-.468-2.726l1.982-1.932l-2.738-.398L12%2011l-1.225%202.481l-2.738.398z%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%2022c3.859%200%207-3.141%207-7s-3.141-7-7-7s-7%203.141-7%207s3.14%207%207%207m0-12c2.757%200%205%202.243%205%205s-2.243%205-5%205s-5-2.243-5-5s2.243-5%205-5m-1-8H7v5.518a8.96%208.96%200%200%201%204-1.459zm6%200h-4v4.059a8.96%208.96%200%200%201%204%201.459z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m10.019%2015.811l-.468%202.726L12%2017.25l2.449%201.287l-.468-2.726l1.982-1.932l-2.738-.398L12%2011l-1.225%202.481l-2.738.398z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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