Sporteasy Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Sporteasy 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/333206.svg" alt="Sporteasy icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333206.svg" alt="Sporteasy icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333206.svg" alt="Sporteasy icon" :width="24" :height="24" />
CSS background
.icon-sporteasy {
background-image: url('https://proicons.com/icon/333206.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="c" d="M9.5,5.5h29c2.216,0,4,1.784,4,4v29c0,2.216-1.784,4-4,4H9.5c-2.216,0-4-1.784-4-4V9.5c0-2.216,1.784-4,4-4Z"/><path class="c" d="M12.7005,30.2185c1.0027,1.2032,2.2069,1.8058,4.0127,1.8058h2.4064c2.2136-.0062,4.0064-1.7991,4.0127-4.0127h0c-.0068-2.2131-1.7995-4.0054-4.0127-4.0117h-2.6069c-2.2132-.0062-4.0059-1.7985-4.0127-4.0117h0c.0062-2.2136,1.7991-4.0064,4.0127-4.0127h2.4064c1.8058,0,3.009.4021,4.0127,1.8058"/><path class="c" d="M35.4982,30.6706c-1.1079.9283-2.3041,1.3537-4.9903,1.3537h-.6258c-2.2153,0-4.0112-1.7959-4.0112-4.0112h0c0-2.2154,1.7959-4.0112,4.0112-4.0112"/><path class="c" d="M35.5,17.3161c-1.1104-.9254-2.3077-1.3475-4.9939-1.3404l-.624.0036c-2.2153,0-4.0112,1.7959-4.0112,4.0112h0c0,2.2154,1.7959,4.0112,4.0112,4.0112"/><line class="c" x1="32.9654" y1="24.0019" x2="29.882" y2="24.0019"/></svg>
Copied!