table tennis paddle ball icon
table-tennis-paddle-ball from Font Awesome Solid by Dave Gandy · Solid · CC-BY-4.0 Attribution required.
- Name
- table-tennis-paddle-ball
- Set
- Font Awesome Solid
- Style
- Solid
- Viewbox
- 640×640
- License
- CC BY 4.0
The same icon in other sets
Related icons in Font Awesome Solid
Use the table tennis paddle ball icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="m161 191l67.4-67.4c38.2-38.2 90-59.6 144-59.6c112.5 0 203.7 91.2 203.7 203.6c0 46.4-15.8 91.1-44.5 127c-23.6-16.8-52.4-26.7-83.5-26.7s-59.9 9.9-83.4 26.6zm143 321c0 9.7 1 19.1 2.8 28.2c-19.8-5.2-38-15.5-52.7-30.2c-12.2-12.2-31.9-12.2-44.1 0l-49.4 49.4c-10.6 10.6-25 16.6-40 16.6c-31.2 0-56.6-25.3-56.6-56.6c0-15 6-29.4 16.6-40L130 430c12.2-12.2 12.2-31.9 0-44.1c-21.7-21.7-33.9-51.2-33.9-81.9c0-29.4 11.1-57.6 31.1-79l203.4 203.6C313.9 452.1 304 480.9 304 512m144-96c53 0 96 43 96 96s-43 96-96 96s-96-43-96-96s43-96 96-96"/></svg>
React
import type { SVGProps } from "react";
export function Fa7SolidTableTennisPaddleBall(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="m161 191l67.4-67.4c38.2-38.2 90-59.6 144-59.6c112.5 0 203.7 91.2 203.7 203.6c0 46.4-15.8 91.1-44.5 127c-23.6-16.8-52.4-26.7-83.5-26.7s-59.9 9.9-83.4 26.6zm143 321c0 9.7 1 19.1 2.8 28.2c-19.8-5.2-38-15.5-52.7-30.2c-12.2-12.2-31.9-12.2-44.1 0l-49.4 49.4c-10.6 10.6-25 16.6-40 16.6c-31.2 0-56.6-25.3-56.6-56.6c0-15 6-29.4 16.6-40L130 430c12.2-12.2 12.2-31.9 0-44.1c-21.7-21.7-33.9-51.2-33.9-81.9c0-29.4 11.1-57.6 31.1-79l203.4 203.6C313.9 452.1 304 480.9 304 512m144-96c53 0 96 43 96 96s-43 96-96 96s-96-43-96-96s43-96 96-96"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="m161 191l67.4-67.4c38.2-38.2 90-59.6 144-59.6c112.5 0 203.7 91.2 203.7 203.6c0 46.4-15.8 91.1-44.5 127c-23.6-16.8-52.4-26.7-83.5-26.7s-59.9 9.9-83.4 26.6zm143 321c0 9.7 1 19.1 2.8 28.2c-19.8-5.2-38-15.5-52.7-30.2c-12.2-12.2-31.9-12.2-44.1 0l-49.4 49.4c-10.6 10.6-25 16.6-40 16.6c-31.2 0-56.6-25.3-56.6-56.6c0-15 6-29.4 16.6-40L130 430c12.2-12.2 12.2-31.9 0-44.1c-21.7-21.7-33.9-51.2-33.9-81.9c0-29.4 11.1-57.6 31.1-79l203.4 203.6C313.9 452.1 304 480.9 304 512m144-96c53 0 96 43 96 96s-43 96-96 96s-96-43-96-96s43-96 96-96"/></svg> </template>
CSS
.icon-table-tennis-paddle-ball {
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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m161%20191l67.4-67.4c38.2-38.2%2090-59.6%20144-59.6c112.5%200%20203.7%2091.2%20203.7%20203.6c0%2046.4-15.8%2091.1-44.5%20127c-23.6-16.8-52.4-26.7-83.5-26.7s-59.9%209.9-83.4%2026.6zm143%20321c0%209.7%201%2019.1%202.8%2028.2c-19.8-5.2-38-15.5-52.7-30.2c-12.2-12.2-31.9-12.2-44.1%200l-49.4%2049.4c-10.6%2010.6-25%2016.6-40%2016.6c-31.2%200-56.6-25.3-56.6-56.6c0-15%206-29.4%2016.6-40L130%20430c12.2-12.2%2012.2-31.9%200-44.1c-21.7-21.7-33.9-51.2-33.9-81.9c0-29.4%2011.1-57.6%2031.1-79l203.4%20203.6C313.9%20452.1%20304%20480.9%20304%20512m144-96c53%200%2096%2043%2096%2096s-43%2096-96%2096s-96-43-96-96s43-96%2096-96%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m161%20191l67.4-67.4c38.2-38.2%2090-59.6%20144-59.6c112.5%200%20203.7%2091.2%20203.7%20203.6c0%2046.4-15.8%2091.1-44.5%20127c-23.6-16.8-52.4-26.7-83.5-26.7s-59.9%209.9-83.4%2026.6zm143%20321c0%209.7%201%2019.1%202.8%2028.2c-19.8-5.2-38-15.5-52.7-30.2c-12.2-12.2-31.9-12.2-44.1%200l-49.4%2049.4c-10.6%2010.6-25%2016.6-40%2016.6c-31.2%200-56.6-25.3-56.6-56.6c0-15%206-29.4%2016.6-40L130%20430c12.2-12.2%2012.2-31.9%200-44.1c-21.7-21.7-33.9-51.2-33.9-81.9c0-29.4%2011.1-57.6%2031.1-79l203.4%20203.6C313.9%20452.1%20304%20480.9%20304%20512m144-96c53%200%2096%2043%2096%2096s-43%2096-96%2096s-96-43-96-96s43-96%2096-96%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/table-tennis-paddle-ball.svg?color=%231a73e8&size=48