Going Balls Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Going Balls 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/341143.svg" alt="Going Balls icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341143.svg" alt="Going Balls icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341143.svg" alt="Going Balls icon" :width="24" :height="24" />
CSS background
.icon-going-balls {
background-image: url('https://proicons.com/icon/341143.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>.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="d" d="M28.5612,9.2156c3.4039.4161,6.6116.6751,8.1222,3.2552,2.3113,3.6112,3.3122,4.7145,5.7326,5.4715M37.8396,42.5l-9.3589-25.9515c-.7564-2.0973-3.651-3.4602-7.2278-4.1697-6.2253-.927-6.824-2.0623-3.9702-2.7031M9.5867,42.5001l10.4797-25.7606c1.3534-3.3641-2.9864-3.6701-5.2349-4.3044-7.5736-2.1364,1.0121-2.625,5.4501-3.0253,5.6634-.5109,13.8517-.251,16.4488,1.1187,2.3539,1.2414,3.379,3.9725,5.7652,5.5839M26.9107,25.2598l-2.9107-1.349-2.9107,1.349M26.9537,36.3232c-1.1687-.0775-1.7745-.3146-2.9537-.6998-1.1791.3851-1.785.6223-2.9537.6998M20.9026,31.2675l3.0974-1.7622,3.0974,1.7622M29.6369,24.7269c.5447,4.2632.4501,7.8064.2537,10.7402M18.3606,24.7464c-.542,4.2546-.4473,7.7915-.2513,10.7207M31.9323,30.3047c0,4.3809-3.5514,7.9323-7.9323,7.9323h0c-4.3809,0-7.9323-3.5514-7.9323-7.9323h0c0-4.3809,3.5514-7.9323,7.9323-7.9323s7.9323,3.5514,7.9323,7.9323h0M9.5,5.4999h29c2.216,0,4,1.784,4,4v29c0,2.216-1.784,4-4,4H9.5c-2.216,0-4-1.784-4-4V9.4999c0-2.216,1.784-4,4-4Z"/></svg>
Copied!