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

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

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.19zM8.32 5.31l.91 2.88l-.23.18L6.47 6.7zM9.39 2L3 6.81l6.08 4.01l2.47-1.89zm6.28 3.3l1.86 1.4L15 8.37l-.23-.17zM14.61 2l-2.17 6.95l2.48 1.87L21 6.81z"/></svg>

React

import type { SVGProps } from "react";

export function MdiFloorLampDualOutline(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.19zM8.32 5.31l.91 2.88l-.23.18L6.47 6.7zM9.39 2L3 6.81l6.08 4.01l2.47-1.89zm6.28 3.3l1.86 1.4L15 8.37l-.23-.17zM14.61 2l-2.17 6.95l2.48 1.87L21 6.81z"/></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.19zM8.32 5.31l.91 2.88l-.23.18L6.47 6.7zM9.39 2L3 6.81l6.08 4.01l2.47-1.89zm6.28 3.3l1.86 1.4L15 8.37l-.23-.17zM14.61 2l-2.17 6.95l2.48 1.87L21 6.81z"/></svg>
</template>

CSS

.icon-floor-lamp-dual-outline {
  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.19zM8.32%205.31l.91%202.88l-.23.18L6.47%206.7zM9.39%202L3%206.81l6.08%204.01l2.47-1.89zm6.28%203.3l1.86%201.4L15%208.37l-.23-.17zM14.61%202l-2.17%206.95l2.48%201.87L21%206.81z%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.19zM8.32%205.31l.91%202.88l-.23.18L6.47%206.7zM9.39%202L3%206.81l6.08%204.01l2.47-1.89zm6.28%203.3l1.86%201.4L15%208.37l-.23-.17zM14.61%202l-2.17%206.95l2.48%201.87L21%206.81z%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-outline.svg?color=%231a73e8&size=48