medal military icon

medal-military-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.

Name
medal-military-thin
Set
Phosphor
Style
Thin
Viewbox
256×256
License
MIT

5 other variants in Phosphor

Use the medal military icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M207 44H49a13 13 0 0 0-13 13v49.21A13 13 0 0 0 43.62 118l70.72 32.14a44 44 0 1 0 27.32 0L212.38 118a13 13 0 0 0 7.62-11.79V57a13 13 0 0 0-13-13m-43 8v79.24l-36 16.37l-36-16.37V52ZM44 106.21V57a5 5 0 0 1 5-5h35v75.61l-37.07-16.85a5 5 0 0 1-2.93-4.55M164 192a36 36 0 1 1-36-36a36 36 0 0 1 36 36m48-85.79a5 5 0 0 1-2.93 4.55L172 127.61V52h35a5 5 0 0 1 5 5Z"/></svg>

React

import type { SVGProps } from "react";

export function PhMedalMilitaryThin(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M207 44H49a13 13 0 0 0-13 13v49.21A13 13 0 0 0 43.62 118l70.72 32.14a44 44 0 1 0 27.32 0L212.38 118a13 13 0 0 0 7.62-11.79V57a13 13 0 0 0-13-13m-43 8v79.24l-36 16.37l-36-16.37V52ZM44 106.21V57a5 5 0 0 1 5-5h35v75.61l-37.07-16.85a5 5 0 0 1-2.93-4.55M164 192a36 36 0 1 1-36-36a36 36 0 0 1 36 36m48-85.79a5 5 0 0 1-2.93 4.55L172 127.61V52h35a5 5 0 0 1 5 5Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M207 44H49a13 13 0 0 0-13 13v49.21A13 13 0 0 0 43.62 118l70.72 32.14a44 44 0 1 0 27.32 0L212.38 118a13 13 0 0 0 7.62-11.79V57a13 13 0 0 0-13-13m-43 8v79.24l-36 16.37l-36-16.37V52ZM44 106.21V57a5 5 0 0 1 5-5h35v75.61l-37.07-16.85a5 5 0 0 1-2.93-4.55M164 192a36 36 0 1 1-36-36a36 36 0 0 1 36 36m48-85.79a5 5 0 0 1-2.93 4.55L172 127.61V52h35a5 5 0 0 1 5 5Z"/></svg>
</template>

CSS

.icon-medal-military-thin {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M207%2044H49a13%2013%200%200%200-13%2013v49.21A13%2013%200%200%200%2043.62%20118l70.72%2032.14a44%2044%200%201%200%2027.32%200L212.38%20118a13%2013%200%200%200%207.62-11.79V57a13%2013%200%200%200-13-13m-43%208v79.24l-36%2016.37l-36-16.37V52ZM44%20106.21V57a5%205%200%200%201%205-5h35v75.61l-37.07-16.85a5%205%200%200%201-2.93-4.55M164%20192a36%2036%200%201%201-36-36a36%2036%200%200%201%2036%2036m48-85.79a5%205%200%200%201-2.93%204.55L172%20127.61V52h35a5%205%200%200%201%205%205Z%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M207%2044H49a13%2013%200%200%200-13%2013v49.21A13%2013%200%200%200%2043.62%20118l70.72%2032.14a44%2044%200%201%200%2027.32%200L212.38%20118a13%2013%200%200%200%207.62-11.79V57a13%2013%200%200%200-13-13m-43%208v79.24l-36%2016.37l-36-16.37V52ZM44%20106.21V57a5%205%200%200%201%205-5h35v75.61l-37.07-16.85a5%205%200%200%201-2.93-4.55M164%20192a36%2036%200%201%201-36-36a36%2036%200%200%201%2036%2036m48-85.79a5%205%200%200%201-2.93%204.55L172%20127.61V52h35a5%205%200%200%201%205%205Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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