Ball2box Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ball2box 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/336897.svg" alt="Ball2box icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336897.svg" alt="Ball2box icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336897.svg" alt="Ball2box icon" :width="24" :height="24" />
CSS background
.icon-ball2box {
background-image: url('https://proicons.com/icon/336897.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="m15.6995,25.0808l-1.7331,3.0019v15.4173h20.0674v-15.4173l-1.6681-3.0019H15.6995Z"/><path class="c" d="m13.9663,28.0827h20.0674"/><circle class="c" cx="23.8702" cy="35.8797" r="5.2638"/><circle class="c" cx="23.7941" cy="35.9252" r="1.1549"/><circle class="c" cx="21.7805" cy="17.8809" r="4.4959"/><path class="c" d="m15.4403,9.3098l1.4144,4.7185"/><path class="c" d="m16.4937,6.0481l1.8983,6.654"/><path class="c" d="m18.0716,4.5l2.0394,7.3798"/><path class="c" d="m20.2734,5.331l1.7774,6.2508"/><path class="c" d="m22.7989,7.0694l1.3136,4.9201"/></svg>
Copied!