goggles icon
goggles-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.
- Name
- goggles-bold
- Set
- Phosphor
- Style
- Bold
- 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="M180 60H76a76.08 76.08 0 0 0-76 76v4a24 24 0 0 0 13.74 21.69c3.15 8.71 10.51 16.75 21.52 23.27c11.52 6.81 25.6 11 36.74 11a44.06 44.06 0 0 0 42.32-32h27.36A44.06 44.06 0 0 0 184 196c18.53 0 50.62-12.81 58.31-34.33A24 24 0 0 0 256 140v-4a76.08 76.08 0 0 0-76-76M76 84h104a52.07 52.07 0 0 1 51.13 42.6a65 65 0 0 0-10.39-7.6c-11.52-6.81-25.6-11-36.74-11a44.06 44.06 0 0 0-42.32 32h-27.36A44.06 44.06 0 0 0 72 108c-13.4 0-33.9 6.71-47.13 18.56A52.08 52.08 0 0 1 76 84m-4 88c-14.13 0-36-12.15-36-20c0-2.74 3.55-7.61 11.48-12.3c9-5.32 18.8-7.7 24.52-7.7a20 20 0 0 1 0 40m136.52-7.7c-9 5.32-18.8 7.7-24.52 7.7a20 20 0 0 1 0-40c14.13 0 36 12.15 36 20c0 2.74-3.55 7.61-11.48 12.3"/></svg>
React
import type { SVGProps } from "react";
export function PhGogglesBold(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="M180 60H76a76.08 76.08 0 0 0-76 76v4a24 24 0 0 0 13.74 21.69c3.15 8.71 10.51 16.75 21.52 23.27c11.52 6.81 25.6 11 36.74 11a44.06 44.06 0 0 0 42.32-32h27.36A44.06 44.06 0 0 0 184 196c18.53 0 50.62-12.81 58.31-34.33A24 24 0 0 0 256 140v-4a76.08 76.08 0 0 0-76-76M76 84h104a52.07 52.07 0 0 1 51.13 42.6a65 65 0 0 0-10.39-7.6c-11.52-6.81-25.6-11-36.74-11a44.06 44.06 0 0 0-42.32 32h-27.36A44.06 44.06 0 0 0 72 108c-13.4 0-33.9 6.71-47.13 18.56A52.08 52.08 0 0 1 76 84m-4 88c-14.13 0-36-12.15-36-20c0-2.74 3.55-7.61 11.48-12.3c9-5.32 18.8-7.7 24.52-7.7a20 20 0 0 1 0 40m136.52-7.7c-9 5.32-18.8 7.7-24.52 7.7a20 20 0 0 1 0-40c14.13 0 36 12.15 36 20c0 2.74-3.55 7.61-11.48 12.3"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M180 60H76a76.08 76.08 0 0 0-76 76v4a24 24 0 0 0 13.74 21.69c3.15 8.71 10.51 16.75 21.52 23.27c11.52 6.81 25.6 11 36.74 11a44.06 44.06 0 0 0 42.32-32h27.36A44.06 44.06 0 0 0 184 196c18.53 0 50.62-12.81 58.31-34.33A24 24 0 0 0 256 140v-4a76.08 76.08 0 0 0-76-76M76 84h104a52.07 52.07 0 0 1 51.13 42.6a65 65 0 0 0-10.39-7.6c-11.52-6.81-25.6-11-36.74-11a44.06 44.06 0 0 0-42.32 32h-27.36A44.06 44.06 0 0 0 72 108c-13.4 0-33.9 6.71-47.13 18.56A52.08 52.08 0 0 1 76 84m-4 88c-14.13 0-36-12.15-36-20c0-2.74 3.55-7.61 11.48-12.3c9-5.32 18.8-7.7 24.52-7.7a20 20 0 0 1 0 40m136.52-7.7c-9 5.32-18.8 7.7-24.52 7.7a20 20 0 0 1 0-40c14.13 0 36 12.15 36 20c0 2.74-3.55 7.61-11.48 12.3"/></svg> </template>
CSS
.icon-goggles-bold {
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%22M180%2060H76a76.08%2076.08%200%200%200-76%2076v4a24%2024%200%200%200%2013.74%2021.69c3.15%208.71%2010.51%2016.75%2021.52%2023.27c11.52%206.81%2025.6%2011%2036.74%2011a44.06%2044.06%200%200%200%2042.32-32h27.36A44.06%2044.06%200%200%200%20184%20196c18.53%200%2050.62-12.81%2058.31-34.33A24%2024%200%200%200%20256%20140v-4a76.08%2076.08%200%200%200-76-76M76%2084h104a52.07%2052.07%200%200%201%2051.13%2042.6a65%2065%200%200%200-10.39-7.6c-11.52-6.81-25.6-11-36.74-11a44.06%2044.06%200%200%200-42.32%2032h-27.36A44.06%2044.06%200%200%200%2072%20108c-13.4%200-33.9%206.71-47.13%2018.56A52.08%2052.08%200%200%201%2076%2084m-4%2088c-14.13%200-36-12.15-36-20c0-2.74%203.55-7.61%2011.48-12.3c9-5.32%2018.8-7.7%2024.52-7.7a20%2020%200%200%201%200%2040m136.52-7.7c-9%205.32-18.8%207.7-24.52%207.7a20%2020%200%200%201%200-40c14.13%200%2036%2012.15%2036%2020c0%202.74-3.55%207.61-11.48%2012.3%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%22M180%2060H76a76.08%2076.08%200%200%200-76%2076v4a24%2024%200%200%200%2013.74%2021.69c3.15%208.71%2010.51%2016.75%2021.52%2023.27c11.52%206.81%2025.6%2011%2036.74%2011a44.06%2044.06%200%200%200%2042.32-32h27.36A44.06%2044.06%200%200%200%20184%20196c18.53%200%2050.62-12.81%2058.31-34.33A24%2024%200%200%200%20256%20140v-4a76.08%2076.08%200%200%200-76-76M76%2084h104a52.07%2052.07%200%200%201%2051.13%2042.6a65%2065%200%200%200-10.39-7.6c-11.52-6.81-25.6-11-36.74-11a44.06%2044.06%200%200%200-42.32%2032h-27.36A44.06%2044.06%200%200%200%2072%20108c-13.4%200-33.9%206.71-47.13%2018.56A52.08%2052.08%200%200%201%2076%2084m-4%2088c-14.13%200-36-12.15-36-20c0-2.74%203.55-7.61%2011.48-12.3c9-5.32%2018.8-7.7%2024.52-7.7a20%2020%200%200%201%200%2040m136.52-7.7c-9%205.32-18.8%207.7-24.52%207.7a20%2020%200%200%201%200-40c14.13%200%2036%2012.15%2036%2020c0%202.74-3.55%207.61-11.48%2012.3%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/goggles-bold.svg?color=%231a73e8&size=48