volleyball icon

volleyball from Unicons by Iconscout · Line · Sports · Apache-2.0 Free for personal and commercial use.

Name
volleyball
Set
Unicons
Style
Line
Category
Sports
Viewbox
24×24
License
Apache 2.0

The same icon in other sets

More sports icons from Unicons

Use the volleyball icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.59 6.9a1 1 0 0 0-.07-.1A10 10 0 0 0 7.6 3h-.07a10 10 0 0 0-1 17.19l.33.2l.1.07A9.93 9.93 0 0 0 12 22h.21a10 10 0 0 0 8.38-15.1M19 8.06a7.6 7.6 0 0 1 .65 1.46a10 10 0 0 0-3-.49a.8.8 0 0 0-.31 0a9.8 9.8 0 0 0-3.58.73a7.9 7.9 0 0 1-1.84-1.6a8.16 8.16 0 0 1 8.08-.1M12 4a7.86 7.86 0 0 1 4 1.07A8 8 0 0 0 15 5a10 10 0 0 0-5.2 1.47a8 8 0 0 1-.64-1.94A7.9 7.9 0 0 1 12 4M6 6.71a8.3 8.3 0 0 1 1.33-1.19A9.9 9.9 0 0 0 12 11.61a7.9 7.9 0 0 1-.77 2.88A8 8 0 0 1 6 7zM4 12a8.1 8.1 0 0 1 .36-2.37a10 10 0 0 0 5.7 6.56a7.84 7.84 0 0 1-2.93 2.14A8 8 0 0 1 4 12m7.86 8a7.8 7.8 0 0 1-2.61-.49a9.94 9.94 0 0 0 3.23-3.22A10 10 0 0 0 14 11.41a7.7 7.7 0 0 1 1.78-.36A8 8 0 0 1 11.86 20m4.22-1.12A9.94 9.94 0 0 0 18 13a10.7 10.7 0 0 0-.18-1.88a8.3 8.3 0 0 1 2.17.7V12a8 8 0 0 1-3.91 6.87Z"/></svg>

React

import type { SVGProps } from "react";

