tennis ball icon
tennis-ball-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.
- Name
- tennis-ball-thin
- Set
- Phosphor
- Style
- Thin
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
Use the tennis ball icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M198.74 57.29A99.4 99.4 0 0 0 128 28h-.19a100 100 0 1 0 70.93 29.29M62.92 63a91.38 91.38 0 0 1 60.8-26.85a91.3 91.3 0 0 1-26.85 60.74a91.44 91.44 0 0 1-60.77 26.84A91.6 91.6 0 0 1 62.92 63m-26.83 68.74a99.36 99.36 0 0 0 66.44-29.2a99.25 99.25 0 0 0 29.21-66.45a91.9 91.9 0 0 1 88.17 88.17a100 100 0 0 0-95.65 95.65a91.9 91.9 0 0 1-88.17-88.17m157 61.31a91.38 91.38 0 0 1-60.8 26.85a92 92 0 0 1 87.62-87.63a91.6 91.6 0 0 1-26.83 60.78Z"/></svg>
React
import type { SVGProps } from "react";
export function PhTennisBallThin(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M198.74 57.29A99.4 99.4 0 0 0 128 28h-.19a100 100 0 1 0 70.93 29.29M62.92 63a91.38 91.38 0 0 1 60.8-26.85a91.3 91.3 0 0 1-26.85 60.74a91.44 91.44 0 0 1-60.77 26.84A91.6 91.6 0 0 1 62.92 63m-26.83 68.74a99.36 99.36 0 0 0 66.44-29.2a99.25 99.25 0 0 0 29.21-66.45a91.9 91.9 0 0 1 88.17 88.17a100 100 0 0 0-95.65 95.65a91.9 91.9 0 0 1-88.17-88.17m157 61.31a91.38 91.38 0 0 1-60.8 26.85a92 92 0 0 1 87.62-87.63a91.6 91.6 0 0 1-26.83 60.78Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M198.74 57.29A99.4 99.4 0 0 0 128 28h-.19a100 100 0 1 0 70.93 29.29M62.92 63a91.38 91.38 0 0 1 60.8-26.85a91.3 91.3 0 0 1-26.85 60.74a91.44 91.44 0 0 1-60.77 26.84A91.6 91.6 0 0 1 62.92 63m-26.83 68.74a99.36 99.36 0 0 0 66.44-29.2a99.25 99.25 0 0 0 29.21-66.45a91.9 91.9 0 0 1 88.17 88.17a100 100 0 0 0-95.65 95.65a91.9 91.9 0 0 1-88.17-88.17m157 61.31a91.38 91.38 0 0 1-60.8 26.85a92 92 0 0 1 87.62-87.63a91.6 91.6 0 0 1-26.83 60.78Z"/></svg> </template>
CSS
.icon-tennis-ball-thin {
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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M198.74%2057.29A99.4%2099.4%200%200%200%20128%2028h-.19a100%20100%200%201%200%2070.93%2029.29M62.92%2063a91.38%2091.38%200%200%201%2060.8-26.85a91.3%2091.3%200%200%201-26.85%2060.74a91.44%2091.44%200%200%201-60.77%2026.84A91.6%2091.6%200%200%201%2062.92%2063m-26.83%2068.74a99.36%2099.36%200%200%200%2066.44-29.2a99.25%2099.25%200%200%200%2029.21-66.45a91.9%2091.9%200%200%201%2088.17%2088.17a100%20100%200%200%200-95.65%2095.65a91.9%2091.9%200%200%201-88.17-88.17m157%2061.31a91.38%2091.38%200%200%201-60.8%2026.85a92%2092%200%200%201%2087.62-87.63a91.6%2091.6%200%200%201-26.83%2060.78Z%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M198.74%2057.29A99.4%2099.4%200%200%200%20128%2028h-.19a100%20100%200%201%200%2070.93%2029.29M62.92%2063a91.38%2091.38%200%200%201%2060.8-26.85a91.3%2091.3%200%200%201-26.85%2060.74a91.44%2091.44%200%200%201-60.77%2026.84A91.6%2091.6%200%200%201%2062.92%2063m-26.83%2068.74a99.36%2099.36%200%200%200%2066.44-29.2a99.25%2099.25%200%200%200%2029.21-66.45a91.9%2091.9%200%200%201%2088.17%2088.17a100%20100%200%200%200-95.65%2095.65a91.9%2091.9%200%200%201-88.17-88.17m157%2061.31a91.38%2091.38%200%200%201-60.8%2026.85a92%2092%200%200%201%2087.62-87.63a91.6%2091.6%200%200%201-26.83%2060.78Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/tennis-ball-thin.svg?color=%231a73e8&size=48