wall-lamp from Material Symbols Light by Google · Regular · Home · Apache-2.0 Free for personal and commercial use.

Name
wall-lamp
Set
Material Symbols Light
Style
Regular
Category
Home
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols Light

The same icon in other sets

More home icons from Material Symbols Light

Use the wall lamp icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.73 20v-5h1v5zm2.77-2v-1H11q.617 0 1.059-.441q.441-.442.441-1.059V13H8.077q-.404 0-.646-.33t-.112-.714l1.9-6.385q.081-.267.292-.419Q9.723 5 9.996 5h6.008q.273 0 .484.152q.212.152.293.42l1.9 6.384q.13.385-.112.714t-.646.33H13.5v2.5q0 1.039-.73 1.77T11 18z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightWallLamp(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.73 20v-5h1v5zm2.77-2v-1H11q.617 0 1.059-.441q.441-.442.441-1.059V13H8.077q-.404 0-.646-.33t-.112-.714l1.9-6.385q.081-.267.292-.419Q9.723 5 9.996 5h6.008q.273 0 .484.152q.212.152.293.42l1.9 6.384q.13.385-.112.714t-.646.33H13.5v2.5q0 1.039-.73 1.77T11 18z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.73 20v-5h1v5zm2.77-2v-1H11q.617 0 1.059-.441q.441-.442.441-1.059V13H8.077q-.404 0-.646-.33t-.112-.714l1.9-6.385q.081-.267.292-.419Q9.723 5 9.996 5h6.008q.273 0 .484.152q.212.152.293.42l1.9 6.384q.13.385-.112.714t-.646.33H13.5v2.5q0 1.039-.73 1.77T11 18z"/></svg>
</template>

CSS

.icon-wall-lamp {
  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%22currentColor%22%20d%3D%22M3.73%2020v-5h1v5zm2.77-2v-1H11q.617%200%201.059-.441q.441-.442.441-1.059V13H8.077q-.404%200-.646-.33t-.112-.714l1.9-6.385q.081-.267.292-.419Q9.723%205%209.996%205h6.008q.273%200%20.484.152q.212.152.293.42l1.9%206.384q.13.385-.112.714t-.646.33H13.5v2.5q0%201.039-.73%201.77T11%2018z%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%22currentColor%22%20d%3D%22M3.73%2020v-5h1v5zm2.77-2v-1H11q.617%200%201.059-.441q.441-.442.441-1.059V13H8.077q-.404%200-.646-.33t-.112-.714l1.9-6.385q.081-.267.292-.419Q9.723%205%209.996%205h6.008q.273%200%20.484.152q.212.152.293.42l1.9%206.384q.13.385-.112.714t-.646.33H13.5v2.5q0%201.039-.73%201.77T11%2018z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/wall-lamp.svg?color=%231a73e8&size=48