wall-lamp-outline-rounded from Material Symbols by Google · Outline Rounded · Home · Apache-2.0 Free for personal and commercial use.

Name
wall-lamp-outline-rounded
Set
Material Symbols
Style
Outline Rounded
Category
Home
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols

The same icon in other sets

More home icons from Material Symbols

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.288 20.713Q3 20.425 3 20v-4q0-.425.288-.712T4 15t.713.288T5 16v4q0 .425-.288.713T4 21t-.712-.288M8.35 11h9.3l-1.8-6h-5.7zm0 0h9.3zM7 19q-.425 0-.712-.288T6 18t.288-.712T7 17h4q.425 0 .713-.288T12 16v-3H7q-.5 0-.8-.387t-.15-.888l2.4-8q.1-.325.35-.525t.6-.2h7.2q.35 0 .6.2t.35.525l2.4 8q.15.5-.15.888T19 13h-5v3q0 1.25-.875 2.125T11 19z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsWallLampOutlineRounded(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.288 20.713Q3 20.425 3 20v-4q0-.425.288-.712T4 15t.713.288T5 16v4q0 .425-.288.713T4 21t-.712-.288M8.35 11h9.3l-1.8-6h-5.7zm0 0h9.3zM7 19q-.425 0-.712-.288T6 18t.288-.712T7 17h4q.425 0 .713-.288T12 16v-3H7q-.5 0-.8-.387t-.15-.888l2.4-8q.1-.325.35-.525t.6-.2h7.2q.35 0 .6.2t.35.525l2.4 8q.15.5-.15.888T19 13h-5v3q0 1.25-.875 2.125T11 19z"/></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.288 20.713Q3 20.425 3 20v-4q0-.425.288-.712T4 15t.713.288T5 16v4q0 .425-.288.713T4 21t-.712-.288M8.35 11h9.3l-1.8-6h-5.7zm0 0h9.3zM7 19q-.425 0-.712-.288T6 18t.288-.712T7 17h4q.425 0 .713-.288T12 16v-3H7q-.5 0-.8-.387t-.15-.888l2.4-8q.1-.325.35-.525t.6-.2h7.2q.35 0 .6.2t.35.525l2.4 8q.15.5-.15.888T19 13h-5v3q0 1.25-.875 2.125T11 19z"/></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.288%2020.713Q3%2020.425%203%2020v-4q0-.425.288-.712T4%2015t.713.288T5%2016v4q0%20.425-.288.713T4%2021t-.712-.288M8.35%2011h9.3l-1.8-6h-5.7zm0%200h9.3zM7%2019q-.425%200-.712-.288T6%2018t.288-.712T7%2017h4q.425%200%20.713-.288T12%2016v-3H7q-.5%200-.8-.387t-.15-.888l2.4-8q.1-.325.35-.525t.6-.2h7.2q.35%200%20.6.2t.35.525l2.4%208q.15.5-.15.888T19%2013h-5v3q0%201.25-.875%202.125T11%2019z%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.288%2020.713Q3%2020.425%203%2020v-4q0-.425.288-.712T4%2015t.713.288T5%2016v4q0%20.425-.288.713T4%2021t-.712-.288M8.35%2011h9.3l-1.8-6h-5.7zm0%200h9.3zM7%2019q-.425%200-.712-.288T6%2018t.288-.712T7%2017h4q.425%200%20.713-.288T12%2016v-3H7q-.5%200-.8-.387t-.15-.888l2.4-8q.1-.325.35-.525t.6-.2h7.2q.35%200%20.6.2t.35.525l2.4%208q.15.5-.15.888T19%2013h-5v3q0%201.25-.875%202.125T11%2019z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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