Mojo Sports Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mojo Sports 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/329470.svg" alt="Mojo Sports icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329470.svg" alt="Mojo Sports icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329470.svg" alt="Mojo Sports icon" :width="24" :height="24" />
CSS background
.icon-mojo-sports {
background-image: url('https://proicons.com/icon/329470.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>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><line class="b" x1="39.7705" y1="33.3238" x2="39.7705" y2="37.0534"/><line class="b" x1="38.1555" y1="34.2562" x2="41.3854" y2="36.121"/><line class="b" x1="38.1555" y1="36.121" x2="41.3854" y2="34.2562"/><circle class="b" cx="39.7705" cy="35.1886" r="3.7295"/><polygon class="b" points="19.4182 24 4.5 24 4.5 9.0818 11.9591 16.5409 19.4182 9.0818 19.4182 24"/><circle class="b" cx="26.8772" cy="16.5409" r="7.4591"/><circle class="b" cx="26.8772" cy="31.4591" r="7.4591"/><path class="b" d="M19.4182,31.4591c0,4.1195-3.3395,7.4591-7.4591,7.4591s-7.4591-3.3395-7.4591-7.4591h7.4591v-7.4591h7.4591v7.4591Z"/><path class="b" d="M7.9153,37.7308c3.2167-3.1701,7.1327-5.6316,11.5056-7.1327.0186-.0093.028-.0093.0466-.0186,3.0862-1.0536,6.4055-1.6223,9.846-1.6223,1.6037,0,3.1794.1212,4.7179.3636"/><path class="b" d="M9.4195,38.4227c2.6796-2.4601,5.9019-4.3298,9.4646-5.4136.0153-.007.0228-.0067.0381-.0137,2.5142-.7601,5.2005-1.0253,7.9717-1.0253,2.3374,0,4.5021.4232,7.257,1.1467"/></svg>
Copied!