floor lamp minimalistic icon

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

Name
floor-lamp-minimalistic-bold-duotone
Set
Solar
Style
Bold 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="currentColor"><path fill-rule="evenodd" d="M8.25 22C8.25 21.5858 8.58579 21.25 9 21.25H15C15.4142 21.25 15.75 21.5858 15.75 22C15.75 22.4142 15.4142 22.75 15 22.75H9C8.58579 22.75 8.25 22.4142 8.25 22Z" clip-rule="evenodd"/><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 d="M6.45475 11.9797C6.4777 11.9503 6.50003 11.9207 6.52175 11.8908C7.28695 10.8363 7.29596 9.44285 6.62892 8.39285C6.32414 7.91309 5.66094 7.99532 5.31133 8.44287L2.77924 11.6843C2.42963 12.1319 2.50535 12.8017 3.03889 12.9886C4.23974 13.4093 5.62361 13.0437 6.45475 11.9797Z"/><path d="M12.0001 8.00004C12.2549 8.00004 12.5053 7.98479 12.7499 7.95536V17.8966L12.7501 17.9369V19.0001L12.7499 19.0159V21.25H11.2499V17.9033C11.2398 16.8694 10.7617 15.8984 9.95481 15.2667L6.05469 12.4035C6.19843 12.2776 6.33256 12.1363 6.45475 11.9798C6.47769 11.9505 6.50002 11.9208 6.52174 11.8909C6.68607 11.6644 6.81552 11.4224 6.9109 11.1714L10.8517 14.064L10.8634 14.073C10.9987 14.1781 11.1277 14.2896 11.2499 14.407V7.95532C11.4946 7.98478 11.7451 8.00004 12.0001 8.00004Z" opacity=".5"/><path d="M2.43904 8.7863C3.13826 7.8912 4.42425 7.73749 5.31139 8.44298L2.7793 11.6844C1.89216 10.9789 1.73982 9.6814 2.43904 8.7863Z" opacity=".5"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarFloorLampMinimalisticBoldDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fillRule="evenodd" d="M8.25 22C8.25 21.5858 8.58579 21.25 9 21.25H15C15.4142 21.25 15.75 21.5858 15.75 22C15.75 22.4142 15.4142 22.75 15 22.75H9C8.58579 22.75 8.25 22.4142 8.25 22Z" clipRule="evenodd"/><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 d="M6.45475 11.9797C6.4777 11.9503 6.50003 11.9207 6.52175 11.8908C7.28695 10.8363 7.29596 9.44285 6.62892 8.39285C6.32414 7.91309 5.66094 7.99532 5.31133 8.44287L2.77924 11.6843C2.42963 12.1319 2.50535 12.8017 3.03889 12.9886C4.23974 13.4093 5.62361 13.0437 6.45475 11.9797Z"/><path d="M12.0001 8.00004C12.2549 8.00004 12.5053 7.98479 12.7499 7.95536V17.8966L12.7501 17.9369V19.0001L12.7499 19.0159V21.25H11.2499V17.9033C11.2398 16.8694 10.7617 15.8984 9.95481 15.2667L6.05469 12.4035C6.19843 12.2776 6.33256 12.1363 6.45475 11.9798C6.47769 11.9505 6.50002 11.9208 6.52174 11.8909C6.68607 11.6644 6.81552 11.4224 6.9109 11.1714L10.8517 14.064L10.8634 14.073C10.9987 14.1781 11.1277 14.2896 11.2499 14.407V7.95532C11.4946 7.98478 11.7451 8.00004 12.0001 8.00004Z" opacity=".5"/><path d="M2.43904 8.7863C3.13826 7.8912 4.42425 7.73749 5.31139 8.44298L2.7793 11.6844C1.89216 10.9789 1.73982 9.6814 2.43904 8.7863Z" 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="currentColor"><path fill-rule="evenodd" d="M8.25 22C8.25 21.5858 8.58579 21.25 9 21.25H15C15.4142 21.25 15.75 21.5858 15.75 22C15.75 22.4142 15.4142 22.75 15 22.75H9C8.58579 22.75 8.25 22.4142 8.25 22Z" clip-rule="evenodd"/><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 d="M6.45475 11.9797C6.4777 11.9503 6.50003 11.9207 6.52175 11.8908C7.28695 10.8363 7.29596 9.44285 6.62892 8.39285C6.32414 7.91309 5.66094 7.99532 5.31133 8.44287L2.77924 11.6843C2.42963 12.1319 2.50535 12.8017 3.03889 12.9886C4.23974 13.4093 5.62361 13.0437 6.45475 11.9797Z"/><path d="M12.0001 8.00004C12.2549 8.00004 12.5053 7.98479 12.7499 7.95536V17.8966L12.7501 17.9369V19.0001L12.7499 19.0159V21.25H11.2499V17.9033C11.2398 16.8694 10.7617 15.8984 9.95481 15.2667L6.05469 12.4035C6.19843 12.2776 6.33256 12.1363 6.45475 11.9798C6.47769 11.9505 6.50002 11.9208 6.52174 11.8909C6.68607 11.6644 6.81552 11.4224 6.9109 11.1714L10.8517 14.064L10.8634 14.073C10.9987 14.1781 11.1277 14.2896 11.2499 14.407V7.95532C11.4946 7.98478 11.7451 8.00004 12.0001 8.00004Z" opacity=".5"/><path d="M2.43904 8.7863C3.13826 7.8912 4.42425 7.73749 5.31139 8.44298L2.7793 11.6844C1.89216 10.9789 1.73982 9.6814 2.43904 8.7863Z" opacity=".5"/></g></svg>
</template>

