Thescore Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Thescore 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/333919.svg" alt="Thescore icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333919.svg" alt="Thescore icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333919.svg" alt="Thescore icon" :width="24" :height="24" />
CSS background
.icon-thescore {
background-image: url('https://proicons.com/icon/333919.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M12.4493,33.1581c1.4741,2.5694,3.7629,3.5264,7.2058,3.5264h4.7648c4.4342,0,8.7275-3.5946,9.5894-8.0288l.0067-.0347c.8619-4.4342-2.034-8.0288-6.4682-8.0288h-5.256c-4.439,0-7.338-3.5985-6.4751-8.0375h0c.8647-4.4485,5.1719-8.0548,9.6205-8.0548h4.7388c3.4429,0,5.7317.957,7.2058,3.5264"/><line class="c" x1="10.6181" y1="43.5" x2="31.1239" y2="43.5"/></svg>
Copied!