desk lamp icon

desk-lamp from IconPark by ByteDance · Color · Hardware · Apache-2.0 Free for personal and commercial use.

Name
desk-lamp
Set
IconPark
Style
Color
Category
Hardware
Viewbox
48×48
License
Apache 2.0

The same icon in other sets

More hardware icons from IconPark

Use the desk lamp icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-width="4"><path fill="#2F88FF" d="M8 24.5957C8 25.3713 8.62871 26 9.40426 26H38.5957C39.3713 26 40 25.3713 40 24.5957V20C40 11.1634 32.8366 4 24 4C15.1634 4 8 11.1634 8 20V24.5957Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M24 42L24 26"/><path stroke-linecap="round" stroke-linejoin="round" d="M15 32L15 26"/><path stroke-linecap="round" stroke-linejoin="round" d="M33 42H15"/></g></svg>

React

import type { SVGProps } from "react";

export function IconParkDeskLamp(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" strokeWidth="4"><path fill="#2F88FF" d="M8 24.5957C8 25.3713 8.62871 26 9.40426 26H38.5957C39.3713 26 40 25.3713 40 24.5957V20C40 11.1634 32.8366 4 24 4C15.1634 4 8 11.1634 8 20V24.5957Z"/><path strokeLinecap="round" strokeLinejoin="round" d="M24 42L24 26"/><path strokeLinecap="round" strokeLinejoin="round" d="M15 32L15 26"/><path strokeLinecap="round" strokeLinejoin="round" d="M33 42H15"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-width="4"><path fill="#2F88FF" d="M8 24.5957C8 25.3713 8.62871 26 9.40426 26H38.5957C39.3713 26 40 25.3713 40 24.5957V20C40 11.1634 32.8366 4 24 4C15.1634 4 8 11.1634 8 20V24.5957Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M24 42L24 26"/><path stroke-linecap="round" stroke-linejoin="round" d="M15 32L15 26"/><path stroke-linecap="round" stroke-linejoin="round" d="M33 42H15"/></g></svg>
</template>

CSS

.icon-desk-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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M8%2024.5957C8%2025.3713%208.62871%2026%209.40426%2026H38.5957C39.3713%2026%2040%2025.3713%2040%2024.5957V20C40%2011.1634%2032.8366%204%2024%204C15.1634%204%208%2011.1634%208%2020V24.5957Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M24%2042L24%2026%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M15%2032L15%2026%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M33%2042H15%22%2F%3E%3C%2Fg%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M8%2024.5957C8%2025.3713%208.62871%2026%209.40426%2026H38.5957C39.3713%2026%2040%2025.3713%2040%2024.5957V20C40%2011.1634%2032.8366%204%2024%204C15.1634%204%208%2011.1634%208%2020V24.5957Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M24%2042L24%2026%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M15%2032L15%2026%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M33%2042H15%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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