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

Name
table-lamp-outline
Set
Material Symbols Light
Style
Outline
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 table lamp icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13 20.5v-1h7v1zM5.929 9.23h3.763V5.617q0-.27-.173-.443T9.077 5h-.898q-.192 0-.337.096q-.144.096-.22.27zM16 17.73V8.078q0-.617-.441-1.059q-.442-.441-1.059-.441h-3.808v2.846q0 .343-.232.576t-.575.232h-4.25q-.454 0-.687-.364T4.902 9.1L6.7 4.97q.212-.454.604-.712T8.179 4h.898q.658 0 1.127.463q.469.462.488 1.114H14.5q1.042 0 1.77.729q.73.73.73 1.771v9.654zM5.929 9.23h3.763z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightTableLampOutline(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="M13 20.5v-1h7v1zM5.929 9.23h3.763V5.617q0-.27-.173-.443T9.077 5h-.898q-.192 0-.337.096q-.144.096-.22.27zM16 17.73V8.078q0-.617-.441-1.059q-.442-.441-1.059-.441h-3.808v2.846q0 .343-.232.576t-.575.232h-4.25q-.454 0-.687-.364T4.902 9.1L6.7 4.97q.212-.454.604-.712T8.179 4h.898q.658 0 1.127.463q.469.462.488 1.114H14.5q1.042 0 1.77.729q.73.73.73 1.771v9.654zM5.929 9.23h3.763z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13 20.5v-1h7v1zM5.929 9.23h3.763V5.617q0-.27-.173-.443T9.077 5h-.898q-.192 0-.337.096q-.144.096-.22.27zM16 17.73V8.078q0-.617-.441-1.059q-.442-.441-1.059-.441h-3.808v2.846q0 .343-.232.576t-.575.232h-4.25q-.454 0-.687-.364T4.902 9.1L6.7 4.97q.212-.454.604-.712T8.179 4h.898q.658 0 1.127.463q.469.462.488 1.114H14.5q1.042 0 1.77.729q.73.73.73 1.771v9.654zM5.929 9.23h3.763z"/></svg>
</template>

CSS

.icon-table-lamp-outline {
  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%22M13%2020.5v-1h7v1zM5.929%209.23h3.763V5.617q0-.27-.173-.443T9.077%205h-.898q-.192%200-.337.096q-.144.096-.22.27zM16%2017.73V8.078q0-.617-.441-1.059q-.442-.441-1.059-.441h-3.808v2.846q0%20.343-.232.576t-.575.232h-4.25q-.454%200-.687-.364T4.902%209.1L6.7%204.97q.212-.454.604-.712T8.179%204h.898q.658%200%201.127.463q.469.462.488%201.114H14.5q1.042%200%201.77.729q.73.73.73%201.771v9.654zM5.929%209.23h3.763z%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%22M13%2020.5v-1h7v1zM5.929%209.23h3.763V5.617q0-.27-.173-.443T9.077%205h-.898q-.192%200-.337.096q-.144.096-.22.27zM16%2017.73V8.078q0-.617-.441-1.059q-.442-.441-1.059-.441h-3.808v2.846q0%20.343-.232.576t-.575.232h-4.25q-.454%200-.687-.364T4.902%209.1L6.7%204.97q.212-.454.604-.712T8.179%204h.898q.658%200%201.127.463q.469.462.488%201.114H14.5q1.042%200%201.77.729q.73.73.73%201.771v9.654zM5.929%209.23h3.763z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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