tennis ball icon

tennis-ball from Carbon by IBM · Outline · Enterprise · Apache-2.0 Free for personal and commercial use.

Name
tennis-ball
Set
Carbon
Style
Outline
Category
Enterprise
Viewbox
32×32
License
Apache 2.0

The same icon in other sets

More enterprise icons from Carbon

Use the tennis ball icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M19 4a8.98 8.98 0 0 0-8.169 12.755L2 25.585L3.414 27l8.487-8.487a9 9 0 0 0 1.586 1.586L10 23.586L11.414 25l3.831-3.831A8.996 8.996 0 1 0 19 4m6.906 7.906a7.005 7.005 0 0 1-5.812-5.812a7.005 7.005 0 0 1 5.812 5.812m-13.812 2.188a7.005 7.005 0 0 1 5.812 5.812a7.005 7.005 0 0 1-5.812-5.812m7.836 5.837a9.01 9.01 0 0 0-7.861-7.862a7.004 7.004 0 0 1 6-6a9.01 9.01 0 0 0 7.861 7.862a7.004 7.004 0 0 1-6 6"/></svg>

React

import type { SVGProps } from "react";

export function CarbonTennisBall(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M19 4a8.98 8.98 0 0 0-8.169 12.755L2 25.585L3.414 27l8.487-8.487a9 9 0 0 0 1.586 1.586L10 23.586L11.414 25l3.831-3.831A8.996 8.996 0 1 0 19 4m6.906 7.906a7.005 7.005 0 0 1-5.812-5.812a7.005 7.005 0 0 1 5.812 5.812m-13.812 2.188a7.005 7.005 0 0 1 5.812 5.812a7.005 7.005 0 0 1-5.812-5.812m7.836 5.837a9.01 9.01 0 0 0-7.861-7.862a7.004 7.004 0 0 1 6-6a9.01 9.01 0 0 0 7.861 7.862a7.004 7.004 0 0 1-6 6"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M19 4a8.98 8.98 0 0 0-8.169 12.755L2 25.585L3.414 27l8.487-8.487a9 9 0 0 0 1.586 1.586L10 23.586L11.414 25l3.831-3.831A8.996 8.996 0 1 0 19 4m6.906 7.906a7.005 7.005 0 0 1-5.812-5.812a7.005 7.005 0 0 1 5.812 5.812m-13.812 2.188a7.005 7.005 0 0 1 5.812 5.812a7.005 7.005 0 0 1-5.812-5.812m7.836 5.837a9.01 9.01 0 0 0-7.861-7.862a7.004 7.004 0 0 1 6-6a9.01 9.01 0 0 0 7.861 7.862a7.004 7.004 0 0 1-6 6"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19%204a8.98%208.98%200%200%200-8.169%2012.755L2%2025.585L3.414%2027l8.487-8.487a9%209%200%200%200%201.586%201.586L10%2023.586L11.414%2025l3.831-3.831A8.996%208.996%200%201%200%2019%204m6.906%207.906a7.005%207.005%200%200%201-5.812-5.812a7.005%207.005%200%200%201%205.812%205.812m-13.812%202.188a7.005%207.005%200%200%201%205.812%205.812a7.005%207.005%200%200%201-5.812-5.812m7.836%205.837a9.01%209.01%200%200%200-7.861-7.862a7.004%207.004%200%200%201%206-6a9.01%209.01%200%200%200%207.861%207.862a7.004%207.004%200%200%201-6%206%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19%204a8.98%208.98%200%200%200-8.169%2012.755L2%2025.585L3.414%2027l8.487-8.487a9%209%200%200%200%201.586%201.586L10%2023.586L11.414%2025l3.831-3.831A8.996%208.996%200%201%200%2019%204m6.906%207.906a7.005%207.005%200%200%201-5.812-5.812a7.005%207.005%200%200%201%205.812%205.812m-13.812%202.188a7.005%207.005%200%200%201%205.812%205.812a7.005%207.005%200%200%201-5.812-5.812m7.836%205.837a9.01%209.01%200%200%200-7.861-7.862a7.004%207.004%200%200%201%206-6a9.01%209.01%200%200%200%207.861%207.862a7.004%207.004%200%200%201-6%206%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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