volleyball2 icon
volleyball2 from Reicon by REICON · Outline · Sports · MIT Free for personal and commercial use.
- Name
- volleyball2
- Set
- Reicon
- Style
- Outline
- Category
- Sports
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
More sports icons from Reicon
Use the volleyball2 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="M7.162 2.398A10.7 10.7 0 0 1 12 1.25c5.937 0 10.75 4.813 10.75 10.75S17.937 22.75 12 22.75a10.7 10.7 0 0 1-6.738-2.373A10.73 10.73 0 0 1 1.25 12a10.75 10.75 0 0 1 5.912-9.602m.925 1.218a14.67 14.67 0 0 0-.762 8.24a.75.75 0 1 1-1.472.289a16.1 16.1 0 0 1 .24-7.264A9.23 9.23 0 0 0 2.75 12c0 1.335.283 2.604.791 3.75a9.47 9.47 0 0 0 7.437-3.657l.117-.152a9.88 9.88 0 0 1-.473-8.584l.223-.536a9.2 9.2 0 0 0-2.758.795m4.408-.853l-.488 1.171a8.38 8.38 0 0 0 .423 7.321c3.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-6.865-3.723a.75.75 0 1 1 .31-1.468a15.24 15.24 0 0 1 6.72 3.303a9.26 9.26 0 0 0-8.38-6.62m7.36 14.123a9.36 9.36 0 0 0-7.491-4.132l-.202.26a10.97 10.97 0 0 1-7.802 4.202A9.3 9.3 0 0 0 6 19.04c3.003-.061 6.044-1.155 8.567-2.942a.75.75 0 1 1 .866 1.225c-2.186 1.548-4.748 2.631-7.391 3.04A9.2 9.2 0 0 0 12 21.25a9.24 9.24 0 0 0 7.856-4.364" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function ReiconVolleyball2(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="M7.162 2.398A10.7 10.7 0 0 1 12 1.25c5.937 0 10.75 4.813 10.75 10.75S17.937 22.75 12 22.75a10.7 10.7 0 0 1-6.738-2.373A10.73 10.73 0 0 1 1.25 12a10.75 10.75 0 0 1 5.912-9.602m.925 1.218a14.67 14.67 0 0 0-.762 8.24a.75.75 0 1 1-1.472.289a16.1 16.1 0 0 1 .24-7.264A9.23 9.23 0 0 0 2.75 12c0 1.335.283 2.604.791 3.75a9.47 9.47 0 0 0 7.437-3.657l.117-.152a9.88 9.88 0 0 1-.473-8.584l.223-.536a9.2 9.2 0 0 0-2.758.795m4.408-.853l-.488 1.171a8.38 8.38 0 0 0 .423 7.321c3.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-6.865-3.723a.75.75 0 1 1 .31-1.468a15.24 15.24 0 0 1 6.72 3.303a9.26 9.26 0 0 0-8.38-6.62m7.36 14.123a9.36 9.36 0 0 0-7.491-4.132l-.202.26a10.97 10.97 0 0 1-7.802 4.202A9.3 9.3 0 0 0 6 19.04c3.003-.061 6.044-1.155 8.567-2.942a.75.75 0 1 1 .866 1.225c-2.186 1.548-4.748 2.631-7.391 3.04A9.2 9.2 0 0 0 12 21.25a9.24 9.24 0 0 0 7.856-4.364" 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="M7.162 2.398A10.7 10.7 0 0 1 12 1.25c5.937 0 10.75 4.813 10.75 10.75S17.937 22.75 12 22.75a10.7 10.7 0 0 1-6.738-2.373A10.73 10.73 0 0 1 1.25 12a10.75 10.75 0 0 1 5.912-9.602m.925 1.218a14.67 14.67 0 0 0-.762 8.24a.75.75 0 1 1-1.472.289a16.1 16.1 0 0 1 .24-7.264A9.23 9.23 0 0 0 2.75 12c0 1.335.283 2.604.791 3.75a9.47 9.47 0 0 0 7.437-3.657l.117-.152a9.88 9.88 0 0 1-.473-8.584l.223-.536a9.2 9.2 0 0 0-2.758.795m4.408-.853l-.488 1.171a8.38 8.38 0 0 0 .423 7.321c3.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-6.865-3.723a.75.75 0 1 1 .31-1.468a15.24 15.24 0 0 1 6.72 3.303a9.26 9.26 0 0 0-8.38-6.62m7.36 14.123a9.36 9.36 0 0 0-7.491-4.132l-.202.26a10.97 10.97 0 0 1-7.802 4.202A9.3 9.3 0 0 0 6 19.04c3.003-.061 6.044-1.155 8.567-2.942a.75.75 0 1 1 .866 1.225c-2.186 1.548-4.748 2.631-7.391 3.04A9.2 9.2 0 0 0 12 21.25a9.24 9.24 0 0 0 7.856-4.364" clip-rule="evenodd"/></svg> </template>
CSS
.icon-volleyball2 {
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%22M7.162%202.398A10.7%2010.7%200%200%201%2012%201.25c5.937%200%2010.75%204.813%2010.75%2010.75S17.937%2022.75%2012%2022.75a10.7%2010.7%200%200%201-6.738-2.373A10.73%2010.73%200%200%201%201.25%2012a10.75%2010.75%200%200%201%205.912-9.602m.925%201.218a14.67%2014.67%200%200%200-.762%208.24a.75.75%200%201%201-1.472.289a16.1%2016.1%200%200%201%20.24-7.264A9.23%209.23%200%200%200%202.75%2012c0%201.335.283%202.604.791%203.75a9.47%209.47%200%200%200%207.437-3.657l.117-.152a9.88%209.88%200%200%201-.473-8.584l.223-.536a9.2%209.2%200%200%200-2.758.795m4.408-.853l-.488%201.171a8.38%208.38%200%200%200%20.423%207.321c3.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-6.865-3.723a.75.75%200%201%201%20.31-1.468a15.24%2015.24%200%200%201%206.72%203.303a9.26%209.26%200%200%200-8.38-6.62m7.36%2014.123a9.36%209.36%200%200%200-7.491-4.132l-.202.26a10.97%2010.97%200%200%201-7.802%204.202A9.3%209.3%200%200%200%206%2019.04c3.003-.061%206.044-1.155%208.567-2.942a.75.75%200%201%201%20.866%201.225c-2.186%201.548-4.748%202.631-7.391%203.04A9.2%209.2%200%200%200%2012%2021.25a9.24%209.24%200%200%200%207.856-4.364%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%22M7.162%202.398A10.7%2010.7%200%200%201%2012%201.25c5.937%200%2010.75%204.813%2010.75%2010.75S17.937%2022.75%2012%2022.75a10.7%2010.7%200%200%201-6.738-2.373A10.73%2010.73%200%200%201%201.25%2012a10.75%2010.75%200%200%201%205.912-9.602m.925%201.218a14.67%2014.67%200%200%200-.762%208.24a.75.75%200%201%201-1.472.289a16.1%2016.1%200%200%201%20.24-7.264A9.23%209.23%200%200%200%202.75%2012c0%201.335.283%202.604.791%203.75a9.47%209.47%200%200%200%207.437-3.657l.117-.152a9.88%209.88%200%200%201-.473-8.584l.223-.536a9.2%209.2%200%200%200-2.758.795m4.408-.853l-.488%201.171a8.38%208.38%200%200%200%20.423%207.321c3.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-6.865-3.723a.75.75%200%201%201%20.31-1.468a15.24%2015.24%200%200%201%206.72%203.303a9.26%209.26%200%200%200-8.38-6.62m7.36%2014.123a9.36%209.36%200%200%200-7.491-4.132l-.202.26a10.97%2010.97%200%200%201-7.802%204.202A9.3%209.3%200%200%200%206%2019.04c3.003-.061%206.044-1.155%208.567-2.942a.75.75%200%201%201%20.866%201.225c-2.186%201.548-4.748%202.631-7.391%203.04A9.2%209.2%200%200%200%2012%2021.25a9.24%209.24%200%200%200%207.856-4.364%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/volleyball2.svg?color=%231a73e8&size=48