Clearscore Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Clearscore 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/323791.svg" alt="Clearscore icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323791.svg" alt="Clearscore icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323791.svg" alt="Clearscore icon" :width="24" :height="24" />
CSS background
.icon-clearscore {
background-image: url('https://proicons.com/icon/323791.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>.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="d" d="M25.0903,41.5925h17.4097V5.5H6.4075v17.4123h7.433s0-9.9794,0-9.9794h21.2266v21.2266h-9.9767v7.433Z"/><path id="c" class="d" d="M14.7479,37.876c0,2.5537-2.0702,4.624-4.624,4.624s-4.624-2.0702-4.624-4.624h0c0-2.5537,2.0702-4.624,4.624-4.624s4.624,2.0702,4.624,4.624Z"/></svg>
Copied!