rectangle goggles icon
rectangle-goggles from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- rectangle-goggles
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Related icons in Huge Icons
Use the rectangle goggles icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="1.5" d="M1.992 12.94V12c0-2.346 0-3.518.62-4.326a3 3 0 0 1 .554-.554c.808-.62 1.98-.62 4.326-.62h9c2.346 0 3.518 0 4.326.62a3 3 0 0 1 .554.554c.62.808.62 1.98.62 4.326v.94c0 1.454 0 2.181-.247 2.751a3 3 0 0 1-1.562 1.562c-.57.247-1.297.247-2.75.247h-.189c-.63 0-.944 0-1.236-.059a3 3 0 0 1-1.53-.819c-.211-.21-.386-.472-.735-.996c-.446-.67-.67-1.004-.92-1.17a1.5 1.5 0 0 0-1.662 0c-.25.166-.473.5-.92 1.17c-.349.524-.523.786-.734.996a3 3 0 0 1-1.53.82c-.293.058-.607.058-1.237.058h-.188c-1.454 0-2.181 0-2.751-.247a3 3 0 0 1-1.562-1.562c-.247-.57-.247-1.297-.247-2.75Z"/></svg>
React
import type { SVGProps } from "react";
export function HugeiconsRectangleGoggles(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinejoin="round" strokeWidth="1.5" d="M1.992 12.94V12c0-2.346 0-3.518.62-4.326a3 3 0 0 1 .554-.554c.808-.62 1.98-.62 4.326-.62h9c2.346 0 3.518 0 4.326.62a3 3 0 0 1 .554.554c.62.808.62 1.98.62 4.326v.94c0 1.454 0 2.181-.247 2.751a3 3 0 0 1-1.562 1.562c-.57.247-1.297.247-2.75.247h-.189c-.63 0-.944 0-1.236-.059a3 3 0 0 1-1.53-.819c-.211-.21-.386-.472-.735-.996c-.446-.67-.67-1.004-.92-1.17a1.5 1.5 0 0 0-1.662 0c-.25.166-.473.5-.92 1.17c-.349.524-.523.786-.734.996a3 3 0 0 1-1.53.82c-.293.058-.607.058-1.237.058h-.188c-1.454 0-2.181 0-2.751-.247a3 3 0 0 1-1.562-1.562c-.247-.57-.247-1.297-.247-2.75Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="1.5" d="M1.992 12.94V12c0-2.346 0-3.518.62-4.326a3 3 0 0 1 .554-.554c.808-.62 1.98-.62 4.326-.62h9c2.346 0 3.518 0 4.326.62a3 3 0 0 1 .554.554c.62.808.62 1.98.62 4.326v.94c0 1.454 0 2.181-.247 2.751a3 3 0 0 1-1.562 1.562c-.57.247-1.297.247-2.75.247h-.189c-.63 0-.944 0-1.236-.059a3 3 0 0 1-1.53-.819c-.211-.21-.386-.472-.735-.996c-.446-.67-.67-1.004-.92-1.17a1.5 1.5 0 0 0-1.662 0c-.25.166-.473.5-.92 1.17c-.349.524-.523.786-.734.996a3 3 0 0 1-1.53.82c-.293.058-.607.058-1.237.058h-.188c-1.454 0-2.181 0-2.751-.247a3 3 0 0 1-1.562-1.562c-.247-.57-.247-1.297-.247-2.75Z"/></svg> </template>
CSS
.icon-rectangle-goggles {
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%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M1.992%2012.94V12c0-2.346%200-3.518.62-4.326a3%203%200%200%201%20.554-.554c.808-.62%201.98-.62%204.326-.62h9c2.346%200%203.518%200%204.326.62a3%203%200%200%201%20.554.554c.62.808.62%201.98.62%204.326v.94c0%201.454%200%202.181-.247%202.751a3%203%200%200%201-1.562%201.562c-.57.247-1.297.247-2.75.247h-.189c-.63%200-.944%200-1.236-.059a3%203%200%200%201-1.53-.819c-.211-.21-.386-.472-.735-.996c-.446-.67-.67-1.004-.92-1.17a1.5%201.5%200%200%200-1.662%200c-.25.166-.473.5-.92%201.17c-.349.524-.523.786-.734.996a3%203%200%200%201-1.53.82c-.293.058-.607.058-1.237.058h-.188c-1.454%200-2.181%200-2.751-.247a3%203%200%200%201-1.562-1.562c-.247-.57-.247-1.297-.247-2.75Z%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%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M1.992%2012.94V12c0-2.346%200-3.518.62-4.326a3%203%200%200%201%20.554-.554c.808-.62%201.98-.62%204.326-.62h9c2.346%200%203.518%200%204.326.62a3%203%200%200%201%20.554.554c.62.808.62%201.98.62%204.326v.94c0%201.454%200%202.181-.247%202.751a3%203%200%200%201-1.562%201.562c-.57.247-1.297.247-2.75.247h-.189c-.63%200-.944%200-1.236-.059a3%203%200%200%201-1.53-.819c-.211-.21-.386-.472-.735-.996c-.446-.67-.67-1.004-.92-1.17a1.5%201.5%200%200%200-1.662%200c-.25.166-.473.5-.92%201.17c-.349.524-.523.786-.734.996a3%203%200%200%201-1.53.82c-.293.058-.607.058-1.237.058h-.188c-1.454%200-2.181%200-2.751-.247a3%203%200%200%201-1.562-1.562c-.247-.57-.247-1.297-.247-2.75Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/rectangle-goggles.svg?color=%231a73e8&size=48