CSS

.icon-floor-lamp-minimalistic-bold-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%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M8.25%2022C8.25%2021.5858%208.58579%2021.25%209%2021.25H15C15.4142%2021.25%2015.75%2021.5858%2015.75%2022C15.75%2022.4142%2015.4142%2022.75%2015%2022.75H9C8.58579%2022.75%208.25%2022.4142%208.25%2022Z%22%20clip-rule%3D%22evenodd%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%20d%3D%22M6.45475%2011.9797C6.4777%2011.9503%206.50003%2011.9207%206.52175%2011.8908C7.28695%2010.8363%207.29596%209.44285%206.62892%208.39285C6.32414%207.91309%205.66094%207.99532%205.31133%208.44287L2.77924%2011.6843C2.42963%2012.1319%202.50535%2012.8017%203.03889%2012.9886C4.23974%2013.4093%205.62361%2013.0437%206.45475%2011.9797Z%22%2F%3E%3Cpath%20d%3D%22M12.0001%208.00004C12.2549%208.00004%2012.5053%207.98479%2012.7499%207.95536V17.8966L12.7501%2017.9369V19.0001L12.7499%2019.0159V21.25H11.2499V17.9033C11.2398%2016.8694%2010.7617%2015.8984%209.95481%2015.2667L6.05469%2012.4035C6.19843%2012.2776%206.33256%2012.1363%206.45475%2011.9798C6.47769%2011.9505%206.50002%2011.9208%206.52174%2011.8909C6.68607%2011.6644%206.81552%2011.4224%206.9109%2011.1714L10.8517%2014.064L10.8634%2014.073C10.9987%2014.1781%2011.1277%2014.2896%2011.2499%2014.407V7.95532C11.4946%207.98478%2011.7451%208.00004%2012.0001%208.00004Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M2.43904%208.7863C3.13826%207.8912%204.42425%207.73749%205.31139%208.44298L2.7793%2011.6844C1.89216%2010.9789%201.73982%209.6814%202.43904%208.7863Z%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%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M8.25%2022C8.25%2021.5858%208.58579%2021.25%209%2021.25H15C15.4142%2021.25%2015.75%2021.5858%2015.75%2022C15.75%2022.4142%2015.4142%2022.75%2015%2022.75H9C8.58579%2022.75%208.25%2022.4142%208.25%2022Z%22%20clip-rule%3D%22evenodd%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%20d%3D%22M6.45475%2011.9797C6.4777%2011.9503%206.50003%2011.9207%206.52175%2011.8908C7.28695%2010.8363%207.29596%209.44285%206.62892%208.39285C6.32414%207.91309%205.66094%207.99532%205.31133%208.44287L2.77924%2011.6843C2.42963%2012.1319%202.50535%2012.8017%203.03889%2012.9886C4.23974%2013.4093%205.62361%2013.0437%206.45475%2011.9797Z%22%2F%3E%3Cpath%20d%3D%22M12.0001%208.00004C12.2549%208.00004%2012.5053%207.98479%2012.7499%207.95536V17.8966L12.7501%2017.9369V19.0001L12.7499%2019.0159V21.25H11.2499V17.9033C11.2398%2016.8694%2010.7617%2015.8984%209.95481%2015.2667L6.05469%2012.4035C6.19843%2012.2776%206.33256%2012.1363%206.45475%2011.9798C6.47769%2011.9505%206.50002%2011.9208%206.52174%2011.8909C6.68607%2011.6644%206.81552%2011.4224%206.9109%2011.1714L10.8517%2014.064L10.8634%2014.073C10.9987%2014.1781%2011.1277%2014.2896%2011.2499%2014.407V7.95532C11.4946%207.98478%2011.7451%208.00004%2012.0001%208.00004Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M2.43904%208.7863C3.13826%207.8912%204.42425%207.73749%205.31139%208.44298L2.7793%2011.6844C1.89216%2010.9789%201.73982%209.6814%202.43904%208.7863Z%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-bold-duotone.svg?color=%231a73e8&size=48