disco ball icon
disco-ball-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.
- Name
- disco-ball-thin
- Set
- Phosphor
- Style
- Thin
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
Use the disco ball icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M116 68.1V16a4 4 0 0 0-8 0v52.1a84 84 0 1 0 8 0m71.89 79.9h-40c-1-37.34-15.73-60.22-25.35-71.25A76.12 76.12 0 0 1 187.89 148M112 226.68C105 220 85.26 197.61 84.06 156h55.88c-1.2 41.61-20.94 64-27.94 70.68M84.06 148c1.2-41.61 21-64 27.94-70.68c7 6.64 26.74 29.07 27.94 70.68Zm17.36-71.25c-9.62 11-24.35 33.91-25.35 71.25h-40a76.12 76.12 0 0 1 65.35-71.25M36.11 156h40c1 37.34 15.73 60.22 25.35 71.25A76.12 76.12 0 0 1 36.11 156m86.47 71.25c9.62-11 24.35-33.91 25.35-71.25h40a76.12 76.12 0 0 1-65.35 71.25M252 88a4 4 0 0 1-4 4h-12v12a4 4 0 0 1-8 0V92h-12a4 4 0 0 1 0-8h12V72a4 4 0 0 1 8 0v12h12a4 4 0 0 1 4 4m-40-48a4 4 0 0 1-4 4h-20v20a4 4 0 0 1-8 0V44h-20a4 4 0 0 1 0-8h20V16a4 4 0 0 1 8 0v20h20a4 4 0 0 1 4 4"/></svg>
React
import type { SVGProps } from "react";
export function PhDiscoBallThin(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="M116 68.1V16a4 4 0 0 0-8 0v52.1a84 84 0 1 0 8 0m71.89 79.9h-40c-1-37.34-15.73-60.22-25.35-71.25A76.12 76.12 0 0 1 187.89 148M112 226.68C105 220 85.26 197.61 84.06 156h55.88c-1.2 41.61-20.94 64-27.94 70.68M84.06 148c1.2-41.61 21-64 27.94-70.68c7 6.64 26.74 29.07 27.94 70.68Zm17.36-71.25c-9.62 11-24.35 33.91-25.35 71.25h-40a76.12 76.12 0 0 1 65.35-71.25M36.11 156h40c1 37.34 15.73 60.22 25.35 71.25A76.12 76.12 0 0 1 36.11 156m86.47 71.25c9.62-11 24.35-33.91 25.35-71.25h40a76.12 76.12 0 0 1-65.35 71.25M252 88a4 4 0 0 1-4 4h-12v12a4 4 0 0 1-8 0V92h-12a4 4 0 0 1 0-8h12V72a4 4 0 0 1 8 0v12h12a4 4 0 0 1 4 4m-40-48a4 4 0 0 1-4 4h-20v20a4 4 0 0 1-8 0V44h-20a4 4 0 0 1 0-8h20V16a4 4 0 0 1 8 0v20h20a4 4 0 0 1 4 4"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M116 68.1V16a4 4 0 0 0-8 0v52.1a84 84 0 1 0 8 0m71.89 79.9h-40c-1-37.34-15.73-60.22-25.35-71.25A76.12 76.12 0 0 1 187.89 148M112 226.68C105 220 85.26 197.61 84.06 156h55.88c-1.2 41.61-20.94 64-27.94 70.68M84.06 148c1.2-41.61 21-64 27.94-70.68c7 6.64 26.74 29.07 27.94 70.68Zm17.36-71.25c-9.62 11-24.35 33.91-25.35 71.25h-40a76.12 76.12 0 0 1 65.35-71.25M36.11 156h40c1 37.34 15.73 60.22 25.35 71.25A76.12 76.12 0 0 1 36.11 156m86.47 71.25c9.62-11 24.35-33.91 25.35-71.25h40a76.12 76.12 0 0 1-65.35 71.25M252 88a4 4 0 0 1-4 4h-12v12a4 4 0 0 1-8 0V92h-12a4 4 0 0 1 0-8h12V72a4 4 0 0 1 8 0v12h12a4 4 0 0 1 4 4m-40-48a4 4 0 0 1-4 4h-20v20a4 4 0 0 1-8 0V44h-20a4 4 0 0 1 0-8h20V16a4 4 0 0 1 8 0v20h20a4 4 0 0 1 4 4"/></svg> </template>
CSS
.icon-disco-ball-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%22M116%2068.1V16a4%204%200%200%200-8%200v52.1a84%2084%200%201%200%208%200m71.89%2079.9h-40c-1-37.34-15.73-60.22-25.35-71.25A76.12%2076.12%200%200%201%20187.89%20148M112%20226.68C105%20220%2085.26%20197.61%2084.06%20156h55.88c-1.2%2041.61-20.94%2064-27.94%2070.68M84.06%20148c1.2-41.61%2021-64%2027.94-70.68c7%206.64%2026.74%2029.07%2027.94%2070.68Zm17.36-71.25c-9.62%2011-24.35%2033.91-25.35%2071.25h-40a76.12%2076.12%200%200%201%2065.35-71.25M36.11%20156h40c1%2037.34%2015.73%2060.22%2025.35%2071.25A76.12%2076.12%200%200%201%2036.11%20156m86.47%2071.25c9.62-11%2024.35-33.91%2025.35-71.25h40a76.12%2076.12%200%200%201-65.35%2071.25M252%2088a4%204%200%200%201-4%204h-12v12a4%204%200%200%201-8%200V92h-12a4%204%200%200%201%200-8h12V72a4%204%200%200%201%208%200v12h12a4%204%200%200%201%204%204m-40-48a4%204%200%200%201-4%204h-20v20a4%204%200%200%201-8%200V44h-20a4%204%200%200%201%200-8h20V16a4%204%200%200%201%208%200v20h20a4%204%200%200%201%204%204%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%22M116%2068.1V16a4%204%200%200%200-8%200v52.1a84%2084%200%201%200%208%200m71.89%2079.9h-40c-1-37.34-15.73-60.22-25.35-71.25A76.12%2076.12%200%200%201%20187.89%20148M112%20226.68C105%20220%2085.26%20197.61%2084.06%20156h55.88c-1.2%2041.61-20.94%2064-27.94%2070.68M84.06%20148c1.2-41.61%2021-64%2027.94-70.68c7%206.64%2026.74%2029.07%2027.94%2070.68Zm17.36-71.25c-9.62%2011-24.35%2033.91-25.35%2071.25h-40a76.12%2076.12%200%200%201%2065.35-71.25M36.11%20156h40c1%2037.34%2015.73%2060.22%2025.35%2071.25A76.12%2076.12%200%200%201%2036.11%20156m86.47%2071.25c9.62-11%2024.35-33.91%2025.35-71.25h40a76.12%2076.12%200%200%201-65.35%2071.25M252%2088a4%204%200%200%201-4%204h-12v12a4%204%200%200%201-8%200V92h-12a4%204%200%200%201%200-8h12V72a4%204%200%200%201%208%200v12h12a4%204%200%200%201%204%204m-40-48a4%204%200%200%201-4%204h-20v20a4%204%200%200%201-8%200V44h-20a4%204%200%200%201%200-8h20V16a4%204%200%200%201%208%200v20h20a4%204%200%200%201%204%204%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/disco-ball-thin.svg?color=%231a73e8&size=48