wall lamp icon
wall-lamp-outline-rounded from Material Symbols Light by Google · Outline Rounded · Home · Apache-2.0 Free for personal and commercial use.
- Name
- wall-lamp-outline-rounded
- Set
- Material Symbols Light
- Style
- Outline Rounded
- 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
activity-zoneairwaveaqaq-indoorarming-countdownarrows-more-downarrows-more-upassistant-on-hubbattery-horiz-000battery-horiz-050battery-horiz-075battery-profilechromecast-2cleaning-bucketclimate-mini-splitcool-to-drydetection-and-zonedetection-and-zone-offdetectordetector-alarmdetector-batterydetector-codetector-offlinedetector-status
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.874 19.856q-.143-.143-.143-.356v-4q0-.213.144-.356T4.232 15t.356.144t.143.356v4q0 .213-.144.356Q4.443 20 4.23 20t-.356-.144M8.35 12h9.3l-1.8-6h-5.7zm0 0h9.3zM7 18q-.213 0-.356-.144t-.144-.357t.144-.356T7 17h4q.617 0 1.059-.441q.441-.442.441-1.059V13H8.077q-.404 0-.646-.33t-.112-.714l1.902-6.392q.079-.26.29-.412Q9.723 5 9.996 5h6.008q.273 0 .484.152q.212.152.291.411l1.902 6.393q.13.385-.112.714t-.646.33H13.5v2.498q0 1.04-.73 1.771Q12.043 18 11 18z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightWallLampOutlineRounded(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.874 19.856q-.143-.143-.143-.356v-4q0-.213.144-.356T4.232 15t.356.144t.143.356v4q0 .213-.144.356Q4.443 20 4.23 20t-.356-.144M8.35 12h9.3l-1.8-6h-5.7zm0 0h9.3zM7 18q-.213 0-.356-.144t-.144-.357t.144-.356T7 17h4q.617 0 1.059-.441q.441-.442.441-1.059V13H8.077q-.404 0-.646-.33t-.112-.714l1.902-6.392q.079-.26.29-.412Q9.723 5 9.996 5h6.008q.273 0 .484.152q.212.152.291.411l1.902 6.393q.13.385-.112.714t-.646.33H13.5v2.498q0 1.04-.73 1.771Q12.043 18 11 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.874 19.856q-.143-.143-.143-.356v-4q0-.213.144-.356T4.232 15t.356.144t.143.356v4q0 .213-.144.356Q4.443 20 4.23 20t-.356-.144M8.35 12h9.3l-1.8-6h-5.7zm0 0h9.3zM7 18q-.213 0-.356-.144t-.144-.357t.144-.356T7 17h4q.617 0 1.059-.441q.441-.442.441-1.059V13H8.077q-.404 0-.646-.33t-.112-.714l1.902-6.392q.079-.26.29-.412Q9.723 5 9.996 5h6.008q.273 0 .484.152q.212.152.291.411l1.902 6.393q.13.385-.112.714t-.646.33H13.5v2.498q0 1.04-.73 1.771Q12.043 18 11 18z"/></svg> </template>
CSS
.icon-wall-lamp-outline-rounded {
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.874%2019.856q-.143-.143-.143-.356v-4q0-.213.144-.356T4.232%2015t.356.144t.143.356v4q0%20.213-.144.356Q4.443%2020%204.23%2020t-.356-.144M8.35%2012h9.3l-1.8-6h-5.7zm0%200h9.3zM7%2018q-.213%200-.356-.144t-.144-.357t.144-.356T7%2017h4q.617%200%201.059-.441q.441-.442.441-1.059V13H8.077q-.404%200-.646-.33t-.112-.714l1.902-6.392q.079-.26.29-.412Q9.723%205%209.996%205h6.008q.273%200%20.484.152q.212.152.291.411l1.902%206.393q.13.385-.112.714t-.646.33H13.5v2.498q0%201.04-.73%201.771Q12.043%2018%2011%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.874%2019.856q-.143-.143-.143-.356v-4q0-.213.144-.356T4.232%2015t.356.144t.143.356v4q0%20.213-.144.356Q4.443%2020%204.23%2020t-.356-.144M8.35%2012h9.3l-1.8-6h-5.7zm0%200h9.3zM7%2018q-.213%200-.356-.144t-.144-.357t.144-.356T7%2017h4q.617%200%201.059-.441q.441-.442.441-1.059V13H8.077q-.404%200-.646-.33t-.112-.714l1.902-6.392q.079-.26.29-.412Q9.723%205%209.996%205h6.008q.273%200%20.484.152q.212.152.291.411l1.902%206.393q.13.385-.112.714t-.646.33H13.5v2.498q0%201.04-.73%201.771Q12.043%2018%2011%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-outline-rounded.svg?color=%231a73e8&size=48