tennis ball icon

tennis-ball-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.

Name
tennis-ball-fill
Set
Phosphor
Style
Fill
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="M24.81 115.41a103.9 103.9 0 0 1 90.6-90.65a4 4 0 0 1 4.47 3.79a87.82 87.82 0 0 1-91.27 91.33a4 4 0 0 1-3.8-4.47m202.54 20.7c-1.12 0-2.23-.07-3.35-.07a87.84 87.84 0 0 0-87.88 91.41a4 4 0 0 0 4.47 3.79a103.9 103.9 0 0 0 90.6-90.66a4 4 0 0 0-3.84-4.47m-76.89 14.35A103.33 103.33 0 0 1 224 120h3.09a4 4 0 0 0 4.12-4.43a103.91 103.91 0 0 0-90.88-90.89a4 4 0 0 0-4.43 4.12a103.72 103.72 0 0 1-30.36 76.7A103.33 103.33 0 0 1 32 136h-3.09a4 4 0 0 0-4.12 4.43a103.91 103.91 0 0 0 90.88 90.89a4 4 0 0 0 4.43-4.12a103.72 103.72 0 0 1 30.36-76.74"/></svg>

React

import type { SVGProps } from "react";

export function PhTennisBallFill(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="M24.81 115.41a103.9 103.9 0 0 1 90.6-90.65a4 4 0 0 1 4.47 3.79a87.82 87.82 0 0 1-91.27 91.33a4 4 0 0 1-3.8-4.47m202.54 20.7c-1.12 0-2.23-.07-3.35-.07a87.84 87.84 0 0 0-87.88 91.41a4 4 0 0 0 4.47 3.79a103.9 103.9 0 0 0 90.6-90.66a4 4 0 0 0-3.84-4.47m-76.89 14.35A103.33 103.33 0 0 1 224 120h3.09a4 4 0 0 0 4.12-4.43a103.91 103.91 0 0 0-90.88-90.89a4 4 0 0 0-4.43 4.12a103.72 103.72 0 0 1-30.36 76.7A103.33 103.33 0 0 1 32 136h-3.09a4 4 0 0 0-4.12 4.43a103.91 103.91 0 0 0 90.88 90.89a4 4 0 0 0 4.43-4.12a103.72 103.72 0 0 1 30.36-76.74"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M24.81 115.41a103.9 103.9 0 0 1 90.6-90.65a4 4 0 0 1 4.47 3.79a87.82 87.82 0 0 1-91.27 91.33a4 4 0 0 1-3.8-4.47m202.54 20.7c-1.12 0-2.23-.07-3.35-.07a87.84 87.84 0 0 0-87.88 91.41a4 4 0 0 0 4.47 3.79a103.9 103.9 0 0 0 90.6-90.66a4 4 0 0 0-3.84-4.47m-76.89 14.35A103.33 103.33 0 0 1 224 120h3.09a4 4 0 0 0 4.12-4.43a103.91 103.91 0 0 0-90.88-90.89a4 4 0 0 0-4.43 4.12a103.72 103.72 0 0 1-30.36 76.7A103.33 103.33 0 0 1 32 136h-3.09a4 4 0 0 0-4.12 4.43a103.91 103.91 0 0 0 90.88 90.89a4 4 0 0 0 4.43-4.12a103.72 103.72 0 0 1 30.36-76.74"/></svg>
</template>

CSS

.icon-tennis-ball-fill {
  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%22M24.81%20115.41a103.9%20103.9%200%200%201%2090.6-90.65a4%204%200%200%201%204.47%203.79a87.82%2087.82%200%200%201-91.27%2091.33a4%204%200%200%201-3.8-4.47m202.54%2020.7c-1.12%200-2.23-.07-3.35-.07a87.84%2087.84%200%200%200-87.88%2091.41a4%204%200%200%200%204.47%203.79a103.9%20103.9%200%200%200%2090.6-90.66a4%204%200%200%200-3.84-4.47m-76.89%2014.35A103.33%20103.33%200%200%201%20224%20120h3.09a4%204%200%200%200%204.12-4.43a103.91%20103.91%200%200%200-90.88-90.89a4%204%200%200%200-4.43%204.12a103.72%20103.72%200%200%201-30.36%2076.7A103.33%20103.33%200%200%201%2032%20136h-3.09a4%204%200%200%200-4.12%204.43a103.91%20103.91%200%200%200%2090.88%2090.89a4%204%200%200%200%204.43-4.12a103.72%20103.72%200%200%201%2030.36-76.74%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%22M24.81%20115.41a103.9%20103.9%200%200%201%2090.6-90.65a4%204%200%200%201%204.47%203.79a87.82%2087.82%200%200%201-91.27%2091.33a4%204%200%200%201-3.8-4.47m202.54%2020.7c-1.12%200-2.23-.07-3.35-.07a87.84%2087.84%200%200%200-87.88%2091.41a4%204%200%200%200%204.47%203.79a103.9%20103.9%200%200%200%2090.6-90.66a4%204%200%200%200-3.84-4.47m-76.89%2014.35A103.33%20103.33%200%200%201%20224%20120h3.09a4%204%200%200%200%204.12-4.43a103.91%20103.91%200%200%200-90.88-90.89a4%204%200%200%200-4.43%204.12a103.72%20103.72%200%200%201-30.36%2076.7A103.33%20103.33%200%200%201%2032%20136h-3.09a4%204%200%200%200-4.12%204.43a103.91%20103.91%200%200%200%2090.88%2090.89a4%204%200%200%200%204.43-4.12a103.72%20103.72%200%200%201%2030.36-76.74%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/tennis-ball-fill.svg?color=%231a73e8&size=48