goggles icon
goggles-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.
- Name
- goggles-light
- Set
- Phosphor
- Style
- Light
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
Use the goggles icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M254 136a70.08 70.08 0 0 0-70-70H72a70.08 70.08 0 0 0-70 70a22 22 0 0 0 16.68 21.35c2.06 8.24 8.85 16.06 19.64 22.44S61.87 190 72 190a38.05 38.05 0 0 0 37.52-32h37A38.05 38.05 0 0 0 184 190c10.13 0 23-3.91 33.68-10.21s17.58-14.2 19.64-22.44A22 22 0 0 0 254 136M44.43 169.46C35.26 164 30 157.67 30 152c0-6.64 6.77-13.19 15.45-18.06l40.19 40.18A25.8 25.8 0 0 1 72 178c-7.86 0-18.94-3.43-27.57-8.54m49.69-3.82l-36.88-36.89A48.8 48.8 0 0 1 72 126a26 26 0 0 1 22.12 39.64M158 152a25.9 25.9 0 0 1 7.39-18.13L204.55 173c-7.07 3.07-14.63 5-20.55 5a26 26 0 0 1-26-26m57.46 15l-39.65-39.64A25.8 25.8 0 0 1 184 126c7.86 0 18.94 3.43 27.57 8.54C220.74 140 226 146.33 226 152c0 5.32-4.35 10.58-10.54 15m21.31-22.18c-2.57-7.56-9.12-14.68-19.09-20.58C207 117.91 194.13 114 184 114a38.05 38.05 0 0 0-37.52 32h-37A38.05 38.05 0 0 0 72 114c-10.13 0-23 3.91-33.68 10.21c-10 5.9-16.52 13-19.09 20.58A10 10 0 0 1 14 136a58.07 58.07 0 0 1 58-58h112a58.07 58.07 0 0 1 58 58a10 10 0 0 1-5.23 8.79Z"/></svg>
React
import type { SVGProps } from "react";
export function PhGogglesLight(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="M254 136a70.08 70.08 0 0 0-70-70H72a70.08 70.08 0 0 0-70 70a22 22 0 0 0 16.68 21.35c2.06 8.24 8.85 16.06 19.64 22.44S61.87 190 72 190a38.05 38.05 0 0 0 37.52-32h37A38.05 38.05 0 0 0 184 190c10.13 0 23-3.91 33.68-10.21s17.58-14.2 19.64-22.44A22 22 0 0 0 254 136M44.43 169.46C35.26 164 30 157.67 30 152c0-6.64 6.77-13.19 15.45-18.06l40.19 40.18A25.8 25.8 0 0 1 72 178c-7.86 0-18.94-3.43-27.57-8.54m49.69-3.82l-36.88-36.89A48.8 48.8 0 0 1 72 126a26 26 0 0 1 22.12 39.64M158 152a25.9 25.9 0 0 1 7.39-18.13L204.55 173c-7.07 3.07-14.63 5-20.55 5a26 26 0 0 1-26-26m57.46 15l-39.65-39.64A25.8 25.8 0 0 1 184 126c7.86 0 18.94 3.43 27.57 8.54C220.74 140 226 146.33 226 152c0 5.32-4.35 10.58-10.54 15m21.31-22.18c-2.57-7.56-9.12-14.68-19.09-20.58C207 117.91 194.13 114 184 114a38.05 38.05 0 0 0-37.52 32h-37A38.05 38.05 0 0 0 72 114c-10.13 0-23 3.91-33.68 10.21c-10 5.9-16.52 13-19.09 20.58A10 10 0 0 1 14 136a58.07 58.07 0 0 1 58-58h112a58.07 58.07 0 0 1 58 58a10 10 0 0 1-5.23 8.79Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M254 136a70.08 70.08 0 0 0-70-70H72a70.08 70.08 0 0 0-70 70a22 22 0 0 0 16.68 21.35c2.06 8.24 8.85 16.06 19.64 22.44S61.87 190 72 190a38.05 38.05 0 0 0 37.52-32h37A38.05 38.05 0 0 0 184 190c10.13 0 23-3.91 33.68-10.21s17.58-14.2 19.64-22.44A22 22 0 0 0 254 136M44.43 169.46C35.26 164 30 157.67 30 152c0-6.64 6.77-13.19 15.45-18.06l40.19 40.18A25.8 25.8 0 0 1 72 178c-7.86 0-18.94-3.43-27.57-8.54m49.69-3.82l-36.88-36.89A48.8 48.8 0 0 1 72 126a26 26 0 0 1 22.12 39.64M158 152a25.9 25.9 0 0 1 7.39-18.13L204.55 173c-7.07 3.07-14.63 5-20.55 5a26 26 0 0 1-26-26m57.46 15l-39.65-39.64A25.8 25.8 0 0 1 184 126c7.86 0 18.94 3.43 27.57 8.54C220.74 140 226 146.33 226 152c0 5.32-4.35 10.58-10.54 15m21.31-22.18c-2.57-7.56-9.12-14.68-19.09-20.58C207 117.91 194.13 114 184 114a38.05 38.05 0 0 0-37.52 32h-37A38.05 38.05 0 0 0 72 114c-10.13 0-23 3.91-33.68 10.21c-10 5.9-16.52 13-19.09 20.58A10 10 0 0 1 14 136a58.07 58.07 0 0 1 58-58h112a58.07 58.07 0 0 1 58 58a10 10 0 0 1-5.23 8.79Z"/></svg> </template>
CSS
.icon-goggles-light {
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%22M254%20136a70.08%2070.08%200%200%200-70-70H72a70.08%2070.08%200%200%200-70%2070a22%2022%200%200%200%2016.68%2021.35c2.06%208.24%208.85%2016.06%2019.64%2022.44S61.87%20190%2072%20190a38.05%2038.05%200%200%200%2037.52-32h37A38.05%2038.05%200%200%200%20184%20190c10.13%200%2023-3.91%2033.68-10.21s17.58-14.2%2019.64-22.44A22%2022%200%200%200%20254%20136M44.43%20169.46C35.26%20164%2030%20157.67%2030%20152c0-6.64%206.77-13.19%2015.45-18.06l40.19%2040.18A25.8%2025.8%200%200%201%2072%20178c-7.86%200-18.94-3.43-27.57-8.54m49.69-3.82l-36.88-36.89A48.8%2048.8%200%200%201%2072%20126a26%2026%200%200%201%2022.12%2039.64M158%20152a25.9%2025.9%200%200%201%207.39-18.13L204.55%20173c-7.07%203.07-14.63%205-20.55%205a26%2026%200%200%201-26-26m57.46%2015l-39.65-39.64A25.8%2025.8%200%200%201%20184%20126c7.86%200%2018.94%203.43%2027.57%208.54C220.74%20140%20226%20146.33%20226%20152c0%205.32-4.35%2010.58-10.54%2015m21.31-22.18c-2.57-7.56-9.12-14.68-19.09-20.58C207%20117.91%20194.13%20114%20184%20114a38.05%2038.05%200%200%200-37.52%2032h-37A38.05%2038.05%200%200%200%2072%20114c-10.13%200-23%203.91-33.68%2010.21c-10%205.9-16.52%2013-19.09%2020.58A10%2010%200%200%201%2014%20136a58.07%2058.07%200%200%201%2058-58h112a58.07%2058.07%200%200%201%2058%2058a10%2010%200%200%201-5.23%208.79Z%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%22M254%20136a70.08%2070.08%200%200%200-70-70H72a70.08%2070.08%200%200%200-70%2070a22%2022%200%200%200%2016.68%2021.35c2.06%208.24%208.85%2016.06%2019.64%2022.44S61.87%20190%2072%20190a38.05%2038.05%200%200%200%2037.52-32h37A38.05%2038.05%200%200%200%20184%20190c10.13%200%2023-3.91%2033.68-10.21s17.58-14.2%2019.64-22.44A22%2022%200%200%200%20254%20136M44.43%20169.46C35.26%20164%2030%20157.67%2030%20152c0-6.64%206.77-13.19%2015.45-18.06l40.19%2040.18A25.8%2025.8%200%200%201%2072%20178c-7.86%200-18.94-3.43-27.57-8.54m49.69-3.82l-36.88-36.89A48.8%2048.8%200%200%201%2072%20126a26%2026%200%200%201%2022.12%2039.64M158%20152a25.9%2025.9%200%200%201%207.39-18.13L204.55%20173c-7.07%203.07-14.63%205-20.55%205a26%2026%200%200%201-26-26m57.46%2015l-39.65-39.64A25.8%2025.8%200%200%201%20184%20126c7.86%200%2018.94%203.43%2027.57%208.54C220.74%20140%20226%20146.33%20226%20152c0%205.32-4.35%2010.58-10.54%2015m21.31-22.18c-2.57-7.56-9.12-14.68-19.09-20.58C207%20117.91%20194.13%20114%20184%20114a38.05%2038.05%200%200%200-37.52%2032h-37A38.05%2038.05%200%200%200%2072%20114c-10.13%200-23%203.91-33.68%2010.21c-10%205.9-16.52%2013-19.09%2020.58A10%2010%200%200%201%2014%20136a58.07%2058.07%200%200%201%2058-58h112a58.07%2058.07%200%200%201%2058%2058a10%2010%200%200%201-5.23%208.79Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/goggles-light.svg?color=%231a73e8&size=48