ball icon
ball from BoxIcons v2 by Boxicons · Regular · MIT Free for personal and commercial use.
- Name
- ball
- Set
- BoxIcons v2
- Style
- Regular
- Viewbox
- 24×24
- License
- MIT
- Aliases
- bx-ball
The same icon in other sets
Use the ball icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.76 21a17.7 17.7 0 0 0 4 .43a13.9 13.9 0 0 0 9.93-3.69C23 12.37 21.06 4.11 21 3.76a1 1 0 0 0-.76-.76a18 18 0 0 0-4-.43a13.82 13.82 0 0 0-9.96 3.71C.94 11.63 2.94 19.89 3 20.24a1 1 0 0 0 .76.76M7.7 7.7a11.86 11.86 0 0 1 8.49-3.1a17.6 17.6 0 0 1 3 .25c.31 1.87.91 7.67-2.86 11.44a11.9 11.9 0 0 1-8.55 3.11a17 17 0 0 1-2.93-.25c-.32-1.88-.92-7.67 2.85-11.45"/><path fill="currentColor" d="m7.29 15.29l1.42 1.42l1.79-1.79l1.79 1.79l1.42-1.42l-1.8-1.79l1.59-1.59l1.79 1.8l1.42-1.42l-1.8-1.79l1.8-1.79l-1.42-1.42l-1.79 1.8l-1.79-1.8l-1.42 1.42l1.8 1.79l-1.59 1.59l-1.79-1.8l-1.42 1.42l1.8 1.79z"/></svg>
React
import type { SVGProps } from "react";
export function BxBall(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="M3.76 21a17.7 17.7 0 0 0 4 .43a13.9 13.9 0 0 0 9.93-3.69C23 12.37 21.06 4.11 21 3.76a1 1 0 0 0-.76-.76a18 18 0 0 0-4-.43a13.82 13.82 0 0 0-9.96 3.71C.94 11.63 2.94 19.89 3 20.24a1 1 0 0 0 .76.76M7.7 7.7a11.86 11.86 0 0 1 8.49-3.1a17.6 17.6 0 0 1 3 .25c.31 1.87.91 7.67-2.86 11.44a11.9 11.9 0 0 1-8.55 3.11a17 17 0 0 1-2.93-.25c-.32-1.88-.92-7.67 2.85-11.45"/><path fill="currentColor" d="m7.29 15.29l1.42 1.42l1.79-1.79l1.79 1.79l1.42-1.42l-1.8-1.79l1.59-1.59l1.79 1.8l1.42-1.42l-1.8-1.79l1.8-1.79l-1.42-1.42l-1.79 1.8l-1.79-1.8l-1.42 1.42l1.8 1.79l-1.59 1.59l-1.79-1.8l-1.42 1.42l1.8 1.79z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.76 21a17.7 17.7 0 0 0 4 .43a13.9 13.9 0 0 0 9.93-3.69C23 12.37 21.06 4.11 21 3.76a1 1 0 0 0-.76-.76a18 18 0 0 0-4-.43a13.82 13.82 0 0 0-9.96 3.71C.94 11.63 2.94 19.89 3 20.24a1 1 0 0 0 .76.76M7.7 7.7a11.86 11.86 0 0 1 8.49-3.1a17.6 17.6 0 0 1 3 .25c.31 1.87.91 7.67-2.86 11.44a11.9 11.9 0 0 1-8.55 3.11a17 17 0 0 1-2.93-.25c-.32-1.88-.92-7.67 2.85-11.45"/><path fill="currentColor" d="m7.29 15.29l1.42 1.42l1.79-1.79l1.79 1.79l1.42-1.42l-1.8-1.79l1.59-1.59l1.79 1.8l1.42-1.42l-1.8-1.79l1.8-1.79l-1.42-1.42l-1.79 1.8l-1.79-1.8l-1.42 1.42l1.8 1.79l-1.59 1.59l-1.79-1.8l-1.42 1.42l1.8 1.79z"/></svg> </template>
CSS
.icon-ball {
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%22M3.76%2021a17.7%2017.7%200%200%200%204%20.43a13.9%2013.9%200%200%200%209.93-3.69C23%2012.37%2021.06%204.11%2021%203.76a1%201%200%200%200-.76-.76a18%2018%200%200%200-4-.43a13.82%2013.82%200%200%200-9.96%203.71C.94%2011.63%202.94%2019.89%203%2020.24a1%201%200%200%200%20.76.76M7.7%207.7a11.86%2011.86%200%200%201%208.49-3.1a17.6%2017.6%200%200%201%203%20.25c.31%201.87.91%207.67-2.86%2011.44a11.9%2011.9%200%200%201-8.55%203.11a17%2017%200%200%201-2.93-.25c-.32-1.88-.92-7.67%202.85-11.45%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m7.29%2015.29l1.42%201.42l1.79-1.79l1.79%201.79l1.42-1.42l-1.8-1.79l1.59-1.59l1.79%201.8l1.42-1.42l-1.8-1.79l1.8-1.79l-1.42-1.42l-1.79%201.8l-1.79-1.8l-1.42%201.42l1.8%201.79l-1.59%201.59l-1.79-1.8l-1.42%201.42l1.8%201.79z%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%22M3.76%2021a17.7%2017.7%200%200%200%204%20.43a13.9%2013.9%200%200%200%209.93-3.69C23%2012.37%2021.06%204.11%2021%203.76a1%201%200%200%200-.76-.76a18%2018%200%200%200-4-.43a13.82%2013.82%200%200%200-9.96%203.71C.94%2011.63%202.94%2019.89%203%2020.24a1%201%200%200%200%20.76.76M7.7%207.7a11.86%2011.86%200%200%201%208.49-3.1a17.6%2017.6%200%200%201%203%20.25c.31%201.87.91%207.67-2.86%2011.44a11.9%2011.9%200%200%201-8.55%203.11a17%2017%200%200%201-2.93-.25c-.32-1.88-.92-7.67%202.85-11.45%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m7.29%2015.29l1.42%201.42l1.79-1.79l1.79%201.79l1.42-1.42l-1.8-1.79l1.59-1.59l1.79%201.8l1.42-1.42l-1.8-1.79l1.8-1.79l-1.42-1.42l-1.79%201.8l-1.79-1.8l-1.42%201.42l1.8%201.79l-1.59%201.59l-1.79-1.8l-1.42%201.42l1.8%201.79z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bx/ball.svg?color=%231a73e8&size=48