floor lamp2 icon

floor-lamp2-filled from Reicon by REICON · Filled · Home · MIT Free for personal and commercial use.

Name
floor-lamp2-filled
Set
Reicon
Style
Filled
Category
Home
Viewbox
24×24
License
MIT

2 other variants in Reicon

More home icons from Reicon

Use the floor lamp2 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.599 3C14.08 2.402 13.11 2 12 2s-2.08.402-2.599 1zm-1.85 4.955c1.998-.24 3.61-1.426 4.099-2.97C17.014 4.457 16.552 4 16 4H8c-.552 0-1.014.458-.847.984c.488 1.545 2.1 2.731 4.098 2.971L11.25 8v6.407a5 5 0 0 0-.387-.334l-.011-.01l-3.887-2.777l-.076-.057a3.13 3.13 0 0 0-.26-2.836c-.305-.48-.968-.398-1.318.05L2.78 11.685c-.35.447-.274 1.117.26 1.304a3.05 3.05 0 0 0 2.97-.546l.07.053l3.876 2.77a3.39 3.39 0 0 1 1.295 2.637v3.347H9a.75.75 0 0 0 0 1.5h6a.75.75 0 1 0 0-1.5h-2.25V8l-.002-.045M2.157 10.857l2.212-2.831a2.04 2.04 0 0 0-1.93.76a2.08 2.08 0 0 0-.282 2.07"/></svg>

React

import type { SVGProps } from "react";

export function ReiconFloorLamp2Filled(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="M14.599 3C14.08 2.402 13.11 2 12 2s-2.08.402-2.599 1zm-1.85 4.955c1.998-.24 3.61-1.426 4.099-2.97C17.014 4.457 16.552 4 16 4H8c-.552 0-1.014.458-.847.984c.488 1.545 2.1 2.731 4.098 2.971L11.25 8v6.407a5 5 0 0 0-.387-.334l-.011-.01l-3.887-2.777l-.076-.057a3.13 3.13 0 0 0-.26-2.836c-.305-.48-.968-.398-1.318.05L2.78 11.685c-.35.447-.274 1.117.26 1.304a3.05 3.05 0 0 0 2.97-.546l.07.053l3.876 2.77a3.39 3.39 0 0 1 1.295 2.637v3.347H9a.75.75 0 0 0 0 1.5h6a.75.75 0 1 0 0-1.5h-2.25V8l-.002-.045M2.157 10.857l2.212-2.831a2.04 2.04 0 0 0-1.93.76a2.08 2.08 0 0 0-.282 2.07"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.599 3C14.08 2.402 13.11 2 12 2s-2.08.402-2.599 1zm-1.85 4.955c1.998-.24 3.61-1.426 4.099-2.97C17.014 4.457 16.552 4 16 4H8c-.552 0-1.014.458-.847.984c.488 1.545 2.1 2.731 4.098 2.971L11.25 8v6.407a5 5 0 0 0-.387-.334l-.011-.01l-3.887-2.777l-.076-.057a3.13 3.13 0 0 0-.26-2.836c-.305-.48-.968-.398-1.318.05L2.78 11.685c-.35.447-.274 1.117.26 1.304a3.05 3.05 0 0 0 2.97-.546l.07.053l3.876 2.77a3.39 3.39 0 0 1 1.295 2.637v3.347H9a.75.75 0 0 0 0 1.5h6a.75.75 0 1 0 0-1.5h-2.25V8l-.002-.045M2.157 10.857l2.212-2.831a2.04 2.04 0 0 0-1.93.76a2.08 2.08 0 0 0-.282 2.07"/></svg>
</template>

CSS

.icon-floor-lamp2-filled {
  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%22M14.599%203C14.08%202.402%2013.11%202%2012%202s-2.08.402-2.599%201zm-1.85%204.955c1.998-.24%203.61-1.426%204.099-2.97C17.014%204.457%2016.552%204%2016%204H8c-.552%200-1.014.458-.847.984c.488%201.545%202.1%202.731%204.098%202.971L11.25%208v6.407a5%205%200%200%200-.387-.334l-.011-.01l-3.887-2.777l-.076-.057a3.13%203.13%200%200%200-.26-2.836c-.305-.48-.968-.398-1.318.05L2.78%2011.685c-.35.447-.274%201.117.26%201.304a3.05%203.05%200%200%200%202.97-.546l.07.053l3.876%202.77a3.39%203.39%200%200%201%201.295%202.637v3.347H9a.75.75%200%200%200%200%201.5h6a.75.75%200%201%200%200-1.5h-2.25V8l-.002-.045M2.157%2010.857l2.212-2.831a2.04%202.04%200%200%200-1.93.76a2.08%202.08%200%200%200-.282%202.07%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%22M14.599%203C14.08%202.402%2013.11%202%2012%202s-2.08.402-2.599%201zm-1.85%204.955c1.998-.24%203.61-1.426%204.099-2.97C17.014%204.457%2016.552%204%2016%204H8c-.552%200-1.014.458-.847.984c.488%201.545%202.1%202.731%204.098%202.971L11.25%208v6.407a5%205%200%200%200-.387-.334l-.011-.01l-3.887-2.777l-.076-.057a3.13%203.13%200%200%200-.26-2.836c-.305-.48-.968-.398-1.318.05L2.78%2011.685c-.35.447-.274%201.117.26%201.304a3.05%203.05%200%200%200%202.97-.546l.07.053l3.876%202.77a3.39%203.39%200%200%201%201.295%202.637v3.347H9a.75.75%200%200%200%200%201.5h6a.75.75%200%201%200%200-1.5h-2.25V8l-.002-.045M2.157%2010.857l2.212-2.831a2.04%202.04%200%200%200-1.93.76a2.08%202.08%200%200%200-.282%202.07%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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

Floor Lamp2 filled icon — Reicon · IconsDB