Flashscore Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Flashscore 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/325954.svg" alt="Flashscore icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325954.svg" alt="Flashscore icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325954.svg" alt="Flashscore icon" :width="24" :height="24" />
CSS background
.icon-flashscore {
background-image: url('https://proicons.com/icon/325954.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="Layer_2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="cls-1" d="m17.4242,38.2459c.4568.044.9198.0665,1.3881.0665,1.3434,0,2.6435-.1851,3.8763-.5311l-1.7655-5.5093c-.6751.1717-1.3823.263-2.1108.263-.2724,0-.5418-.0128-.8077-.0377l-.5805,5.7486Z"/><path class="cls-1" d="m12.9375,37.0549c-2.0636-.9301-3.8671-2.3351-5.2711-4.0758l4.5022-3.6209c.8572,1.0616,1.9637,1.9135,3.2304,2.4668l-2.4615,5.2298Z"/><path class="cls-1" d="m5.9114,30.205c-.9045-1.8771-1.4114-3.9819-1.4114-6.205,0-.2773.0079-.5527.0234-.826l5.7539.826c0,1.2638.2747,2.4634.7675,3.5424l-5.1336,2.6626Z"/><path class="cls-1" d="m22.2033,10.0917c-1.087-.2641-2.2226-.4041-3.3909-.4041-6.6908,0-12.3092,4.5911-13.8769,10.7948l5.5719,1.5412c.8916-3.7608,4.2716-6.5587,8.305-6.5587.4475,0,.887.0344,1.3159.1008l2.0751-5.4741Z"/><polygon class="cls-1" points="19.3509 22.3114 25.6994 9.6876 43.5 9.6876 19.3509 22.3114"/><line class="cls-1" x1="27.3474" y1="24" x2="33.1247" y2="24"/><path class="cls-1" d="m30.676,32.0087c-.7232,1.0692-1.5872,2.0355-2.5653,2.8721l-3.8737-4.2912c.6251-.5152,1.1757-1.1177,1.6331-1.7887l4.8059,3.2078Z"/></svg>
Copied!