volleyball icon

volleyball-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.

Name
volleyball-thin
Set
Phosphor
Style
Thin
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 28a100 100 0 1 0 100 100A100.11 100.11 0 0 0 128 28m85 135.19a92 92 0 0 1-102.18 2.57L130.31 132h89.6a91.6 91.6 0 0 1-6.91 31.19M85.52 46.42A91.1 91.1 0 0 1 116 36.79A92 92 0 0 1 169.29 124h-39ZM219.91 124h-42.62a100.06 100.06 0 0 0-46-87.93A92.11 92.11 0 0 1 219.91 124M78.59 50.42l21.3 36.89a100.09 100.09 0 0 0-53.16 83.77A91.92 91.92 0 0 1 78.59 50.42M55 183.94a92 92 0 0 1 48.87-89.7L123.38 128l-44.79 77.58A92.8 92.8 0 0 1 55 183.94M128 220a91.4 91.4 0 0 1-42.48-10.42l21.3-36.89a100.07 100.07 0 0 0 99.1 4.16A92 92 0 0 1 128 220"/></svg>

React

import type { SVGProps } from "react";

export function PhVolleyballThin(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 28a100 100 0 1 0 100 100A100.11 100.11 0 0 0 128 28m85 135.19a92 92 0 0 1-102.18 2.57L130.31 132h89.6a91.6 91.6 0 0 1-6.91 31.19M85.52 46.42A91.1 91.1 0 0 1 116 36.79A92 92 0 0 1 169.29 124h-39ZM219.91 124h-42.62a100.06 100.06 0 0 0-46-87.93A92.11 92.11 0 0 1 219.91 124M78.59 50.42l21.3 36.89a100.09 100.09 0 0 0-53.16 83.77A91.92 91.92 0 0 1 78.59 50.42M55 183.94a92 92 0 0 1 48.87-89.7L123.38 128l-44.79 77.58A92.8 92.8 0 0 1 55 183.94M128 220a91.4 91.4 0 0 1-42.48-10.42l21.3-36.89a100.07 100.07 0 0 0 99.1 4.16A92 92 0 0 1 128 220"/></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 28a100 100 0 1 0 100 100A100.11 100.11 0 0 0 128 28m85 135.19a92 92 0 0 1-102.18 2.57L130.31 132h89.6a91.6 91.6 0 0 1-6.91 31.19M85.52 46.42A91.1 91.1 0 0 1 116 36.79A92 92 0 0 1 169.29 124h-39ZM219.91 124h-42.62a100.06 100.06 0 0 0-46-87.93A92.11 92.11 0 0 1 219.91 124M78.59 50.42l21.3 36.89a100.09 100.09 0 0 0-53.16 83.77A91.92 91.92 0 0 1 78.59 50.42M55 183.94a92 92 0 0 1 48.87-89.7L123.38 128l-44.79 77.58A92.8 92.8 0 0 1 55 183.94M128 220a91.4 91.4 0 0 1-42.48-10.42l21.3-36.89a100.07 100.07 0 0 0 99.1 4.16A92 92 0 0 1 128 220"/></svg>
</template>

CSS

.icon-volleyball-thin {
  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%2028a100%20100%200%201%200%20100%20100A100.11%20100.11%200%200%200%20128%2028m85%20135.19a92%2092%200%200%201-102.18%202.57L130.31%20132h89.6a91.6%2091.6%200%200%201-6.91%2031.19M85.52%2046.42A91.1%2091.1%200%200%201%20116%2036.79A92%2092%200%200%201%20169.29%20124h-39ZM219.91%20124h-42.62a100.06%20100.06%200%200%200-46-87.93A92.11%2092.11%200%200%201%20219.91%20124M78.59%2050.42l21.3%2036.89a100.09%20100.09%200%200%200-53.16%2083.77A91.92%2091.92%200%200%201%2078.59%2050.42M55%20183.94a92%2092%200%200%201%2048.87-89.7L123.38%20128l-44.79%2077.58A92.8%2092.8%200%200%201%2055%20183.94M128%20220a91.4%2091.4%200%200%201-42.48-10.42l21.3-36.89a100.07%20100.07%200%200%200%2099.1%204.16A92%2092%200%200%201%20128%20220%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%2028a100%20100%200%201%200%20100%20100A100.11%20100.11%200%200%200%20128%2028m85%20135.19a92%2092%200%200%201-102.18%202.57L130.31%20132h89.6a91.6%2091.6%200%200%201-6.91%2031.19M85.52%2046.42A91.1%2091.1%200%200%201%20116%2036.79A92%2092%200%200%201%20169.29%20124h-39ZM219.91%20124h-42.62a100.06%20100.06%200%200%200-46-87.93A92.11%2092.11%200%200%201%20219.91%20124M78.59%2050.42l21.3%2036.89a100.09%20100.09%200%200%200-53.16%2083.77A91.92%2091.92%200%200%201%2078.59%2050.42M55%20183.94a92%2092%200%200%201%2048.87-89.7L123.38%20128l-44.79%2077.58A92.8%2092.8%200%200%201%2055%20183.94M128%20220a91.4%2091.4%200%200%201-42.48-10.42l21.3-36.89a100.07%20100.07%200%200%200%2099.1%204.16A92%2092%200%200%201%20128%20220%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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