goggles icon

goggles-duotone from Phosphor by Phosphor Icons · Duotone · MIT Free for personal and commercial use.

Name
goggles-duotone
Set
Phosphor
Style
Duotone
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"><g fill="currentColor"><path d="M232 152c0 17.67-30.33 32-48 32a32 32 0 0 1 0-64c17.67 0 48 14.33 48 32M72 120c-17.67 0-48 14.33-48 32s30.33 32 48 32a32 32 0 0 0 0-64" opacity=".2"/><path d="M256 136a72.08 72.08 0 0 0-72-72H72a72.08 72.08 0 0 0-72 72a24.06 24.06 0 0 0 17 23c6.06 20.37 37.63 33 55 33a40.07 40.07 0 0 0 39.2-32h33.6a40.07 40.07 0 0 0 39.2 32c17.33 0 48.9-12.66 55-33a24.06 24.06 0 0 0 17-23M45.45 167.74C37 162.76 32 156.88 32 152s4.91-10.61 13.13-15.55l37.21 37.2A23.74 23.74 0 0 1 72 176c-7.53 0-18.2-3.32-26.55-8.26m48.2-5.4L61 129.7a42.7 42.7 0 0 1 11-1.7a24 24 0 0 1 24 24a23.74 23.74 0 0 1-2.35 10.34M160 152a23.88 23.88 0 0 1 5.46-15.22L201 172.32c-6 2.3-12.15 3.68-17 3.68a24 24 0 0 1-24-24m55.63 12.31l-35.92-35.92A24 24 0 0 1 184 128c7.53 0 18.2 3.32 26.55 8.26S224 147.12 224 152c0 3.79-3 8.2-8.37 12.31m22.05-22.69C229.34 123.25 200.34 112 184 112a40.07 40.07 0 0 0-39.2 32h-33.6A40.07 40.07 0 0 0 72 112c-16.34 0-45.34 11.25-53.68 29.62A8 8 0 0 1 16 136a56.06 56.06 0 0 1 56-56h112a56.06 56.06 0 0 1 56 56a8 8 0 0 1-2.32 5.62"/></g></svg>

React

import type { SVGProps } from "react";

