chandelier icon

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

Name
chandelier-bold-duotone
Set
Solar
Style
Bold Duotone
Category
Home
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

The same icon in other sets

More home icons from Solar

Use the chandelier 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="M11.25 4.75V16.5C11.25 18.0188 10.0188 19.25 8.5 19.25C6.98122 19.25 5.75 18.0188 5.75 16.5V15.9055H4.25V16.5C4.25 18.8472 6.15279 20.75 8.5 20.75C9.95165 20.75 11.2333 20.0222 12 18.9116C12.7667 20.0222 14.0484 20.75 15.5 20.75C17.8472 20.75 19.75 18.8472 19.75 16.5V15.9055H18.25V16.5C18.25 18.0188 17.0188 19.25 15.5 19.25C13.9812 19.25 12.75 18.0188 12.75 16.5V4.75H11.25Z" clip-rule="evenodd" opacity=".5"/><path d="M9 3.25C8.58579 3.25 8.25 3.58579 8.25 4C8.25 4.41421 8.58579 4.75 9 4.75H11.25H12.75H15C15.4142 4.75 15.75 4.41421 15.75 4C15.75 3.58579 15.4142 3.25 15 3.25H9Z"/><path d="M16 13C16 14.3979 16.9561 15.5725 18.25 15.9055H19.75C21.0439 15.5725 22 14.3979 22 13V11.2C22 10.5373 21.4627 10 20.8 10H17.2C16.5373 10 16 10.5373 16 11.2V13Z"/><path d="M2 13C2 14.3979 2.95608 15.5725 4.25 15.9055H5.75C7.04392 15.5725 8 14.3979 8 13V10.8571C8 10.3838 7.61624 10 7.14286 10H2.85714C2.38376 10 2 10.3838 2 10.8571V13Z"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarChandelierBoldDuotone(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="M11.25 4.75V16.5C11.25 18.0188 10.0188 19.25 8.5 19.25C6.98122 19.25 5.75 18.0188 5.75 16.5V15.9055H4.25V16.5C4.25 18.8472 6.15279 20.75 8.5 20.75C9.95165 20.75 11.2333 20.0222 12 18.9116C12.7667 20.0222 14.0484 20.75 15.5 20.75C17.8472 20.75 19.75 18.8472 19.75 16.5V15.9055H18.25V16.5C18.25 18.0188 17.0188 19.25 15.5 19.25C13.9812 19.25 12.75 18.0188 12.75 16.5V4.75H11.25Z" clipRule="evenodd" opacity=".5"/><path d="M9 3.25C8.58579 3.25 8.25 3.58579 8.25 4C8.25 4.41421 8.58579 4.75 9 4.75H11.25H12.75H15C15.4142 4.75 15.75 4.41421 15.75 4C15.75 3.58579 15.4142 3.25 15 3.25H9Z"/><path d="M16 13C16 14.3979 16.9561 15.5725 18.25 15.9055H19.75C21.0439 15.5725 22 14.3979 22 13V11.2C22 10.5373 21.4627 10 20.8 10H17.2C16.5373 10 16 10.5373 16 11.2V13Z"/><path d="M2 13C2 14.3979 2.95608 15.5725 4.25 15.9055H5.75C7.04392 15.5725 8 14.3979 8 13V10.8571C8 10.3838 7.61624 10 7.14286 10H2.85714C2.38376 10 2 10.3838 2 10.8571V13Z"/></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="M11.25 4.75V16.5C11.25 18.0188 10.0188 19.25 8.5 19.25C6.98122 19.25 5.75 18.0188 5.75 16.5V15.9055H4.25V16.5C4.25 18.8472 6.15279 20.75 8.5 20.75C9.95165 20.75 11.2333 20.0222 12 18.9116C12.7667 20.0222 14.0484 20.75 15.5 20.75C17.8472 20.75 19.75 18.8472 19.75 16.5V15.9055H18.25V16.5C18.25 18.0188 17.0188 19.25 15.5 19.25C13.9812 19.25 12.75 18.0188 12.75 16.5V4.75H11.25Z" clip-rule="evenodd" opacity=".5"/><path d="M9 3.25C8.58579 3.25 8.25 3.58579 8.25 4C8.25 4.41421 8.58579 4.75 9 4.75H11.25H12.75H15C15.4142 4.75 15.75 4.41421 15.75 4C15.75 3.58579 15.4142 3.25 15 3.25H9Z"/><path d="M16 13C16 14.3979 16.9561 15.5725 18.25 15.9055H19.75C21.0439 15.5725 22 14.3979 22 13V11.2C22 10.5373 21.4627 10 20.8 10H17.2C16.5373 10 16 10.5373 16 11.2V13Z"/><path d="M2 13C2 14.3979 2.95608 15.5725 4.25 15.9055H5.75C7.04392 15.5725 8 14.3979 8 13V10.8571C8 10.3838 7.61624 10 7.14286 10H2.85714C2.38376 10 2 10.3838 2 10.8571V13Z"/></g></svg>
</template>

CSS

.icon-chandelier-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%22M11.25%204.75V16.5C11.25%2018.0188%2010.0188%2019.25%208.5%2019.25C6.98122%2019.25%205.75%2018.0188%205.75%2016.5V15.9055H4.25V16.5C4.25%2018.8472%206.15279%2020.75%208.5%2020.75C9.95165%2020.75%2011.2333%2020.0222%2012%2018.9116C12.7667%2020.0222%2014.0484%2020.75%2015.5%2020.75C17.8472%2020.75%2019.75%2018.8472%2019.75%2016.5V15.9055H18.25V16.5C18.25%2018.0188%2017.0188%2019.25%2015.5%2019.25C13.9812%2019.25%2012.75%2018.0188%2012.75%2016.5V4.75H11.25Z%22%20clip-rule%3D%22evenodd%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M9%203.25C8.58579%203.25%208.25%203.58579%208.25%204C8.25%204.41421%208.58579%204.75%209%204.75H11.25H12.75H15C15.4142%204.75%2015.75%204.41421%2015.75%204C15.75%203.58579%2015.4142%203.25%2015%203.25H9Z%22%2F%3E%3Cpath%20d%3D%22M16%2013C16%2014.3979%2016.9561%2015.5725%2018.25%2015.9055H19.75C21.0439%2015.5725%2022%2014.3979%2022%2013V11.2C22%2010.5373%2021.4627%2010%2020.8%2010H17.2C16.5373%2010%2016%2010.5373%2016%2011.2V13Z%22%2F%3E%3Cpath%20d%3D%22M2%2013C2%2014.3979%202.95608%2015.5725%204.25%2015.9055H5.75C7.04392%2015.5725%208%2014.3979%208%2013V10.8571C8%2010.3838%207.61624%2010%207.14286%2010H2.85714C2.38376%2010%202%2010.3838%202%2010.8571V13Z%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%22M11.25%204.75V16.5C11.25%2018.0188%2010.0188%2019.25%208.5%2019.25C6.98122%2019.25%205.75%2018.0188%205.75%2016.5V15.9055H4.25V16.5C4.25%2018.8472%206.15279%2020.75%208.5%2020.75C9.95165%2020.75%2011.2333%2020.0222%2012%2018.9116C12.7667%2020.0222%2014.0484%2020.75%2015.5%2020.75C17.8472%2020.75%2019.75%2018.8472%2019.75%2016.5V15.9055H18.25V16.5C18.25%2018.0188%2017.0188%2019.25%2015.5%2019.25C13.9812%2019.25%2012.75%2018.0188%2012.75%2016.5V4.75H11.25Z%22%20clip-rule%3D%22evenodd%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M9%203.25C8.58579%203.25%208.25%203.58579%208.25%204C8.25%204.41421%208.58579%204.75%209%204.75H11.25H12.75H15C15.4142%204.75%2015.75%204.41421%2015.75%204C15.75%203.58579%2015.4142%203.25%2015%203.25H9Z%22%2F%3E%3Cpath%20d%3D%22M16%2013C16%2014.3979%2016.9561%2015.5725%2018.25%2015.9055H19.75C21.0439%2015.5725%2022%2014.3979%2022%2013V11.2C22%2010.5373%2021.4627%2010%2020.8%2010H17.2C16.5373%2010%2016%2010.5373%2016%2011.2V13Z%22%2F%3E%3Cpath%20d%3D%22M2%2013C2%2014.3979%202.95608%2015.5725%204.25%2015.9055H5.75C7.04392%2015.5725%208%2014.3979%208%2013V10.8571C8%2010.3838%207.61624%2010%207.14286%2010H2.85714C2.38376%2010%202%2010.3838%202%2010.8571V13Z%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/chandelier-bold-duotone.svg?color=%231a73e8&size=48