volleyball icon
volleyball-line from MingCute Icon by MingCute Design · Line · Apache-2.0 Free for personal and commercial use.
- Name
- volleyball-line
- Set
- MingCute Icon
- Style
- Line
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in MingCute Icon
The same icon in other sets
volleyballEmoji One (Colored)volleyballFont Awesome 6 SolidvolleyballFont Awesome SolidvolleyballFluent EmojivolleyballFluent Emoji FlatvolleyballFluent Emoji High ContrastvolleyballHuge IconsvolleyballIconParkvolleyballIconPark OutlinevolleyballLucidevolleyballLucide LabvolleyballMaterial Design IconsvolleyballNoto EmojivolleyballOpenMojivolleyballPhosphorvolleyball-boldSolarvolleyballTwitter EmojivolleyballUnicons
Use the volleyball icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-width="2" d="M12 12a6.98 6.98 0 0 1-2.05-4.95c0-1.509.478-2.906 1.29-4.05M10 8.083a9.98 9.98 0 0 1 8.464.721a10 10 0 0 1 2.456 1.993m-.746 5.045a6.97 6.97 0 0 0-2.862-3.142A6.98 6.98 0 0 0 12 12m-7.414 5.158a6.97 6.97 0 0 0 4.152-.908A6.98 6.98 0 0 0 12 12M6.497 4.878A10 10 0 0 0 6 8a9.98 9.98 0 0 0 3.588 7.674m11.332-4.877A9.002 9.002 0 0 0 3 12a9 9 0 0 0 5.58 8.328a9 9 0 0 0 12.34-9.531Zm-4.533 1.455a9.98 9.98 0 0 1-4.851 6.944a10 10 0 0 1-2.956 1.132"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteVolleyballLine(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeWidth="2" d="M12 12a6.98 6.98 0 0 1-2.05-4.95c0-1.509.478-2.906 1.29-4.05M10 8.083a9.98 9.98 0 0 1 8.464.721a10 10 0 0 1 2.456 1.993m-.746 5.045a6.97 6.97 0 0 0-2.862-3.142A6.98 6.98 0 0 0 12 12m-7.414 5.158a6.97 6.97 0 0 0 4.152-.908A6.98 6.98 0 0 0 12 12M6.497 4.878A10 10 0 0 0 6 8a9.98 9.98 0 0 0 3.588 7.674m11.332-4.877A9.002 9.002 0 0 0 3 12a9 9 0 0 0 5.58 8.328a9 9 0 0 0 12.34-9.531Zm-4.533 1.455a9.98 9.98 0 0 1-4.851 6.944a10 10 0 0 1-2.956 1.132"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-width="2" d="M12 12a6.98 6.98 0 0 1-2.05-4.95c0-1.509.478-2.906 1.29-4.05M10 8.083a9.98 9.98 0 0 1 8.464.721a10 10 0 0 1 2.456 1.993m-.746 5.045a6.97 6.97 0 0 0-2.862-3.142A6.98 6.98 0 0 0 12 12m-7.414 5.158a6.97 6.97 0 0 0 4.152-.908A6.98 6.98 0 0 0 12 12M6.497 4.878A10 10 0 0 0 6 8a9.98 9.98 0 0 0 3.588 7.674m11.332-4.877A9.002 9.002 0 0 0 3 12a9 9 0 0 0 5.58 8.328a9 9 0 0 0 12.34-9.531Zm-4.533 1.455a9.98 9.98 0 0 1-4.851 6.944a10 10 0 0 1-2.956 1.132"/></svg> </template>
CSS
.icon-volleyball-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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%222%22%20d%3D%22M12%2012a6.98%206.98%200%200%201-2.05-4.95c0-1.509.478-2.906%201.29-4.05M10%208.083a9.98%209.98%200%200%201%208.464.721a10%2010%200%200%201%202.456%201.993m-.746%205.045a6.97%206.97%200%200%200-2.862-3.142A6.98%206.98%200%200%200%2012%2012m-7.414%205.158a6.97%206.97%200%200%200%204.152-.908A6.98%206.98%200%200%200%2012%2012M6.497%204.878A10%2010%200%200%200%206%208a9.98%209.98%200%200%200%203.588%207.674m11.332-4.877A9.002%209.002%200%200%200%203%2012a9%209%200%200%200%205.58%208.328a9%209%200%200%200%2012.34-9.531Zm-4.533%201.455a9.98%209.98%200%200%201-4.851%206.944a10%2010%200%200%201-2.956%201.132%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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%222%22%20d%3D%22M12%2012a6.98%206.98%200%200%201-2.05-4.95c0-1.509.478-2.906%201.29-4.05M10%208.083a9.98%209.98%200%200%201%208.464.721a10%2010%200%200%201%202.456%201.993m-.746%205.045a6.97%206.97%200%200%200-2.862-3.142A6.98%206.98%200%200%200%2012%2012m-7.414%205.158a6.97%206.97%200%200%200%204.152-.908A6.98%206.98%200%200%200%2012%2012M6.497%204.878A10%2010%200%200%200%206%208a9.98%209.98%200%200%200%203.588%207.674m11.332-4.877A9.002%209.002%200%200%200%203%2012a9%209%200%200%200%205.58%208.328a9%209%200%200%200%2012.34-9.531Zm-4.533%201.455a9.98%209.98%200%200%201-4.851%206.944a10%2010%200%200%201-2.956%201.132%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/volleyball-line.svg?color=%231a73e8&size=48