basketball icon
basketball-linear from Solar by 480 Design · Linear · Sports · CC-BY-4.0 Attribution required.
- Name
- basketball-linear
- Set
- Solar
- Style
- Linear
- Category
- Sports
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
The same icon in other sets
basketballBoxIcons v2basketballBoxIcons v2 SolidbasketballCarbonbasketballEmoji One (Colored)basketballElement PlusbasketballFont Awesome 6 SolidbasketballFont Awesome SolidbasketballFluent EmojibasketballFluent Emoji FlatbasketballFluent Emoji High ContrastbasketballIconParkbasketballIconPark OutlinebasketballIconoirbasketballIonIconsbasketballJam IconsbasketballLucide LabbasketballMaterial Design Iconsbasketball-fillMingCute IconbasketballNoto EmojibasketballOpenMojibasketballPhosphorbasketball-fillRemix IconbasketballStreamline EmojisbasketballTwitter Emoji
More sports icons from Solar
balls-boldbicycling-boldbicycling-round-boldbody-shape-boldbody-shape-minimalistic-boldbowling-bolddumbbell-bolddumbbell-large-bolddumbbell-large-minimalistic-bolddumbbell-small-bolddumbbells-2-bolddumbbells-boldfootball-boldgolf-boldhiking-boldhiking-minimalistic-boldhiking-round-boldmeditation-boldmeditation-round-boldranking-boldrugby-boldrunning-2-boldrunning-boldrunning-round-bold
Use the basketball 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-width="1.5"><path d="M3.33946 16.9997C6.10089 21.7826 12.2168 23.4214 16.9997 20.66C18.9493 19.5344 20.3765 17.8514 21.1962 15.9286C22.3875 13.1341 22.2958 9.83304 20.66 6.99972C19.0242 4.1664 16.2112 2.43642 13.1955 2.07088C11.1204 1.81935 8.94932 2.21386 6.99972 3.33946C2.21679 6.10089 0.578039 12.2168 3.33946 16.9997Z"/><path stroke-linecap="round" d="M16.9498 20.5732C16.9498 20.5732 16.0108 13.982 14.0005 10.5C11.9901 7.01798 7.05029 3.42676 7.05029 3.42676"/><path stroke-linecap="round" d="M21.8638 12.5803C16.4528 11.3933 9.05903 16.348 7.57739 20.8177"/><path stroke-linecap="round" d="M16.4141 3.20884C14.9262 7.6299 7.67443 12.5122 2.28877 11.4515"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarBasketballLinear(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" strokeWidth="1.5"><path d="M3.33946 16.9997C6.10089 21.7826 12.2168 23.4214 16.9997 20.66C18.9493 19.5344 20.3765 17.8514 21.1962 15.9286C22.3875 13.1341 22.2958 9.83304 20.66 6.99972C19.0242 4.1664 16.2112 2.43642 13.1955 2.07088C11.1204 1.81935 8.94932 2.21386 6.99972 3.33946C2.21679 6.10089 0.578039 12.2168 3.33946 16.9997Z"/><path strokeLinecap="round" d="M16.9498 20.5732C16.9498 20.5732 16.0108 13.982 14.0005 10.5C11.9901 7.01798 7.05029 3.42676 7.05029 3.42676"/><path strokeLinecap="round" d="M21.8638 12.5803C16.4528 11.3933 9.05903 16.348 7.57739 20.8177"/><path strokeLinecap="round" d="M16.4141 3.20884C14.9262 7.6299 7.67443 12.5122 2.28877 11.4515"/></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-width="1.5"><path d="M3.33946 16.9997C6.10089 21.7826 12.2168 23.4214 16.9997 20.66C18.9493 19.5344 20.3765 17.8514 21.1962 15.9286C22.3875 13.1341 22.2958 9.83304 20.66 6.99972C19.0242 4.1664 16.2112 2.43642 13.1955 2.07088C11.1204 1.81935 8.94932 2.21386 6.99972 3.33946C2.21679 6.10089 0.578039 12.2168 3.33946 16.9997Z"/><path stroke-linecap="round" d="M16.9498 20.5732C16.9498 20.5732 16.0108 13.982 14.0005 10.5C11.9901 7.01798 7.05029 3.42676 7.05029 3.42676"/><path stroke-linecap="round" d="M21.8638 12.5803C16.4528 11.3933 9.05903 16.348 7.57739 20.8177"/><path stroke-linecap="round" d="M16.4141 3.20884C14.9262 7.6299 7.67443 12.5122 2.28877 11.4515"/></g></svg> </template>
CSS
.icon-basketball-linear {
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-width%3D%221.5%22%3E%3Cpath%20d%3D%22M3.33946%2016.9997C6.10089%2021.7826%2012.2168%2023.4214%2016.9997%2020.66C18.9493%2019.5344%2020.3765%2017.8514%2021.1962%2015.9286C22.3875%2013.1341%2022.2958%209.83304%2020.66%206.99972C19.0242%204.1664%2016.2112%202.43642%2013.1955%202.07088C11.1204%201.81935%208.94932%202.21386%206.99972%203.33946C2.21679%206.10089%200.578039%2012.2168%203.33946%2016.9997Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M16.9498%2020.5732C16.9498%2020.5732%2016.0108%2013.982%2014.0005%2010.5C11.9901%207.01798%207.05029%203.42676%207.05029%203.42676%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M21.8638%2012.5803C16.4528%2011.3933%209.05903%2016.348%207.57739%2020.8177%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M16.4141%203.20884C14.9262%207.6299%207.67443%2012.5122%202.28877%2011.4515%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-width%3D%221.5%22%3E%3Cpath%20d%3D%22M3.33946%2016.9997C6.10089%2021.7826%2012.2168%2023.4214%2016.9997%2020.66C18.9493%2019.5344%2020.3765%2017.8514%2021.1962%2015.9286C22.3875%2013.1341%2022.2958%209.83304%2020.66%206.99972C19.0242%204.1664%2016.2112%202.43642%2013.1955%202.07088C11.1204%201.81935%208.94932%202.21386%206.99972%203.33946C2.21679%206.10089%200.578039%2012.2168%203.33946%2016.9997Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M16.9498%2020.5732C16.9498%2020.5732%2016.0108%2013.982%2014.0005%2010.5C11.9901%207.01798%207.05029%203.42676%207.05029%203.42676%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M21.8638%2012.5803C16.4528%2011.3933%209.05903%2016.348%207.57739%2020.8177%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M16.4141%203.20884C14.9262%207.6299%207.67443%2012.5122%202.28877%2011.4515%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/basketball-linear.svg?color=%231a73e8&size=48