volleyball ball icon
volleyball-ball from Line Awesome by Icons8 · Line · Sports · Apache-2.0 Free for personal and commercial use.
- Name
- volleyball-ball
- Set
- Line Awesome
- Style
- Line
- Category
- Sports
- Viewbox
- 32×32
- License
- Apache 2.0
- Aliases
- volleyball-ball-solid
The same icon in other sets
More sports icons from Line Awesome
Use the volleyball ball icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 3C8.855 3 3 8.855 3 16s5.855 13 13 13s13-5.855 13-13S23.145 3 16 3m0 2c2.355 0 4.55.758 6.344 2.031a19.3 19.3 0 0 0-5.938-.5c-1.304.094-2.43.29-3.281.5c-.273.067-.45.125-.656.188a9.4 9.4 0 0 1-.156-1.563A10.9 10.9 0 0 1 16 5m-5.625 1.594a14 14 0 0 0 .344 1.906c-.004.2.05.395.156.563a16.6 16.6 0 0 0 1.625 3.843q.03.047.063.094a18.2 18.2 0 0 0 2.343 3.156c-.254.864-.566 1.66-.906 2.375c-.578-.527-1.309-1.304-2.094-2.437c-1.328-1.914-2.594-4.672-2.656-8.375a1 1 0 0 0-.063-.344c.368-.29.786-.54 1.188-.781m7.063 1.875c2.187-.047 4.824.293 7.468 1.562c.121.082.262.133.407.156c.32.508.609 1.032.843 1.594c-3.113-1.394-6-1.664-8.281-1.5a15 15 0 0 0-4.063.844A15 15 0 0 1 13 9.156c.195-.058.375-.125.625-.187c.75-.188 1.734-.387 2.906-.469c.293-.02.594-.023.907-.031M7.344 9.25c.34 3.41 1.59 6.07 2.906 7.969A16.7 16.7 0 0 0 13 20.312a15 15 0 0 1-1.406 1.782a17.7 17.7 0 0 1-2.344-2.907c-1.355-2.097-2.59-4.992-2.469-8.468a1 1 0 0 0-.093-.531c.203-.32.421-.641.656-.938m11.593 3c2.176-.027 4.844.402 7.72 2a.8.8 0 0 0 .187.094c.074.492.148.992.156 1.5c-1.309-.586-3.41-1.29-6.156-1.344a1 1 0 0 0-.594-.063a1 1 0 0 0-.188.063H20a18 18 0 0 0-3.469.469a16 16 0 0 1-1.687-2.094a14 14 0 0 1 4.094-.625zM5.126 14.406c.492 2.309 1.438 4.293 2.438 5.844a18.8 18.8 0 0 0 2.625 3.25c-.489.414-.899.71-1.22.938C6.544 22.418 5 19.39 5 16c0-.54.05-1.074.125-1.594zm16.219 2.125c.785.043 1.508.117 2.156.25c-.023.203-.047.39-.094.657a15 15 0 0 1-.812 2.843c-.86 2.168-2.422 4.676-5.344 6.407a1 1 0 0 0-.25.25A11 11 0 0 1 16 27c-.477 0-.945-.035-1.406-.094a16.74 16.74 0 0 0 5.469-6.468c.574-1.2.917-2.29 1.125-3.157c.07-.297.113-.515.156-.75zm-2.157.032c.043-.004.086.003.125 0c-.019.093-.039.148-.062.25a14 14 0 0 1-1 2.75c-1.008 2.105-2.781 4.585-6 6.468a1 1 0 0 0-.281.188c-.45-.18-.864-.39-1.281-.625c.324-.25.718-.57 1.124-.938a1 1 0 0 0 1.031-1a16.8 16.8 0 0 0 2.188-2.906a1 1 0 0 0 .188-.344c.566-1 1.066-2.144 1.469-3.437a16 16 0 0 1 2.5-.407zm6.25.78c.594.216 1.051.427 1.375.595a11 11 0 0 1-4.78 7.25a15.6 15.6 0 0 0 2.437-4.157c.488-1.23.75-2.351.906-3.218c.035-.192.04-.31.063-.47z"/></svg>
React
import type { SVGProps } from "react";
export function LaVolleyballBall(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 3C8.855 3 3 8.855 3 16s5.855 13 13 13s13-5.855 13-13S23.145 3 16 3m0 2c2.355 0 4.55.758 6.344 2.031a19.3 19.3 0 0 0-5.938-.5c-1.304.094-2.43.29-3.281.5c-.273.067-.45.125-.656.188a9.4 9.4 0 0 1-.156-1.563A10.9 10.9 0 0 1 16 5m-5.625 1.594a14 14 0 0 0 .344 1.906c-.004.2.05.395.156.563a16.6 16.6 0 0 0 1.625 3.843q.03.047.063.094a18.2 18.2 0 0 0 2.343 3.156c-.254.864-.566 1.66-.906 2.375c-.578-.527-1.309-1.304-2.094-2.437c-1.328-1.914-2.594-4.672-2.656-8.375a1 1 0 0 0-.063-.344c.368-.29.786-.54 1.188-.781m7.063 1.875c2.187-.047 4.824.293 7.468 1.562c.121.082.262.133.407.156c.32.508.609 1.032.843 1.594c-3.113-1.394-6-1.664-8.281-1.5a15 15 0 0 0-4.063.844A15 15 0 0 1 13 9.156c.195-.058.375-.125.625-.187c.75-.188 1.734-.387 2.906-.469c.293-.02.594-.023.907-.031M7.344 9.25c.34 3.41 1.59 6.07 2.906 7.969A16.7 16.7 0 0 0 13 20.312a15 15 0 0 1-1.406 1.782a17.7 17.7 0 0 1-2.344-2.907c-1.355-2.097-2.59-4.992-2.469-8.468a1 1 0 0 0-.093-.531c.203-.32.421-.641.656-.938m11.593 3c2.176-.027 4.844.402 7.72 2a.8.8 0 0 0 .187.094c.074.492.148.992.156 1.5c-1.309-.586-3.41-1.29-6.156-1.344a1 1 0 0 0-.594-.063a1 1 0 0 0-.188.063H20a18 18 0 0 0-3.469.469a16 16 0 0 1-1.687-2.094a14 14 0 0 1 4.094-.625zM5.126 14.406c.492 2.309 1.438 4.293 2.438 5.844a18.8 18.8 0 0 0 2.625 3.25c-.489.414-.899.71-1.22.938C6.544 22.418 5 19.39 5 16c0-.54.05-1.074.125-1.594zm16.219 2.125c.785.043 1.508.117 2.156.25c-.023.203-.047.39-.094.657a15 15 0 0 1-.812 2.843c-.86 2.168-2.422 4.676-5.344 6.407a1 1 0 0 0-.25.25A11 11 0 0 1 16 27c-.477 0-.945-.035-1.406-.094a16.74 16.74 0 0 0 5.469-6.468c.574-1.2.917-2.29 1.125-3.157c.07-.297.113-.515.156-.75zm-2.157.032c.043-.004.086.003.125 0c-.019.093-.039.148-.062.25a14 14 0 0 1-1 2.75c-1.008 2.105-2.781 4.585-6 6.468a1 1 0 0 0-.281.188c-.45-.18-.864-.39-1.281-.625c.324-.25.718-.57 1.124-.938a1 1 0 0 0 1.031-1a16.8 16.8 0 0 0 2.188-2.906a1 1 0 0 0 .188-.344c.566-1 1.066-2.144 1.469-3.437a16 16 0 0 1 2.5-.407zm6.25.78c.594.216 1.051.427 1.375.595a11 11 0 0 1-4.78 7.25a15.6 15.6 0 0 0 2.437-4.157c.488-1.23.75-2.351.906-3.218c.035-.192.04-.31.063-.47z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 3C8.855 3 3 8.855 3 16s5.855 13 13 13s13-5.855 13-13S23.145 3 16 3m0 2c2.355 0 4.55.758 6.344 2.031a19.3 19.3 0 0 0-5.938-.5c-1.304.094-2.43.29-3.281.5c-.273.067-.45.125-.656.188a9.4 9.4 0 0 1-.156-1.563A10.9 10.9 0 0 1 16 5m-5.625 1.594a14 14 0 0 0 .344 1.906c-.004.2.05.395.156.563a16.6 16.6 0 0 0 1.625 3.843q.03.047.063.094a18.2 18.2 0 0 0 2.343 3.156c-.254.864-.566 1.66-.906 2.375c-.578-.527-1.309-1.304-2.094-2.437c-1.328-1.914-2.594-4.672-2.656-8.375a1 1 0 0 0-.063-.344c.368-.29.786-.54 1.188-.781m7.063 1.875c2.187-.047 4.824.293 7.468 1.562c.121.082.262.133.407.156c.32.508.609 1.032.843 1.594c-3.113-1.394-6-1.664-8.281-1.5a15 15 0 0 0-4.063.844A15 15 0 0 1 13 9.156c.195-.058.375-.125.625-.187c.75-.188 1.734-.387 2.906-.469c.293-.02.594-.023.907-.031M7.344 9.25c.34 3.41 1.59 6.07 2.906 7.969A16.7 16.7 0 0 0 13 20.312a15 15 0 0 1-1.406 1.782a17.7 17.7 0 0 1-2.344-2.907c-1.355-2.097-2.59-4.992-2.469-8.468a1 1 0 0 0-.093-.531c.203-.32.421-.641.656-.938m11.593 3c2.176-.027 4.844.402 7.72 2a.8.8 0 0 0 .187.094c.074.492.148.992.156 1.5c-1.309-.586-3.41-1.29-6.156-1.344a1 1 0 0 0-.594-.063a1 1 0 0 0-.188.063H20a18 18 0 0 0-3.469.469a16 16 0 0 1-1.687-2.094a14 14 0 0 1 4.094-.625zM5.126 14.406c.492 2.309 1.438 4.293 2.438 5.844a18.8 18.8 0 0 0 2.625 3.25c-.489.414-.899.71-1.22.938C6.544 22.418 5 19.39 5 16c0-.54.05-1.074.125-1.594zm16.219 2.125c.785.043 1.508.117 2.156.25c-.023.203-.047.39-.094.657a15 15 0 0 1-.812 2.843c-.86 2.168-2.422 4.676-5.344 6.407a1 1 0 0 0-.25.25A11 11 0 0 1 16 27c-.477 0-.945-.035-1.406-.094a16.74 16.74 0 0 0 5.469-6.468c.574-1.2.917-2.29 1.125-3.157c.07-.297.113-.515.156-.75zm-2.157.032c.043-.004.086.003.125 0c-.019.093-.039.148-.062.25a14 14 0 0 1-1 2.75c-1.008 2.105-2.781 4.585-6 6.468a1 1 0 0 0-.281.188c-.45-.18-.864-.39-1.281-.625c.324-.25.718-.57 1.124-.938a1 1 0 0 0 1.031-1a16.8 16.8 0 0 0 2.188-2.906a1 1 0 0 0 .188-.344c.566-1 1.066-2.144 1.469-3.437a16 16 0 0 1 2.5-.407zm6.25.78c.594.216 1.051.427 1.375.595a11 11 0 0 1-4.78 7.25a15.6 15.6 0 0 0 2.437-4.157c.488-1.23.75-2.351.906-3.218c.035-.192.04-.31.063-.47z"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%203C8.855%203%203%208.855%203%2016s5.855%2013%2013%2013s13-5.855%2013-13S23.145%203%2016%203m0%202c2.355%200%204.55.758%206.344%202.031a19.3%2019.3%200%200%200-5.938-.5c-1.304.094-2.43.29-3.281.5c-.273.067-.45.125-.656.188a9.4%209.4%200%200%201-.156-1.563A10.9%2010.9%200%200%201%2016%205m-5.625%201.594a14%2014%200%200%200%20.344%201.906c-.004.2.05.395.156.563a16.6%2016.6%200%200%200%201.625%203.843q.03.047.063.094a18.2%2018.2%200%200%200%202.343%203.156c-.254.864-.566%201.66-.906%202.375c-.578-.527-1.309-1.304-2.094-2.437c-1.328-1.914-2.594-4.672-2.656-8.375a1%201%200%200%200-.063-.344c.368-.29.786-.54%201.188-.781m7.063%201.875c2.187-.047%204.824.293%207.468%201.562c.121.082.262.133.407.156c.32.508.609%201.032.843%201.594c-3.113-1.394-6-1.664-8.281-1.5a15%2015%200%200%200-4.063.844A15%2015%200%200%201%2013%209.156c.195-.058.375-.125.625-.187c.75-.188%201.734-.387%202.906-.469c.293-.02.594-.023.907-.031M7.344%209.25c.34%203.41%201.59%206.07%202.906%207.969A16.7%2016.7%200%200%200%2013%2020.312a15%2015%200%200%201-1.406%201.782a17.7%2017.7%200%200%201-2.344-2.907c-1.355-2.097-2.59-4.992-2.469-8.468a1%201%200%200%200-.093-.531c.203-.32.421-.641.656-.938m11.593%203c2.176-.027%204.844.402%207.72%202a.8.8%200%200%200%20.187.094c.074.492.148.992.156%201.5c-1.309-.586-3.41-1.29-6.156-1.344a1%201%200%200%200-.594-.063a1%201%200%200%200-.188.063H20a18%2018%200%200%200-3.469.469a16%2016%200%200%201-1.687-2.094a14%2014%200%200%201%204.094-.625zM5.126%2014.406c.492%202.309%201.438%204.293%202.438%205.844a18.8%2018.8%200%200%200%202.625%203.25c-.489.414-.899.71-1.22.938C6.544%2022.418%205%2019.39%205%2016c0-.54.05-1.074.125-1.594zm16.219%202.125c.785.043%201.508.117%202.156.25c-.023.203-.047.39-.094.657a15%2015%200%200%201-.812%202.843c-.86%202.168-2.422%204.676-5.344%206.407a1%201%200%200%200-.25.25A11%2011%200%200%201%2016%2027c-.477%200-.945-.035-1.406-.094a16.74%2016.74%200%200%200%205.469-6.468c.574-1.2.917-2.29%201.125-3.157c.07-.297.113-.515.156-.75zm-2.157.032c.043-.004.086.003.125%200c-.019.093-.039.148-.062.25a14%2014%200%200%201-1%202.75c-1.008%202.105-2.781%204.585-6%206.468a1%201%200%200%200-.281.188c-.45-.18-.864-.39-1.281-.625c.324-.25.718-.57%201.124-.938a1%201%200%200%200%201.031-1a16.8%2016.8%200%200%200%202.188-2.906a1%201%200%200%200%20.188-.344c.566-1%201.066-2.144%201.469-3.437a16%2016%200%200%201%202.5-.407zm6.25.78c.594.216%201.051.427%201.375.595a11%2011%200%200%201-4.78%207.25a15.6%2015.6%200%200%200%202.437-4.157c.488-1.23.75-2.351.906-3.218c.035-.192.04-.31.063-.47z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%203C8.855%203%203%208.855%203%2016s5.855%2013%2013%2013s13-5.855%2013-13S23.145%203%2016%203m0%202c2.355%200%204.55.758%206.344%202.031a19.3%2019.3%200%200%200-5.938-.5c-1.304.094-2.43.29-3.281.5c-.273.067-.45.125-.656.188a9.4%209.4%200%200%201-.156-1.563A10.9%2010.9%200%200%201%2016%205m-5.625%201.594a14%2014%200%200%200%20.344%201.906c-.004.2.05.395.156.563a16.6%2016.6%200%200%200%201.625%203.843q.03.047.063.094a18.2%2018.2%200%200%200%202.343%203.156c-.254.864-.566%201.66-.906%202.375c-.578-.527-1.309-1.304-2.094-2.437c-1.328-1.914-2.594-4.672-2.656-8.375a1%201%200%200%200-.063-.344c.368-.29.786-.54%201.188-.781m7.063%201.875c2.187-.047%204.824.293%207.468%201.562c.121.082.262.133.407.156c.32.508.609%201.032.843%201.594c-3.113-1.394-6-1.664-8.281-1.5a15%2015%200%200%200-4.063.844A15%2015%200%200%201%2013%209.156c.195-.058.375-.125.625-.187c.75-.188%201.734-.387%202.906-.469c.293-.02.594-.023.907-.031M7.344%209.25c.34%203.41%201.59%206.07%202.906%207.969A16.7%2016.7%200%200%200%2013%2020.312a15%2015%200%200%201-1.406%201.782a17.7%2017.7%200%200%201-2.344-2.907c-1.355-2.097-2.59-4.992-2.469-8.468a1%201%200%200%200-.093-.531c.203-.32.421-.641.656-.938m11.593%203c2.176-.027%204.844.402%207.72%202a.8.8%200%200%200%20.187.094c.074.492.148.992.156%201.5c-1.309-.586-3.41-1.29-6.156-1.344a1%201%200%200%200-.594-.063a1%201%200%200%200-.188.063H20a18%2018%200%200%200-3.469.469a16%2016%200%200%201-1.687-2.094a14%2014%200%200%201%204.094-.625zM5.126%2014.406c.492%202.309%201.438%204.293%202.438%205.844a18.8%2018.8%200%200%200%202.625%203.25c-.489.414-.899.71-1.22.938C6.544%2022.418%205%2019.39%205%2016c0-.54.05-1.074.125-1.594zm16.219%202.125c.785.043%201.508.117%202.156.25c-.023.203-.047.39-.094.657a15%2015%200%200%201-.812%202.843c-.86%202.168-2.422%204.676-5.344%206.407a1%201%200%200%200-.25.25A11%2011%200%200%201%2016%2027c-.477%200-.945-.035-1.406-.094a16.74%2016.74%200%200%200%205.469-6.468c.574-1.2.917-2.29%201.125-3.157c.07-.297.113-.515.156-.75zm-2.157.032c.043-.004.086.003.125%200c-.019.093-.039.148-.062.25a14%2014%200%200%201-1%202.75c-1.008%202.105-2.781%204.585-6%206.468a1%201%200%200%200-.281.188c-.45-.18-.864-.39-1.281-.625c.324-.25.718-.57%201.124-.938a1%201%200%200%200%201.031-1a16.8%2016.8%200%200%200%202.188-2.906a1%201%200%200%200%20.188-.344c.566-1%201.066-2.144%201.469-3.437a16%2016%200%200%201%202.5-.407zm6.25.78c.594.216%201.051.427%201.375.595a11%2011%200%200%201-4.78%207.25a15.6%2015.6%200%200%200%202.437-4.157c.488-1.23.75-2.351.906-3.218c.035-.192.04-.31.063-.47z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/volleyball-ball.svg?color=%231a73e8&size=48