tennis ball icon
tennis-ball from Phosphor by Phosphor Icons · Regular · MIT Free for personal and commercial use.
- Name
- tennis-ball
- Set
- Phosphor
- Style
- Regular
- 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="M201.57 54.46a104 104 0 1 0 0 147.08a103.4 103.4 0 0 0 0-147.08M65.75 65.77a87.63 87.63 0 0 1 53.66-25.31A87.3 87.3 0 0 1 94 94.06a87.42 87.42 0 0 1-53.62 25.35a87.58 87.58 0 0 1 25.37-53.64m-25.42 69.71a103.3 103.3 0 0 0 65-30.11a103.24 103.24 0 0 0 30.13-65a87.78 87.78 0 0 1 80.18 80.14a104 104 0 0 0-95.16 95.1a87.78 87.78 0 0 1-80.18-80.14Zm149.92 54.75a87.7 87.7 0 0 1-53.66 25.31a88 88 0 0 1 79-78.95a87.58 87.58 0 0 1-25.34 53.64"/></svg>
React
import type { SVGProps } from "react";
export function PhTennisBall(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="M201.57 54.46a104 104 0 1 0 0 147.08a103.4 103.4 0 0 0 0-147.08M65.75 65.77a87.63 87.63 0 0 1 53.66-25.31A87.3 87.3 0 0 1 94 94.06a87.42 87.42 0 0 1-53.62 25.35a87.58 87.58 0 0 1 25.37-53.64m-25.42 69.71a103.3 103.3 0 0 0 65-30.11a103.24 103.24 0 0 0 30.13-65a87.78 87.78 0 0 1 80.18 80.14a104 104 0 0 0-95.16 95.1a87.78 87.78 0 0 1-80.18-80.14Zm149.92 54.75a87.7 87.7 0 0 1-53.66 25.31a88 88 0 0 1 79-78.95a87.58 87.58 0 0 1-25.34 53.64"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M201.57 54.46a104 104 0 1 0 0 147.08a103.4 103.4 0 0 0 0-147.08M65.75 65.77a87.63 87.63 0 0 1 53.66-25.31A87.3 87.3 0 0 1 94 94.06a87.42 87.42 0 0 1-53.62 25.35a87.58 87.58 0 0 1 25.37-53.64m-25.42 69.71a103.3 103.3 0 0 0 65-30.11a103.24 103.24 0 0 0 30.13-65a87.78 87.78 0 0 1 80.18 80.14a104 104 0 0 0-95.16 95.1a87.78 87.78 0 0 1-80.18-80.14Zm149.92 54.75a87.7 87.7 0 0 1-53.66 25.31a88 88 0 0 1 79-78.95a87.58 87.58 0 0 1-25.34 53.64"/></svg> </template>
CSS
.icon-tennis-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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M201.57%2054.46a104%20104%200%201%200%200%20147.08a103.4%20103.4%200%200%200%200-147.08M65.75%2065.77a87.63%2087.63%200%200%201%2053.66-25.31A87.3%2087.3%200%200%201%2094%2094.06a87.42%2087.42%200%200%201-53.62%2025.35a87.58%2087.58%200%200%201%2025.37-53.64m-25.42%2069.71a103.3%20103.3%200%200%200%2065-30.11a103.24%20103.24%200%200%200%2030.13-65a87.78%2087.78%200%200%201%2080.18%2080.14a104%20104%200%200%200-95.16%2095.1a87.78%2087.78%200%200%201-80.18-80.14Zm149.92%2054.75a87.7%2087.7%200%200%201-53.66%2025.31a88%2088%200%200%201%2079-78.95a87.58%2087.58%200%200%201-25.34%2053.64%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%22M201.57%2054.46a104%20104%200%201%200%200%20147.08a103.4%20103.4%200%200%200%200-147.08M65.75%2065.77a87.63%2087.63%200%200%201%2053.66-25.31A87.3%2087.3%200%200%201%2094%2094.06a87.42%2087.42%200%200%201-53.62%2025.35a87.58%2087.58%200%200%201%2025.37-53.64m-25.42%2069.71a103.3%20103.3%200%200%200%2065-30.11a103.24%20103.24%200%200%200%2030.13-65a87.78%2087.78%200%200%201%2080.18%2080.14a104%20104%200%200%200-95.16%2095.1a87.78%2087.78%200%200%201-80.18-80.14Zm149.92%2054.75a87.7%2087.7%200%200%201-53.66%2025.31a88%2088%200%200%201%2079-78.95a87.58%2087.58%200%200%201-25.34%2053.64%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/tennis-ball.svg?color=%231a73e8&size=48