desk lamp 2 icon

desk-lamp-2-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.

Name
desk-lamp-2-fill
Set
MingCute Icon
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

Related icons in MingCute Icon

Use the desk lamp 2 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M19.83 4.83a1 1 0 0 1-.259.963l-1.768 1.768a3 3 0 0 1-4.242 4.243l-1.768 1.768a1 1 0 0 1-1.672-.444L9.085 9.329l-2.798 2.799L11.535 20H14a1 1 0 1 1 0 2H8a1 1 0 0 1 0-2h1.132l-4.51-6.763a2 2 0 0 1 .25-2.523L8.48 7.107L8 5.35a1 1 0 0 1 .258-.97l2.122-2.121a1 1 0 0 1 .97-.258l7.778 2.121a1 1 0 0 1 .704.709m-4.855 5.56a1 1 0 0 0 1.414-1.415z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteDeskLamp2Fill(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" fillRule="evenodd" d="M19.83 4.83a1 1 0 0 1-.259.963l-1.768 1.768a3 3 0 0 1-4.242 4.243l-1.768 1.768a1 1 0 0 1-1.672-.444L9.085 9.329l-2.798 2.799L11.535 20H14a1 1 0 1 1 0 2H8a1 1 0 0 1 0-2h1.132l-4.51-6.763a2 2 0 0 1 .25-2.523L8.48 7.107L8 5.35a1 1 0 0 1 .258-.97l2.122-2.121a1 1 0 0 1 .97-.258l7.778 2.121a1 1 0 0 1 .704.709m-4.855 5.56a1 1 0 0 0 1.414-1.415z" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M19.83 4.83a1 1 0 0 1-.259.963l-1.768 1.768a3 3 0 0 1-4.242 4.243l-1.768 1.768a1 1 0 0 1-1.672-.444L9.085 9.329l-2.798 2.799L11.535 20H14a1 1 0 1 1 0 2H8a1 1 0 0 1 0-2h1.132l-4.51-6.763a2 2 0 0 1 .25-2.523L8.48 7.107L8 5.35a1 1 0 0 1 .258-.97l2.122-2.121a1 1 0 0 1 .97-.258l7.778 2.121a1 1 0 0 1 .704.709m-4.855 5.56a1 1 0 0 0 1.414-1.415z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-desk-lamp-2-fill {
  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%20fill-rule%3D%22evenodd%22%20d%3D%22M19.83%204.83a1%201%200%200%201-.259.963l-1.768%201.768a3%203%200%200%201-4.242%204.243l-1.768%201.768a1%201%200%200%201-1.672-.444L9.085%209.329l-2.798%202.799L11.535%2020H14a1%201%200%201%201%200%202H8a1%201%200%200%201%200-2h1.132l-4.51-6.763a2%202%200%200%201%20.25-2.523L8.48%207.107L8%205.35a1%201%200%200%201%20.258-.97l2.122-2.121a1%201%200%200%201%20.97-.258l7.778%202.121a1%201%200%200%201%20.704.709m-4.855%205.56a1%201%200%200%200%201.414-1.415z%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M19.83%204.83a1%201%200%200%201-.259.963l-1.768%201.768a3%203%200%200%201-4.242%204.243l-1.768%201.768a1%201%200%200%201-1.672-.444L9.085%209.329l-2.798%202.799L11.535%2020H14a1%201%200%201%201%200%202H8a1%201%200%200%201%200-2h1.132l-4.51-6.763a2%202%200%200%201%20.25-2.523L8.48%207.107L8%205.35a1%201%200%200%201%20.258-.97l2.122-2.121a1%201%200%200%201%20.97-.258l7.778%202.121a1%201%200%200%201%20.704.709m-4.855%205.56a1%201%200%200%200%201.414-1.415z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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