lamp from Unicons by Iconscout · Line · User Interface · Apache-2.0 Free for personal and commercial use.

Name
lamp
Set
Unicons
Style
Line
Category
User Interface
Viewbox
24×24
License
Apache 2.0

The same icon in other sets

More user interface icons from Unicons

Use the lamp icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18 2.78A1 1 0 0 0 17 2H7a1 1 0 0 0-1 .78l-2 9a1 1 0 0 0 .2.85A1 1 0 0 0 5 13h3.94A8 8 0 0 1 9 14a8.92 8.92 0 0 1-2.57 6.3a1 1 0 0 0 .71 1.7h9.72a1 1 0 0 0 .71-1.7A8.92 8.92 0 0 1 15 14a8 8 0 0 1 .06-1H16v2a1 1 0 0 0 2 0v-2h1a1 1 0 0 0 .78-.37a1 1 0 0 0 .2-.85ZM9.22 20A10.9 10.9 0 0 0 11 14c0-.33 0-.67-.05-1h2.1c0 .33-.05.67-.05 1a10.9 10.9 0 0 0 1.78 6Zm-3-9L7.8 4h8.4l1.55 7Z"/></svg>

React

import type { SVGProps } from "react";

export function UilLamp(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="M18 2.78A1 1 0 0 0 17 2H7a1 1 0 0 0-1 .78l-2 9a1 1 0 0 0 .2.85A1 1 0 0 0 5 13h3.94A8 8 0 0 1 9 14a8.92 8.92 0 0 1-2.57 6.3a1 1 0 0 0 .71 1.7h9.72a1 1 0 0 0 .71-1.7A8.92 8.92 0 0 1 15 14a8 8 0 0 1 .06-1H16v2a1 1 0 0 0 2 0v-2h1a1 1 0 0 0 .78-.37a1 1 0 0 0 .2-.85ZM9.22 20A10.9 10.9 0 0 0 11 14c0-.33 0-.67-.05-1h2.1c0 .33-.05.67-.05 1a10.9 10.9 0 0 0 1.78 6Zm-3-9L7.8 4h8.4l1.55 7Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18 2.78A1 1 0 0 0 17 2H7a1 1 0 0 0-1 .78l-2 9a1 1 0 0 0 .2.85A1 1 0 0 0 5 13h3.94A8 8 0 0 1 9 14a8.92 8.92 0 0 1-2.57 6.3a1 1 0 0 0 .71 1.7h9.72a1 1 0 0 0 .71-1.7A8.92 8.92 0 0 1 15 14a8 8 0 0 1 .06-1H16v2a1 1 0 0 0 2 0v-2h1a1 1 0 0 0 .78-.37a1 1 0 0 0 .2-.85ZM9.22 20A10.9 10.9 0 0 0 11 14c0-.33 0-.67-.05-1h2.1c0 .33-.05.67-.05 1a10.9 10.9 0 0 0 1.78 6Zm-3-9L7.8 4h8.4l1.55 7Z"/></svg>
</template>

CSS

.icon-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%22M18%202.78A1%201%200%200%200%2017%202H7a1%201%200%200%200-1%20.78l-2%209a1%201%200%200%200%20.2.85A1%201%200%200%200%205%2013h3.94A8%208%200%200%201%209%2014a8.92%208.92%200%200%201-2.57%206.3a1%201%200%200%200%20.71%201.7h9.72a1%201%200%200%200%20.71-1.7A8.92%208.92%200%200%201%2015%2014a8%208%200%200%201%20.06-1H16v2a1%201%200%200%200%202%200v-2h1a1%201%200%200%200%20.78-.37a1%201%200%200%200%20.2-.85ZM9.22%2020A10.9%2010.9%200%200%200%2011%2014c0-.33%200-.67-.05-1h2.1c0%20.33-.05.67-.05%201a10.9%2010.9%200%200%200%201.78%206Zm-3-9L7.8%204h8.4l1.55%207Z%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%22M18%202.78A1%201%200%200%200%2017%202H7a1%201%200%200%200-1%20.78l-2%209a1%201%200%200%200%20.2.85A1%201%200%200%200%205%2013h3.94A8%208%200%200%201%209%2014a8.92%208.92%200%200%201-2.57%206.3a1%201%200%200%200%20.71%201.7h9.72a1%201%200%200%200%20.71-1.7A8.92%208.92%200%200%201%2015%2014a8%208%200%200%201%20.06-1H16v2a1%201%200%200%200%202%200v-2h1a1%201%200%200%200%20.78-.37a1%201%200%200%200%20.2-.85ZM9.22%2020A10.9%2010.9%200%200%200%2011%2014c0-.33%200-.67-.05-1h2.1c0%20.33-.05.67-.05%201a10.9%2010.9%200%200%200%201.78%206Zm-3-9L7.8%204h8.4l1.55%207Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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