tennis ball alt icon

tennis-ball-alt from Iconoir by Luca Burgio · Regular · Activities · MIT Free for personal and commercial use.

Name
tennis-ball-alt
Set
Iconoir
Style
Regular
Category
Activities
Viewbox
24×24
License
MIT

More activities icons from Iconoir

Use the tennis ball alt icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M20.66 7c2.762 4.783 1.123 10.899-3.66 13.66S6.101 21.783 3.34 17S2.217 6.1 7 3.34S17.899 2.217 20.66 7"/><path d="M21.46 15.242c-4.986-3.302-7.582-7.8-7.538-13.056m-3.844 19.628C9.71 15.844 7.114 11.347 2.54 8.758"/></g></svg>

React

import type { SVGProps } from "react";

export function IconoirTennisBallAlt(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M20.66 7c2.762 4.783 1.123 10.899-3.66 13.66S6.101 21.783 3.34 17S2.217 6.1 7 3.34S17.899 2.217 20.66 7"/><path d="M21.46 15.242c-4.986-3.302-7.582-7.8-7.538-13.056m-3.844 19.628C9.71 15.844 7.114 11.347 2.54 8.758"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M20.66 7c2.762 4.783 1.123 10.899-3.66 13.66S6.101 21.783 3.34 17S2.217 6.1 7 3.34S17.899 2.217 20.66 7"/><path d="M21.46 15.242c-4.986-3.302-7.582-7.8-7.538-13.056m-3.844 19.628C9.71 15.844 7.114 11.347 2.54 8.758"/></g></svg>
</template>

CSS

.icon-tennis-ball-alt {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M20.66%207c2.762%204.783%201.123%2010.899-3.66%2013.66S6.101%2021.783%203.34%2017S2.217%206.1%207%203.34S17.899%202.217%2020.66%207%22%2F%3E%3Cpath%20d%3D%22M21.46%2015.242c-4.986-3.302-7.582-7.8-7.538-13.056m-3.844%2019.628C9.71%2015.844%207.114%2011.347%202.54%208.758%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M20.66%207c2.762%204.783%201.123%2010.899-3.66%2013.66S6.101%2021.783%203.34%2017S2.217%206.1%207%203.34S17.899%202.217%2020.66%207%22%2F%3E%3Cpath%20d%3D%22M21.46%2015.242c-4.986-3.302-7.582-7.8-7.538-13.056m-3.844%2019.628C9.71%2015.844%207.114%2011.347%202.54%208.758%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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