md tennisball icon

md-tennisball from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.

Name
md-tennisball
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT

Related icons in IonIcons

Use the md tennisball icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M383.8 92.2C348.5 64.5 304.1 48 256 48c-48 0-92.3 16.5-127.6 44 41.6 44.8 64.3 103 64 164.3-.3 61-23.3 118.6-64.9 162.9 35.4 28 80.1 44.8 128.5 44.8 48.5 0 93.3-16.8 128.8-45-41.5-44.3-64.5-101.8-64.8-162.7-.3-61.2 22.3-119.3 63.8-164.1z" fill="currentColor"/><path d="M353.1 255.1c0 26.9 5.1 53 15.1 77.8 9.6 23.6 23.3 44.9 40.8 63.6 34.1-37.1 55-86.5 55-140.5 0-54.5-21.2-104.2-55.8-141.4-17.1 18.5-30.6 39.6-40 62.7-10 24.8-15.1 51-15.1 77.8z" fill="currentColor"/><path d="M159.3 255.1c0-26.9-5.1-53-15.1-77.8-9.4-23.2-22.9-44.4-40.2-62.9-34.7 37.2-56 87-56 141.6 0 54.2 21 103.6 55.2 140.7 17.6-18.7 31.4-40.1 41-63.8 10-24.7 15.1-50.9 15.1-77.8z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonMdTennisball(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M383.8 92.2C348.5 64.5 304.1 48 256 48c-48 0-92.3 16.5-127.6 44 41.6 44.8 64.3 103 64 164.3-.3 61-23.3 118.6-64.9 162.9 35.4 28 80.1 44.8 128.5 44.8 48.5 0 93.3-16.8 128.8-45-41.5-44.3-64.5-101.8-64.8-162.7-.3-61.2 22.3-119.3 63.8-164.1z" fill="currentColor"/><path d="M353.1 255.1c0 26.9 5.1 53 15.1 77.8 9.6 23.6 23.3 44.9 40.8 63.6 34.1-37.1 55-86.5 55-140.5 0-54.5-21.2-104.2-55.8-141.4-17.1 18.5-30.6 39.6-40 62.7-10 24.8-15.1 51-15.1 77.8z" fill="currentColor"/><path d="M159.3 255.1c0-26.9-5.1-53-15.1-77.8-9.4-23.2-22.9-44.4-40.2-62.9-34.7 37.2-56 87-56 141.6 0 54.2 21 103.6 55.2 140.7 17.6-18.7 31.4-40.1 41-63.8 10-24.7 15.1-50.9 15.1-77.8z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M383.8 92.2C348.5 64.5 304.1 48 256 48c-48 0-92.3 16.5-127.6 44 41.6 44.8 64.3 103 64 164.3-.3 61-23.3 118.6-64.9 162.9 35.4 28 80.1 44.8 128.5 44.8 48.5 0 93.3-16.8 128.8-45-41.5-44.3-64.5-101.8-64.8-162.7-.3-61.2 22.3-119.3 63.8-164.1z" fill="currentColor"/><path d="M353.1 255.1c0 26.9 5.1 53 15.1 77.8 9.6 23.6 23.3 44.9 40.8 63.6 34.1-37.1 55-86.5 55-140.5 0-54.5-21.2-104.2-55.8-141.4-17.1 18.5-30.6 39.6-40 62.7-10 24.8-15.1 51-15.1 77.8z" fill="currentColor"/><path d="M159.3 255.1c0-26.9-5.1-53-15.1-77.8-9.4-23.2-22.9-44.4-40.2-62.9-34.7 37.2-56 87-56 141.6 0 54.2 21 103.6 55.2 140.7 17.6-18.7 31.4-40.1 41-63.8 10-24.7 15.1-50.9 15.1-77.8z" fill="currentColor"/></svg>
</template>

CSS

.icon-md-tennisball {
  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%20512%20512%22%3E%3Cpath%20d%3D%22M383.8%2092.2C348.5%2064.5%20304.1%2048%20256%2048c-48%200-92.3%2016.5-127.6%2044%2041.6%2044.8%2064.3%20103%2064%20164.3-.3%2061-23.3%20118.6-64.9%20162.9%2035.4%2028%2080.1%2044.8%20128.5%2044.8%2048.5%200%2093.3-16.8%20128.8-45-41.5-44.3-64.5-101.8-64.8-162.7-.3-61.2%2022.3-119.3%2063.8-164.1z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M353.1%20255.1c0%2026.9%205.1%2053%2015.1%2077.8%209.6%2023.6%2023.3%2044.9%2040.8%2063.6%2034.1-37.1%2055-86.5%2055-140.5%200-54.5-21.2-104.2-55.8-141.4-17.1%2018.5-30.6%2039.6-40%2062.7-10%2024.8-15.1%2051-15.1%2077.8z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M159.3%20255.1c0-26.9-5.1-53-15.1-77.8-9.4-23.2-22.9-44.4-40.2-62.9-34.7%2037.2-56%2087-56%20141.6%200%2054.2%2021%20103.6%2055.2%20140.7%2017.6-18.7%2031.4-40.1%2041-63.8%2010-24.7%2015.1-50.9%2015.1-77.8z%22%20fill%3D%22currentColor%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%20512%20512%22%3E%3Cpath%20d%3D%22M383.8%2092.2C348.5%2064.5%20304.1%2048%20256%2048c-48%200-92.3%2016.5-127.6%2044%2041.6%2044.8%2064.3%20103%2064%20164.3-.3%2061-23.3%20118.6-64.9%20162.9%2035.4%2028%2080.1%2044.8%20128.5%2044.8%2048.5%200%2093.3-16.8%20128.8-45-41.5-44.3-64.5-101.8-64.8-162.7-.3-61.2%2022.3-119.3%2063.8-164.1z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M353.1%20255.1c0%2026.9%205.1%2053%2015.1%2077.8%209.6%2023.6%2023.3%2044.9%2040.8%2063.6%2034.1-37.1%2055-86.5%2055-140.5%200-54.5-21.2-104.2-55.8-141.4-17.1%2018.5-30.6%2039.6-40%2062.7-10%2024.8-15.1%2051-15.1%2077.8z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M159.3%20255.1c0-26.9-5.1-53-15.1-77.8-9.4-23.2-22.9-44.4-40.2-62.9-34.7%2037.2-56%2087-56%20141.6%200%2054.2%2021%20103.6%2055.2%20140.7%2017.6-18.7%2031.4-40.1%2041-63.8%2010-24.7%2015.1-50.9%2015.1-77.8z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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