Ballz Shooter Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ballz Shooter 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/322340.svg" alt="Ballz Shooter icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322340.svg" alt="Ballz Shooter icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322340.svg" alt="Ballz Shooter icon" :width="24" :height="24" />
CSS background
.icon-ballz-shooter {
background-image: url('https://proicons.com/icon/322340.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>.n{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="b"><circle id="c" class="n" cx="27.3172" cy="20.0823" r="3.7942"/><path id="d" class="n" d="M21.9,28.8659l2.6179-4.21"/><path id="e" class="n" d="M24.8918,29.6159l2.6455-4.2543"/><path id="f" class="n" d="M19.8637,26.6128l2.5587-4.1148"/><path id="g" class="n" d="M5.6276,31.2229c9.1809.3457,17.3487,4.6501,22.8459,11.2558"/><path id="h" class="n" d="M16.8629,27.5498l8.9161,5.1478-1.4687,2.5877c-2.6663-2.1232-5.7119-3.8221-9.0034-5.0182l1.556-2.7173Z"/><path id="i" class="n" d="M38.5,5.5H9.5c-2.2091,0-4,1.7909-4,4v29c0,2.2091,1.7909,4,4,4h29c2.2091,0,4-1.7909,4-4V9.5c0-2.2091-1.7909-4-4-4Z"/><g id="j"><path id="k" class="n" d="M5.6183,11.6555h7.9918v-6.1555"/><path id="l" class="n" d="M34.3899,5.5v6.1555h7.8947"/><path id="m" class="n" d="M15.973,5.5v6.1555h16.0539v-6.1555"/></g></g></svg>
Copied!