volleyball icon

volleyball-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.

Name
volleyball-bold
Set
Phosphor
Style
Bold
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Use the volleyball icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M128 20a108 108 0 1 0 108 108A108.12 108.12 0 0 0 128 20M96.83 50a83.5 83.5 0 0 1 17.92-5a84 84 0 0 1 46.51 71h-26.33Zm38.1 90h76.2a83.4 83.4 0 0 1-4.69 18a84.07 84.07 0 0 1-84.68 4.79Zm76.2-24h-25.84a107.4 107.4 0 0 0-14.4-49.71a108.7 108.7 0 0 0-11.39-16.14A84.21 84.21 0 0 1 211.13 116M76.07 62.05L89 84.39a107.44 107.44 0 0 0-35.85 37.32a109 109 0 0 0-8.28 18a83.65 83.65 0 0 1 31.2-77.66M62.79 180.87A84 84 0 0 1 101 105.2l13.14 22.8l-38.07 66a84.7 84.7 0 0 1-13.28-13.13m34 25.11l12.92-22.37A107.4 107.4 0 0 0 160 196a109 109 0 0 0 19.59-1.78A83.72 83.72 0 0 1 96.83 206Z"/></svg>

React

import type { SVGProps } from "react";

export function PhVolleyballBold(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M128 20a108 108 0 1 0 108 108A108.12 108.12 0 0 0 128 20M96.83 50a83.5 83.5 0 0 1 17.92-5a84 84 0 0 1 46.51 71h-26.33Zm38.1 90h76.2a83.4 83.4 0 0 1-4.69 18a84.07 84.07 0 0 1-84.68 4.79Zm76.2-24h-25.84a107.4 107.4 0 0 0-14.4-49.71a108.7 108.7 0 0 0-11.39-16.14A84.21 84.21 0 0 1 211.13 116M76.07 62.05L89 84.39a107.44 107.44 0 0 0-35.85 37.32a109 109 0 0 0-8.28 18a83.65 83.65 0 0 1 31.2-77.66M62.79 180.87A84 84 0 0 1 101 105.2l13.14 22.8l-38.07 66a84.7 84.7 0 0 1-13.28-13.13m34 25.11l12.92-22.37A107.4 107.4 0 0 0 160 196a109 109 0 0 0 19.59-1.78A83.72 83.72 0 0 1 96.83 206Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M128 20a108 108 0 1 0 108 108A108.12 108.12 0 0 0 128 20M96.83 50a83.5 83.5 0 0 1 17.92-5a84 84 0 0 1 46.51 71h-26.33Zm38.1 90h76.2a83.4 83.4 0 0 1-4.69 18a84.07 84.07 0 0 1-84.68 4.79Zm76.2-24h-25.84a107.4 107.4 0 0 0-14.4-49.71a108.7 108.7 0 0 0-11.39-16.14A84.21 84.21 0 0 1 211.13 116M76.07 62.05L89 84.39a107.44 107.44 0 0 0-35.85 37.32a109 109 0 0 0-8.28 18a83.65 83.65 0 0 1 31.2-77.66M62.79 180.87A84 84 0 0 1 101 105.2l13.14 22.8l-38.07 66a84.7 84.7 0 0 1-13.28-13.13m34 25.11l12.92-22.37A107.4 107.4 0 0 0 160 196a109 109 0 0 0 19.59-1.78A83.72 83.72 0 0 1 96.83 206Z"/></svg>
</template>

CSS

.icon-volleyball-bold {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M128%2020a108%20108%200%201%200%20108%20108A108.12%20108.12%200%200%200%20128%2020M96.83%2050a83.5%2083.5%200%200%201%2017.92-5a84%2084%200%200%201%2046.51%2071h-26.33Zm38.1%2090h76.2a83.4%2083.4%200%200%201-4.69%2018a84.07%2084.07%200%200%201-84.68%204.79Zm76.2-24h-25.84a107.4%20107.4%200%200%200-14.4-49.71a108.7%20108.7%200%200%200-11.39-16.14A84.21%2084.21%200%200%201%20211.13%20116M76.07%2062.05L89%2084.39a107.44%20107.44%200%200%200-35.85%2037.32a109%20109%200%200%200-8.28%2018a83.65%2083.65%200%200%201%2031.2-77.66M62.79%20180.87A84%2084%200%200%201%20101%20105.2l13.14%2022.8l-38.07%2066a84.7%2084.7%200%200%201-13.28-13.13m34%2025.11l12.92-22.37A107.4%20107.4%200%200%200%20160%20196a109%20109%200%200%200%2019.59-1.78A83.72%2083.72%200%200%201%2096.83%20206Z%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M128%2020a108%20108%200%201%200%20108%20108A108.12%20108.12%200%200%200%20128%2020M96.83%2050a83.5%2083.5%200%200%201%2017.92-5a84%2084%200%200%201%2046.51%2071h-26.33Zm38.1%2090h76.2a83.4%2083.4%200%200%201-4.69%2018a84.07%2084.07%200%200%201-84.68%204.79Zm76.2-24h-25.84a107.4%20107.4%200%200%200-14.4-49.71a108.7%20108.7%200%200%200-11.39-16.14A84.21%2084.21%200%200%201%20211.13%20116M76.07%2062.05L89%2084.39a107.44%20107.44%200%200%200-35.85%2037.32a109%20109%200%200%200-8.28%2018a83.65%2083.65%200%200%201%2031.2-77.66M62.79%20180.87A84%2084%200%200%201%20101%20105.2l13.14%2022.8l-38.07%2066a84.7%2084.7%200%200%201-13.28-13.13m34%2025.11l12.92-22.37A107.4%20107.4%200%200%200%20160%20196a109%20109%200%200%200%2019.59-1.78A83.72%2083.72%200%200%201%2096.83%20206Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/volleyball-bold.svg?color=%231a73e8&size=48