Sportzx Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Sportzx 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/347769.svg" alt="Sportzx icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347769.svg" alt="Sportzx icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347769.svg" alt="Sportzx icon" :width="24" :height="24" />
CSS background
.icon-sportzx {
background-image: url('https://proicons.com/icon/347769.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M7.3765,33.7414v4.2657c0,1.6051.8564,3.0884,2.2465,3.891,1.3901.8026,3.1028.8026,4.4929,0l13.18-7.6091c1.3901-.8026,2.2465-2.2858,2.2465-3.891s-.8564-3.0884-2.2465-3.891l-12.73-7.3496"/><path class="c" d="M36.5304,28.9574l1.8471-1.0664c1.3901-.8026,2.2465-2.2858,2.2465-3.891s-.8563-3.0884-2.2465-3.891L14.1155,6.1019c-1.3901-.8026-3.1028-.8026-4.4929,0s-2.2465,2.2858-2.2465,3.891v15.218c0,1.6051.8563,3.0884,2.2465,3.891l5.5413,3.1992"/></svg>
Copied!