tennis ball icon
tennis-ball-outline from Material Design Icons by Pictogrammers · Outline · Sport · Apache-2.0 Free for personal and commercial use.
- Name
- tennis-ball-outline
- Set
- Material Design Icons
- Style
- Outline
- Category
- Sport
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in Material Design Icons
The same icon in other sets
More sport icons from Material Design Icons
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="M8.17 2.76A10.1 10.1 0 0 1 12 2c1.31 0 2.61.26 3.83.76c1.21.5 2.31 1.24 3.24 2.17s1.67 2.03 2.17 3.24c.5 1.22.76 2.52.76 3.83c0 2.65-1.05 5.2-2.93 7.07A9.97 9.97 0 0 1 12 22a10.1 10.1 0 0 1-3.83-.76a10 10 0 0 1-3.24-2.17A9.97 9.97 0 0 1 2 12c0-2.65 1.05-5.2 2.93-7.07c.93-.93 2.03-1.67 3.24-2.17M6.89 18.15a7.98 7.98 0 0 0 10.22 0A9.97 9.97 0 0 1 15 12c0-2.32.79-4.45 2.11-6.15A7.96 7.96 0 0 0 12 4c-1.88 0-3.68.66-5.11 1.85A10 10 0 0 1 9 12c0 2.32-.79 4.46-2.11 6.15M5.5 16.67C6.44 15.35 7 13.74 7 12s-.56-3.35-1.5-4.66A8 8 0 0 0 4 12c0 1.68.53 3.31 1.5 4.67m13-9.33A7.97 7.97 0 0 0 17 12c0 1.74.56 3.35 1.5 4.67A8.02 8.02 0 0 0 20 12c0-1.68-.53-3.31-1.5-4.66"/></svg>
React
import type { SVGProps } from "react";
export function MdiTennisBallOutline(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="M8.17 2.76A10.1 10.1 0 0 1 12 2c1.31 0 2.61.26 3.83.76c1.21.5 2.31 1.24 3.24 2.17s1.67 2.03 2.17 3.24c.5 1.22.76 2.52.76 3.83c0 2.65-1.05 5.2-2.93 7.07A9.97 9.97 0 0 1 12 22a10.1 10.1 0 0 1-3.83-.76a10 10 0 0 1-3.24-2.17A9.97 9.97 0 0 1 2 12c0-2.65 1.05-5.2 2.93-7.07c.93-.93 2.03-1.67 3.24-2.17M6.89 18.15a7.98 7.98 0 0 0 10.22 0A9.97 9.97 0 0 1 15 12c0-2.32.79-4.45 2.11-6.15A7.96 7.96 0 0 0 12 4c-1.88 0-3.68.66-5.11 1.85A10 10 0 0 1 9 12c0 2.32-.79 4.46-2.11 6.15M5.5 16.67C6.44 15.35 7 13.74 7 12s-.56-3.35-1.5-4.66A8 8 0 0 0 4 12c0 1.68.53 3.31 1.5 4.67m13-9.33A7.97 7.97 0 0 0 17 12c0 1.74.56 3.35 1.5 4.67A8.02 8.02 0 0 0 20 12c0-1.68-.53-3.31-1.5-4.66"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.17 2.76A10.1 10.1 0 0 1 12 2c1.31 0 2.61.26 3.83.76c1.21.5 2.31 1.24 3.24 2.17s1.67 2.03 2.17 3.24c.5 1.22.76 2.52.76 3.83c0 2.65-1.05 5.2-2.93 7.07A9.97 9.97 0 0 1 12 22a10.1 10.1 0 0 1-3.83-.76a10 10 0 0 1-3.24-2.17A9.97 9.97 0 0 1 2 12c0-2.65 1.05-5.2 2.93-7.07c.93-.93 2.03-1.67 3.24-2.17M6.89 18.15a7.98 7.98 0 0 0 10.22 0A9.97 9.97 0 0 1 15 12c0-2.32.79-4.45 2.11-6.15A7.96 7.96 0 0 0 12 4c-1.88 0-3.68.66-5.11 1.85A10 10 0 0 1 9 12c0 2.32-.79 4.46-2.11 6.15M5.5 16.67C6.44 15.35 7 13.74 7 12s-.56-3.35-1.5-4.66A8 8 0 0 0 4 12c0 1.68.53 3.31 1.5 4.67m13-9.33A7.97 7.97 0 0 0 17 12c0 1.74.56 3.35 1.5 4.67A8.02 8.02 0 0 0 20 12c0-1.68-.53-3.31-1.5-4.66"/></svg> </template>
CSS
.icon-tennis-ball-outline {
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%22M8.17%202.76A10.1%2010.1%200%200%201%2012%202c1.31%200%202.61.26%203.83.76c1.21.5%202.31%201.24%203.24%202.17s1.67%202.03%202.17%203.24c.5%201.22.76%202.52.76%203.83c0%202.65-1.05%205.2-2.93%207.07A9.97%209.97%200%200%201%2012%2022a10.1%2010.1%200%200%201-3.83-.76a10%2010%200%200%201-3.24-2.17A9.97%209.97%200%200%201%202%2012c0-2.65%201.05-5.2%202.93-7.07c.93-.93%202.03-1.67%203.24-2.17M6.89%2018.15a7.98%207.98%200%200%200%2010.22%200A9.97%209.97%200%200%201%2015%2012c0-2.32.79-4.45%202.11-6.15A7.96%207.96%200%200%200%2012%204c-1.88%200-3.68.66-5.11%201.85A10%2010%200%200%201%209%2012c0%202.32-.79%204.46-2.11%206.15M5.5%2016.67C6.44%2015.35%207%2013.74%207%2012s-.56-3.35-1.5-4.66A8%208%200%200%200%204%2012c0%201.68.53%203.31%201.5%204.67m13-9.33A7.97%207.97%200%200%200%2017%2012c0%201.74.56%203.35%201.5%204.67A8.02%208.02%200%200%200%2020%2012c0-1.68-.53-3.31-1.5-4.66%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%22M8.17%202.76A10.1%2010.1%200%200%201%2012%202c1.31%200%202.61.26%203.83.76c1.21.5%202.31%201.24%203.24%202.17s1.67%202.03%202.17%203.24c.5%201.22.76%202.52.76%203.83c0%202.65-1.05%205.2-2.93%207.07A9.97%209.97%200%200%201%2012%2022a10.1%2010.1%200%200%201-3.83-.76a10%2010%200%200%201-3.24-2.17A9.97%209.97%200%200%201%202%2012c0-2.65%201.05-5.2%202.93-7.07c.93-.93%202.03-1.67%203.24-2.17M6.89%2018.15a7.98%207.98%200%200%200%2010.22%200A9.97%209.97%200%200%201%2015%2012c0-2.32.79-4.45%202.11-6.15A7.96%207.96%200%200%200%2012%204c-1.88%200-3.68.66-5.11%201.85A10%2010%200%200%201%209%2012c0%202.32-.79%204.46-2.11%206.15M5.5%2016.67C6.44%2015.35%207%2013.74%207%2012s-.56-3.35-1.5-4.66A8%208%200%200%200%204%2012c0%201.68.53%203.31%201.5%204.67m13-9.33A7.97%207.97%200%200%200%2017%2012c0%201.74.56%203.35%201.5%204.67A8.02%208.02%200%200%200%2020%2012c0-1.68-.53-3.31-1.5-4.66%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/tennis-ball-outline.svg?color=%231a73e8&size=48