beach ball icon

beach-ball from Phosphor by Phosphor Icons · Regular · MIT Free for personal and commercial use.

Name
beach-ball
Set
Phosphor
Style
Regular
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Use the beach ball icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M128 24a104 104 0 1 0 104 104A104.11 104.11 0 0 0 128 24m81.7 71.3a199.8 199.8 0 0 0-40.94-8.06a199.8 199.8 0 0 0-8.06-40.94a88.57 88.57 0 0 1 49 49M216 128a87.8 87.8 0 0 1-4.28 27.12a200.3 200.3 0 0 0-29.16-49.93a183 183 0 0 1 32.31 8.75A88 88 0 0 1 216 128m-73.94-86.87a183 183 0 0 1 8.75 32.31a200.3 200.3 0 0 0-49.93-29.16a88.05 88.05 0 0 1 41.18-3.15M80.44 54a183.9 183.9 0 0 1 61.25 32.64A200.2 200.2 0 0 0 40.41 119.5A88.11 88.11 0 0 1 80.44 54m-39.77 84.86a184.08 184.08 0 0 1 112.88-36.41a184.08 184.08 0 0 1-36.41 112.88a88.18 88.18 0 0 1-76.47-76.47m95.83 76.73a200.2 200.2 0 0 0 32.87-101.28A183.9 183.9 0 0 1 202 175.56a88.11 88.11 0 0 1-65.5 40.03"/></svg>

React

import type { SVGProps } from "react";

export function PhBeachBall(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 24a104 104 0 1 0 104 104A104.11 104.11 0 0 0 128 24m81.7 71.3a199.8 199.8 0 0 0-40.94-8.06a199.8 199.8 0 0 0-8.06-40.94a88.57 88.57 0 0 1 49 49M216 128a87.8 87.8 0 0 1-4.28 27.12a200.3 200.3 0 0 0-29.16-49.93a183 183 0 0 1 32.31 8.75A88 88 0 0 1 216 128m-73.94-86.87a183 183 0 0 1 8.75 32.31a200.3 200.3 0 0 0-49.93-29.16a88.05 88.05 0 0 1 41.18-3.15M80.44 54a183.9 183.9 0 0 1 61.25 32.64A200.2 200.2 0 0 0 40.41 119.5A88.11 88.11 0 0 1 80.44 54m-39.77 84.86a184.08 184.08 0 0 1 112.88-36.41a184.08 184.08 0 0 1-36.41 112.88a88.18 88.18 0 0 1-76.47-76.47m95.83 76.73a200.2 200.2 0 0 0 32.87-101.28A183.9 183.9 0 0 1 202 175.56a88.11 88.11 0 0 1-65.5 40.03"/></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 24a104 104 0 1 0 104 104A104.11 104.11 0 0 0 128 24m81.7 71.3a199.8 199.8 0 0 0-40.94-8.06a199.8 199.8 0 0 0-8.06-40.94a88.57 88.57 0 0 1 49 49M216 128a87.8 87.8 0 0 1-4.28 27.12a200.3 200.3 0 0 0-29.16-49.93a183 183 0 0 1 32.31 8.75A88 88 0 0 1 216 128m-73.94-86.87a183 183 0 0 1 8.75 32.31a200.3 200.3 0 0 0-49.93-29.16a88.05 88.05 0 0 1 41.18-3.15M80.44 54a183.9 183.9 0 0 1 61.25 32.64A200.2 200.2 0 0 0 40.41 119.5A88.11 88.11 0 0 1 80.44 54m-39.77 84.86a184.08 184.08 0 0 1 112.88-36.41a184.08 184.08 0 0 1-36.41 112.88a88.18 88.18 0 0 1-76.47-76.47m95.83 76.73a200.2 200.2 0 0 0 32.87-101.28A183.9 183.9 0 0 1 202 175.56a88.11 88.11 0 0 1-65.5 40.03"/></svg>
</template>

CSS

.icon-beach-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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M128%2024a104%20104%200%201%200%20104%20104A104.11%20104.11%200%200%200%20128%2024m81.7%2071.3a199.8%20199.8%200%200%200-40.94-8.06a199.8%20199.8%200%200%200-8.06-40.94a88.57%2088.57%200%200%201%2049%2049M216%20128a87.8%2087.8%200%200%201-4.28%2027.12a200.3%20200.3%200%200%200-29.16-49.93a183%20183%200%200%201%2032.31%208.75A88%2088%200%200%201%20216%20128m-73.94-86.87a183%20183%200%200%201%208.75%2032.31a200.3%20200.3%200%200%200-49.93-29.16a88.05%2088.05%200%200%201%2041.18-3.15M80.44%2054a183.9%20183.9%200%200%201%2061.25%2032.64A200.2%20200.2%200%200%200%2040.41%20119.5A88.11%2088.11%200%200%201%2080.44%2054m-39.77%2084.86a184.08%20184.08%200%200%201%20112.88-36.41a184.08%20184.08%200%200%201-36.41%20112.88a88.18%2088.18%200%200%201-76.47-76.47m95.83%2076.73a200.2%20200.2%200%200%200%2032.87-101.28A183.9%20183.9%200%200%201%20202%20175.56a88.11%2088.11%200%200%201-65.5%2040.03%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%2024a104%20104%200%201%200%20104%20104A104.11%20104.11%200%200%200%20128%2024m81.7%2071.3a199.8%20199.8%200%200%200-40.94-8.06a199.8%20199.8%200%200%200-8.06-40.94a88.57%2088.57%200%200%201%2049%2049M216%20128a87.8%2087.8%200%200%201-4.28%2027.12a200.3%20200.3%200%200%200-29.16-49.93a183%20183%200%200%201%2032.31%208.75A88%2088%200%200%201%20216%20128m-73.94-86.87a183%20183%200%200%201%208.75%2032.31a200.3%20200.3%200%200%200-49.93-29.16a88.05%2088.05%200%200%201%2041.18-3.15M80.44%2054a183.9%20183.9%200%200%201%2061.25%2032.64A200.2%20200.2%200%200%200%2040.41%20119.5A88.11%2088.11%200%200%201%2080.44%2054m-39.77%2084.86a184.08%20184.08%200%200%201%20112.88-36.41a184.08%20184.08%200%200%201-36.41%20112.88a88.18%2088.18%200%200%201-76.47-76.47m95.83%2076.73a200.2%20200.2%200%200%200%2032.87-101.28A183.9%20183.9%200%200%201%20202%20175.56a88.11%2088.11%200%200%201-65.5%2040.03%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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