Tennis Ball Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Tennis Ball 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/333787.svg" alt="Tennis Ball icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333787.svg" alt="Tennis Ball icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333787.svg" alt="Tennis Ball icon" :width="24" :height="24" />
CSS background
.icon-tennis-ball {
background-image: url('https://proicons.com/icon/333787.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><circle class="b" cx="24" cy="24" r="21.5"/><path class="b" d="M2.5959,25.9587c6.1377.5657,12.4663-1.5061,17.1615-6.2013,4.6952-4.6952,6.767-11.0238,6.2013-17.1615"/><path class="b" d="M22.0413,45.4041c-.5657-6.1377,1.5061-12.4663,6.2013-17.1615,4.6952-4.6952,11.0238-6.767,17.1615-6.2013"/></svg>
Tennis Ball in other icon packs
Copied!