export function PhGogglesDuotone(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="M232 152c0 17.67-30.33 32-48 32a32 32 0 0 1 0-64c17.67 0 48 14.33 48 32M72 120c-17.67 0-48 14.33-48 32s30.33 32 48 32a32 32 0 0 0 0-64" opacity=".2"/><path d="M256 136a72.08 72.08 0 0 0-72-72H72a72.08 72.08 0 0 0-72 72a24.06 24.06 0 0 0 17 23c6.06 20.37 37.63 33 55 33a40.07 40.07 0 0 0 39.2-32h33.6a40.07 40.07 0 0 0 39.2 32c17.33 0 48.9-12.66 55-33a24.06 24.06 0 0 0 17-23M45.45 167.74C37 162.76 32 156.88 32 152s4.91-10.61 13.13-15.55l37.21 37.2A23.74 23.74 0 0 1 72 176c-7.53 0-18.2-3.32-26.55-8.26m48.2-5.4L61 129.7a42.7 42.7 0 0 1 11-1.7a24 24 0 0 1 24 24a23.74 23.74 0 0 1-2.35 10.34M160 152a23.88 23.88 0 0 1 5.46-15.22L201 172.32c-6 2.3-12.15 3.68-17 3.68a24 24 0 0 1-24-24m55.63 12.31l-35.92-35.92A24 24 0 0 1 184 128c7.53 0 18.2 3.32 26.55 8.26S224 147.12 224 152c0 3.79-3 8.2-8.37 12.31m22.05-22.69C229.34 123.25 200.34 112 184 112a40.07 40.07 0 0 0-39.2 32h-33.6A40.07 40.07 0 0 0 72 112c-16.34 0-45.34 11.25-53.68 29.62A8 8 0 0 1 16 136a56.06 56.06 0 0 1 56-56h112a56.06 56.06 0 0 1 56 56a8 8 0 0 1-2.32 5.62"/></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="M232 152c0 17.67-30.33 32-48 32a32 32 0 0 1 0-64c17.67 0 48 14.33 48 32M72 120c-17.67 0-48 14.33-48 32s30.33 32 48 32a32 32 0 0 0 0-64" opacity=".2"/><path d="M256 136a72.08 72.08 0 0 0-72-72H72a72.08 72.08 0 0 0-72 72a24.06 24.06 0 0 0 17 23c6.06 20.37 37.63 33 55 33a40.07 40.07 0 0 0 39.2-32h33.6a40.07 40.07 0 0 0 39.2 32c17.33 0 48.9-12.66 55-33a24.06 24.06 0 0 0 17-23M45.45 167.74C37 162.76 32 156.88 32 152s4.91-10.61 13.13-15.55l37.21 37.2A23.74 23.74 0 0 1 72 176c-7.53 0-18.2-3.32-26.55-8.26m48.2-5.4L61 129.7a42.7 42.7 0 0 1 11-1.7a24 24 0 0 1 24 24a23.74 23.74 0 0 1-2.35 10.34M160 152a23.88 23.88 0 0 1 5.46-15.22L201 172.32c-6 2.3-12.15 3.68-17 3.68a24 24 0 0 1-24-24m55.63 12.31l-35.92-35.92A24 24 0 0 1 184 128c7.53 0 18.2 3.32 26.55 8.26S224 147.12 224 152c0 3.79-3 8.2-8.37 12.31m22.05-22.69C229.34 123.25 200.34 112 184 112a40.07 40.07 0 0 0-39.2 32h-33.6A40.07 40.07 0 0 0 72 112c-16.34 0-45.34 11.25-53.68 29.62A8 8 0 0 1 16 136a56.06 56.06 0 0 1 56-56h112a56.06 56.06 0 0 1 56 56a8 8 0 0 1-2.32 5.62"/></g></svg>
</template>

CSS

.icon-goggles-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%22M232%20152c0%2017.67-30.33%2032-48%2032a32%2032%200%200%201%200-64c17.67%200%2048%2014.33%2048%2032M72%20120c-17.67%200-48%2014.33-48%2032s30.33%2032%2048%2032a32%2032%200%200%200%200-64%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M256%20136a72.08%2072.08%200%200%200-72-72H72a72.08%2072.08%200%200%200-72%2072a24.06%2024.06%200%200%200%2017%2023c6.06%2020.37%2037.63%2033%2055%2033a40.07%2040.07%200%200%200%2039.2-32h33.6a40.07%2040.07%200%200%200%2039.2%2032c17.33%200%2048.9-12.66%2055-33a24.06%2024.06%200%200%200%2017-23M45.45%20167.74C37%20162.76%2032%20156.88%2032%20152s4.91-10.61%2013.13-15.55l37.21%2037.2A23.74%2023.74%200%200%201%2072%20176c-7.53%200-18.2-3.32-26.55-8.26m48.2-5.4L61%20129.7a42.7%2042.7%200%200%201%2011-1.7a24%2024%200%200%201%2024%2024a23.74%2023.74%200%200%201-2.35%2010.34M160%20152a23.88%2023.88%200%200%201%205.46-15.22L201%20172.32c-6%202.3-12.15%203.68-17%203.68a24%2024%200%200%201-24-24m55.63%2012.31l-35.92-35.92A24%2024%200%200%201%20184%20128c7.53%200%2018.2%203.32%2026.55%208.26S224%20147.12%20224%20152c0%203.79-3%208.2-8.37%2012.31m22.05-22.69C229.34%20123.25%20200.34%20112%20184%20112a40.07%2040.07%200%200%200-39.2%2032h-33.6A40.07%2040.07%200%200%200%2072%20112c-16.34%200-45.34%2011.25-53.68%2029.62A8%208%200%200%201%2016%20136a56.06%2056.06%200%200%201%2056-56h112a56.06%2056.06%200%200%201%2056%2056a8%208%200%200%201-2.32%205.62%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%22M232%20152c0%2017.67-30.33%2032-48%2032a32%2032%200%200%201%200-64c17.67%200%2048%2014.33%2048%2032M72%20120c-17.67%200-48%2014.33-48%2032s30.33%2032%2048%2032a32%2032%200%200%200%200-64%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M256%20136a72.08%2072.08%200%200%200-72-72H72a72.08%2072.08%200%200%200-72%2072a24.06%2024.06%200%200%200%2017%2023c6.06%2020.37%2037.63%2033%2055%2033a40.07%2040.07%200%200%200%2039.2-32h33.6a40.07%2040.07%200%200%200%2039.2%2032c17.33%200%2048.9-12.66%2055-33a24.06%2024.06%200%200%200%2017-23M45.45%20167.74C37%20162.76%2032%20156.88%2032%20152s4.91-10.61%2013.13-15.55l37.21%2037.2A23.74%2023.74%200%200%201%2072%20176c-7.53%200-18.2-3.32-26.55-8.26m48.2-5.4L61%20129.7a42.7%2042.7%200%200%201%2011-1.7a24%2024%200%200%201%2024%2024a23.74%2023.74%200%200%201-2.35%2010.34M160%20152a23.88%2023.88%200%200%201%205.46-15.22L201%20172.32c-6%202.3-12.15%203.68-17%203.68a24%2024%200%200%201-24-24m55.63%2012.31l-35.92-35.92A24%2024%200%200%201%20184%20128c7.53%200%2018.2%203.32%2026.55%208.26S224%20147.12%20224%20152c0%203.79-3%208.2-8.37%2012.31m22.05-22.69C229.34%20123.25%20200.34%20112%20184%20112a40.07%2040.07%200%200%200-39.2%2032h-33.6A40.07%2040.07%200%200%200%2072%20112c-16.34%200-45.34%2011.25-53.68%2029.62A8%208%200%200%201%2016%20136a56.06%2056.06%200%200%201%2056-56h112a56.06%2056.06%200%200%201%2056%2056a8%208%200%200%201-2.32%205.62%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/goggles-duotone.svg?color=%231a73e8&size=48