Livescore Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Livescore 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/328603.svg" alt="Livescore icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328603.svg" alt="Livescore icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328603.svg" alt="Livescore icon" :width="24" :height="24" />
CSS background
.icon-livescore {
background-image: url('https://proicons.com/icon/328603.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>.e{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="b"><path id="c" class="e" d="m22.5087,21.8486v-12.2796c0-1.1046.8954-2,2-2h1.4512l14.8964.0005-1.7039,6.8372-8.6267.0129c-1.1046.0017-2,.8954-2,2v2.3292l-.0004.0556c-.0083,1.1045.8954,2,2,2h0s7.5147-.0008,7.5147-.0008l2.4557-.0008c1.1046,0,2,.8954,2,2l.0022,8.3866.0022,7.219c0,1.1046-.8954,2-2,2l-15.7243.0016,1.67-6.7616,8.033-.0166c1.1046-.0021,2-.8954,2-2v-2.3292l.0004-.0556c.0083-1.1045-.8954-2-2-2h0s-7.5147.0008-7.5147.0008l-2.4557.0008c-1.1046,0-2-.8954-2-2v-3.4968"/><path id="d" class="e" d="m22.3149,33.6672l-8.3894-.0172c-1.1046-.0021-2-.8954-2-2l.0125-19.8075.0125-2.2739c.0061-1.1046-.8954-1.9995-2-2l-1.4021-.0006-1.0499-.0006c-1.1046,0-1.9986.897-1.9986,2.0016v28.8393c0,1.1046.8954,2,2,2l13.0982.0243,1.7168-6.7654Z"/></g></svg>
Copied!