volleyball icon
volleyball from Font Awesome 6 Solid by Dave Gandy · Regular · CC-BY-4.0 Attribution required.
- Name
- volleyball
- Set
- Font Awesome 6 Solid
- Style
- Regular
- Viewbox
- 512×512
- License
- CC BY 4.0
The same icon in other sets
volleyballEmoji One (Colored)volleyballFont Awesome SolidvolleyballFluent EmojivolleyballFluent Emoji FlatvolleyballFluent Emoji High ContrastvolleyballHuge IconsvolleyballIconParkvolleyballIconPark OutlinevolleyballLucidevolleyballLucide LabvolleyballMaterial Design Iconsvolleyball-fillMingCute IconvolleyballNoto EmojivolleyballOpenMojivolleyballPhosphorvolleyball-boldSolarvolleyballTwitter EmojivolleyballUnicons
Use the volleyball icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M511.8 267.4c-26.1 8.7-53.4 13.8-81 15.1C440 177.2 399.3 78.3 327.6 10.1C434.1 41.1 512 139.5 512 256c0 3.8-.1 7.6-.2 11.4m-3.9 34.7c-5.8 32-17.6 62-34.2 88.7c-97.5 48.5-217.7 42.6-311.9-24.5c23.7-36.2 55.4-67.7 94.5-91.8c79.9 43.2 170.1 50.8 251.6 27.6m-236-55.5C269.4 155.7 230.8 73.9 170 14.9C196.8 5.2 225.8 0 256 0c2.7 0 5.3 0 7.9.1c90.8 60.2 145.7 167.2 134.7 282.3c-43.1-2.4-86.4-14.1-126.8-35.9zM138 28.8c20.6 18.3 38.7 39.4 53.7 62.6C95.9 136.1 30.6 220.8 7.3 316.9C2.5 297.4 0 277 0 256C0 157.2 56 71.5 138 28.8m69.6 90.5c19.5 38.6 31 81.9 32.3 127.7c-77.4 47.6-129 121.9-149.7 204c-24.2-20.6-44.6-45.6-59.8-73.8c6.7-108.7 71.9-209.9 177.1-257.9zM256 512c-50.7 0-98-14.7-137.8-40.2c5.6-27 14.8-53.1 27.4-77.7c86.6 60.5 192.5 74.7 287.4 46.9c-46 44-108.3 71-177 71"/></svg>
React
import type { SVGProps } from "react";
export function Fa6SolidVolleyball(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M511.8 267.4c-26.1 8.7-53.4 13.8-81 15.1C440 177.2 399.3 78.3 327.6 10.1C434.1 41.1 512 139.5 512 256c0 3.8-.1 7.6-.2 11.4m-3.9 34.7c-5.8 32-17.6 62-34.2 88.7c-97.5 48.5-217.7 42.6-311.9-24.5c23.7-36.2 55.4-67.7 94.5-91.8c79.9 43.2 170.1 50.8 251.6 27.6m-236-55.5C269.4 155.7 230.8 73.9 170 14.9C196.8 5.2 225.8 0 256 0c2.7 0 5.3 0 7.9.1c90.8 60.2 145.7 167.2 134.7 282.3c-43.1-2.4-86.4-14.1-126.8-35.9zM138 28.8c20.6 18.3 38.7 39.4 53.7 62.6C95.9 136.1 30.6 220.8 7.3 316.9C2.5 297.4 0 277 0 256C0 157.2 56 71.5 138 28.8m69.6 90.5c19.5 38.6 31 81.9 32.3 127.7c-77.4 47.6-129 121.9-149.7 204c-24.2-20.6-44.6-45.6-59.8-73.8c6.7-108.7 71.9-209.9 177.1-257.9zM256 512c-50.7 0-98-14.7-137.8-40.2c5.6-27 14.8-53.1 27.4-77.7c86.6 60.5 192.5 74.7 287.4 46.9c-46 44-108.3 71-177 71"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M511.8 267.4c-26.1 8.7-53.4 13.8-81 15.1C440 177.2 399.3 78.3 327.6 10.1C434.1 41.1 512 139.5 512 256c0 3.8-.1 7.6-.2 11.4m-3.9 34.7c-5.8 32-17.6 62-34.2 88.7c-97.5 48.5-217.7 42.6-311.9-24.5c23.7-36.2 55.4-67.7 94.5-91.8c79.9 43.2 170.1 50.8 251.6 27.6m-236-55.5C269.4 155.7 230.8 73.9 170 14.9C196.8 5.2 225.8 0 256 0c2.7 0 5.3 0 7.9.1c90.8 60.2 145.7 167.2 134.7 282.3c-43.1-2.4-86.4-14.1-126.8-35.9zM138 28.8c20.6 18.3 38.7 39.4 53.7 62.6C95.9 136.1 30.6 220.8 7.3 316.9C2.5 297.4 0 277 0 256C0 157.2 56 71.5 138 28.8m69.6 90.5c19.5 38.6 31 81.9 32.3 127.7c-77.4 47.6-129 121.9-149.7 204c-24.2-20.6-44.6-45.6-59.8-73.8c6.7-108.7 71.9-209.9 177.1-257.9zM256 512c-50.7 0-98-14.7-137.8-40.2c5.6-27 14.8-53.1 27.4-77.7c86.6 60.5 192.5 74.7 287.4 46.9c-46 44-108.3 71-177 71"/></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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M511.8%20267.4c-26.1%208.7-53.4%2013.8-81%2015.1C440%20177.2%20399.3%2078.3%20327.6%2010.1C434.1%2041.1%20512%20139.5%20512%20256c0%203.8-.1%207.6-.2%2011.4m-3.9%2034.7c-5.8%2032-17.6%2062-34.2%2088.7c-97.5%2048.5-217.7%2042.6-311.9-24.5c23.7-36.2%2055.4-67.7%2094.5-91.8c79.9%2043.2%20170.1%2050.8%20251.6%2027.6m-236-55.5C269.4%20155.7%20230.8%2073.9%20170%2014.9C196.8%205.2%20225.8%200%20256%200c2.7%200%205.3%200%207.9.1c90.8%2060.2%20145.7%20167.2%20134.7%20282.3c-43.1-2.4-86.4-14.1-126.8-35.9zM138%2028.8c20.6%2018.3%2038.7%2039.4%2053.7%2062.6C95.9%20136.1%2030.6%20220.8%207.3%20316.9C2.5%20297.4%200%20277%200%20256C0%20157.2%2056%2071.5%20138%2028.8m69.6%2090.5c19.5%2038.6%2031%2081.9%2032.3%20127.7c-77.4%2047.6-129%20121.9-149.7%20204c-24.2-20.6-44.6-45.6-59.8-73.8c6.7-108.7%2071.9-209.9%20177.1-257.9zM256%20512c-50.7%200-98-14.7-137.8-40.2c5.6-27%2014.8-53.1%2027.4-77.7c86.6%2060.5%20192.5%2074.7%20287.4%2046.9c-46%2044-108.3%2071-177%2071%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M511.8%20267.4c-26.1%208.7-53.4%2013.8-81%2015.1C440%20177.2%20399.3%2078.3%20327.6%2010.1C434.1%2041.1%20512%20139.5%20512%20256c0%203.8-.1%207.6-.2%2011.4m-3.9%2034.7c-5.8%2032-17.6%2062-34.2%2088.7c-97.5%2048.5-217.7%2042.6-311.9-24.5c23.7-36.2%2055.4-67.7%2094.5-91.8c79.9%2043.2%20170.1%2050.8%20251.6%2027.6m-236-55.5C269.4%20155.7%20230.8%2073.9%20170%2014.9C196.8%205.2%20225.8%200%20256%200c2.7%200%205.3%200%207.9.1c90.8%2060.2%20145.7%20167.2%20134.7%20282.3c-43.1-2.4-86.4-14.1-126.8-35.9zM138%2028.8c20.6%2018.3%2038.7%2039.4%2053.7%2062.6C95.9%20136.1%2030.6%20220.8%207.3%20316.9C2.5%20297.4%200%20277%200%20256C0%20157.2%2056%2071.5%20138%2028.8m69.6%2090.5c19.5%2038.6%2031%2081.9%2032.3%20127.7c-77.4%2047.6-129%20121.9-149.7%20204c-24.2-20.6-44.6-45.6-59.8-73.8c6.7-108.7%2071.9-209.9%20177.1-257.9zM256%20512c-50.7%200-98-14.7-137.8-40.2c5.6-27%2014.8-53.1%2027.4-77.7c86.6%2060.5%20192.5%2074.7%20287.4%2046.9c-46%2044-108.3%2071-177%2071%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/volleyball.svg?color=%231a73e8&size=48