desk lamp one icon

desk-lamp-one from IconPark by ByteDance · Color · Others · Apache-2.0 Free for personal and commercial use.

Name
desk-lamp-one
Set
IconPark
Style
Color
Category
Others
Viewbox
48×48
License
Apache 2.0

The same icon in other sets

More others icons from IconPark

Use the desk lamp one icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linejoin="round" stroke-width="4"><path stroke-linecap="round" d="M6 40.9989H42"/><path stroke-linecap="round" d="M39 18.999L39 40.999"/><path stroke-linecap="round" d="M27 13.999L39 23.999"/><path fill="#2F88FF" d="M26.3399 14.5773C26.5526 14.3398 26.7433 14.0744 26.9065 13.7825C28.0894 11.6675 27.3562 8.8005 25.3075 7.57941C23.2587 6.35832 20.4884 7.13826 19.3038 9.25217C19.1168 9.58576 19.0131 9.84723 18.9203 10.1561C15.3443 9.88004 11.913 11.6307 10 15.0512L26.6935 25C28.6065 21.5794 28.3595 17.6363 26.3399 14.5773Z"/></g></svg>

React

import type { SVGProps } from "react";

export function IconParkDeskLampOne(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" strokeLinejoin="round" strokeWidth="4"><path strokeLinecap="round" d="M6 40.9989H42"/><path strokeLinecap="round" d="M39 18.999L39 40.999"/><path strokeLinecap="round" d="M27 13.999L39 23.999"/><path fill="#2F88FF" d="M26.3399 14.5773C26.5526 14.3398 26.7433 14.0744 26.9065 13.7825C28.0894 11.6675 27.3562 8.8005 25.3075 7.57941C23.2587 6.35832 20.4884 7.13826 19.3038 9.25217C19.1168 9.58576 19.0131 9.84723 18.9203 10.1561C15.3443 9.88004 11.913 11.6307 10 15.0512L26.6935 25C28.6065 21.5794 28.3595 17.6363 26.3399 14.5773Z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linejoin="round" stroke-width="4"><path stroke-linecap="round" d="M6 40.9989H42"/><path stroke-linecap="round" d="M39 18.999L39 40.999"/><path stroke-linecap="round" d="M27 13.999L39 23.999"/><path fill="#2F88FF" d="M26.3399 14.5773C26.5526 14.3398 26.7433 14.0744 26.9065 13.7825C28.0894 11.6675 27.3562 8.8005 25.3075 7.57941C23.2587 6.35832 20.4884 7.13826 19.3038 9.25217C19.1168 9.58576 19.0131 9.84723 18.9203 10.1561C15.3443 9.88004 11.913 11.6307 10 15.0512L26.6935 25C28.6065 21.5794 28.3595 17.6363 26.3399 14.5773Z"/></g></svg>
</template>

CSS

.icon-desk-lamp-one {
  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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M6%2040.9989H42%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M39%2018.999L39%2040.999%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M27%2013.999L39%2023.999%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M26.3399%2014.5773C26.5526%2014.3398%2026.7433%2014.0744%2026.9065%2013.7825C28.0894%2011.6675%2027.3562%208.8005%2025.3075%207.57941C23.2587%206.35832%2020.4884%207.13826%2019.3038%209.25217C19.1168%209.58576%2019.0131%209.84723%2018.9203%2010.1561C15.3443%209.88004%2011.913%2011.6307%2010%2015.0512L26.6935%2025C28.6065%2021.5794%2028.3595%2017.6363%2026.3399%2014.5773Z%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M6%2040.9989H42%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M39%2018.999L39%2040.999%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M27%2013.999L39%2023.999%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M26.3399%2014.5773C26.5526%2014.3398%2026.7433%2014.0744%2026.9065%2013.7825C28.0894%2011.6675%2027.3562%208.8005%2025.3075%207.57941C23.2587%206.35832%2020.4884%207.13826%2019.3038%209.25217C19.1168%209.58576%2019.0131%209.84723%2018.9203%2010.1561C15.3443%209.88004%2011.913%2011.6307%2010%2015.0512L26.6935%2025C28.6065%2021.5794%2028.3595%2017.6363%2026.3399%2014.5773Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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