volleyball icon
volleyball-broken from Solar by 480 Design · Broken · Sports · CC-BY-4.0 Attribution required.
- Name
- volleyball-broken
- Set
- Solar
- Style
- Broken
- Category
- Sports
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
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 Iconsvolleyball-fillMingCute IconvolleyballNoto EmojivolleyballOpenMojivolleyballPhosphorvolleyballTwitter EmojivolleyballUnicons
More sports icons from Solar
balls-boldbasketball-boldbicycling-boldbicycling-round-boldbody-shape-boldbody-shape-minimalistic-boldbowling-bolddumbbell-bolddumbbell-large-bolddumbbell-large-minimalistic-bolddumbbell-small-bolddumbbells-2-bolddumbbells-boldfootball-boldgolf-boldhiking-boldhiking-minimalistic-boldhiking-round-boldmeditation-boldmeditation-round-boldranking-boldrugby-boldrunning-2-boldrunning-bold
Use the volleyball icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path stroke-linejoin="round" d="M12 2L11.3142 3.64586C10.1761 6.37726 10.4317 9.49075 12 12M12 12H12.0917C15.4705 12 18.6258 13.6887 20.5 16.5M12 12L11.5697 12.5532C9.63285 15.0435 6.65478 16.5 3.5 16.5M18 14L17.7087 14.3204C14.7097 17.6193 10.191 19.7928 5.7327 19.7928M21.9877 11.5L21.2426 10.7426C18.5261 8.02612 14.8417 6.5 11 6.5M7.5 3.06729C5.9 6.90729 5.9 11.16 7.5 15"/><path d="M3.33874 6.99805C4.18713 5.52576 5.42255 4.25018 6.99996 3.33946C11.7829 0.578039 17.8988 2.21679 20.6602 6.99972C23.4216 11.7826 21.7829 17.8985 17 20.66C12.217 23.4214 6.10113 21.7826 3.33971 16.9997C2.42899 15.4223 1.99687 13.6999 1.99829 12.0007"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarVolleyballBroken(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeWidth="1.5"><path strokeLinejoin="round" d="M12 2L11.3142 3.64586C10.1761 6.37726 10.4317 9.49075 12 12M12 12H12.0917C15.4705 12 18.6258 13.6887 20.5 16.5M12 12L11.5697 12.5532C9.63285 15.0435 6.65478 16.5 3.5 16.5M18 14L17.7087 14.3204C14.7097 17.6193 10.191 19.7928 5.7327 19.7928M21.9877 11.5L21.2426 10.7426C18.5261 8.02612 14.8417 6.5 11 6.5M7.5 3.06729C5.9 6.90729 5.9 11.16 7.5 15"/><path d="M3.33874 6.99805C4.18713 5.52576 5.42255 4.25018 6.99996 3.33946C11.7829 0.578039 17.8988 2.21679 20.6602 6.99972C23.4216 11.7826 21.7829 17.8985 17 20.66C12.217 23.4214 6.10113 21.7826 3.33971 16.9997C2.42899 15.4223 1.99687 13.6999 1.99829 12.0007"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path stroke-linejoin="round" d="M12 2L11.3142 3.64586C10.1761 6.37726 10.4317 9.49075 12 12M12 12H12.0917C15.4705 12 18.6258 13.6887 20.5 16.5M12 12L11.5697 12.5532C9.63285 15.0435 6.65478 16.5 3.5 16.5M18 14L17.7087 14.3204C14.7097 17.6193 10.191 19.7928 5.7327 19.7928M21.9877 11.5L21.2426 10.7426C18.5261 8.02612 14.8417 6.5 11 6.5M7.5 3.06729C5.9 6.90729 5.9 11.16 7.5 15"/><path d="M3.33874 6.99805C4.18713 5.52576 5.42255 4.25018 6.99996 3.33946C11.7829 0.578039 17.8988 2.21679 20.6602 6.99972C23.4216 11.7826 21.7829 17.8985 17 20.66C12.217 23.4214 6.10113 21.7826 3.33971 16.9997C2.42899 15.4223 1.99687 13.6999 1.99829 12.0007"/></g></svg> </template>
CSS
.icon-volleyball-broken {
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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M12%202L11.3142%203.64586C10.1761%206.37726%2010.4317%209.49075%2012%2012M12%2012H12.0917C15.4705%2012%2018.6258%2013.6887%2020.5%2016.5M12%2012L11.5697%2012.5532C9.63285%2015.0435%206.65478%2016.5%203.5%2016.5M18%2014L17.7087%2014.3204C14.7097%2017.6193%2010.191%2019.7928%205.7327%2019.7928M21.9877%2011.5L21.2426%2010.7426C18.5261%208.02612%2014.8417%206.5%2011%206.5M7.5%203.06729C5.9%206.90729%205.9%2011.16%207.5%2015%22%2F%3E%3Cpath%20d%3D%22M3.33874%206.99805C4.18713%205.52576%205.42255%204.25018%206.99996%203.33946C11.7829%200.578039%2017.8988%202.21679%2020.6602%206.99972C23.4216%2011.7826%2021.7829%2017.8985%2017%2020.66C12.217%2023.4214%206.10113%2021.7826%203.33971%2016.9997C2.42899%2015.4223%201.99687%2013.6999%201.99829%2012.0007%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M12%202L11.3142%203.64586C10.1761%206.37726%2010.4317%209.49075%2012%2012M12%2012H12.0917C15.4705%2012%2018.6258%2013.6887%2020.5%2016.5M12%2012L11.5697%2012.5532C9.63285%2015.0435%206.65478%2016.5%203.5%2016.5M18%2014L17.7087%2014.3204C14.7097%2017.6193%2010.191%2019.7928%205.7327%2019.7928M21.9877%2011.5L21.2426%2010.7426C18.5261%208.02612%2014.8417%206.5%2011%206.5M7.5%203.06729C5.9%206.90729%205.9%2011.16%207.5%2015%22%2F%3E%3Cpath%20d%3D%22M3.33874%206.99805C4.18713%205.52576%205.42255%204.25018%206.99996%203.33946C11.7829%200.578039%2017.8988%202.21679%2020.6602%206.99972C23.4216%2011.7826%2021.7829%2017.8985%2017%2020.66C12.217%2023.4214%206.10113%2021.7826%203.33971%2016.9997C2.42899%2015.4223%201.99687%2013.6999%201.99829%2012.0007%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/volleyball-broken.svg?color=%231a73e8&size=48