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

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

Related icons in Huge Icons

Use the lamp 04 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-width="1.5"><path d="M12 19a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M12 16v-4m0 10v-3m-4 3h8m-.974-10H8.974c-2.212 0-3.318 0-3.787-.685c-.469-.686-.015-1.64.893-3.546l1.623-3.41c.546-1.145.818-1.718 1.342-2.038C9.57 2 10.234 2 11.562 2h.876c1.328 0 1.992 0 2.516.32c.525.321.797.894 1.343 2.039l1.623 3.41c.908 1.907 1.362 2.86.893 3.546S17.238 12 15.026 12"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsLamp04(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" strokeWidth="1.5"><path d="M12 19a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3Z"/><path strokeLinecap="round" strokeLinejoin="round" d="M12 16v-4m0 10v-3m-4 3h8m-.974-10H8.974c-2.212 0-3.318 0-3.787-.685c-.469-.686-.015-1.64.893-3.546l1.623-3.41c.546-1.145.818-1.718 1.342-2.038C9.57 2 10.234 2 11.562 2h.876c1.328 0 1.992 0 2.516.32c.525.321.797.894 1.343 2.039l1.623 3.41c.908 1.907 1.362 2.86.893 3.546S17.238 12 15.026 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-width="1.5"><path d="M12 19a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M12 16v-4m0 10v-3m-4 3h8m-.974-10H8.974c-2.212 0-3.318 0-3.787-.685c-.469-.686-.015-1.64.893-3.546l1.623-3.41c.546-1.145.818-1.718 1.342-2.038C9.57 2 10.234 2 11.562 2h.876c1.328 0 1.992 0 2.516.32c.525.321.797.894 1.343 2.039l1.623 3.41c.908 1.907 1.362 2.86.893 3.546S17.238 12 15.026 12"/></g></svg>
</template>

CSS

.icon-lamp-04 {
  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-width%3D%221.5%22%3E%3Cpath%20d%3D%22M12%2019a1.5%201.5%200%201%200%200-3a1.5%201.5%200%200%200%200%203Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12%2016v-4m0%2010v-3m-4%203h8m-.974-10H8.974c-2.212%200-3.318%200-3.787-.685c-.469-.686-.015-1.64.893-3.546l1.623-3.41c.546-1.145.818-1.718%201.342-2.038C9.57%202%2010.234%202%2011.562%202h.876c1.328%200%201.992%200%202.516.32c.525.321.797.894%201.343%202.039l1.623%203.41c.908%201.907%201.362%202.86.893%203.546S17.238%2012%2015.026%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-width%3D%221.5%22%3E%3Cpath%20d%3D%22M12%2019a1.5%201.5%200%201%200%200-3a1.5%201.5%200%200%200%200%203Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12%2016v-4m0%2010v-3m-4%203h8m-.974-10H8.974c-2.212%200-3.318%200-3.787-.685c-.469-.686-.015-1.64.893-3.546l1.623-3.41c.546-1.145.818-1.718%201.342-2.038C9.57%202%2010.234%202%2011.562%202h.876c1.328%200%201.992%200%202.516.32c.525.321.797.894%201.343%202.039l1.623%203.41c.908%201.907%201.362%202.86.893%203.546S17.238%2012%2015.026%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-04.svg?color=%231a73e8&size=48