volleyball icon

volleyball-duotone from Phosphor by Phosphor Icons · Duotone · MIT Free for personal and commercial use.

Name
volleyball-duotone
Set
Phosphor
Style
Duotone
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"><g fill="currentColor"><path d="M216.25 165.8A96 96 0 0 1 80 211.15a95.75 95.75 0 0 1-28.86-25.58A96 96 0 0 1 105.47 89L80 44.86a95.55 95.55 0 0 1 36.58-12.2A96 96 0 0 1 173.06 128H128l-22.53 39a96 96 0 0 0 110.78-1.22Z" opacity=".2"/><path d="M128 24a104 104 0 1 0 104 104A104.11 104.11 0 0 0 128 24m81.74 136.58a88 88 0 0 1-93.49 3.78L132.62 136h83a87.2 87.2 0 0 1-5.88 24.58M91.12 48.11a87.6 87.6 0 0 1 24.22-7.2a88 88 0 0 1 50 79.09h-32.72ZM215.63 120h-34.26a104.18 104.18 0 0 0-35.78-78.23A88.18 88.18 0 0 1 215.63 120M77.27 56.13l17.12 29.65a104.14 104.14 0 0 0-49.86 70.09a87.95 87.95 0 0 1 32.74-99.74M58.9 182.43a88 88 0 0 1 43.49-82.79L118.76 128l-41.49 71.87a88.6 88.6 0 0 1-18.37-17.44M128 216a87.5 87.5 0 0 1-36.88-8.11l17.13-29.67a104.23 104.23 0 0 0 85.53 8.17A87.8 87.8 0 0 1 128 216"/></g></svg>

React

import type { SVGProps } from "react";

export function PhVolleyballDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M216.25 165.8A96 96 0 0 1 80 211.15a95.75 95.75 0 0 1-28.86-25.58A96 96 0 0 1 105.47 89L80 44.86a95.55 95.55 0 0 1 36.58-12.2A96 96 0 0 1 173.06 128H128l-22.53 39a96 96 0 0 0 110.78-1.22Z" opacity=".2"/><path d="M128 24a104 104 0 1 0 104 104A104.11 104.11 0 0 0 128 24m81.74 136.58a88 88 0 0 1-93.49 3.78L132.62 136h83a87.2 87.2 0 0 1-5.88 24.58M91.12 48.11a87.6 87.6 0 0 1 24.22-7.2a88 88 0 0 1 50 79.09h-32.72ZM215.63 120h-34.26a104.18 104.18 0 0 0-35.78-78.23A88.18 88.18 0 0 1 215.63 120M77.27 56.13l17.12 29.65a104.14 104.14 0 0 0-49.86 70.09a87.95 87.95 0 0 1 32.74-99.74M58.9 182.43a88 88 0 0 1 43.49-82.79L118.76 128l-41.49 71.87a88.6 88.6 0 0 1-18.37-17.44M128 216a87.5 87.5 0 0 1-36.88-8.11l17.13-29.67a104.23 104.23 0 0 0 85.53 8.17A87.8 87.8 0 0 1 128 216"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M216.25 165.8A96 96 0 0 1 80 211.15a95.75 95.75 0 0 1-28.86-25.58A96 96 0 0 1 105.47 89L80 44.86a95.55 95.55 0 0 1 36.58-12.2A96 96 0 0 1 173.06 128H128l-22.53 39a96 96 0 0 0 110.78-1.22Z" opacity=".2"/><path d="M128 24a104 104 0 1 0 104 104A104.11 104.11 0 0 0 128 24m81.74 136.58a88 88 0 0 1-93.49 3.78L132.62 136h83a87.2 87.2 0 0 1-5.88 24.58M91.12 48.11a87.6 87.6 0 0 1 24.22-7.2a88 88 0 0 1 50 79.09h-32.72ZM215.63 120h-34.26a104.18 104.18 0 0 0-35.78-78.23A88.18 88.18 0 0 1 215.63 120M77.27 56.13l17.12 29.65a104.14 104.14 0 0 0-49.86 70.09a87.95 87.95 0 0 1 32.74-99.74M58.9 182.43a88 88 0 0 1 43.49-82.79L118.76 128l-41.49 71.87a88.6 88.6 0 0 1-18.37-17.44M128 216a87.5 87.5 0 0 1-36.88-8.11l17.13-29.67a104.23 104.23 0 0 0 85.53 8.17A87.8 87.8 0 0 1 128 216"/></g></svg>
</template>

CSS

.icon-volleyball-duotone {
  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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M216.25%20165.8A96%2096%200%200%201%2080%20211.15a95.75%2095.75%200%200%201-28.86-25.58A96%2096%200%200%201%20105.47%2089L80%2044.86a95.55%2095.55%200%200%201%2036.58-12.2A96%2096%200%200%201%20173.06%20128H128l-22.53%2039a96%2096%200%200%200%20110.78-1.22Z%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M128%2024a104%20104%200%201%200%20104%20104A104.11%20104.11%200%200%200%20128%2024m81.74%20136.58a88%2088%200%200%201-93.49%203.78L132.62%20136h83a87.2%2087.2%200%200%201-5.88%2024.58M91.12%2048.11a87.6%2087.6%200%200%201%2024.22-7.2a88%2088%200%200%201%2050%2079.09h-32.72ZM215.63%20120h-34.26a104.18%20104.18%200%200%200-35.78-78.23A88.18%2088.18%200%200%201%20215.63%20120M77.27%2056.13l17.12%2029.65a104.14%20104.14%200%200%200-49.86%2070.09a87.95%2087.95%200%200%201%2032.74-99.74M58.9%20182.43a88%2088%200%200%201%2043.49-82.79L118.76%20128l-41.49%2071.87a88.6%2088.6%200%200%201-18.37-17.44M128%20216a87.5%2087.5%200%200%201-36.88-8.11l17.13-29.67a104.23%20104.23%200%200%200%2085.53%208.17A87.8%2087.8%200%200%201%20128%20216%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M216.25%20165.8A96%2096%200%200%201%2080%20211.15a95.75%2095.75%200%200%201-28.86-25.58A96%2096%200%200%201%20105.47%2089L80%2044.86a95.55%2095.55%200%200%201%2036.58-12.2A96%2096%200%200%201%20173.06%20128H128l-22.53%2039a96%2096%200%200%200%20110.78-1.22Z%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M128%2024a104%20104%200%201%200%20104%20104A104.11%20104.11%200%200%200%20128%2024m81.74%20136.58a88%2088%200%200%201-93.49%203.78L132.62%20136h83a87.2%2087.2%200%200%201-5.88%2024.58M91.12%2048.11a87.6%2087.6%200%200%201%2024.22-7.2a88%2088%200%200%201%2050%2079.09h-32.72ZM215.63%20120h-34.26a104.18%20104.18%200%200%200-35.78-78.23A88.18%2088.18%200%200%201%20215.63%20120M77.27%2056.13l17.12%2029.65a104.14%20104.14%200%200%200-49.86%2070.09a87.95%2087.95%200%200%201%2032.74-99.74M58.9%20182.43a88%2088%200%200%201%2043.49-82.79L118.76%20128l-41.49%2071.87a88.6%2088.6%200%200%201-18.37-17.44M128%20216a87.5%2087.5%200%200%201-36.88-8.11l17.13-29.67a104.23%20104.23%200%200%200%2085.53%208.17A87.8%2087.8%200%200%201%20128%20216%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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