Trophy Up Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Trophy Up 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/311007.svg" alt="Trophy Up icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/311007.svg" alt="Trophy Up icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/311007.svg" alt="Trophy Up icon" :width="24" :height="24" />
CSS background
.icon-trophy-up {
background-image: url('https://proicons.com/icon/311007.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.0799 2.75234H8.92013C8.40207 2.72706 7.89493 2.90712 7.5088 3.25343C7.12266 3.59974 6.88868 4.08436 6.85764 4.60211V10.6786C6.87728 11.6782 7.1693 12.6534 7.70225 13.4993C8.23519 14.3451 8.98885 15.0295 9.88201 15.4787C10.5344 15.8245 11.2616 16.0053 12 16.0053C12.7384 16.0053 13.4656 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.1051 2.90712 15.5979 2.72706 15.0799 2.75234Z" stroke="black" stroke-width="1.5" stroke-linecap="round"/> <path d="M17.1423 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.9562 12.3711L17.1423 12.926L16.3469 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.80915 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.6522 21.25H7.34783C7.21782 21.25 7.09314 21.1983 7.00122 21.1064C6.90929 21.0145 6.85764 20.8898 6.85764 20.7598V20.4268C6.85764 19.9093 7.06325 19.4129 7.42923 19.0469C7.7952 18.6809 8.29158 18.4753 8.80915 18.4753Z" stroke="black" stroke-width="1.5" stroke-linecap="round"/> <path d="M12 6.5036L12 11.5036" stroke="black" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round"/> <path d="M14.2929 8.60858L12.3256 6.64124C12.283 6.59828 12.2322 6.56415 12.1763 6.54088C12.1205 6.51758 12.0605 6.50559 12 6.50559C11.9394 6.50559 11.8795 6.51758 11.8236 6.54088C11.7677 6.56415 11.717 6.59828 11.6744 6.64124L9.70706 8.60858" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </svg>
Copied!