tennis ball icon
tennis-ball-duotone from Phosphor by Phosphor Icons · Duotone · MIT Free for personal and commercial use.
- Name
- tennis-ball-duotone
- Set
- Phosphor
- Style
- Duotone
- 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"><g fill="currentColor"><path d="M60.12 60.09A95.74 95.74 0 0 1 127.83 32A95.94 95.94 0 0 1 32 127.75a95.64 95.64 0 0 1 28.12-67.66M32 127.92v-.17Zm124.28 28.26a95.54 95.54 0 0 0-28.11 67.65A96 96 0 0 0 224 128.08a95.8 95.8 0 0 0-67.72 28.1M128.17 224v-.17Z" opacity=".2"/><path 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"/></g></svg>
React
import type { SVGProps } from "react";
export function PhTennisBallDuotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M60.12 60.09A95.74 95.74 0 0 1 127.83 32A95.94 95.94 0 0 1 32 127.75a95.64 95.64 0 0 1 28.12-67.66M32 127.92v-.17Zm124.28 28.26a95.54 95.54 0 0 0-28.11 67.65A96 96 0 0 0 224 128.08a95.8 95.8 0 0 0-67.72 28.1M128.17 224v-.17Z" opacity=".2"/><path 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"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M60.12 60.09A95.74 95.74 0 0 1 127.83 32A95.94 95.94 0 0 1 32 127.75a95.64 95.64 0 0 1 28.12-67.66M32 127.92v-.17Zm124.28 28.26a95.54 95.54 0 0 0-28.11 67.65A96 96 0 0 0 224 128.08a95.8 95.8 0 0 0-67.72 28.1M128.17 224v-.17Z" opacity=".2"/><path 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"/></g></svg> </template>
CSS
.icon-tennis-ball-duotone {
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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M60.12%2060.09A95.74%2095.74%200%200%201%20127.83%2032A95.94%2095.94%200%200%201%2032%20127.75a95.64%2095.64%200%200%201%2028.12-67.66M32%20127.92v-.17Zm124.28%2028.26a95.54%2095.54%200%200%200-28.11%2067.65A96%2096%200%200%200%20224%20128.08a95.8%2095.8%200%200%200-67.72%2028.1M128.17%20224v-.17Z%22%20opacity%3D%22.2%22%2F%3E%3Cpath%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%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M60.12%2060.09A95.74%2095.74%200%200%201%20127.83%2032A95.94%2095.94%200%200%201%2032%20127.75a95.64%2095.64%200%200%201%2028.12-67.66M32%20127.92v-.17Zm124.28%2028.26a95.54%2095.54%200%200%200-28.11%2067.65A96%2096%200%200%200%20224%20128.08a95.8%2095.8%200%200%200-67.72%2028.1M128.17%20224v-.17Z%22%20opacity%3D%22.2%22%2F%3E%3Cpath%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%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/tennis-ball-duotone.svg?color=%231a73e8&size=48