basketball icon

basketball-line from Remix Icon by Remix Design · Line · Game & Sports · Apache-2.0 Free for personal and commercial use.

Name
basketball-line
Set
Remix Icon
Style
Line
Category
Game & Sports
Viewbox
24×24
License
Apache 2.0

1 other variant in Remix Icon

The same icon in other sets

More game & sports icons from Remix Icon

Use the basketball icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12S6.477 2 12 2m.366 11.366l-3.469 6.01a8.06 8.06 0 0 0 4.459.51a9.94 9.94 0 0 1 .784-5.494zm3.518 2.031a7.96 7.96 0 0 0-.587 3.894a8 8 0 0 0 3.078-2.456zm-7.025-4.055a9.95 9.95 0 0 1-4.365 3.428a8 8 0 0 0 2.671 3.605l3.469-6.009zm11.103-.13l-.258.12a7.95 7.95 0 0 0-2.82 2.333l2.492 1.439a8 8 0 0 0 .586-3.893M4 12q0 .4.038.789a7.95 7.95 0 0 0 3.078-2.453L4.624 8.897A8 8 0 0 0 4 12m12.835-6.374l-3.469 6.008l1.775 1.025a9.95 9.95 0 0 1 4.366-3.43a8 8 0 0 0-2.419-3.402zM12 4q-.695.001-1.357.115a9.93 9.93 0 0 1-.784 5.494l1.775 1.025l3.469-6.01A8 8 0 0 0 12 4m-3.297.71l-.191.088a8 8 0 0 0-2.886 2.367l2.49 1.438a7.96 7.96 0 0 0 .587-3.893"/></svg>

React

import type { SVGProps } from "react";

export function RiBasketballLine(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="M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12S6.477 2 12 2m.366 11.366l-3.469 6.01a8.06 8.06 0 0 0 4.459.51a9.94 9.94 0 0 1 .784-5.494zm3.518 2.031a7.96 7.96 0 0 0-.587 3.894a8 8 0 0 0 3.078-2.456zm-7.025-4.055a9.95 9.95 0 0 1-4.365 3.428a8 8 0 0 0 2.671 3.605l3.469-6.009zm11.103-.13l-.258.12a7.95 7.95 0 0 0-2.82 2.333l2.492 1.439a8 8 0 0 0 .586-3.893M4 12q0 .4.038.789a7.95 7.95 0 0 0 3.078-2.453L4.624 8.897A8 8 0 0 0 4 12m12.835-6.374l-3.469 6.008l1.775 1.025a9.95 9.95 0 0 1 4.366-3.43a8 8 0 0 0-2.419-3.402zM12 4q-.695.001-1.357.115a9.93 9.93 0 0 1-.784 5.494l1.775 1.025l3.469-6.01A8 8 0 0 0 12 4m-3.297.71l-.191.088a8 8 0 0 0-2.886 2.367l2.49 1.438a7.96 7.96 0 0 0 .587-3.893"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12S6.477 2 12 2m.366 11.366l-3.469 6.01a8.06 8.06 0 0 0 4.459.51a9.94 9.94 0 0 1 .784-5.494zm3.518 2.031a7.96 7.96 0 0 0-.587 3.894a8 8 0 0 0 3.078-2.456zm-7.025-4.055a9.95 9.95 0 0 1-4.365 3.428a8 8 0 0 0 2.671 3.605l3.469-6.009zm11.103-.13l-.258.12a7.95 7.95 0 0 0-2.82 2.333l2.492 1.439a8 8 0 0 0 .586-3.893M4 12q0 .4.038.789a7.95 7.95 0 0 0 3.078-2.453L4.624 8.897A8 8 0 0 0 4 12m12.835-6.374l-3.469 6.008l1.775 1.025a9.95 9.95 0 0 1 4.366-3.43a8 8 0 0 0-2.419-3.402zM12 4q-.695.001-1.357.115a9.93 9.93 0 0 1-.784 5.494l1.775 1.025l3.469-6.01A8 8 0 0 0 12 4m-3.297.71l-.191.088a8 8 0 0 0-2.886 2.367l2.49 1.438a7.96 7.96 0 0 0 .587-3.893"/></svg>
</template>

CSS

.icon-basketball-line {
  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%22M12%202c5.523%200%2010%204.477%2010%2010s-4.477%2010-10%2010S2%2017.523%202%2012S6.477%202%2012%202m.366%2011.366l-3.469%206.01a8.06%208.06%200%200%200%204.459.51a9.94%209.94%200%200%201%20.784-5.494zm3.518%202.031a7.96%207.96%200%200%200-.587%203.894a8%208%200%200%200%203.078-2.456zm-7.025-4.055a9.95%209.95%200%200%201-4.365%203.428a8%208%200%200%200%202.671%203.605l3.469-6.009zm11.103-.13l-.258.12a7.95%207.95%200%200%200-2.82%202.333l2.492%201.439a8%208%200%200%200%20.586-3.893M4%2012q0%20.4.038.789a7.95%207.95%200%200%200%203.078-2.453L4.624%208.897A8%208%200%200%200%204%2012m12.835-6.374l-3.469%206.008l1.775%201.025a9.95%209.95%200%200%201%204.366-3.43a8%208%200%200%200-2.419-3.402zM12%204q-.695.001-1.357.115a9.93%209.93%200%200%201-.784%205.494l1.775%201.025l3.469-6.01A8%208%200%200%200%2012%204m-3.297.71l-.191.088a8%208%200%200%200-2.886%202.367l2.49%201.438a7.96%207.96%200%200%200%20.587-3.893%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%22M12%202c5.523%200%2010%204.477%2010%2010s-4.477%2010-10%2010S2%2017.523%202%2012S6.477%202%2012%202m.366%2011.366l-3.469%206.01a8.06%208.06%200%200%200%204.459.51a9.94%209.94%200%200%201%20.784-5.494zm3.518%202.031a7.96%207.96%200%200%200-.587%203.894a8%208%200%200%200%203.078-2.456zm-7.025-4.055a9.95%209.95%200%200%201-4.365%203.428a8%208%200%200%200%202.671%203.605l3.469-6.009zm11.103-.13l-.258.12a7.95%207.95%200%200%200-2.82%202.333l2.492%201.439a8%208%200%200%200%20.586-3.893M4%2012q0%20.4.038.789a7.95%207.95%200%200%200%203.078-2.453L4.624%208.897A8%208%200%200%200%204%2012m12.835-6.374l-3.469%206.008l1.775%201.025a9.95%209.95%200%200%201%204.366-3.43a8%208%200%200%200-2.419-3.402zM12%204q-.695.001-1.357.115a9.93%209.93%200%200%201-.784%205.494l1.775%201.025l3.469-6.01A8%208%200%200%200%2012%204m-3.297.71l-.191.088a8%208%200%200%200-2.886%202.367l2.49%201.438a7.96%207.96%200%200%200%20.587-3.893%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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