Score Hero Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Score Hero 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/332480.svg" alt="Score Hero icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332480.svg" alt="Score Hero icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332480.svg" alt="Score Hero icon" :width="24" :height="24" />
CSS background
.icon-score-hero {
background-image: url('https://proicons.com/icon/332480.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}.c{fill:#000;stroke-width:0px;}</style></defs><path class="b" d="M9.9352,19.8311c.4919.6404,1.1087.8789,1.9668.8789h1.1876c1.1052,0,2.0011-.8959,2.0011-2.0011v-.0086c0-1.1052-.8959-2.0011-2.0011-2.0011h-1.31c-1.1064,0-2.0032-.8969-2.0032-2.0032h0c0-1.1088.8988-2.0076,2.0076-2.0076h1.1811c.8581,0,1.4749.2385,1.9668.8789"/><path class="b" d="M20.957,19.6997c-.3457.6035-.996,1.01-1.7414,1.01h0c-1.1076,0-2.0054-.8979-2.0054-2.0054v-1.3035c0-1.1076.8978-2.0054,2.0054-2.0054h0c.7439,0,1.3932.405,1.7394,1.0066"/><path class="b" d="M25.0782,20.7104h0c-1.1076,0-2.0054-.8979-2.0054-2.0054v-1.3035c0-1.1076.8978-2.0054,2.0054-2.0054h0c1.1076,0,2.0054.8979,2.0054,2.0054v1.3035c0,1.1076-.8978,2.0054-2.0054,2.0054Z"/><path class="b" d="M29.5813,17.3965c0-1.1076.8979-2.0054,2.0054-2.0054"/><line class="b" x1="29.5813" y1="15.391" x2="29.5813" y2="20.7054"/><path class="b" d="M37.1609,19.5473c-.3454.6045-.9964,1.012-1.7425,1.012h0c-1.1076,0-2.0054-.8979-2.0054-2.0054v-1.3035c0-1.1076.8978-2.0054,2.0054-2.0054h0c1.1076,0,2.0054.8979,2.0054,2.0054v.6518h-4.0109"/><line class="b" x1="9.7763" y1="27.7081" x2="9.7763" y2="35.7298"/><line class="b" x1="15.0907" y1="27.7081" x2="15.0907" y2="35.7298"/><line class="b" x1="9.7763" y1="31.7039" x2="15.0907" y2="31.7039"/><circle class="c" cx="39.4972" cy="20.4138" r=".75"/><line class="b" x1="39.4972" y1="12.8442" x2="39.4972" y2="18.4416"/><path class="b" d="M34.1222,35.7339h0c-1.4676,0-2.6572-1.1896-2.6572-2.6572v-2.7073c0-1.4676,1.1896-2.6572,2.6572-2.6572h0c1.4676,0,2.6572,1.1896,2.6572,2.6572v2.7073c0,1.4676-1.1897,2.6572-2.6572,2.6572Z"/><line class="b" x1="17.6075" y1="31.719" x2="20.2226" y2="31.719"/><polyline class="b" points="21.6184 35.7298 17.6075 35.7298 17.6075 27.7081 21.6184 27.7081"/><path class="b" d="M11.8726,8.4579h28.4867c2.0181,0,3.4052,1.8283,3.0981,4.0837l-3.12,22.9168c-.3071,2.2554-2.192,4.0837-4.2101,4.0837H7.6407c-2.0181,0-3.4052-1.8283-3.0981-4.0837l3.12-22.9168c.3071-2.2554,2.192-4.0837,4.2101-4.0837Z"/><path class="b" d="M6.1025,24.0003h35.7949"/><path class="b" d="M24.1452,35.7298v-8.0217h2.6261c1.4846,0,2.6883,1.2062,2.6883,2.694s-1.2036,2.694-2.6883,2.694h-2.6261"/><line class="b" x1="26.7723" y1="33.0967" x2="29.3994" y2="35.7278"/></svg>
Copied!