ios trophy icon
ios-trophy from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.
- Name
- ios-trophy
- Set
- IonIcons
- Style
- Regular
- Viewbox
- 512×512
- License
- MIT
Related icons in IonIcons
ios-addios-add-circleios-airplaneios-alarmios-albumsios-alertios-american-footballios-americanfootballios-analyticsios-apertureios-appsios-appstoreios-archiveios-arrow-backios-arrow-downios-arrow-dropdownios-arrow-dropdown-circleios-arrow-dropleftios-arrow-dropleft-circleios-arrow-droprightios-arrow-dropright-circleios-arrow-dropupios-arrow-dropup-circleios-arrow-forward
Use the ios trophy icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M450 100h-66V80c0-8.8-7.2-16-16-16H144c-8.8 0-16 7.2-16 16v20H62c-7.7 0-14 6.3-14 14 0 41.3 7.8 66 22.6 90.4 13.6 22.4 32.9 36.2 56.3 40.3 2.8.5 5.1 2.3 6.2 4.9 6.2 15.4 20.2 34.8 51.1 52.2 20.2 11.4 36.9 18.3 51.7 21.6 3.6.8 6.2 4.1 6.2 7.8V412c0 4.4-3.6 8-8 8h-65.6c-7.5 0-14 5.8-14.4 13.3-.4 8 6 14.7 14 14.7h175.6c7.5 0 14-5.8 14.4-13.3.4-8-6-14.7-14-14.7h-66c-4.4 0-8-3.6-8-8v-80.7c0-3.7 2.6-7 6.2-7.8 14.7-3.3 31.5-10.3 51.7-21.6 30.9-17.4 44.9-36.8 51.1-52.2 1.1-2.6 3.4-4.5 6.2-4.9 23.4-4.1 42.7-17.9 56.3-40.3C456.2 180 464 155.3 464 114c0-7.7-6.3-14-14-14zM128 210.6c0 2.8-2.8 4.8-5.4 3.8-12.8-4.9-23.2-14.7-30.6-28.9-5.8-11-12.6-21.4-15.1-48.8-.4-4.7 3.3-8.7 8-8.7H120c4.4 0 8 3.6 8 8v74.6zm292-25.1c-7.4 14.2-17.8 24-30.6 28.9-2.6 1-5.4-1-5.4-3.8V136c0-4.4 3.6-8 8-8h35.1c4.7 0 8.4 4 8 8.7-2.5 27.4-9.4 37.8-15.1 48.8z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function IonIosTrophy(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M450 100h-66V80c0-8.8-7.2-16-16-16H144c-8.8 0-16 7.2-16 16v20H62c-7.7 0-14 6.3-14 14 0 41.3 7.8 66 22.6 90.4 13.6 22.4 32.9 36.2 56.3 40.3 2.8.5 5.1 2.3 6.2 4.9 6.2 15.4 20.2 34.8 51.1 52.2 20.2 11.4 36.9 18.3 51.7 21.6 3.6.8 6.2 4.1 6.2 7.8V412c0 4.4-3.6 8-8 8h-65.6c-7.5 0-14 5.8-14.4 13.3-.4 8 6 14.7 14 14.7h175.6c7.5 0 14-5.8 14.4-13.3.4-8-6-14.7-14-14.7h-66c-4.4 0-8-3.6-8-8v-80.7c0-3.7 2.6-7 6.2-7.8 14.7-3.3 31.5-10.3 51.7-21.6 30.9-17.4 44.9-36.8 51.1-52.2 1.1-2.6 3.4-4.5 6.2-4.9 23.4-4.1 42.7-17.9 56.3-40.3C456.2 180 464 155.3 464 114c0-7.7-6.3-14-14-14zM128 210.6c0 2.8-2.8 4.8-5.4 3.8-12.8-4.9-23.2-14.7-30.6-28.9-5.8-11-12.6-21.4-15.1-48.8-.4-4.7 3.3-8.7 8-8.7H120c4.4 0 8 3.6 8 8v74.6zm292-25.1c-7.4 14.2-17.8 24-30.6 28.9-2.6 1-5.4-1-5.4-3.8V136c0-4.4 3.6-8 8-8h35.1c4.7 0 8.4 4 8 8.7-2.5 27.4-9.4 37.8-15.1 48.8z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M450 100h-66V80c0-8.8-7.2-16-16-16H144c-8.8 0-16 7.2-16 16v20H62c-7.7 0-14 6.3-14 14 0 41.3 7.8 66 22.6 90.4 13.6 22.4 32.9 36.2 56.3 40.3 2.8.5 5.1 2.3 6.2 4.9 6.2 15.4 20.2 34.8 51.1 52.2 20.2 11.4 36.9 18.3 51.7 21.6 3.6.8 6.2 4.1 6.2 7.8V412c0 4.4-3.6 8-8 8h-65.6c-7.5 0-14 5.8-14.4 13.3-.4 8 6 14.7 14 14.7h175.6c7.5 0 14-5.8 14.4-13.3.4-8-6-14.7-14-14.7h-66c-4.4 0-8-3.6-8-8v-80.7c0-3.7 2.6-7 6.2-7.8 14.7-3.3 31.5-10.3 51.7-21.6 30.9-17.4 44.9-36.8 51.1-52.2 1.1-2.6 3.4-4.5 6.2-4.9 23.4-4.1 42.7-17.9 56.3-40.3C456.2 180 464 155.3 464 114c0-7.7-6.3-14-14-14zM128 210.6c0 2.8-2.8 4.8-5.4 3.8-12.8-4.9-23.2-14.7-30.6-28.9-5.8-11-12.6-21.4-15.1-48.8-.4-4.7 3.3-8.7 8-8.7H120c4.4 0 8 3.6 8 8v74.6zm292-25.1c-7.4 14.2-17.8 24-30.6 28.9-2.6 1-5.4-1-5.4-3.8V136c0-4.4 3.6-8 8-8h35.1c4.7 0 8.4 4 8 8.7-2.5 27.4-9.4 37.8-15.1 48.8z" fill="currentColor"/></svg> </template>
CSS
.icon-ios-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%22M450%20100h-66V80c0-8.8-7.2-16-16-16H144c-8.8%200-16%207.2-16%2016v20H62c-7.7%200-14%206.3-14%2014%200%2041.3%207.8%2066%2022.6%2090.4%2013.6%2022.4%2032.9%2036.2%2056.3%2040.3%202.8.5%205.1%202.3%206.2%204.9%206.2%2015.4%2020.2%2034.8%2051.1%2052.2%2020.2%2011.4%2036.9%2018.3%2051.7%2021.6%203.6.8%206.2%204.1%206.2%207.8V412c0%204.4-3.6%208-8%208h-65.6c-7.5%200-14%205.8-14.4%2013.3-.4%208%206%2014.7%2014%2014.7h175.6c7.5%200%2014-5.8%2014.4-13.3.4-8-6-14.7-14-14.7h-66c-4.4%200-8-3.6-8-8v-80.7c0-3.7%202.6-7%206.2-7.8%2014.7-3.3%2031.5-10.3%2051.7-21.6%2030.9-17.4%2044.9-36.8%2051.1-52.2%201.1-2.6%203.4-4.5%206.2-4.9%2023.4-4.1%2042.7-17.9%2056.3-40.3C456.2%20180%20464%20155.3%20464%20114c0-7.7-6.3-14-14-14zM128%20210.6c0%202.8-2.8%204.8-5.4%203.8-12.8-4.9-23.2-14.7-30.6-28.9-5.8-11-12.6-21.4-15.1-48.8-.4-4.7%203.3-8.7%208-8.7H120c4.4%200%208%203.6%208%208v74.6zm292-25.1c-7.4%2014.2-17.8%2024-30.6%2028.9-2.6%201-5.4-1-5.4-3.8V136c0-4.4%203.6-8%208-8h35.1c4.7%200%208.4%204%208%208.7-2.5%2027.4-9.4%2037.8-15.1%2048.8z%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%22M450%20100h-66V80c0-8.8-7.2-16-16-16H144c-8.8%200-16%207.2-16%2016v20H62c-7.7%200-14%206.3-14%2014%200%2041.3%207.8%2066%2022.6%2090.4%2013.6%2022.4%2032.9%2036.2%2056.3%2040.3%202.8.5%205.1%202.3%206.2%204.9%206.2%2015.4%2020.2%2034.8%2051.1%2052.2%2020.2%2011.4%2036.9%2018.3%2051.7%2021.6%203.6.8%206.2%204.1%206.2%207.8V412c0%204.4-3.6%208-8%208h-65.6c-7.5%200-14%205.8-14.4%2013.3-.4%208%206%2014.7%2014%2014.7h175.6c7.5%200%2014-5.8%2014.4-13.3.4-8-6-14.7-14-14.7h-66c-4.4%200-8-3.6-8-8v-80.7c0-3.7%202.6-7%206.2-7.8%2014.7-3.3%2031.5-10.3%2051.7-21.6%2030.9-17.4%2044.9-36.8%2051.1-52.2%201.1-2.6%203.4-4.5%206.2-4.9%2023.4-4.1%2042.7-17.9%2056.3-40.3C456.2%20180%20464%20155.3%20464%20114c0-7.7-6.3-14-14-14zM128%20210.6c0%202.8-2.8%204.8-5.4%203.8-12.8-4.9-23.2-14.7-30.6-28.9-5.8-11-12.6-21.4-15.1-48.8-.4-4.7%203.3-8.7%208-8.7H120c4.4%200%208%203.6%208%208v74.6zm292-25.1c-7.4%2014.2-17.8%2024-30.6%2028.9-2.6%201-5.4-1-5.4-3.8V136c0-4.4%203.6-8%208-8h35.1c4.7%200%208.4%204%208%208.7-2.5%2027.4-9.4%2037.8-15.1%2048.8z%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/ios-trophy.svg?color=%231a73e8&size=48