ios basketball icon

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

Name
ios-basketball
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT

1 other variant in IonIcons

Related icons in IonIcons

Use the ios basketball icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M218.6 306.4c14.3-11.8 28.3-24.4 41.4-37.6l6.1-6.1c-2.8-2.9-5.6-5.8-8.3-8.5-49.9-49.9-107.7-89.6-171.8-118.1-18.4 26.1-31 56.6-35.8 89.6 32.2 2.3 63.2 10.5 92.2 24.5 28.8 13.9 54.4 32.8 76.2 56.2z" fill="currentColor"/><path d="M326.1 185.6c.5.5 1.1 1.1 1.7 1.6 20.9-30.5 38.8-63.2 53.5-97.4-33.8-25.5-75.6-41-121-41.9 2.4 22.3 8 44.1 16.7 64.7 11.5 27.4 28.1 52 49.1 73z" fill="currentColor"/><path d="M399 234.8c20.7 8.8 42.6 14.4 65 16.7-1.2-56.3-24.8-107.1-62.2-143.9-15 33.8-33.3 66.3-54.4 96.8 15.8 12.4 33.2 22.6 51.6 30.4z" fill="currentColor"/><path d="M193.9 318.1c-21.1-21.1-45.6-37.6-72.9-49.2-23.2-9.8-47.7-15.6-72.9-17.4 0 1.5-.1 3-.1 4.4 0 48.7 16.7 93.5 44.8 128.9 37.3-17 72.7-37.9 105.4-62.4-1.5-1.4-2.9-2.9-4.3-4.3z" fill="currentColor"/><path d="M283.8 243.6c10.1-11.3 19.7-23.1 28.8-35.1-44.5-42.3-72.1-98.6-78.2-159.5-51.9 5.4-98.1 29.8-131.5 66.2 33.4 15.3 65.5 33.8 95.6 55.1 30.5 21.7 59.2 46.3 85.3 73.3z" fill="currentColor"/><path d="M301.4 262.8c38.9 44 70.9 93.2 95.3 146.4 36.4-33.5 60.9-79.8 66.2-131.7-47.7-4.7-92.8-22.6-130.8-52-9.6 12.7-20 25.3-30.7 37.3z" fill="currentColor"/><path d="M235.3 326.2c29.9 39.5 47.5 86.2 51 135.6 33-4.8 63.5-17.4 89.5-35.8-23.4-52.6-54.3-101-92.2-144.2-15.2 15.6-31.4 30.5-48.3 44.4z" fill="currentColor"/><path d="M214.9 342.3c-32.4 24.4-67.4 45.5-104 62.8 37.5 36.5 88.6 59 145.1 59 1.5 0 3 0 4.5-.1-1.8-25.2-7.6-49.7-17.4-72.9-7.4-17.5-16.8-33.8-28.2-48.8z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonIosBasketball(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M218.6 306.4c14.3-11.8 28.3-24.4 41.4-37.6l6.1-6.1c-2.8-2.9-5.6-5.8-8.3-8.5-49.9-49.9-107.7-89.6-171.8-118.1-18.4 26.1-31 56.6-35.8 89.6 32.2 2.3 63.2 10.5 92.2 24.5 28.8 13.9 54.4 32.8 76.2 56.2z" fill="currentColor"/><path d="M326.1 185.6c.5.5 1.1 1.1 1.7 1.6 20.9-30.5 38.8-63.2 53.5-97.4-33.8-25.5-75.6-41-121-41.9 2.4 22.3 8 44.1 16.7 64.7 11.5 27.4 28.1 52 49.1 73z" fill="currentColor"/><path d="M399 234.8c20.7 8.8 42.6 14.4 65 16.7-1.2-56.3-24.8-107.1-62.2-143.9-15 33.8-33.3 66.3-54.4 96.8 15.8 12.4 33.2 22.6 51.6 30.4z" fill="currentColor"/><path d="M193.9 318.1c-21.1-21.1-45.6-37.6-72.9-49.2-23.2-9.8-47.7-15.6-72.9-17.4 0 1.5-.1 3-.1 4.4 0 48.7 16.7 93.5 44.8 128.9 37.3-17 72.7-37.9 105.4-62.4-1.5-1.4-2.9-2.9-4.3-4.3z" fill="currentColor"/><path d="M283.8 243.6c10.1-11.3 19.7-23.1 28.8-35.1-44.5-42.3-72.1-98.6-78.2-159.5-51.9 5.4-98.1 29.8-131.5 66.2 33.4 15.3 65.5 33.8 95.6 55.1 30.5 21.7 59.2 46.3 85.3 73.3z" fill="currentColor"/><path d="M301.4 262.8c38.9 44 70.9 93.2 95.3 146.4 36.4-33.5 60.9-79.8 66.2-131.7-47.7-4.7-92.8-22.6-130.8-52-9.6 12.7-20 25.3-30.7 37.3z" fill="currentColor"/><path d="M235.3 326.2c29.9 39.5 47.5 86.2 51 135.6 33-4.8 63.5-17.4 89.5-35.8-23.4-52.6-54.3-101-92.2-144.2-15.2 15.6-31.4 30.5-48.3 44.4z" fill="currentColor"/><path d="M214.9 342.3c-32.4 24.4-67.4 45.5-104 62.8 37.5 36.5 88.6 59 145.1 59 1.5 0 3 0 4.5-.1-1.8-25.2-7.6-49.7-17.4-72.9-7.4-17.5-16.8-33.8-28.2-48.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="M218.6 306.4c14.3-11.8 28.3-24.4 41.4-37.6l6.1-6.1c-2.8-2.9-5.6-5.8-8.3-8.5-49.9-49.9-107.7-89.6-171.8-118.1-18.4 26.1-31 56.6-35.8 89.6 32.2 2.3 63.2 10.5 92.2 24.5 28.8 13.9 54.4 32.8 76.2 56.2z" fill="currentColor"/><path d="M326.1 185.6c.5.5 1.1 1.1 1.7 1.6 20.9-30.5 38.8-63.2 53.5-97.4-33.8-25.5-75.6-41-121-41.9 2.4 22.3 8 44.1 16.7 64.7 11.5 27.4 28.1 52 49.1 73z" fill="currentColor"/><path d="M399 234.8c20.7 8.8 42.6 14.4 65 16.7-1.2-56.3-24.8-107.1-62.2-143.9-15 33.8-33.3 66.3-54.4 96.8 15.8 12.4 33.2 22.6 51.6 30.4z" fill="currentColor"/><path d="M193.9 318.1c-21.1-21.1-45.6-37.6-72.9-49.2-23.2-9.8-47.7-15.6-72.9-17.4 0 1.5-.1 3-.1 4.4 0 48.7 16.7 93.5 44.8 128.9 37.3-17 72.7-37.9 105.4-62.4-1.5-1.4-2.9-2.9-4.3-4.3z" fill="currentColor"/><path d="M283.8 243.6c10.1-11.3 19.7-23.1 28.8-35.1-44.5-42.3-72.1-98.6-78.2-159.5-51.9 5.4-98.1 29.8-131.5 66.2 33.4 15.3 65.5 33.8 95.6 55.1 30.5 21.7 59.2 46.3 85.3 73.3z" fill="currentColor"/><path d="M301.4 262.8c38.9 44 70.9 93.2 95.3 146.4 36.4-33.5 60.9-79.8 66.2-131.7-47.7-4.7-92.8-22.6-130.8-52-9.6 12.7-20 25.3-30.7 37.3z" fill="currentColor"/><path d="M235.3 326.2c29.9 39.5 47.5 86.2 51 135.6 33-4.8 63.5-17.4 89.5-35.8-23.4-52.6-54.3-101-92.2-144.2-15.2 15.6-31.4 30.5-48.3 44.4z" fill="currentColor"/><path d="M214.9 342.3c-32.4 24.4-67.4 45.5-104 62.8 37.5 36.5 88.6 59 145.1 59 1.5 0 3 0 4.5-.1-1.8-25.2-7.6-49.7-17.4-72.9-7.4-17.5-16.8-33.8-28.2-48.8z" fill="currentColor"/></svg>
</template>

CSS

.icon-ios-basketball {
  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%22M218.6%20306.4c14.3-11.8%2028.3-24.4%2041.4-37.6l6.1-6.1c-2.8-2.9-5.6-5.8-8.3-8.5-49.9-49.9-107.7-89.6-171.8-118.1-18.4%2026.1-31%2056.6-35.8%2089.6%2032.2%202.3%2063.2%2010.5%2092.2%2024.5%2028.8%2013.9%2054.4%2032.8%2076.2%2056.2z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M326.1%20185.6c.5.5%201.1%201.1%201.7%201.6%2020.9-30.5%2038.8-63.2%2053.5-97.4-33.8-25.5-75.6-41-121-41.9%202.4%2022.3%208%2044.1%2016.7%2064.7%2011.5%2027.4%2028.1%2052%2049.1%2073z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M399%20234.8c20.7%208.8%2042.6%2014.4%2065%2016.7-1.2-56.3-24.8-107.1-62.2-143.9-15%2033.8-33.3%2066.3-54.4%2096.8%2015.8%2012.4%2033.2%2022.6%2051.6%2030.4z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M193.9%20318.1c-21.1-21.1-45.6-37.6-72.9-49.2-23.2-9.8-47.7-15.6-72.9-17.4%200%201.5-.1%203-.1%204.4%200%2048.7%2016.7%2093.5%2044.8%20128.9%2037.3-17%2072.7-37.9%20105.4-62.4-1.5-1.4-2.9-2.9-4.3-4.3z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M283.8%20243.6c10.1-11.3%2019.7-23.1%2028.8-35.1-44.5-42.3-72.1-98.6-78.2-159.5-51.9%205.4-98.1%2029.8-131.5%2066.2%2033.4%2015.3%2065.5%2033.8%2095.6%2055.1%2030.5%2021.7%2059.2%2046.3%2085.3%2073.3z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M301.4%20262.8c38.9%2044%2070.9%2093.2%2095.3%20146.4%2036.4-33.5%2060.9-79.8%2066.2-131.7-47.7-4.7-92.8-22.6-130.8-52-9.6%2012.7-20%2025.3-30.7%2037.3z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M235.3%20326.2c29.9%2039.5%2047.5%2086.2%2051%20135.6%2033-4.8%2063.5-17.4%2089.5-35.8-23.4-52.6-54.3-101-92.2-144.2-15.2%2015.6-31.4%2030.5-48.3%2044.4z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M214.9%20342.3c-32.4%2024.4-67.4%2045.5-104%2062.8%2037.5%2036.5%2088.6%2059%20145.1%2059%201.5%200%203%200%204.5-.1-1.8-25.2-7.6-49.7-17.4-72.9-7.4-17.5-16.8-33.8-28.2-48.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%22M218.6%20306.4c14.3-11.8%2028.3-24.4%2041.4-37.6l6.1-6.1c-2.8-2.9-5.6-5.8-8.3-8.5-49.9-49.9-107.7-89.6-171.8-118.1-18.4%2026.1-31%2056.6-35.8%2089.6%2032.2%202.3%2063.2%2010.5%2092.2%2024.5%2028.8%2013.9%2054.4%2032.8%2076.2%2056.2z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M326.1%20185.6c.5.5%201.1%201.1%201.7%201.6%2020.9-30.5%2038.8-63.2%2053.5-97.4-33.8-25.5-75.6-41-121-41.9%202.4%2022.3%208%2044.1%2016.7%2064.7%2011.5%2027.4%2028.1%2052%2049.1%2073z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M399%20234.8c20.7%208.8%2042.6%2014.4%2065%2016.7-1.2-56.3-24.8-107.1-62.2-143.9-15%2033.8-33.3%2066.3-54.4%2096.8%2015.8%2012.4%2033.2%2022.6%2051.6%2030.4z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M193.9%20318.1c-21.1-21.1-45.6-37.6-72.9-49.2-23.2-9.8-47.7-15.6-72.9-17.4%200%201.5-.1%203-.1%204.4%200%2048.7%2016.7%2093.5%2044.8%20128.9%2037.3-17%2072.7-37.9%20105.4-62.4-1.5-1.4-2.9-2.9-4.3-4.3z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M283.8%20243.6c10.1-11.3%2019.7-23.1%2028.8-35.1-44.5-42.3-72.1-98.6-78.2-159.5-51.9%205.4-98.1%2029.8-131.5%2066.2%2033.4%2015.3%2065.5%2033.8%2095.6%2055.1%2030.5%2021.7%2059.2%2046.3%2085.3%2073.3z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M301.4%20262.8c38.9%2044%2070.9%2093.2%2095.3%20146.4%2036.4-33.5%2060.9-79.8%2066.2-131.7-47.7-4.7-92.8-22.6-130.8-52-9.6%2012.7-20%2025.3-30.7%2037.3z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M235.3%20326.2c29.9%2039.5%2047.5%2086.2%2051%20135.6%2033-4.8%2063.5-17.4%2089.5-35.8-23.4-52.6-54.3-101-92.2-144.2-15.2%2015.6-31.4%2030.5-48.3%2044.4z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M214.9%20342.3c-32.4%2024.4-67.4%2045.5-104%2062.8%2037.5%2036.5%2088.6%2059%20145.1%2059%201.5%200%203%200%204.5-.1-1.8-25.2-7.6-49.7-17.4-72.9-7.4-17.5-16.8-33.8-28.2-48.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/ios-basketball.svg?color=%231a73e8&size=48