volleyball icon
volleyball from Reicon by REICON · Outline · Sports · MIT Free for personal and commercial use.
- Name
- volleyball
- Set
- Reicon
- Style
- Outline
- Category
- Sports
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
The same icon in other sets
All volleyball icons →volleyballEmoji One (Colored)volleyballFont Awesome 6 SolidvolleyballFont Awesome SolidvolleyballFluent EmojivolleyballFluent Emoji FlatvolleyballFluent Emoji High ContrastvolleyballHuge IconsvolleyballIconParkvolleyballIconPark OutlinevolleyballLucidevolleyballLucide LabvolleyballMaterial Design Iconsvolleyball-fillMingCute IconvolleyballNoto EmojivolleyballOpenMojivolleyballPhosphorvolleyball-boldSolarvolleyballTwitter EmojivolleyballUnicons
More sports icons from Reicon
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" fill-rule="evenodd" d="M1.25 12C1.25 6.063 6.063 1.25 12 1.25S22.75 6.063 22.75 12S17.937 22.75 12 22.75c-2.55 0-4.894-.888-6.737-2.372l-.002-.002A10.73 10.73 0 0 1 1.25 12m6.792 8.363c1.2.569 2.542.887 3.958.887a9.24 9.24 0 0 0 7.856-4.364a9.4 9.4 0 0 0-1.72-1.922c-2.606 2.802-6.27 4.808-10.094 5.399m8.863-6.28C14.1 17.024 10.022 18.958 6 19.04a9.3 9.3 0 0 1-1.64-1.824c3.062-.24 5.9-1.757 7.802-4.202l.202-.26a9.35 9.35 0 0 1 4.54 1.33m-4.475-2.828c3.211.1 6.204 1.617 8.183 4.125a9.2 9.2 0 0 0 .635-3.562l-.536-.545l-.002-.002a13.74 13.74 0 0 0-9.348-4.016a8.4 8.4 0 0 0 1.068 4m-.95-5.497a15.24 15.24 0 0 1 9.395 3.625a9.26 9.26 0 0 0-8.38-6.62l-.488 1.171a8.4 8.4 0 0 0-.528 1.824m-.635-2.937a9.2 9.2 0 0 0-2.758.795a14.68 14.68 0 0 0 .037 10.929a9.5 9.5 0 0 0 2.854-2.452l.117-.152a9.88 9.88 0 0 1-.473-8.584zM6.76 15.171a16.17 16.17 0 0 1-.666-10.29A9.23 9.23 0 0 0 2.75 12c0 1.335.283 2.604.792 3.75a9.5 9.5 0 0 0 3.218-.578" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function ReiconVolleyball(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" fillRule="evenodd" d="M1.25 12C1.25 6.063 6.063 1.25 12 1.25S22.75 6.063 22.75 12S17.937 22.75 12 22.75c-2.55 0-4.894-.888-6.737-2.372l-.002-.002A10.73 10.73 0 0 1 1.25 12m6.792 8.363c1.2.569 2.542.887 3.958.887a9.24 9.24 0 0 0 7.856-4.364a9.4 9.4 0 0 0-1.72-1.922c-2.606 2.802-6.27 4.808-10.094 5.399m8.863-6.28C14.1 17.024 10.022 18.958 6 19.04a9.3 9.3 0 0 1-1.64-1.824c3.062-.24 5.9-1.757 7.802-4.202l.202-.26a9.35 9.35 0 0 1 4.54 1.33m-4.475-2.828c3.211.1 6.204 1.617 8.183 4.125a9.2 9.2 0 0 0 .635-3.562l-.536-.545l-.002-.002a13.74 13.74 0 0 0-9.348-4.016a8.4 8.4 0 0 0 1.068 4m-.95-5.497a15.24 15.24 0 0 1 9.395 3.625a9.26 9.26 0 0 0-8.38-6.62l-.488 1.171a8.4 8.4 0 0 0-.528 1.824m-.635-2.937a9.2 9.2 0 0 0-2.758.795a14.68 14.68 0 0 0 .037 10.929a9.5 9.5 0 0 0 2.854-2.452l.117-.152a9.88 9.88 0 0 1-.473-8.584zM6.76 15.171a16.17 16.17 0 0 1-.666-10.29A9.23 9.23 0 0 0 2.75 12c0 1.335.283 2.604.792 3.75a9.5 9.5 0 0 0 3.218-.578" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M1.25 12C1.25 6.063 6.063 1.25 12 1.25S22.75 6.063 22.75 12S17.937 22.75 12 22.75c-2.55 0-4.894-.888-6.737-2.372l-.002-.002A10.73 10.73 0 0 1 1.25 12m6.792 8.363c1.2.569 2.542.887 3.958.887a9.24 9.24 0 0 0 7.856-4.364a9.4 9.4 0 0 0-1.72-1.922c-2.606 2.802-6.27 4.808-10.094 5.399m8.863-6.28C14.1 17.024 10.022 18.958 6 19.04a9.3 9.3 0 0 1-1.64-1.824c3.062-.24 5.9-1.757 7.802-4.202l.202-.26a9.35 9.35 0 0 1 4.54 1.33m-4.475-2.828c3.211.1 6.204 1.617 8.183 4.125a9.2 9.2 0 0 0 .635-3.562l-.536-.545l-.002-.002a13.74 13.74 0 0 0-9.348-4.016a8.4 8.4 0 0 0 1.068 4m-.95-5.497a15.24 15.24 0 0 1 9.395 3.625a9.26 9.26 0 0 0-8.38-6.62l-.488 1.171a8.4 8.4 0 0 0-.528 1.824m-.635-2.937a9.2 9.2 0 0 0-2.758.795a14.68 14.68 0 0 0 .037 10.929a9.5 9.5 0 0 0 2.854-2.452l.117-.152a9.88 9.88 0 0 1-.473-8.584zM6.76 15.171a16.17 16.17 0 0 1-.666-10.29A9.23 9.23 0 0 0 2.75 12c0 1.335.283 2.604.792 3.75a9.5 9.5 0 0 0 3.218-.578" clip-rule="evenodd"/></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%20fill-rule%3D%22evenodd%22%20d%3D%22M1.25%2012C1.25%206.063%206.063%201.25%2012%201.25S22.75%206.063%2022.75%2012S17.937%2022.75%2012%2022.75c-2.55%200-4.894-.888-6.737-2.372l-.002-.002A10.73%2010.73%200%200%201%201.25%2012m6.792%208.363c1.2.569%202.542.887%203.958.887a9.24%209.24%200%200%200%207.856-4.364a9.4%209.4%200%200%200-1.72-1.922c-2.606%202.802-6.27%204.808-10.094%205.399m8.863-6.28C14.1%2017.024%2010.022%2018.958%206%2019.04a9.3%209.3%200%200%201-1.64-1.824c3.062-.24%205.9-1.757%207.802-4.202l.202-.26a9.35%209.35%200%200%201%204.54%201.33m-4.475-2.828c3.211.1%206.204%201.617%208.183%204.125a9.2%209.2%200%200%200%20.635-3.562l-.536-.545l-.002-.002a13.74%2013.74%200%200%200-9.348-4.016a8.4%208.4%200%200%200%201.068%204m-.95-5.497a15.24%2015.24%200%200%201%209.395%203.625a9.26%209.26%200%200%200-8.38-6.62l-.488%201.171a8.4%208.4%200%200%200-.528%201.824m-.635-2.937a9.2%209.2%200%200%200-2.758.795a14.68%2014.68%200%200%200%20.037%2010.929a9.5%209.5%200%200%200%202.854-2.452l.117-.152a9.88%209.88%200%200%201-.473-8.584zM6.76%2015.171a16.17%2016.17%200%200%201-.666-10.29A9.23%209.23%200%200%200%202.75%2012c0%201.335.283%202.604.792%203.75a9.5%209.5%200%200%200%203.218-.578%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M1.25%2012C1.25%206.063%206.063%201.25%2012%201.25S22.75%206.063%2022.75%2012S17.937%2022.75%2012%2022.75c-2.55%200-4.894-.888-6.737-2.372l-.002-.002A10.73%2010.73%200%200%201%201.25%2012m6.792%208.363c1.2.569%202.542.887%203.958.887a9.24%209.24%200%200%200%207.856-4.364a9.4%209.4%200%200%200-1.72-1.922c-2.606%202.802-6.27%204.808-10.094%205.399m8.863-6.28C14.1%2017.024%2010.022%2018.958%206%2019.04a9.3%209.3%200%200%201-1.64-1.824c3.062-.24%205.9-1.757%207.802-4.202l.202-.26a9.35%209.35%200%200%201%204.54%201.33m-4.475-2.828c3.211.1%206.204%201.617%208.183%204.125a9.2%209.2%200%200%200%20.635-3.562l-.536-.545l-.002-.002a13.74%2013.74%200%200%200-9.348-4.016a8.4%208.4%200%200%200%201.068%204m-.95-5.497a15.24%2015.24%200%200%201%209.395%203.625a9.26%209.26%200%200%200-8.38-6.62l-.488%201.171a8.4%208.4%200%200%200-.528%201.824m-.635-2.937a9.2%209.2%200%200%200-2.758.795a14.68%2014.68%200%200%200%20.037%2010.929a9.5%209.5%200%200%200%202.854-2.452l.117-.152a9.88%209.88%200%200%201-.473-8.584zM6.76%2015.171a16.17%2016.17%200%200%201-.666-10.29A9.23%209.23%200%200%200%202.75%2012c0%201.335.283%202.604.792%203.75a9.5%209.5%200%200%200%203.218-.578%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/volleyball.svg?color=%231a73e8&size=48