beach ball icon
beach-ball-duotone from Phosphor by Phosphor Icons · Duotone · MIT Free for personal and commercial use.
- Name
- beach-ball-duotone
- Set
- Phosphor
- Style
- Duotone
- 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"><g fill="currentColor"><path d="M161.23 93.36a191.1 191.1 0 0 0-82-48.09a96.4 96.4 0 0 1 68.68-11.2a191.9 191.9 0 0 1 13.32 59.29m60.7 14.7a192.2 192.2 0 0 0-59.29-13.29a191 191 0 0 1 48.09 82a96.37 96.37 0 0 0 11.2-68.67ZM32.27 135.19a96 96 0 0 0 88.54 88.54a191.56 191.56 0 0 0 40.5-129a191.6 191.6 0 0 0-129.04 40.46" opacity=".2"/><path 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"/></g></svg>
React
import type { SVGProps } from "react";
export function PhBeachBallDuotone(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="M161.23 93.36a191.1 191.1 0 0 0-82-48.09a96.4 96.4 0 0 1 68.68-11.2a191.9 191.9 0 0 1 13.32 59.29m60.7 14.7a192.2 192.2 0 0 0-59.29-13.29a191 191 0 0 1 48.09 82a96.37 96.37 0 0 0 11.2-68.67ZM32.27 135.19a96 96 0 0 0 88.54 88.54a191.56 191.56 0 0 0 40.5-129a191.6 191.6 0 0 0-129.04 40.46" opacity=".2"/><path 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"/></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="M161.23 93.36a191.1 191.1 0 0 0-82-48.09a96.4 96.4 0 0 1 68.68-11.2a191.9 191.9 0 0 1 13.32 59.29m60.7 14.7a192.2 192.2 0 0 0-59.29-13.29a191 191 0 0 1 48.09 82a96.37 96.37 0 0 0 11.2-68.67ZM32.27 135.19a96 96 0 0 0 88.54 88.54a191.56 191.56 0 0 0 40.5-129a191.6 191.6 0 0 0-129.04 40.46" opacity=".2"/><path 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"/></g></svg> </template>
CSS
.icon-beach-ball-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%22M161.23%2093.36a191.1%20191.1%200%200%200-82-48.09a96.4%2096.4%200%200%201%2068.68-11.2a191.9%20191.9%200%200%201%2013.32%2059.29m60.7%2014.7a192.2%20192.2%200%200%200-59.29-13.29a191%20191%200%200%201%2048.09%2082a96.37%2096.37%200%200%200%2011.2-68.67ZM32.27%20135.19a96%2096%200%200%200%2088.54%2088.54a191.56%20191.56%200%200%200%2040.5-129a191.6%20191.6%200%200%200-129.04%2040.46%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.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%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%22M161.23%2093.36a191.1%20191.1%200%200%200-82-48.09a96.4%2096.4%200%200%201%2068.68-11.2a191.9%20191.9%200%200%201%2013.32%2059.29m60.7%2014.7a192.2%20192.2%200%200%200-59.29-13.29a191%20191%200%200%201%2048.09%2082a96.37%2096.37%200%200%200%2011.2-68.67ZM32.27%20135.19a96%2096%200%200%200%2088.54%2088.54a191.56%20191.56%200%200%200%2040.5-129a191.6%20191.6%200%200%200-129.04%2040.46%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.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%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/beach-ball-duotone.svg?color=%231a73e8&size=48