volleyball ball icon
volleyball-ball from Font Awesome Solid by Dave Gandy · Solid · Sports · CC-BY-4.0 Attribution required.
- Name
- volleyball-ball
- Set
- Font Awesome Solid
- Style
- Solid
- Category
- Sports
- Viewbox
- 640×640
- License
- CC BY 4.0
The same icon in other sets
More sports icons from Font Awesome Solid
Use the volleyball ball icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M576 322.9c-23.4 8-47.8 13.1-72.6 15.1c5.9-98.6-30.7-191.1-94.9-258.3c97.8 36 167.5 130 167.5 240.3zm-5.9 52c-5.2 23.7-13.6 46.2-24.9 66.9c-94.7 52.2-214 50-308.4-13.6c21.7-31.3 49.8-58.9 83.8-80.5c79.5 41.6 168.5 49.1 249.5 27.1zm-226.4-69.3C340 215.9 302 135.1 242.4 75.9c22.3-7.1 46-11.2 70.5-11.9c92.5 55.9 150.3 160.3 142.4 273.8c-38-3.2-75.9-13.7-111.6-32.3zM194.5 96.8c18.6 16.3 35.3 34.9 49.4 55.4c-88.4 44.1-150.2 122.1-176.2 211.3c-2.4-14.2-3.7-28.7-3.7-43.5c0-95.8 52.6-179.3 130.5-223.2m73.4 97c16.3 34.5 26.1 72.6 27.9 112.8c-75.8 48-126.8 121.3-148.3 202.5c-17.6-16.1-33-34.6-45.5-55c2.1-108.1 63.7-210.4 165.9-260.3M320 576c-47.7 0-92.3-13-130.5-35.7c4.8-24.3 12.6-48 23.2-70.4c82.4 54.4 180.8 68.9 271 47c-44.4 37-101.5 59.2-163.7 59.2z"/></svg>
React
import type { SVGProps } from "react";
export function Fa7SolidVolleyballBall(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M576 322.9c-23.4 8-47.8 13.1-72.6 15.1c5.9-98.6-30.7-191.1-94.9-258.3c97.8 36 167.5 130 167.5 240.3zm-5.9 52c-5.2 23.7-13.6 46.2-24.9 66.9c-94.7 52.2-214 50-308.4-13.6c21.7-31.3 49.8-58.9 83.8-80.5c79.5 41.6 168.5 49.1 249.5 27.1zm-226.4-69.3C340 215.9 302 135.1 242.4 75.9c22.3-7.1 46-11.2 70.5-11.9c92.5 55.9 150.3 160.3 142.4 273.8c-38-3.2-75.9-13.7-111.6-32.3zM194.5 96.8c18.6 16.3 35.3 34.9 49.4 55.4c-88.4 44.1-150.2 122.1-176.2 211.3c-2.4-14.2-3.7-28.7-3.7-43.5c0-95.8 52.6-179.3 130.5-223.2m73.4 97c16.3 34.5 26.1 72.6 27.9 112.8c-75.8 48-126.8 121.3-148.3 202.5c-17.6-16.1-33-34.6-45.5-55c2.1-108.1 63.7-210.4 165.9-260.3M320 576c-47.7 0-92.3-13-130.5-35.7c4.8-24.3 12.6-48 23.2-70.4c82.4 54.4 180.8 68.9 271 47c-44.4 37-101.5 59.2-163.7 59.2z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M576 322.9c-23.4 8-47.8 13.1-72.6 15.1c5.9-98.6-30.7-191.1-94.9-258.3c97.8 36 167.5 130 167.5 240.3zm-5.9 52c-5.2 23.7-13.6 46.2-24.9 66.9c-94.7 52.2-214 50-308.4-13.6c21.7-31.3 49.8-58.9 83.8-80.5c79.5 41.6 168.5 49.1 249.5 27.1zm-226.4-69.3C340 215.9 302 135.1 242.4 75.9c22.3-7.1 46-11.2 70.5-11.9c92.5 55.9 150.3 160.3 142.4 273.8c-38-3.2-75.9-13.7-111.6-32.3zM194.5 96.8c18.6 16.3 35.3 34.9 49.4 55.4c-88.4 44.1-150.2 122.1-176.2 211.3c-2.4-14.2-3.7-28.7-3.7-43.5c0-95.8 52.6-179.3 130.5-223.2m73.4 97c16.3 34.5 26.1 72.6 27.9 112.8c-75.8 48-126.8 121.3-148.3 202.5c-17.6-16.1-33-34.6-45.5-55c2.1-108.1 63.7-210.4 165.9-260.3M320 576c-47.7 0-92.3-13-130.5-35.7c4.8-24.3 12.6-48 23.2-70.4c82.4 54.4 180.8 68.9 271 47c-44.4 37-101.5 59.2-163.7 59.2z"/></svg> </template>
CSS
.icon-volleyball-ball {
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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M576%20322.9c-23.4%208-47.8%2013.1-72.6%2015.1c5.9-98.6-30.7-191.1-94.9-258.3c97.8%2036%20167.5%20130%20167.5%20240.3zm-5.9%2052c-5.2%2023.7-13.6%2046.2-24.9%2066.9c-94.7%2052.2-214%2050-308.4-13.6c21.7-31.3%2049.8-58.9%2083.8-80.5c79.5%2041.6%20168.5%2049.1%20249.5%2027.1zm-226.4-69.3C340%20215.9%20302%20135.1%20242.4%2075.9c22.3-7.1%2046-11.2%2070.5-11.9c92.5%2055.9%20150.3%20160.3%20142.4%20273.8c-38-3.2-75.9-13.7-111.6-32.3zM194.5%2096.8c18.6%2016.3%2035.3%2034.9%2049.4%2055.4c-88.4%2044.1-150.2%20122.1-176.2%20211.3c-2.4-14.2-3.7-28.7-3.7-43.5c0-95.8%2052.6-179.3%20130.5-223.2m73.4%2097c16.3%2034.5%2026.1%2072.6%2027.9%20112.8c-75.8%2048-126.8%20121.3-148.3%20202.5c-17.6-16.1-33-34.6-45.5-55c2.1-108.1%2063.7-210.4%20165.9-260.3M320%20576c-47.7%200-92.3-13-130.5-35.7c4.8-24.3%2012.6-48%2023.2-70.4c82.4%2054.4%20180.8%2068.9%20271%2047c-44.4%2037-101.5%2059.2-163.7%2059.2z%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M576%20322.9c-23.4%208-47.8%2013.1-72.6%2015.1c5.9-98.6-30.7-191.1-94.9-258.3c97.8%2036%20167.5%20130%20167.5%20240.3zm-5.9%2052c-5.2%2023.7-13.6%2046.2-24.9%2066.9c-94.7%2052.2-214%2050-308.4-13.6c21.7-31.3%2049.8-58.9%2083.8-80.5c79.5%2041.6%20168.5%2049.1%20249.5%2027.1zm-226.4-69.3C340%20215.9%20302%20135.1%20242.4%2075.9c22.3-7.1%2046-11.2%2070.5-11.9c92.5%2055.9%20150.3%20160.3%20142.4%20273.8c-38-3.2-75.9-13.7-111.6-32.3zM194.5%2096.8c18.6%2016.3%2035.3%2034.9%2049.4%2055.4c-88.4%2044.1-150.2%20122.1-176.2%20211.3c-2.4-14.2-3.7-28.7-3.7-43.5c0-95.8%2052.6-179.3%20130.5-223.2m73.4%2097c16.3%2034.5%2026.1%2072.6%2027.9%20112.8c-75.8%2048-126.8%20121.3-148.3%20202.5c-17.6-16.1-33-34.6-45.5-55c2.1-108.1%2063.7-210.4%20165.9-260.3M320%20576c-47.7%200-92.3-13-130.5-35.7c4.8-24.3%2012.6-48%2023.2-70.4c82.4%2054.4%20180.8%2068.9%20271%2047c-44.4%2037-101.5%2059.2-163.7%2059.2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/volleyball-ball.svg?color=%231a73e8&size=48