table tennis icon
table-tennis from Unicons by Iconscout · Line · Sports · Apache-2.0 Free for personal and commercial use.
- Name
- table-tennis
- Set
- Unicons
- Style
- Line
- Category
- Sports
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- ball
The same icon in other sets
More sports icons from Unicons
Use the table tennis icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m20.71 16.1l-1.64-1.64a.94.94 0 0 1-.22-1.07a5.8 5.8 0 0 0 .54-2.39a.4.4 0 0 0 0-.1a5.74 5.74 0 0 0-1.06-3.34a14.2 14.2 0 0 0-5.17-4.42a7 7 0 0 0-8 1.31l-.67.67a7 7 0 0 0-1.31 8.05l.1.17a3 3 0 0 0-.84 2.06A3 3 0 0 0 7 17.94c.18.14.34.29.52.42a5.6 5.6 0 0 0 1.22.64h.09c.18.07.37.13.57.19h.15a5 5 0 0 0 .95.15h.62c.21 0 .41 0 .62-.06h.17a5.5 5.5 0 0 0 1.42-.45a1 1 0 0 1 1.07.21l1.46 1.46a3.4 3.4 0 0 0 2.39 1a2.85 2.85 0 0 0 2-.85l.38-.38a3 3 0 0 0 .08-4.17m-15.3.32a1 1 0 1 1 1-1a1 1 0 0 1-1 1m3.1.14l-.26-.2a3 3 0 0 0 .16-.94a3 3 0 0 0-3-3h-.38l-.09-.16a5 5 0 0 1 .93-5.75l.67-.67A5 5 0 0 1 12.28 5a12 12 0 0 1 4.26 3.57Zm10.78 2.37l-.37.38c-.42.42-1.07.34-1.61-.2l-1.46-1.45a3 3 0 0 0-3.34-.61a3.4 3.4 0 0 1-1 .31a3 3 0 0 1-.58.05h-.44l6.87-6.87a3.8 3.8 0 0 1-.34 2a3 3 0 0 0 .61 3.34l1.64 1.65a1 1 0 0 1 .02 1.4"/></svg>
React
import type { SVGProps } from "react";
export function UilTableTennis(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m20.71 16.1l-1.64-1.64a.94.94 0 0 1-.22-1.07a5.8 5.8 0 0 0 .54-2.39a.4.4 0 0 0 0-.1a5.74 5.74 0 0 0-1.06-3.34a14.2 14.2 0 0 0-5.17-4.42a7 7 0 0 0-8 1.31l-.67.67a7 7 0 0 0-1.31 8.05l.1.17a3 3 0 0 0-.84 2.06A3 3 0 0 0 7 17.94c.18.14.34.29.52.42a5.6 5.6 0 0 0 1.22.64h.09c.18.07.37.13.57.19h.15a5 5 0 0 0 .95.15h.62c.21 0 .41 0 .62-.06h.17a5.5 5.5 0 0 0 1.42-.45a1 1 0 0 1 1.07.21l1.46 1.46a3.4 3.4 0 0 0 2.39 1a2.85 2.85 0 0 0 2-.85l.38-.38a3 3 0 0 0 .08-4.17m-15.3.32a1 1 0 1 1 1-1a1 1 0 0 1-1 1m3.1.14l-.26-.2a3 3 0 0 0 .16-.94a3 3 0 0 0-3-3h-.38l-.09-.16a5 5 0 0 1 .93-5.75l.67-.67A5 5 0 0 1 12.28 5a12 12 0 0 1 4.26 3.57Zm10.78 2.37l-.37.38c-.42.42-1.07.34-1.61-.2l-1.46-1.45a3 3 0 0 0-3.34-.61a3.4 3.4 0 0 1-1 .31a3 3 0 0 1-.58.05h-.44l6.87-6.87a3.8 3.8 0 0 1-.34 2a3 3 0 0 0 .61 3.34l1.64 1.65a1 1 0 0 1 .02 1.4"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m20.71 16.1l-1.64-1.64a.94.94 0 0 1-.22-1.07a5.8 5.8 0 0 0 .54-2.39a.4.4 0 0 0 0-.1a5.74 5.74 0 0 0-1.06-3.34a14.2 14.2 0 0 0-5.17-4.42a7 7 0 0 0-8 1.31l-.67.67a7 7 0 0 0-1.31 8.05l.1.17a3 3 0 0 0-.84 2.06A3 3 0 0 0 7 17.94c.18.14.34.29.52.42a5.6 5.6 0 0 0 1.22.64h.09c.18.07.37.13.57.19h.15a5 5 0 0 0 .95.15h.62c.21 0 .41 0 .62-.06h.17a5.5 5.5 0 0 0 1.42-.45a1 1 0 0 1 1.07.21l1.46 1.46a3.4 3.4 0 0 0 2.39 1a2.85 2.85 0 0 0 2-.85l.38-.38a3 3 0 0 0 .08-4.17m-15.3.32a1 1 0 1 1 1-1a1 1 0 0 1-1 1m3.1.14l-.26-.2a3 3 0 0 0 .16-.94a3 3 0 0 0-3-3h-.38l-.09-.16a5 5 0 0 1 .93-5.75l.67-.67A5 5 0 0 1 12.28 5a12 12 0 0 1 4.26 3.57Zm10.78 2.37l-.37.38c-.42.42-1.07.34-1.61-.2l-1.46-1.45a3 3 0 0 0-3.34-.61a3.4 3.4 0 0 1-1 .31a3 3 0 0 1-.58.05h-.44l6.87-6.87a3.8 3.8 0 0 1-.34 2a3 3 0 0 0 .61 3.34l1.64 1.65a1 1 0 0 1 .02 1.4"/></svg> </template>
CSS
.icon-table-tennis {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m20.71%2016.1l-1.64-1.64a.94.94%200%200%201-.22-1.07a5.8%205.8%200%200%200%20.54-2.39a.4.4%200%200%200%200-.1a5.74%205.74%200%200%200-1.06-3.34a14.2%2014.2%200%200%200-5.17-4.42a7%207%200%200%200-8%201.31l-.67.67a7%207%200%200%200-1.31%208.05l.1.17a3%203%200%200%200-.84%202.06A3%203%200%200%200%207%2017.94c.18.14.34.29.52.42a5.6%205.6%200%200%200%201.22.64h.09c.18.07.37.13.57.19h.15a5%205%200%200%200%20.95.15h.62c.21%200%20.41%200%20.62-.06h.17a5.5%205.5%200%200%200%201.42-.45a1%201%200%200%201%201.07.21l1.46%201.46a3.4%203.4%200%200%200%202.39%201a2.85%202.85%200%200%200%202-.85l.38-.38a3%203%200%200%200%20.08-4.17m-15.3.32a1%201%200%201%201%201-1a1%201%200%200%201-1%201m3.1.14l-.26-.2a3%203%200%200%200%20.16-.94a3%203%200%200%200-3-3h-.38l-.09-.16a5%205%200%200%201%20.93-5.75l.67-.67A5%205%200%200%201%2012.28%205a12%2012%200%200%201%204.26%203.57Zm10.78%202.37l-.37.38c-.42.42-1.07.34-1.61-.2l-1.46-1.45a3%203%200%200%200-3.34-.61a3.4%203.4%200%200%201-1%20.31a3%203%200%200%201-.58.05h-.44l6.87-6.87a3.8%203.8%200%200%201-.34%202a3%203%200%200%200%20.61%203.34l1.64%201.65a1%201%200%200%201%20.02%201.4%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m20.71%2016.1l-1.64-1.64a.94.94%200%200%201-.22-1.07a5.8%205.8%200%200%200%20.54-2.39a.4.4%200%200%200%200-.1a5.74%205.74%200%200%200-1.06-3.34a14.2%2014.2%200%200%200-5.17-4.42a7%207%200%200%200-8%201.31l-.67.67a7%207%200%200%200-1.31%208.05l.1.17a3%203%200%200%200-.84%202.06A3%203%200%200%200%207%2017.94c.18.14.34.29.52.42a5.6%205.6%200%200%200%201.22.64h.09c.18.07.37.13.57.19h.15a5%205%200%200%200%20.95.15h.62c.21%200%20.41%200%20.62-.06h.17a5.5%205.5%200%200%200%201.42-.45a1%201%200%200%201%201.07.21l1.46%201.46a3.4%203.4%200%200%200%202.39%201a2.85%202.85%200%200%200%202-.85l.38-.38a3%203%200%200%200%20.08-4.17m-15.3.32a1%201%200%201%201%201-1a1%201%200%200%201-1%201m3.1.14l-.26-.2a3%203%200%200%200%20.16-.94a3%203%200%200%200-3-3h-.38l-.09-.16a5%205%200%200%201%20.93-5.75l.67-.67A5%205%200%200%201%2012.28%205a12%2012%200%200%201%204.26%203.57Zm10.78%202.37l-.37.38c-.42.42-1.07.34-1.61-.2l-1.46-1.45a3%203%200%200%200-3.34-.61a3.4%203.4%200%200%201-1%20.31a3%203%200%200%201-.58.05h-.44l6.87-6.87a3.8%203.8%200%200%201-.34%202a3%203%200%200%200%20.61%203.34l1.64%201.65a1%201%200%200%201%20.02%201.4%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uil/table-tennis.svg?color=%231a73e8&size=48