export function UilVolleyball(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="M20.59 6.9a1 1 0 0 0-.07-.1A10 10 0 0 0 7.6 3h-.07a10 10 0 0 0-1 17.19l.33.2l.1.07A9.93 9.93 0 0 0 12 22h.21a10 10 0 0 0 8.38-15.1M19 8.06a7.6 7.6 0 0 1 .65 1.46a10 10 0 0 0-3-.49a.8.8 0 0 0-.31 0a9.8 9.8 0 0 0-3.58.73a7.9 7.9 0 0 1-1.84-1.6a8.16 8.16 0 0 1 8.08-.1M12 4a7.86 7.86 0 0 1 4 1.07A8 8 0 0 0 15 5a10 10 0 0 0-5.2 1.47a8 8 0 0 1-.64-1.94A7.9 7.9 0 0 1 12 4M6 6.71a8.3 8.3 0 0 1 1.33-1.19A9.9 9.9 0 0 0 12 11.61a7.9 7.9 0 0 1-.77 2.88A8 8 0 0 1 6 7zM4 12a8.1 8.1 0 0 1 .36-2.37a10 10 0 0 0 5.7 6.56a7.84 7.84 0 0 1-2.93 2.14A8 8 0 0 1 4 12m7.86 8a7.8 7.8 0 0 1-2.61-.49a9.94 9.94 0 0 0 3.23-3.22A10 10 0 0 0 14 11.41a7.7 7.7 0 0 1 1.78-.36A8 8 0 0 1 11.86 20m4.22-1.12A9.94 9.94 0 0 0 18 13a10.7 10.7 0 0 0-.18-1.88a8.3 8.3 0 0 1 2.17.7V12a8 8 0 0 1-3.91 6.87Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.59 6.9a1 1 0 0 0-.07-.1A10 10 0 0 0 7.6 3h-.07a10 10 0 0 0-1 17.19l.33.2l.1.07A9.93 9.93 0 0 0 12 22h.21a10 10 0 0 0 8.38-15.1M19 8.06a7.6 7.6 0 0 1 .65 1.46a10 10 0 0 0-3-.49a.8.8 0 0 0-.31 0a9.8 9.8 0 0 0-3.58.73a7.9 7.9 0 0 1-1.84-1.6a8.16 8.16 0 0 1 8.08-.1M12 4a7.86 7.86 0 0 1 4 1.07A8 8 0 0 0 15 5a10 10 0 0 0-5.2 1.47a8 8 0 0 1-.64-1.94A7.9 7.9 0 0 1 12 4M6 6.71a8.3 8.3 0 0 1 1.33-1.19A9.9 9.9 0 0 0 12 11.61a7.9 7.9 0 0 1-.77 2.88A8 8 0 0 1 6 7zM4 12a8.1 8.1 0 0 1 .36-2.37a10 10 0 0 0 5.7 6.56a7.84 7.84 0 0 1-2.93 2.14A8 8 0 0 1 4 12m7.86 8a7.8 7.8 0 0 1-2.61-.49a9.94 9.94 0 0 0 3.23-3.22A10 10 0 0 0 14 11.41a7.7 7.7 0 0 1 1.78-.36A8 8 0 0 1 11.86 20m4.22-1.12A9.94 9.94 0 0 0 18 13a10.7 10.7 0 0 0-.18-1.88a8.3 8.3 0 0 1 2.17.7V12a8 8 0 0 1-3.91 6.87Z"/></svg>
</template>

CSS

.icon-volleyball {
  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%22M20.59%206.9a1%201%200%200%200-.07-.1A10%2010%200%200%200%207.6%203h-.07a10%2010%200%200%200-1%2017.19l.33.2l.1.07A9.93%209.93%200%200%200%2012%2022h.21a10%2010%200%200%200%208.38-15.1M19%208.06a7.6%207.6%200%200%201%20.65%201.46a10%2010%200%200%200-3-.49a.8.8%200%200%200-.31%200a9.8%209.8%200%200%200-3.58.73a7.9%207.9%200%200%201-1.84-1.6a8.16%208.16%200%200%201%208.08-.1M12%204a7.86%207.86%200%200%201%204%201.07A8%208%200%200%200%2015%205a10%2010%200%200%200-5.2%201.47a8%208%200%200%201-.64-1.94A7.9%207.9%200%200%201%2012%204M6%206.71a8.3%208.3%200%200%201%201.33-1.19A9.9%209.9%200%200%200%2012%2011.61a7.9%207.9%200%200%201-.77%202.88A8%208%200%200%201%206%207zM4%2012a8.1%208.1%200%200%201%20.36-2.37a10%2010%200%200%200%205.7%206.56a7.84%207.84%200%200%201-2.93%202.14A8%208%200%200%201%204%2012m7.86%208a7.8%207.8%200%200%201-2.61-.49a9.94%209.94%200%200%200%203.23-3.22A10%2010%200%200%200%2014%2011.41a7.7%207.7%200%200%201%201.78-.36A8%208%200%200%201%2011.86%2020m4.22-1.12A9.94%209.94%200%200%200%2018%2013a10.7%2010.7%200%200%200-.18-1.88a8.3%208.3%200%200%201%202.17.7V12a8%208%200%200%201-3.91%206.87Z%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%22M20.59%206.9a1%201%200%200%200-.07-.1A10%2010%200%200%200%207.6%203h-.07a10%2010%200%200%200-1%2017.19l.33.2l.1.07A9.93%209.93%200%200%200%2012%2022h.21a10%2010%200%200%200%208.38-15.1M19%208.06a7.6%207.6%200%200%201%20.65%201.46a10%2010%200%200%200-3-.49a.8.8%200%200%200-.31%200a9.8%209.8%200%200%200-3.58.73a7.9%207.9%200%200%201-1.84-1.6a8.16%208.16%200%200%201%208.08-.1M12%204a7.86%207.86%200%200%201%204%201.07A8%208%200%200%200%2015%205a10%2010%200%200%200-5.2%201.47a8%208%200%200%201-.64-1.94A7.9%207.9%200%200%201%2012%204M6%206.71a8.3%208.3%200%200%201%201.33-1.19A9.9%209.9%200%200%200%2012%2011.61a7.9%207.9%200%200%201-.77%202.88A8%208%200%200%201%206%207zM4%2012a8.1%208.1%200%200%201%20.36-2.37a10%2010%200%200%200%205.7%206.56a7.84%207.84%200%200%201-2.93%202.14A8%208%200%200%201%204%2012m7.86%208a7.8%207.8%200%200%201-2.61-.49a9.94%209.94%200%200%200%203.23-3.22A10%2010%200%200%200%2014%2011.41a7.7%207.7%200%200%201%201.78-.36A8%208%200%200%201%2011.86%2020m4.22-1.12A9.94%209.94%200%200%200%2018%2013a10.7%2010.7%200%200%200-.18-1.88a8.3%208.3%200%200%201%202.17.7V12a8%208%200%200%201-3.91%206.87Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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