md trophy icon

md-trophy from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.

Name
md-trophy
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT

Related icons in IonIcons

Use the md trophy icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M392 105c.9-27 .2-56 .1-57H119.3c0 1-.8 30 .1 57H48c0 68 9.9 102.3 21 126.7S95.4 277 127.7 302c30.1 23.3 95.5 53.6 104.3 57.6v28.3c-4.6 10-23.5 28.2-83.3 28.2H128v48h256v-48h-25.7c-60.7 0-75-19.1-78.3-28.2v-28.3c9.3-4.6 80.9-40.3 104.4-57.5 25.2-18.4 50.9-51.5 58.7-70.3S464 167 464 105h-72zM109.6 211.9c-8.8-18.2-14-37.9-15.7-61.9h28.7c.7 6 1.4 11.3 2.3 16.3 6.6 39.2 14.8 70.2 25.7 96.5-17.3-13.5-31.3-30.8-41-50.9zm292.8 0c-9.9 20.3-24 37.7-41.6 51.3 11-26.2 19-56.8 25.8-96.9.8-5 1.6-10.3 2.3-16.3h29.3c-1.8 24-6.9 43.7-15.8 61.9z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonMdTrophy(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M392 105c.9-27 .2-56 .1-57H119.3c0 1-.8 30 .1 57H48c0 68 9.9 102.3 21 126.7S95.4 277 127.7 302c30.1 23.3 95.5 53.6 104.3 57.6v28.3c-4.6 10-23.5 28.2-83.3 28.2H128v48h256v-48h-25.7c-60.7 0-75-19.1-78.3-28.2v-28.3c9.3-4.6 80.9-40.3 104.4-57.5 25.2-18.4 50.9-51.5 58.7-70.3S464 167 464 105h-72zM109.6 211.9c-8.8-18.2-14-37.9-15.7-61.9h28.7c.7 6 1.4 11.3 2.3 16.3 6.6 39.2 14.8 70.2 25.7 96.5-17.3-13.5-31.3-30.8-41-50.9zm292.8 0c-9.9 20.3-24 37.7-41.6 51.3 11-26.2 19-56.8 25.8-96.9.8-5 1.6-10.3 2.3-16.3h29.3c-1.8 24-6.9 43.7-15.8 61.9z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M392 105c.9-27 .2-56 .1-57H119.3c0 1-.8 30 .1 57H48c0 68 9.9 102.3 21 126.7S95.4 277 127.7 302c30.1 23.3 95.5 53.6 104.3 57.6v28.3c-4.6 10-23.5 28.2-83.3 28.2H128v48h256v-48h-25.7c-60.7 0-75-19.1-78.3-28.2v-28.3c9.3-4.6 80.9-40.3 104.4-57.5 25.2-18.4 50.9-51.5 58.7-70.3S464 167 464 105h-72zM109.6 211.9c-8.8-18.2-14-37.9-15.7-61.9h28.7c.7 6 1.4 11.3 2.3 16.3 6.6 39.2 14.8 70.2 25.7 96.5-17.3-13.5-31.3-30.8-41-50.9zm292.8 0c-9.9 20.3-24 37.7-41.6 51.3 11-26.2 19-56.8 25.8-96.9.8-5 1.6-10.3 2.3-16.3h29.3c-1.8 24-6.9 43.7-15.8 61.9z" fill="currentColor"/></svg>
</template>

CSS

.icon-md-trophy {
  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%20512%20512%22%3E%3Cpath%20d%3D%22M392%20105c.9-27%20.2-56%20.1-57H119.3c0%201-.8%2030%20.1%2057H48c0%2068%209.9%20102.3%2021%20126.7S95.4%20277%20127.7%20302c30.1%2023.3%2095.5%2053.6%20104.3%2057.6v28.3c-4.6%2010-23.5%2028.2-83.3%2028.2H128v48h256v-48h-25.7c-60.7%200-75-19.1-78.3-28.2v-28.3c9.3-4.6%2080.9-40.3%20104.4-57.5%2025.2-18.4%2050.9-51.5%2058.7-70.3S464%20167%20464%20105h-72zM109.6%20211.9c-8.8-18.2-14-37.9-15.7-61.9h28.7c.7%206%201.4%2011.3%202.3%2016.3%206.6%2039.2%2014.8%2070.2%2025.7%2096.5-17.3-13.5-31.3-30.8-41-50.9zm292.8%200c-9.9%2020.3-24%2037.7-41.6%2051.3%2011-26.2%2019-56.8%2025.8-96.9.8-5%201.6-10.3%202.3-16.3h29.3c-1.8%2024-6.9%2043.7-15.8%2061.9z%22%20fill%3D%22currentColor%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%20512%20512%22%3E%3Cpath%20d%3D%22M392%20105c.9-27%20.2-56%20.1-57H119.3c0%201-.8%2030%20.1%2057H48c0%2068%209.9%20102.3%2021%20126.7S95.4%20277%20127.7%20302c30.1%2023.3%2095.5%2053.6%20104.3%2057.6v28.3c-4.6%2010-23.5%2028.2-83.3%2028.2H128v48h256v-48h-25.7c-60.7%200-75-19.1-78.3-28.2v-28.3c9.3-4.6%2080.9-40.3%20104.4-57.5%2025.2-18.4%2050.9-51.5%2058.7-70.3S464%20167%20464%20105h-72zM109.6%20211.9c-8.8-18.2-14-37.9-15.7-61.9h28.7c.7%206%201.4%2011.3%202.3%2016.3%206.6%2039.2%2014.8%2070.2%2025.7%2096.5-17.3-13.5-31.3-30.8-41-50.9zm292.8%200c-9.9%2020.3-24%2037.7-41.6%2051.3%2011-26.2%2019-56.8%2025.8-96.9.8-5%201.6-10.3%202.3-16.3h29.3c-1.8%2024-6.9%2043.7-15.8%2061.9z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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