trophy base icon
trophy-base from Element Plus by Element Plus · Outline · MIT Free for personal and commercial use.
- Name
- trophy-base
- Set
- Element Plus
- Style
- Outline
- Viewbox
- 1024×1024
- License
- MIT
Use the trophy base icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M918.4 201.6A29 29 0 0 0 896 192H768V96c0-9.6-3.2-16-9.6-22.4S745.6 64 736 64H288c-9.6 0-16 3.2-22.4 9.6S256 86.4 256 96v96H128c-9.6 0-16 3.2-22.4 9.6S96 217.6 96 224c3.2 108.8 25.6 185.6 64 224a215 215 0 0 0 127.7 62q16.2 30.6 41.9 56.4c40.9 40.9 91 65.5 150.4 71.9V768h-96c-9.6 0-16 3.2-22.4 9.6S352 790.4 352 800s3.2 16 9.6 22.4s12.8 9.6 22.4 9.6h256c9.6 0 16-3.2 22.4-9.6s9.6-12.8 9.6-22.4s-3.2-16-9.6-22.4s-12.8-9.6-22.4-9.6h-96V637.3c59.4-7.7 109.5-30 150.4-70.9q25.8-25.8 42.8-56.5c49-6.6 90-27.8 126.8-61.9c38.4-38.4 60.8-112 64-224c0-6.4-3.2-16-9.6-22.4M256 438.4c-19.2-6.4-35.2-19.2-51.2-35.2c-22.4-22.4-35.2-70.4-41.6-147.2H256zm390.4 80C608 553.6 566.4 576 512 576s-99.2-19.2-134.4-57.6S320 438.4 320 384V128h384v256q0 81.6-57.6 134.4m172.8-115.2c-16 16-32 25.6-51.2 35.2V256h92.8c-6.4 76.8-19.2 124.8-41.6 147.2M768 896H256c-9.6 0-16 3.2-22.4 9.6S224 918.4 224 928s3.2 16 9.6 22.4s12.8 9.6 22.4 9.6h512c9.6 0 16-3.2 22.4-9.6s9.6-12.8 9.6-22.4s-3.2-16-9.6-22.4s-12.8-9.6-22.4-9.6"/></svg>
React
import type { SVGProps } from "react";
export function EpTrophyBase(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M918.4 201.6A29 29 0 0 0 896 192H768V96c0-9.6-3.2-16-9.6-22.4S745.6 64 736 64H288c-9.6 0-16 3.2-22.4 9.6S256 86.4 256 96v96H128c-9.6 0-16 3.2-22.4 9.6S96 217.6 96 224c3.2 108.8 25.6 185.6 64 224a215 215 0 0 0 127.7 62q16.2 30.6 41.9 56.4c40.9 40.9 91 65.5 150.4 71.9V768h-96c-9.6 0-16 3.2-22.4 9.6S352 790.4 352 800s3.2 16 9.6 22.4s12.8 9.6 22.4 9.6h256c9.6 0 16-3.2 22.4-9.6s9.6-12.8 9.6-22.4s-3.2-16-9.6-22.4s-12.8-9.6-22.4-9.6h-96V637.3c59.4-7.7 109.5-30 150.4-70.9q25.8-25.8 42.8-56.5c49-6.6 90-27.8 126.8-61.9c38.4-38.4 60.8-112 64-224c0-6.4-3.2-16-9.6-22.4M256 438.4c-19.2-6.4-35.2-19.2-51.2-35.2c-22.4-22.4-35.2-70.4-41.6-147.2H256zm390.4 80C608 553.6 566.4 576 512 576s-99.2-19.2-134.4-57.6S320 438.4 320 384V128h384v256q0 81.6-57.6 134.4m172.8-115.2c-16 16-32 25.6-51.2 35.2V256h92.8c-6.4 76.8-19.2 124.8-41.6 147.2M768 896H256c-9.6 0-16 3.2-22.4 9.6S224 918.4 224 928s3.2 16 9.6 22.4s12.8 9.6 22.4 9.6h512c9.6 0 16-3.2 22.4-9.6s9.6-12.8 9.6-22.4s-3.2-16-9.6-22.4s-12.8-9.6-22.4-9.6"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M918.4 201.6A29 29 0 0 0 896 192H768V96c0-9.6-3.2-16-9.6-22.4S745.6 64 736 64H288c-9.6 0-16 3.2-22.4 9.6S256 86.4 256 96v96H128c-9.6 0-16 3.2-22.4 9.6S96 217.6 96 224c3.2 108.8 25.6 185.6 64 224a215 215 0 0 0 127.7 62q16.2 30.6 41.9 56.4c40.9 40.9 91 65.5 150.4 71.9V768h-96c-9.6 0-16 3.2-22.4 9.6S352 790.4 352 800s3.2 16 9.6 22.4s12.8 9.6 22.4 9.6h256c9.6 0 16-3.2 22.4-9.6s9.6-12.8 9.6-22.4s-3.2-16-9.6-22.4s-12.8-9.6-22.4-9.6h-96V637.3c59.4-7.7 109.5-30 150.4-70.9q25.8-25.8 42.8-56.5c49-6.6 90-27.8 126.8-61.9c38.4-38.4 60.8-112 64-224c0-6.4-3.2-16-9.6-22.4M256 438.4c-19.2-6.4-35.2-19.2-51.2-35.2c-22.4-22.4-35.2-70.4-41.6-147.2H256zm390.4 80C608 553.6 566.4 576 512 576s-99.2-19.2-134.4-57.6S320 438.4 320 384V128h384v256q0 81.6-57.6 134.4m172.8-115.2c-16 16-32 25.6-51.2 35.2V256h92.8c-6.4 76.8-19.2 124.8-41.6 147.2M768 896H256c-9.6 0-16 3.2-22.4 9.6S224 918.4 224 928s3.2 16 9.6 22.4s12.8 9.6 22.4 9.6h512c9.6 0 16-3.2 22.4-9.6s9.6-12.8 9.6-22.4s-3.2-16-9.6-22.4s-12.8-9.6-22.4-9.6"/></svg> </template>
CSS
.icon-trophy-base {
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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M918.4%20201.6A29%2029%200%200%200%20896%20192H768V96c0-9.6-3.2-16-9.6-22.4S745.6%2064%20736%2064H288c-9.6%200-16%203.2-22.4%209.6S256%2086.4%20256%2096v96H128c-9.6%200-16%203.2-22.4%209.6S96%20217.6%2096%20224c3.2%20108.8%2025.6%20185.6%2064%20224a215%20215%200%200%200%20127.7%2062q16.2%2030.6%2041.9%2056.4c40.9%2040.9%2091%2065.5%20150.4%2071.9V768h-96c-9.6%200-16%203.2-22.4%209.6S352%20790.4%20352%20800s3.2%2016%209.6%2022.4s12.8%209.6%2022.4%209.6h256c9.6%200%2016-3.2%2022.4-9.6s9.6-12.8%209.6-22.4s-3.2-16-9.6-22.4s-12.8-9.6-22.4-9.6h-96V637.3c59.4-7.7%20109.5-30%20150.4-70.9q25.8-25.8%2042.8-56.5c49-6.6%2090-27.8%20126.8-61.9c38.4-38.4%2060.8-112%2064-224c0-6.4-3.2-16-9.6-22.4M256%20438.4c-19.2-6.4-35.2-19.2-51.2-35.2c-22.4-22.4-35.2-70.4-41.6-147.2H256zm390.4%2080C608%20553.6%20566.4%20576%20512%20576s-99.2-19.2-134.4-57.6S320%20438.4%20320%20384V128h384v256q0%2081.6-57.6%20134.4m172.8-115.2c-16%2016-32%2025.6-51.2%2035.2V256h92.8c-6.4%2076.8-19.2%20124.8-41.6%20147.2M768%20896H256c-9.6%200-16%203.2-22.4%209.6S224%20918.4%20224%20928s3.2%2016%209.6%2022.4s12.8%209.6%2022.4%209.6h512c9.6%200%2016-3.2%2022.4-9.6s9.6-12.8%209.6-22.4s-3.2-16-9.6-22.4s-12.8-9.6-22.4-9.6%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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M918.4%20201.6A29%2029%200%200%200%20896%20192H768V96c0-9.6-3.2-16-9.6-22.4S745.6%2064%20736%2064H288c-9.6%200-16%203.2-22.4%209.6S256%2086.4%20256%2096v96H128c-9.6%200-16%203.2-22.4%209.6S96%20217.6%2096%20224c3.2%20108.8%2025.6%20185.6%2064%20224a215%20215%200%200%200%20127.7%2062q16.2%2030.6%2041.9%2056.4c40.9%2040.9%2091%2065.5%20150.4%2071.9V768h-96c-9.6%200-16%203.2-22.4%209.6S352%20790.4%20352%20800s3.2%2016%209.6%2022.4s12.8%209.6%2022.4%209.6h256c9.6%200%2016-3.2%2022.4-9.6s9.6-12.8%209.6-22.4s-3.2-16-9.6-22.4s-12.8-9.6-22.4-9.6h-96V637.3c59.4-7.7%20109.5-30%20150.4-70.9q25.8-25.8%2042.8-56.5c49-6.6%2090-27.8%20126.8-61.9c38.4-38.4%2060.8-112%2064-224c0-6.4-3.2-16-9.6-22.4M256%20438.4c-19.2-6.4-35.2-19.2-51.2-35.2c-22.4-22.4-35.2-70.4-41.6-147.2H256zm390.4%2080C608%20553.6%20566.4%20576%20512%20576s-99.2-19.2-134.4-57.6S320%20438.4%20320%20384V128h384v256q0%2081.6-57.6%20134.4m172.8-115.2c-16%2016-32%2025.6-51.2%2035.2V256h92.8c-6.4%2076.8-19.2%20124.8-41.6%20147.2M768%20896H256c-9.6%200-16%203.2-22.4%209.6S224%20918.4%20224%20928s3.2%2016%209.6%2022.4s12.8%209.6%2022.4%209.6h512c9.6%200%2016-3.2%2022.4-9.6s9.6-12.8%209.6-22.4s-3.2-16-9.6-22.4s-12.8-9.6-22.4-9.6%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ep/trophy-base.svg?color=%231a73e8&size=48