floor lamp minimalistic icon

floor-lamp-minimalistic-line-duotone from Solar by 480 Design · Line Duotone · Home · CC-BY-4.0 Attribution required.

Name
floor-lamp-minimalistic-line-duotone
Set
Solar
Style
Line Duotone
Category
Home
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

More home icons from Solar

Use the floor lamp minimalistic icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" d="M9 22H15"/><path stroke-linecap="round" d="M12 22V8"/><path d="M12.0001 8C14.3369 8 16.2992 6.71758 16.8475 4.98449C17.0141 4.45792 16.5524 4 16.0001 4H8.00009C7.4478 4 6.98608 4.45792 7.15266 4.98449C7.70094 6.71758 9.66331 8 12.0001 8Z"/><path d="M12 2C13.6569 2 15 2.89543 15 4H9C9 2.89543 10.3431 2 12 2Z" opacity=".5"/><path stroke-linecap="round" d="M12 19V17.9368C12 16.6554 11.4101 15.4467 10.4035 14.6655L6.52181 11.8909M6.52181 11.8909C7.28701 10.8364 7.29602 9.44296 6.62898 8.39296C6.3242 7.9132 5.661 7.99543 5.31139 8.44298L2.7793 11.6844M2.7793 11.6844C2.4297 12.132 2.50541 12.8018 3.03895 12.9887C4.2398 13.4094 5.62367 13.0438 6.45481 11.9798C6.47776 11.9505 6.50009 11.9208 6.52181 11.8909M2.7793 11.6844C1.89216 10.9789 1.73982 9.6814 2.43904 8.7863C3.13826 7.89119 4.42425 7.73749 5.31139 8.44298" opacity=".5"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarFloorLampMinimalisticLineDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path strokeLinecap="round" d="M9 22H15"/><path strokeLinecap="round" d="M12 22V8"/><path d="M12.0001 8C14.3369 8 16.2992 6.71758 16.8475 4.98449C17.0141 4.45792 16.5524 4 16.0001 4H8.00009C7.4478 4 6.98608 4.45792 7.15266 4.98449C7.70094 6.71758 9.66331 8 12.0001 8Z"/><path d="M12 2C13.6569 2 15 2.89543 15 4H9C9 2.89543 10.3431 2 12 2Z" opacity=".5"/><path strokeLinecap="round" d="M12 19V17.9368C12 16.6554 11.4101 15.4467 10.4035 14.6655L6.52181 11.8909M6.52181 11.8909C7.28701 10.8364 7.29602 9.44296 6.62898 8.39296C6.3242 7.9132 5.661 7.99543 5.31139 8.44298L2.7793 11.6844M2.7793 11.6844C2.4297 12.132 2.50541 12.8018 3.03895 12.9887C4.2398 13.4094 5.62367 13.0438 6.45481 11.9798C6.47776 11.9505 6.50009 11.9208 6.52181 11.8909M2.7793 11.6844C1.89216 10.9789 1.73982 9.6814 2.43904 8.7863C3.13826 7.89119 4.42425 7.73749 5.31139 8.44298" opacity=".5"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" d="M9 22H15"/><path stroke-linecap="round" d="M12 22V8"/><path d="M12.0001 8C14.3369 8 16.2992 6.71758 16.8475 4.98449C17.0141 4.45792 16.5524 4 16.0001 4H8.00009C7.4478 4 6.98608 4.45792 7.15266 4.98449C7.70094 6.71758 9.66331 8 12.0001 8Z"/><path d="M12 2C13.6569 2 15 2.89543 15 4H9C9 2.89543 10.3431 2 12 2Z" opacity=".5"/><path stroke-linecap="round" d="M12 19V17.9368C12 16.6554 11.4101 15.4467 10.4035 14.6655L6.52181 11.8909M6.52181 11.8909C7.28701 10.8364 7.29602 9.44296 6.62898 8.39296C6.3242 7.9132 5.661 7.99543 5.31139 8.44298L2.7793 11.6844M2.7793 11.6844C2.4297 12.132 2.50541 12.8018 3.03895 12.9887C4.2398 13.4094 5.62367 13.0438 6.45481 11.9798C6.47776 11.9505 6.50009 11.9208 6.52181 11.8909M2.7793 11.6844C1.89216 10.9789 1.73982 9.6814 2.43904 8.7863C3.13826 7.89119 4.42425 7.73749 5.31139 8.44298" opacity=".5"/></g></svg>
</template>

CSS

.icon-floor-lamp-minimalistic-line-duotone {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M9%2022H15%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%2022V8%22%2F%3E%3Cpath%20d%3D%22M12.0001%208C14.3369%208%2016.2992%206.71758%2016.8475%204.98449C17.0141%204.45792%2016.5524%204%2016.0001%204H8.00009C7.4478%204%206.98608%204.45792%207.15266%204.98449C7.70094%206.71758%209.66331%208%2012.0001%208Z%22%2F%3E%3Cpath%20d%3D%22M12%202C13.6569%202%2015%202.89543%2015%204H9C9%202.89543%2010.3431%202%2012%202Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%2019V17.9368C12%2016.6554%2011.4101%2015.4467%2010.4035%2014.6655L6.52181%2011.8909M6.52181%2011.8909C7.28701%2010.8364%207.29602%209.44296%206.62898%208.39296C6.3242%207.9132%205.661%207.99543%205.31139%208.44298L2.7793%2011.6844M2.7793%2011.6844C2.4297%2012.132%202.50541%2012.8018%203.03895%2012.9887C4.2398%2013.4094%205.62367%2013.0438%206.45481%2011.9798C6.47776%2011.9505%206.50009%2011.9208%206.52181%2011.8909M2.7793%2011.6844C1.89216%2010.9789%201.73982%209.6814%202.43904%208.7863C3.13826%207.89119%204.42425%207.73749%205.31139%208.44298%22%20opacity%3D%22.5%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M9%2022H15%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%2022V8%22%2F%3E%3Cpath%20d%3D%22M12.0001%208C14.3369%208%2016.2992%206.71758%2016.8475%204.98449C17.0141%204.45792%2016.5524%204%2016.0001%204H8.00009C7.4478%204%206.98608%204.45792%207.15266%204.98449C7.70094%206.71758%209.66331%208%2012.0001%208Z%22%2F%3E%3Cpath%20d%3D%22M12%202C13.6569%202%2015%202.89543%2015%204H9C9%202.89543%2010.3431%202%2012%202Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%2019V17.9368C12%2016.6554%2011.4101%2015.4467%2010.4035%2014.6655L6.52181%2011.8909M6.52181%2011.8909C7.28701%2010.8364%207.29602%209.44296%206.62898%208.39296C6.3242%207.9132%205.661%207.99543%205.31139%208.44298L2.7793%2011.6844M2.7793%2011.6844C2.4297%2012.132%202.50541%2012.8018%203.03895%2012.9887C4.2398%2013.4094%205.62367%2013.0438%206.45481%2011.9798C6.47776%2011.9505%206.50009%2011.9208%206.52181%2011.8909M2.7793%2011.6844C1.89216%2010.9789%201.73982%209.6814%202.43904%208.7863C3.13826%207.89119%204.42425%207.73749%205.31139%208.44298%22%20opacity%3D%22.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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