sports volleyball icon
sports-volleyball from Material Symbols by Google · Regular · Activities · Apache-2.0 Free for personal and commercial use.
- Name
- sports-volleyball
- Set
- Material Symbols
- Style
- Regular
- Category
- Activities
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- sports-volleyball-rounded, sports-volleyball-sharp
1 other variant in Material Symbols
The same icon in other sets
More activities icons from Material Symbols
Use the sports volleyball icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.6 9.2L13 4.225V2.05q3.075.3 5.4 2.263T21.6 9.2M6.75 13.9V3.5q.975-.575 2.05-.95t2.225-.5v9.375zM2.9 16.125q-.45-.95-.675-1.987T2 12q0-1.925.7-3.687T4.75 5.15v9.875zM7.3 20.8q-1.05-.5-1.9-1.25t-1.5-1.7l8.125-4.7l4.275 2.475zm4.725 1.2q-.575 0-1.175-.062t-1.15-.213l8.6-4.95l1.85 1.025q-1.425 1.95-3.562 3.075T12.025 22m9.1-5.9L13 11.425V6.5l9 5.225q0 1.15-.2 2.25t-.675 2.125"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsSportsVolleyball(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="M21.6 9.2L13 4.225V2.05q3.075.3 5.4 2.263T21.6 9.2M6.75 13.9V3.5q.975-.575 2.05-.95t2.225-.5v9.375zM2.9 16.125q-.45-.95-.675-1.987T2 12q0-1.925.7-3.687T4.75 5.15v9.875zM7.3 20.8q-1.05-.5-1.9-1.25t-1.5-1.7l8.125-4.7l4.275 2.475zm4.725 1.2q-.575 0-1.175-.062t-1.15-.213l8.6-4.95l1.85 1.025q-1.425 1.95-3.562 3.075T12.025 22m9.1-5.9L13 11.425V6.5l9 5.225q0 1.15-.2 2.25t-.675 2.125"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.6 9.2L13 4.225V2.05q3.075.3 5.4 2.263T21.6 9.2M6.75 13.9V3.5q.975-.575 2.05-.95t2.225-.5v9.375zM2.9 16.125q-.45-.95-.675-1.987T2 12q0-1.925.7-3.687T4.75 5.15v9.875zM7.3 20.8q-1.05-.5-1.9-1.25t-1.5-1.7l8.125-4.7l4.275 2.475zm4.725 1.2q-.575 0-1.175-.062t-1.15-.213l8.6-4.95l1.85 1.025q-1.425 1.95-3.562 3.075T12.025 22m9.1-5.9L13 11.425V6.5l9 5.225q0 1.15-.2 2.25t-.675 2.125"/></svg> </template>
CSS
.icon-sports-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%22M21.6%209.2L13%204.225V2.05q3.075.3%205.4%202.263T21.6%209.2M6.75%2013.9V3.5q.975-.575%202.05-.95t2.225-.5v9.375zM2.9%2016.125q-.45-.95-.675-1.987T2%2012q0-1.925.7-3.687T4.75%205.15v9.875zM7.3%2020.8q-1.05-.5-1.9-1.25t-1.5-1.7l8.125-4.7l4.275%202.475zm4.725%201.2q-.575%200-1.175-.062t-1.15-.213l8.6-4.95l1.85%201.025q-1.425%201.95-3.562%203.075T12.025%2022m9.1-5.9L13%2011.425V6.5l9%205.225q0%201.15-.2%202.25t-.675%202.125%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%22M21.6%209.2L13%204.225V2.05q3.075.3%205.4%202.263T21.6%209.2M6.75%2013.9V3.5q.975-.575%202.05-.95t2.225-.5v9.375zM2.9%2016.125q-.45-.95-.675-1.987T2%2012q0-1.925.7-3.687T4.75%205.15v9.875zM7.3%2020.8q-1.05-.5-1.9-1.25t-1.5-1.7l8.125-4.7l4.275%202.475zm4.725%201.2q-.575%200-1.175-.062t-1.15-.213l8.6-4.95l1.85%201.025q-1.425%201.95-3.562%203.075T12.025%2022m9.1-5.9L13%2011.425V6.5l9%205.225q0%201.15-.2%202.25t-.675%202.125%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/sports-volleyball.svg?color=%231a73e8&size=48