wall lamp icon
wall-lamp from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- wall-lamp
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Use the wall lamp icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M3.998 14.003V22m0-3.697l3.96 1.545c2.518.982 3.777 1.474 4.673.922c.897-.552.897-1.818.897-4.35V8.007m.023-5.008V2"/><path d="M7.078 8.006h12.923M9.35 6.211c-.648.605-.776.699-.954.865a.95.95 0 0 0-.253.939l2.054 7.798a1.34 1.34 0 0 0 1.076.98a13.2 13.2 0 0 0 4.514-.001c.494-.087.893-.45 1.025-.932l2.156-7.872c.085-.311.025-.653-.2-.885c-.182-.19-.31-.259-.99-.892c-.751-.703-1.472-1.971-1.776-2.356s-.538-.574-.924-.662a6.9 6.9 0 0 0-3.027 0c-.386.088-.585.23-.925.662c-.339.431-1.024 1.653-1.776 2.356"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsWallLamp(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M3.998 14.003V22m0-3.697l3.96 1.545c2.518.982 3.777 1.474 4.673.922c.897-.552.897-1.818.897-4.35V8.007m.023-5.008V2"/><path d="M7.078 8.006h12.923M9.35 6.211c-.648.605-.776.699-.954.865a.95.95 0 0 0-.253.939l2.054 7.798a1.34 1.34 0 0 0 1.076.98a13.2 13.2 0 0 0 4.514-.001c.494-.087.893-.45 1.025-.932l2.156-7.872c.085-.311.025-.653-.2-.885c-.182-.19-.31-.259-.99-.892c-.751-.703-1.472-1.971-1.776-2.356s-.538-.574-.924-.662a6.9 6.9 0 0 0-3.027 0c-.386.088-.585.23-.925.662c-.339.431-1.024 1.653-1.776 2.356"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M3.998 14.003V22m0-3.697l3.96 1.545c2.518.982 3.777 1.474 4.673.922c.897-.552.897-1.818.897-4.35V8.007m.023-5.008V2"/><path d="M7.078 8.006h12.923M9.35 6.211c-.648.605-.776.699-.954.865a.95.95 0 0 0-.253.939l2.054 7.798a1.34 1.34 0 0 0 1.076.98a13.2 13.2 0 0 0 4.514-.001c.494-.087.893-.45 1.025-.932l2.156-7.872c.085-.311.025-.653-.2-.885c-.182-.19-.31-.259-.99-.892c-.751-.703-1.472-1.971-1.776-2.356s-.538-.574-.924-.662a6.9 6.9 0 0 0-3.027 0c-.386.088-.585.23-.925.662c-.339.431-1.024 1.653-1.776 2.356"/></g></svg> </template>
CSS
.icon-wall-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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M3.998%2014.003V22m0-3.697l3.96%201.545c2.518.982%203.777%201.474%204.673.922c.897-.552.897-1.818.897-4.35V8.007m.023-5.008V2%22%2F%3E%3Cpath%20d%3D%22M7.078%208.006h12.923M9.35%206.211c-.648.605-.776.699-.954.865a.95.95%200%200%200-.253.939l2.054%207.798a1.34%201.34%200%200%200%201.076.98a13.2%2013.2%200%200%200%204.514-.001c.494-.087.893-.45%201.025-.932l2.156-7.872c.085-.311.025-.653-.2-.885c-.182-.19-.31-.259-.99-.892c-.751-.703-1.472-1.971-1.776-2.356s-.538-.574-.924-.662a6.9%206.9%200%200%200-3.027%200c-.386.088-.585.23-.925.662c-.339.431-1.024%201.653-1.776%202.356%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M3.998%2014.003V22m0-3.697l3.96%201.545c2.518.982%203.777%201.474%204.673.922c.897-.552.897-1.818.897-4.35V8.007m.023-5.008V2%22%2F%3E%3Cpath%20d%3D%22M7.078%208.006h12.923M9.35%206.211c-.648.605-.776.699-.954.865a.95.95%200%200%200-.253.939l2.054%207.798a1.34%201.34%200%200%200%201.076.98a13.2%2013.2%200%200%200%204.514-.001c.494-.087.893-.45%201.025-.932l2.156-7.872c.085-.311.025-.653-.2-.885c-.182-.19-.31-.259-.99-.892c-.751-.703-1.472-1.971-1.776-2.356s-.538-.574-.924-.662a6.9%206.9%200%200%200-3.027%200c-.386.088-.585.23-.925.662c-.339.431-1.024%201.653-1.776%202.356%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/wall-lamp.svg?color=%231a73e8&size=48