tennis ball icon

tennis-ball from Unicons by Iconscout · Line · Sports · Apache-2.0 Free for personal and commercial use.

Name
tennis-ball
Set
Unicons
Style
Line
Category
Sports
Viewbox
24×24
License
Apache 2.0
Aliases
game

The same icon in other sets

More sports icons from Unicons

Use the tennis ball icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2a10 10 0 0 0-7.35 16.76l.09.1a10 10 0 0 0 14.52 0l.09-.1A10 10 0 0 0 12 2M5.61 16.79a7.93 7.93 0 0 1 0-9.58a6 6 0 0 1 0 9.58M12 20a7.9 7.9 0 0 1-5-1.77A8 8 0 0 0 7 5.77a7.95 7.95 0 0 1 10 0a8 8 0 0 0 0 12.46A7.9 7.9 0 0 1 12 20m6.39-3.21a6 6 0 0 1 0-9.58a7.93 7.93 0 0 1 0 9.58"/></svg>

React

import type { SVGProps } from "react";

export function UilTennisBall(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2a10 10 0 0 0-7.35 16.76l.09.1a10 10 0 0 0 14.52 0l.09-.1A10 10 0 0 0 12 2M5.61 16.79a7.93 7.93 0 0 1 0-9.58a6 6 0 0 1 0 9.58M12 20a7.9 7.9 0 0 1-5-1.77A8 8 0 0 0 7 5.77a7.95 7.95 0 0 1 10 0a8 8 0 0 0 0 12.46A7.9 7.9 0 0 1 12 20m6.39-3.21a6 6 0 0 1 0-9.58a7.93 7.93 0 0 1 0 9.58"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2a10 10 0 0 0-7.35 16.76l.09.1a10 10 0 0 0 14.52 0l.09-.1A10 10 0 0 0 12 2M5.61 16.79a7.93 7.93 0 0 1 0-9.58a6 6 0 0 1 0 9.58M12 20a7.9 7.9 0 0 1-5-1.77A8 8 0 0 0 7 5.77a7.95 7.95 0 0 1 10 0a8 8 0 0 0 0 12.46A7.9 7.9 0 0 1 12 20m6.39-3.21a6 6 0 0 1 0-9.58a7.93 7.93 0 0 1 0 9.58"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%202a10%2010%200%200%200-7.35%2016.76l.09.1a10%2010%200%200%200%2014.52%200l.09-.1A10%2010%200%200%200%2012%202M5.61%2016.79a7.93%207.93%200%200%201%200-9.58a6%206%200%200%201%200%209.58M12%2020a7.9%207.9%200%200%201-5-1.77A8%208%200%200%200%207%205.77a7.95%207.95%200%200%201%2010%200a8%208%200%200%200%200%2012.46A7.9%207.9%200%200%201%2012%2020m6.39-3.21a6%206%200%200%201%200-9.58a7.93%207.93%200%200%201%200%209.58%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%202a10%2010%200%200%200-7.35%2016.76l.09.1a10%2010%200%200%200%2014.52%200l.09-.1A10%2010%200%200%200%2012%202M5.61%2016.79a7.93%207.93%200%200%201%200-9.58a6%206%200%200%201%200%209.58M12%2020a7.9%207.9%200%200%201-5-1.77A8%208%200%200%200%207%205.77a7.95%207.95%200%200%201%2010%200a8%208%200%200%200%200%2012.46A7.9%207.9%200%200%201%2012%2020m6.39-3.21a6%206%200%200%201%200-9.58a7.93%207.93%200%200%201%200%209.58%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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