Table Tennis Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Table Tennis 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/306624.svg" alt="Table Tennis icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306624.svg" alt="Table Tennis icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306624.svg" alt="Table Tennis icon" :width="24" :height="24" />
CSS background
.icon-table-tennis {
background-image: url('https://proicons.com/icon/306624.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M868 112C719-37 477-37 328 112s-149 390 0 539 391 149 540 0 149-390 0-539zM21 870l89 89 238-238-89-89L21 870zm605-32c-37 37-37 97 0 134s97 37 134 0 37-97 0-134c-37-38-97-38-134 0z"/></svg>
Copied!