lamp wall down icon

lamp-wall-down from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
lamp-wall-down
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in Huge Icons

Use the lamp wall down 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="M8.66 21h10.68a1.66 1.66 0 0 0 1.526-2.313l-1.827-4.263c-.504-1.175-.756-1.763-1.257-2.094s-1.14-.33-2.42-.33h-2.724c-1.28 0-1.92 0-2.42.33c-.501.33-.753.918-1.257 2.094l-1.827 4.263A1.66 1.66 0 0 0 8.66 21M9 16h10M3 7.667V4.333c0-.31 0-.465.034-.592a1 1 0 0 1 .707-.707C3.868 3 4.023 3 4.333 3c.62 0 .93 0 1.185.068a2 2 0 0 1 1.414 1.414C7 4.737 7 5.047 7 5.667v.666c0 .62 0 .93-.068 1.185a2 2 0 0 1-1.414 1.414C5.263 9 4.953 9 4.333 9c-.31 0-.465 0-.592-.034a1 1 0 0 1-.707-.707C3 8.132 3 7.977 3 7.667"/><path d="M7 6h1c2.828 0 4.243 0 5.121.879C14 7.757 14 9.172 14 12"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsLampWallDown(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="M8.66 21h10.68a1.66 1.66 0 0 0 1.526-2.313l-1.827-4.263c-.504-1.175-.756-1.763-1.257-2.094s-1.14-.33-2.42-.33h-2.724c-1.28 0-1.92 0-2.42.33c-.501.33-.753.918-1.257 2.094l-1.827 4.263A1.66 1.66 0 0 0 8.66 21M9 16h10M3 7.667V4.333c0-.31 0-.465.034-.592a1 1 0 0 1 .707-.707C3.868 3 4.023 3 4.333 3c.62 0 .93 0 1.185.068a2 2 0 0 1 1.414 1.414C7 4.737 7 5.047 7 5.667v.666c0 .62 0 .93-.068 1.185a2 2 0 0 1-1.414 1.414C5.263 9 4.953 9 4.333 9c-.31 0-.465 0-.592-.034a1 1 0 0 1-.707-.707C3 8.132 3 7.977 3 7.667"/><path d="M7 6h1c2.828 0 4.243 0 5.121.879C14 7.757 14 9.172 14 12"/></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="M8.66 21h10.68a1.66 1.66 0 0 0 1.526-2.313l-1.827-4.263c-.504-1.175-.756-1.763-1.257-2.094s-1.14-.33-2.42-.33h-2.724c-1.28 0-1.92 0-2.42.33c-.501.33-.753.918-1.257 2.094l-1.827 4.263A1.66 1.66 0 0 0 8.66 21M9 16h10M3 7.667V4.333c0-.31 0-.465.034-.592a1 1 0 0 1 .707-.707C3.868 3 4.023 3 4.333 3c.62 0 .93 0 1.185.068a2 2 0 0 1 1.414 1.414C7 4.737 7 5.047 7 5.667v.666c0 .62 0 .93-.068 1.185a2 2 0 0 1-1.414 1.414C5.263 9 4.953 9 4.333 9c-.31 0-.465 0-.592-.034a1 1 0 0 1-.707-.707C3 8.132 3 7.977 3 7.667"/><path d="M7 6h1c2.828 0 4.243 0 5.121.879C14 7.757 14 9.172 14 12"/></g></svg>
</template>

CSS

.icon-lamp-wall-down {
  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%22M8.66%2021h10.68a1.66%201.66%200%200%200%201.526-2.313l-1.827-4.263c-.504-1.175-.756-1.763-1.257-2.094s-1.14-.33-2.42-.33h-2.724c-1.28%200-1.92%200-2.42.33c-.501.33-.753.918-1.257%202.094l-1.827%204.263A1.66%201.66%200%200%200%208.66%2021M9%2016h10M3%207.667V4.333c0-.31%200-.465.034-.592a1%201%200%200%201%20.707-.707C3.868%203%204.023%203%204.333%203c.62%200%20.93%200%201.185.068a2%202%200%200%201%201.414%201.414C7%204.737%207%205.047%207%205.667v.666c0%20.62%200%20.93-.068%201.185a2%202%200%200%201-1.414%201.414C5.263%209%204.953%209%204.333%209c-.31%200-.465%200-.592-.034a1%201%200%200%201-.707-.707C3%208.132%203%207.977%203%207.667%22%2F%3E%3Cpath%20d%3D%22M7%206h1c2.828%200%204.243%200%205.121.879C14%207.757%2014%209.172%2014%2012%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%22M8.66%2021h10.68a1.66%201.66%200%200%200%201.526-2.313l-1.827-4.263c-.504-1.175-.756-1.763-1.257-2.094s-1.14-.33-2.42-.33h-2.724c-1.28%200-1.92%200-2.42.33c-.501.33-.753.918-1.257%202.094l-1.827%204.263A1.66%201.66%200%200%200%208.66%2021M9%2016h10M3%207.667V4.333c0-.31%200-.465.034-.592a1%201%200%200%201%20.707-.707C3.868%203%204.023%203%204.333%203c.62%200%20.93%200%201.185.068a2%202%200%200%201%201.414%201.414C7%204.737%207%205.047%207%205.667v.666c0%20.62%200%20.93-.068%201.185a2%202%200%200%201-1.414%201.414C5.263%209%204.953%209%204.333%209c-.31%200-.465%200-.592-.034a1%201%200%200%201-.707-.707C3%208.132%203%207.977%203%207.667%22%2F%3E%3Cpath%20d%3D%22M7%206h1c2.828%200%204.243%200%205.121.879C14%207.757%2014%209.172%2014%2012%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/lamp-wall-down.svg?color=%231a73e8&size=48