table tennis icon
table-tennis from Line Awesome by Icons8 · Line · Sports · Apache-2.0 Free for personal and commercial use.
- Name
- table-tennis
- Set
- Line Awesome
- Style
- Line
- Category
- Sports
- Viewbox
- 32×32
- License
- Apache 2.0
- Aliases
- table-tennis-solid
The same icon in other sets
More sports icons from Line Awesome
Use the table tennis icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M7 4C5.355 4 4 5.355 4 7s1.355 3 3 3s3-1.355 3-3s-1.355-3-3-3m11.938.906A9 9 0 0 0 18 4.97c-2.469.289-4.773 1.554-6.531 3.312c-1.235 1.23-2.258 3-2.594 6.281a1 1 0 0 0-.031.094v.031a1 1 0 0 0-.063.157c-.004.023.004.035 0 .062v.125a1.1 1.1 0 0 0 .094.375c.05.899.176 1.817.5 2.688h-.031c.015.086.117.515.125.937c.004.317-.11.606-.125.688c-.61.605-1.34 1.238-2.031 1.781s-1.29 1.012-1.72 1.438h-.03A2.33 2.33 0 0 0 4.968 25c.152.7.554 1.305 1.093 1.844c.536.535 1.145.933 1.844 1.093s1.547-.046 2.094-.593c.438-.438.86-1.055 1.406-1.75c.547-.696 1.168-1.45 1.781-2.063c-.07.07.235-.093.626-.093c.316 0 .578.03.78.062c.052.008.157.027.188.031c.871.324 1.79.446 2.688.5c.011 0 .02.032.031.032q.107.027.219.03a1 1 0 0 0 .093.032H18q.094-.007.188-.031c.039-.004.054-.028.093-.032h.032c3.011-.25 5.03-1.34 6.312-2.625c1.758-1.757 3.023-4.062 3.313-6.53c.289-2.47-.481-5.106-2.657-7.282c-1.902-1.902-4.156-2.734-6.343-2.719M7 6c.563 0 1 .438 1 1s-.438 1-1 1s-1-.438-1-1s.438-1 1-1m11.938.906c1.687-.031 3.378.567 4.937 2.125c1.785 1.781 2.29 3.73 2.063 5.656s-1.239 3.864-2.72 5.344c-.995.996-2.44 1.774-4.968 2l-7.375-7.375c.293-2.82.988-3.894 2.031-4.937c1.48-1.48 3.383-2.524 5.313-2.75c.242-.028.476-.059.718-.063zM11.343 18l3.562 3.531a6.3 6.3 0 0 0-1.094-.093c-.609.003-1.382.039-2.03.687a25 25 0 0 0-1.938 2.219c-.559.71-1.055 1.367-1.281 1.593c-.118.118-.06.098-.22.063s-.484-.234-.843-.594c-.352-.351-.527-.676-.563-.843c-.035-.168-.07-.122.032-.22c.21-.21.847-.718 1.562-1.28s1.531-1.22 2.25-1.938c.692-.691.7-1.492.688-2.125c-.008-.48-.082-.762-.125-1"/></svg>
React
import type { SVGProps } from "react";
export function LaTableTennis(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M7 4C5.355 4 4 5.355 4 7s1.355 3 3 3s3-1.355 3-3s-1.355-3-3-3m11.938.906A9 9 0 0 0 18 4.97c-2.469.289-4.773 1.554-6.531 3.312c-1.235 1.23-2.258 3-2.594 6.281a1 1 0 0 0-.031.094v.031a1 1 0 0 0-.063.157c-.004.023.004.035 0 .062v.125a1.1 1.1 0 0 0 .094.375c.05.899.176 1.817.5 2.688h-.031c.015.086.117.515.125.937c.004.317-.11.606-.125.688c-.61.605-1.34 1.238-2.031 1.781s-1.29 1.012-1.72 1.438h-.03A2.33 2.33 0 0 0 4.968 25c.152.7.554 1.305 1.093 1.844c.536.535 1.145.933 1.844 1.093s1.547-.046 2.094-.593c.438-.438.86-1.055 1.406-1.75c.547-.696 1.168-1.45 1.781-2.063c-.07.07.235-.093.626-.093c.316 0 .578.03.78.062c.052.008.157.027.188.031c.871.324 1.79.446 2.688.5c.011 0 .02.032.031.032q.107.027.219.03a1 1 0 0 0 .093.032H18q.094-.007.188-.031c.039-.004.054-.028.093-.032h.032c3.011-.25 5.03-1.34 6.312-2.625c1.758-1.757 3.023-4.062 3.313-6.53c.289-2.47-.481-5.106-2.657-7.282c-1.902-1.902-4.156-2.734-6.343-2.719M7 6c.563 0 1 .438 1 1s-.438 1-1 1s-1-.438-1-1s.438-1 1-1m11.938.906c1.687-.031 3.378.567 4.937 2.125c1.785 1.781 2.29 3.73 2.063 5.656s-1.239 3.864-2.72 5.344c-.995.996-2.44 1.774-4.968 2l-7.375-7.375c.293-2.82.988-3.894 2.031-4.937c1.48-1.48 3.383-2.524 5.313-2.75c.242-.028.476-.059.718-.063zM11.343 18l3.562 3.531a6.3 6.3 0 0 0-1.094-.093c-.609.003-1.382.039-2.03.687a25 25 0 0 0-1.938 2.219c-.559.71-1.055 1.367-1.281 1.593c-.118.118-.06.098-.22.063s-.484-.234-.843-.594c-.352-.351-.527-.676-.563-.843c-.035-.168-.07-.122.032-.22c.21-.21.847-.718 1.562-1.28s1.531-1.22 2.25-1.938c.692-.691.7-1.492.688-2.125c-.008-.48-.082-.762-.125-1"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M7 4C5.355 4 4 5.355 4 7s1.355 3 3 3s3-1.355 3-3s-1.355-3-3-3m11.938.906A9 9 0 0 0 18 4.97c-2.469.289-4.773 1.554-6.531 3.312c-1.235 1.23-2.258 3-2.594 6.281a1 1 0 0 0-.031.094v.031a1 1 0 0 0-.063.157c-.004.023.004.035 0 .062v.125a1.1 1.1 0 0 0 .094.375c.05.899.176 1.817.5 2.688h-.031c.015.086.117.515.125.937c.004.317-.11.606-.125.688c-.61.605-1.34 1.238-2.031 1.781s-1.29 1.012-1.72 1.438h-.03A2.33 2.33 0 0 0 4.968 25c.152.7.554 1.305 1.093 1.844c.536.535 1.145.933 1.844 1.093s1.547-.046 2.094-.593c.438-.438.86-1.055 1.406-1.75c.547-.696 1.168-1.45 1.781-2.063c-.07.07.235-.093.626-.093c.316 0 .578.03.78.062c.052.008.157.027.188.031c.871.324 1.79.446 2.688.5c.011 0 .02.032.031.032q.107.027.219.03a1 1 0 0 0 .093.032H18q.094-.007.188-.031c.039-.004.054-.028.093-.032h.032c3.011-.25 5.03-1.34 6.312-2.625c1.758-1.757 3.023-4.062 3.313-6.53c.289-2.47-.481-5.106-2.657-7.282c-1.902-1.902-4.156-2.734-6.343-2.719M7 6c.563 0 1 .438 1 1s-.438 1-1 1s-1-.438-1-1s.438-1 1-1m11.938.906c1.687-.031 3.378.567 4.937 2.125c1.785 1.781 2.29 3.73 2.063 5.656s-1.239 3.864-2.72 5.344c-.995.996-2.44 1.774-4.968 2l-7.375-7.375c.293-2.82.988-3.894 2.031-4.937c1.48-1.48 3.383-2.524 5.313-2.75c.242-.028.476-.059.718-.063zM11.343 18l3.562 3.531a6.3 6.3 0 0 0-1.094-.093c-.609.003-1.382.039-2.03.687a25 25 0 0 0-1.938 2.219c-.559.71-1.055 1.367-1.281 1.593c-.118.118-.06.098-.22.063s-.484-.234-.843-.594c-.352-.351-.527-.676-.563-.843c-.035-.168-.07-.122.032-.22c.21-.21.847-.718 1.562-1.28s1.531-1.22 2.25-1.938c.692-.691.7-1.492.688-2.125c-.008-.48-.082-.762-.125-1"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7%204C5.355%204%204%205.355%204%207s1.355%203%203%203s3-1.355%203-3s-1.355-3-3-3m11.938.906A9%209%200%200%200%2018%204.97c-2.469.289-4.773%201.554-6.531%203.312c-1.235%201.23-2.258%203-2.594%206.281a1%201%200%200%200-.031.094v.031a1%201%200%200%200-.063.157c-.004.023.004.035%200%20.062v.125a1.1%201.1%200%200%200%20.094.375c.05.899.176%201.817.5%202.688h-.031c.015.086.117.515.125.937c.004.317-.11.606-.125.688c-.61.605-1.34%201.238-2.031%201.781s-1.29%201.012-1.72%201.438h-.03A2.33%202.33%200%200%200%204.968%2025c.152.7.554%201.305%201.093%201.844c.536.535%201.145.933%201.844%201.093s1.547-.046%202.094-.593c.438-.438.86-1.055%201.406-1.75c.547-.696%201.168-1.45%201.781-2.063c-.07.07.235-.093.626-.093c.316%200%20.578.03.78.062c.052.008.157.027.188.031c.871.324%201.79.446%202.688.5c.011%200%20.02.032.031.032q.107.027.219.03a1%201%200%200%200%20.093.032H18q.094-.007.188-.031c.039-.004.054-.028.093-.032h.032c3.011-.25%205.03-1.34%206.312-2.625c1.758-1.757%203.023-4.062%203.313-6.53c.289-2.47-.481-5.106-2.657-7.282c-1.902-1.902-4.156-2.734-6.343-2.719M7%206c.563%200%201%20.438%201%201s-.438%201-1%201s-1-.438-1-1s.438-1%201-1m11.938.906c1.687-.031%203.378.567%204.937%202.125c1.785%201.781%202.29%203.73%202.063%205.656s-1.239%203.864-2.72%205.344c-.995.996-2.44%201.774-4.968%202l-7.375-7.375c.293-2.82.988-3.894%202.031-4.937c1.48-1.48%203.383-2.524%205.313-2.75c.242-.028.476-.059.718-.063zM11.343%2018l3.562%203.531a6.3%206.3%200%200%200-1.094-.093c-.609.003-1.382.039-2.03.687a25%2025%200%200%200-1.938%202.219c-.559.71-1.055%201.367-1.281%201.593c-.118.118-.06.098-.22.063s-.484-.234-.843-.594c-.352-.351-.527-.676-.563-.843c-.035-.168-.07-.122.032-.22c.21-.21.847-.718%201.562-1.28s1.531-1.22%202.25-1.938c.692-.691.7-1.492.688-2.125c-.008-.48-.082-.762-.125-1%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7%204C5.355%204%204%205.355%204%207s1.355%203%203%203s3-1.355%203-3s-1.355-3-3-3m11.938.906A9%209%200%200%200%2018%204.97c-2.469.289-4.773%201.554-6.531%203.312c-1.235%201.23-2.258%203-2.594%206.281a1%201%200%200%200-.031.094v.031a1%201%200%200%200-.063.157c-.004.023.004.035%200%20.062v.125a1.1%201.1%200%200%200%20.094.375c.05.899.176%201.817.5%202.688h-.031c.015.086.117.515.125.937c.004.317-.11.606-.125.688c-.61.605-1.34%201.238-2.031%201.781s-1.29%201.012-1.72%201.438h-.03A2.33%202.33%200%200%200%204.968%2025c.152.7.554%201.305%201.093%201.844c.536.535%201.145.933%201.844%201.093s1.547-.046%202.094-.593c.438-.438.86-1.055%201.406-1.75c.547-.696%201.168-1.45%201.781-2.063c-.07.07.235-.093.626-.093c.316%200%20.578.03.78.062c.052.008.157.027.188.031c.871.324%201.79.446%202.688.5c.011%200%20.02.032.031.032q.107.027.219.03a1%201%200%200%200%20.093.032H18q.094-.007.188-.031c.039-.004.054-.028.093-.032h.032c3.011-.25%205.03-1.34%206.312-2.625c1.758-1.757%203.023-4.062%203.313-6.53c.289-2.47-.481-5.106-2.657-7.282c-1.902-1.902-4.156-2.734-6.343-2.719M7%206c.563%200%201%20.438%201%201s-.438%201-1%201s-1-.438-1-1s.438-1%201-1m11.938.906c1.687-.031%203.378.567%204.937%202.125c1.785%201.781%202.29%203.73%202.063%205.656s-1.239%203.864-2.72%205.344c-.995.996-2.44%201.774-4.968%202l-7.375-7.375c.293-2.82.988-3.894%202.031-4.937c1.48-1.48%203.383-2.524%205.313-2.75c.242-.028.476-.059.718-.063zM11.343%2018l3.562%203.531a6.3%206.3%200%200%200-1.094-.093c-.609.003-1.382.039-2.03.687a25%2025%200%200%200-1.938%202.219c-.559.71-1.055%201.367-1.281%201.593c-.118.118-.06.098-.22.063s-.484-.234-.843-.594c-.352-.351-.527-.676-.563-.843c-.035-.168-.07-.122.032-.22c.21-.21.847-.718%201.562-1.28s1.531-1.22%202.25-1.938c.692-.691.7-1.492.688-2.125c-.008-.48-.082-.762-.125-1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/table-tennis.svg?color=%231a73e8&size=48