tennis ball icon
tennis-ball-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.
- Name
- tennis-ball-bold
- Set
- Phosphor
- Style
- Bold
- 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="M204.4 51.6a108 108 0 1 0 0 152.8a108.16 108.16 0 0 0 0-152.8m-135.82 17a83.47 83.47 0 0 1 46.2-23.52a84.09 84.09 0 0 1-69.72 69.72a83.47 83.47 0 0 1 23.52-46.22Zm-23.84 70.47a107.27 107.27 0 0 0 63.45-30.88a107.27 107.27 0 0 0 30.88-63.45a83.84 83.84 0 0 1 72.19 72.19a108.11 108.11 0 0 0-94.33 94.32a83.82 83.82 0 0 1-72.19-72.18m142.68 48.35a83.53 83.53 0 0 1-46.2 23.52a84.09 84.09 0 0 1 69.72-69.72a83.47 83.47 0 0 1-23.52 46.2"/></svg>
React
import type { SVGProps } from "react";
export function PhTennisBallBold(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="M204.4 51.6a108 108 0 1 0 0 152.8a108.16 108.16 0 0 0 0-152.8m-135.82 17a83.47 83.47 0 0 1 46.2-23.52a84.09 84.09 0 0 1-69.72 69.72a83.47 83.47 0 0 1 23.52-46.22Zm-23.84 70.47a107.27 107.27 0 0 0 63.45-30.88a107.27 107.27 0 0 0 30.88-63.45a83.84 83.84 0 0 1 72.19 72.19a108.11 108.11 0 0 0-94.33 94.32a83.82 83.82 0 0 1-72.19-72.18m142.68 48.35a83.53 83.53 0 0 1-46.2 23.52a84.09 84.09 0 0 1 69.72-69.72a83.47 83.47 0 0 1-23.52 46.2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M204.4 51.6a108 108 0 1 0 0 152.8a108.16 108.16 0 0 0 0-152.8m-135.82 17a83.47 83.47 0 0 1 46.2-23.52a84.09 84.09 0 0 1-69.72 69.72a83.47 83.47 0 0 1 23.52-46.22Zm-23.84 70.47a107.27 107.27 0 0 0 63.45-30.88a107.27 107.27 0 0 0 30.88-63.45a83.84 83.84 0 0 1 72.19 72.19a108.11 108.11 0 0 0-94.33 94.32a83.82 83.82 0 0 1-72.19-72.18m142.68 48.35a83.53 83.53 0 0 1-46.2 23.52a84.09 84.09 0 0 1 69.72-69.72a83.47 83.47 0 0 1-23.52 46.2"/></svg> </template>
CSS
.icon-tennis-ball-bold {
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%22M204.4%2051.6a108%20108%200%201%200%200%20152.8a108.16%20108.16%200%200%200%200-152.8m-135.82%2017a83.47%2083.47%200%200%201%2046.2-23.52a84.09%2084.09%200%200%201-69.72%2069.72a83.47%2083.47%200%200%201%2023.52-46.22Zm-23.84%2070.47a107.27%20107.27%200%200%200%2063.45-30.88a107.27%20107.27%200%200%200%2030.88-63.45a83.84%2083.84%200%200%201%2072.19%2072.19a108.11%20108.11%200%200%200-94.33%2094.32a83.82%2083.82%200%200%201-72.19-72.18m142.68%2048.35a83.53%2083.53%200%200%201-46.2%2023.52a84.09%2084.09%200%200%201%2069.72-69.72a83.47%2083.47%200%200%201-23.52%2046.2%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%22M204.4%2051.6a108%20108%200%201%200%200%20152.8a108.16%20108.16%200%200%200%200-152.8m-135.82%2017a83.47%2083.47%200%200%201%2046.2-23.52a84.09%2084.09%200%200%201-69.72%2069.72a83.47%2083.47%200%200%201%2023.52-46.22Zm-23.84%2070.47a107.27%20107.27%200%200%200%2063.45-30.88a107.27%20107.27%200%200%200%2030.88-63.45a83.84%2083.84%200%200%201%2072.19%2072.19a108.11%20108.11%200%200%200-94.33%2094.32a83.82%2083.82%200%200%201-72.19-72.18m142.68%2048.35a83.53%2083.53%200%200%201-46.2%2023.52a84.09%2084.09%200%200%201%2069.72-69.72a83.47%2083.47%200%200%201-23.52%2046.2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/tennis-ball-bold.svg?color=%231a73e8&size=48