floor-lamp-dual from Material Design Icons by Pictogrammers · Filled · Home Automation · Apache-2.0 Free for personal and commercial use.

Name
floor-lamp-dual
Set
Material Design Icons
Style
Filled
Category
Home Automation
Viewbox
24×24
License
Apache 2.0
Aliases
floor-light-dual

1 other variant in Material Design Icons

More home automation icons from Material Design Icons

Use the floor lamp dual icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m11.73 10.06l-1.56 1.18l.83.96V20H8v2h8v-2h-3v-7.7l.85-1.04l-1.58-1.19zm-2.65.76L3 6.81L9.39 2l2.16 6.93zM14.61 2L21 6.81l-6.08 4.01l-2.48-1.87z"/></svg>

React

import type { SVGProps } from "react";

export function MdiFloorLampDual(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" d="m11.73 10.06l-1.56 1.18l.83.96V20H8v2h8v-2h-3v-7.7l.85-1.04l-1.58-1.19zm-2.65.76L3 6.81L9.39 2l2.16 6.93zM14.61 2L21 6.81l-6.08 4.01l-2.48-1.87z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m11.73 10.06l-1.56 1.18l.83.96V20H8v2h8v-2h-3v-7.7l.85-1.04l-1.58-1.19zm-2.65.76L3 6.81L9.39 2l2.16 6.93zM14.61 2L21 6.81l-6.08 4.01l-2.48-1.87z"/></svg>
</template>

CSS

.icon-floor-lamp-dual {
  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%20d%3D%22m11.73%2010.06l-1.56%201.18l.83.96V20H8v2h8v-2h-3v-7.7l.85-1.04l-1.58-1.19zm-2.65.76L3%206.81L9.39%202l2.16%206.93zM14.61%202L21%206.81l-6.08%204.01l-2.48-1.87z%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%20d%3D%22m11.73%2010.06l-1.56%201.18l.83.96V20H8v2h8v-2h-3v-7.7l.85-1.04l-1.58-1.19zm-2.65.76L3%206.81L9.39%202l2.16%206.93zM14.61%202L21%206.81l-6.08%204.01l-2.48-1.87z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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