Trophy Down Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Trophy Down icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/311005.svg" alt="Trophy Down icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/311005.svg" alt="Trophy Down icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/311005.svg" alt="Trophy Down icon" :width="24" :height="24" />
CSS background
.icon-trophy-down {
background-image: url('https://proicons.com/icon/311005.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M15.0798 2.75234H8.92012C8.40206 2.72706 7.89493 2.90712 7.50879 3.25343C7.12265 3.59974 6.88868 4.08436 6.85764 4.60211V10.6786C6.87727 11.6782 7.1693 12.6534 7.70224 13.4993C8.23518 14.3451 8.98884 15.0295 9.882 15.4787C10.5344 15.8245 11.2616 16.0053 12 16.0053C12.7384 16.0053 13.4655 15.8245 14.118 15.4787C15.0111 15.0295 15.7648 14.3451 16.2977 13.4993C16.8307 12.6534 17.1227 11.6782 17.1423 10.6786V4.60211C17.1113 4.08436 16.8773 3.59974 16.4912 3.25343C16.105 2.90712 15.5979 2.72706 15.0798 2.75234Z" stroke="black" stroke-width="1.5" stroke-linecap="round"/> <path d="M17.1424 4.6021H19.1956C19.7121 4.57933 20.2169 4.76051 20.601 5.10656C20.9851 5.45261 21.2178 5.93579 21.2488 6.45187C21.2458 7.6116 20.9466 8.75134 20.3794 9.76295C19.7853 10.8088 18.9556 11.7018 17.9563 12.3711L17.1424 12.926L16.347 13.407" stroke="black" stroke-width="1.5" stroke-linecap="round"/> <path d="M6.85764 4.6021H4.8044C4.28789 4.57933 3.78313 4.76051 3.39901 5.10656C3.0149 5.45261 2.78221 5.93579 2.75116 6.45187C2.75417 7.6116 3.05343 8.75134 3.62055 9.76295C4.21469 10.8088 5.04435 11.7018 6.04374 12.3711L6.85764 12.926L7.65304 13.407" stroke="black" stroke-width="1.5" stroke-linecap="round"/> <path d="M9.94675 18.4753V15.5065" stroke="black" stroke-width="1.5" stroke-linecap="round"/> <path d="M14.0532 18.4753V15.5065" stroke="black" stroke-width="1.5" stroke-linecap="round"/> <path d="M8.80914 18.4753H15.1908C15.7084 18.4753 16.2048 18.6809 16.5708 19.0469C16.9367 19.4129 17.1423 19.9093 17.1423 20.4268V20.7598C17.1423 20.8898 17.0907 21.0145 16.9988 21.1064C16.9068 21.1983 16.7822 21.25 16.6521 21.25H7.34782C7.21782 21.25 7.09314 21.1983 7.00121 21.1064C6.90928 21.0145 6.85764 20.8898 6.85764 20.7598V20.4268C6.85764 19.9093 7.06324 19.4129 7.42922 19.0469C7.7952 18.6809 8.29157 18.4753 8.80914 18.4753Z" stroke="black" stroke-width="1.5" stroke-linecap="round"/> <path d="M12 11.5036L12 6.5036" stroke="black" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round"/> <path d="M9.70708 9.39862L11.6744 11.366C11.717 11.4089 11.7678 11.4431 11.8236 11.4663C11.8795 11.4896 11.9395 11.5016 12 11.5016C12.0605 11.5016 12.1205 11.4896 12.1763 11.4663C12.2323 11.4431 12.283 11.4089 12.3256 11.366L14.2929 9.39862" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </svg>
Copied!