tennis ball icon
tennis-ball from BoxIcons v2 Solid by Boxicons · Solid · MIT Free for personal and commercial use.
- Name
- tennis-ball
- Set
- BoxIcons v2 Solid
- Style
- Solid
- Viewbox
- 24×24
- License
- MIT
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 24 24"><path fill="currentColor" d="M4.929 19.071a9.95 9.95 0 0 0 6.692 2.906c-.463-2.773.365-5.721 2.5-7.856c2.136-2.135 5.083-2.963 7.856-2.5c-.092-2.433-1.053-4.839-2.906-6.692s-4.26-2.814-6.692-2.906c.463 2.773-.365 5.721-2.5 7.856c-2.136 2.135-5.083 2.963-7.856 2.5a9.94 9.94 0 0 0 2.906 6.692"/><path fill="currentColor" d="M15.535 15.535a7 7 0 0 0-1.911 6.318a9.93 9.93 0 0 0 8.229-8.229a7 7 0 0 0-6.318 1.911m-7.07-7.07a7 7 0 0 0 1.911-6.318a9.93 9.93 0 0 0-8.23 8.229a7 7 0 0 0 6.319-1.911"/></svg>
React
import type { SVGProps } from "react";
export function BxsTennisBall(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="M4.929 19.071a9.95 9.95 0 0 0 6.692 2.906c-.463-2.773.365-5.721 2.5-7.856c2.136-2.135 5.083-2.963 7.856-2.5c-.092-2.433-1.053-4.839-2.906-6.692s-4.26-2.814-6.692-2.906c.463 2.773-.365 5.721-2.5 7.856c-2.136 2.135-5.083 2.963-7.856 2.5a9.94 9.94 0 0 0 2.906 6.692"/><path fill="currentColor" d="M15.535 15.535a7 7 0 0 0-1.911 6.318a9.93 9.93 0 0 0 8.229-8.229a7 7 0 0 0-6.318 1.911m-7.07-7.07a7 7 0 0 0 1.911-6.318a9.93 9.93 0 0 0-8.23 8.229a7 7 0 0 0 6.319-1.911"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.929 19.071a9.95 9.95 0 0 0 6.692 2.906c-.463-2.773.365-5.721 2.5-7.856c2.136-2.135 5.083-2.963 7.856-2.5c-.092-2.433-1.053-4.839-2.906-6.692s-4.26-2.814-6.692-2.906c.463 2.773-.365 5.721-2.5 7.856c-2.136 2.135-5.083 2.963-7.856 2.5a9.94 9.94 0 0 0 2.906 6.692"/><path fill="currentColor" d="M15.535 15.535a7 7 0 0 0-1.911 6.318a9.93 9.93 0 0 0 8.229-8.229a7 7 0 0 0-6.318 1.911m-7.07-7.07a7 7 0 0 0 1.911-6.318a9.93 9.93 0 0 0-8.23 8.229a7 7 0 0 0 6.319-1.911"/></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%22M4.929%2019.071a9.95%209.95%200%200%200%206.692%202.906c-.463-2.773.365-5.721%202.5-7.856c2.136-2.135%205.083-2.963%207.856-2.5c-.092-2.433-1.053-4.839-2.906-6.692s-4.26-2.814-6.692-2.906c.463%202.773-.365%205.721-2.5%207.856c-2.136%202.135-5.083%202.963-7.856%202.5a9.94%209.94%200%200%200%202.906%206.692%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.535%2015.535a7%207%200%200%200-1.911%206.318a9.93%209.93%200%200%200%208.229-8.229a7%207%200%200%200-6.318%201.911m-7.07-7.07a7%207%200%200%200%201.911-6.318a9.93%209.93%200%200%200-8.23%208.229a7%207%200%200%200%206.319-1.911%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%22M4.929%2019.071a9.95%209.95%200%200%200%206.692%202.906c-.463-2.773.365-5.721%202.5-7.856c2.136-2.135%205.083-2.963%207.856-2.5c-.092-2.433-1.053-4.839-2.906-6.692s-4.26-2.814-6.692-2.906c.463%202.773-.365%205.721-2.5%207.856c-2.136%202.135-5.083%202.963-7.856%202.5a9.94%209.94%200%200%200%202.906%206.692%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.535%2015.535a7%207%200%200%200-1.911%206.318a9.93%209.93%200%200%200%208.229-8.229a7%207%200%200%200-6.318%201.911m-7.07-7.07a7%207%200%200%200%201.911-6.318a9.93%209.93%200%200%200-8.23%208.229a7%207%200%200%200%206.319-1.911%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bxs/tennis-ball.svg?color=%231a73e8&size=48