Volleyball Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Volleyball 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/349430.svg" alt="Volleyball icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349430.svg" alt="Volleyball icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349430.svg" alt="Volleyball icon" :width="24" :height="24" />
CSS background
.icon-volleyball {
background-image: url('https://proicons.com/icon/349430.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>.l{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="l" d="M45.5,24c0,11.8741-9.6259,21.5-21.5,21.5S2.5,35.8741,2.5,24,12.1259,2.5,24,2.5s21.5,9.6259,21.5,21.5Z"/><path id="c" class="l" d="M33.252,21.505c-1.478,10.562-5.063,19.433-10.389,23.92"/><path id="d" class="l" d="M41.557,21.098c-.952,9.1-3.266,16.54-7.582,21.9"/><path id="e" class="l" d="M21.707,33.472c-8.479-6.657-14.383-14.306-15.497-21.224"/><path id="f" class="l" d="M17.618,40.47c-7.612-5.903-12.866-12.12-14.947-19.025"/><path id="g" class="l" d="M24.245,24.2c-6.587-4.976-11.297-11.745-11.991-18.204"/><path id="h" class="l" d="M14.828,43.433c5.027-3.925,8.396-11.249,9.417-19.234"/><path id="i" class="l" d="M45.406,21.949c-5.972-2.128-13.88-1.117-21.18,2.284"/><path id="j" class="l" d="M17.383,17.505c9.808-4.087,19.23-5.514,25.788-3.231"/><path id="k" class="l" d="M13.339,10.44c8.282-3.7,15.824-5.399,22.585-4.337"/></svg>
Copied!