chandelier icon
chandelier-bold from Solar by 480 Design · Bold · Home · CC-BY-4.0 Attribution required.
- Name
- chandelier-bold
- Set
- Solar
- Style
- Bold
- 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
armchair-2-boldarmchair-boldbar-chair-boldbath-boldbed-boldbedside-table-2-boldbedside-table-3-boldbedside-table-4-boldbedside-table-boldchair-2-boldchair-boldcloset-2-boldcloset-boldconditioner-2-boldconditioner-boldfloor-lamp-boldfloor-lamp-minimalistic-boldfridge-boldlamp-boldmirror-boldremote-controller-2-boldremote-controller-boldremote-controller-minimalistic-boldsmart-vacuum-cleaner-2-bold
Use the chandelier icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.25 4C8.25 3.58579 8.58579 3.25 9 3.25H15C15.4142 3.25 15.75 3.58579 15.75 4C15.75 4.41421 15.4142 4.75 15 4.75H12.75V16.5C12.75 18.0188 13.9812 19.25 15.5 19.25C17.0188 19.25 18.25 18.0188 18.25 16.5V15.9055C16.9561 15.5725 16 14.3979 16 13V11.2C16 10.5373 16.5373 10 17.2 10H20.8C21.4627 10 22 10.5373 22 11.2V13C22 14.3979 21.0439 15.5725 19.75 15.9055V16.5C19.75 18.8472 17.8472 20.75 15.5 20.75C14.0484 20.75 12.7667 20.0222 12 18.9116C11.2333 20.0222 9.95165 20.75 8.5 20.75C6.15279 20.75 4.25 18.8472 4.25 16.5V15.9055C2.95608 15.5725 2 14.3979 2 13V10.8571C2 10.3838 2.38376 10 2.85714 10H7.14286C7.61624 10 8 10.3838 8 10.8571V13C8 14.3979 7.04392 15.5725 5.75 15.9055V16.5C5.75 18.0188 6.98122 19.25 8.5 19.25C10.0188 19.25 11.25 18.0188 11.25 16.5V4.75H9C8.58579 4.75 8.25 4.41421 8.25 4Z"/></svg>
React
import type { SVGProps } from "react";
export function SolarChandelierBold(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="M8.25 4C8.25 3.58579 8.58579 3.25 9 3.25H15C15.4142 3.25 15.75 3.58579 15.75 4C15.75 4.41421 15.4142 4.75 15 4.75H12.75V16.5C12.75 18.0188 13.9812 19.25 15.5 19.25C17.0188 19.25 18.25 18.0188 18.25 16.5V15.9055C16.9561 15.5725 16 14.3979 16 13V11.2C16 10.5373 16.5373 10 17.2 10H20.8C21.4627 10 22 10.5373 22 11.2V13C22 14.3979 21.0439 15.5725 19.75 15.9055V16.5C19.75 18.8472 17.8472 20.75 15.5 20.75C14.0484 20.75 12.7667 20.0222 12 18.9116C11.2333 20.0222 9.95165 20.75 8.5 20.75C6.15279 20.75 4.25 18.8472 4.25 16.5V15.9055C2.95608 15.5725 2 14.3979 2 13V10.8571C2 10.3838 2.38376 10 2.85714 10H7.14286C7.61624 10 8 10.3838 8 10.8571V13C8 14.3979 7.04392 15.5725 5.75 15.9055V16.5C5.75 18.0188 6.98122 19.25 8.5 19.25C10.0188 19.25 11.25 18.0188 11.25 16.5V4.75H9C8.58579 4.75 8.25 4.41421 8.25 4Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.25 4C8.25 3.58579 8.58579 3.25 9 3.25H15C15.4142 3.25 15.75 3.58579 15.75 4C15.75 4.41421 15.4142 4.75 15 4.75H12.75V16.5C12.75 18.0188 13.9812 19.25 15.5 19.25C17.0188 19.25 18.25 18.0188 18.25 16.5V15.9055C16.9561 15.5725 16 14.3979 16 13V11.2C16 10.5373 16.5373 10 17.2 10H20.8C21.4627 10 22 10.5373 22 11.2V13C22 14.3979 21.0439 15.5725 19.75 15.9055V16.5C19.75 18.8472 17.8472 20.75 15.5 20.75C14.0484 20.75 12.7667 20.0222 12 18.9116C11.2333 20.0222 9.95165 20.75 8.5 20.75C6.15279 20.75 4.25 18.8472 4.25 16.5V15.9055C2.95608 15.5725 2 14.3979 2 13V10.8571C2 10.3838 2.38376 10 2.85714 10H7.14286C7.61624 10 8 10.3838 8 10.8571V13C8 14.3979 7.04392 15.5725 5.75 15.9055V16.5C5.75 18.0188 6.98122 19.25 8.5 19.25C10.0188 19.25 11.25 18.0188 11.25 16.5V4.75H9C8.58579 4.75 8.25 4.41421 8.25 4Z"/></svg> </template>
CSS
.icon-chandelier-bold {
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%22M8.25%204C8.25%203.58579%208.58579%203.25%209%203.25H15C15.4142%203.25%2015.75%203.58579%2015.75%204C15.75%204.41421%2015.4142%204.75%2015%204.75H12.75V16.5C12.75%2018.0188%2013.9812%2019.25%2015.5%2019.25C17.0188%2019.25%2018.25%2018.0188%2018.25%2016.5V15.9055C16.9561%2015.5725%2016%2014.3979%2016%2013V11.2C16%2010.5373%2016.5373%2010%2017.2%2010H20.8C21.4627%2010%2022%2010.5373%2022%2011.2V13C22%2014.3979%2021.0439%2015.5725%2019.75%2015.9055V16.5C19.75%2018.8472%2017.8472%2020.75%2015.5%2020.75C14.0484%2020.75%2012.7667%2020.0222%2012%2018.9116C11.2333%2020.0222%209.95165%2020.75%208.5%2020.75C6.15279%2020.75%204.25%2018.8472%204.25%2016.5V15.9055C2.95608%2015.5725%202%2014.3979%202%2013V10.8571C2%2010.3838%202.38376%2010%202.85714%2010H7.14286C7.61624%2010%208%2010.3838%208%2010.8571V13C8%2014.3979%207.04392%2015.5725%205.75%2015.9055V16.5C5.75%2018.0188%206.98122%2019.25%208.5%2019.25C10.0188%2019.25%2011.25%2018.0188%2011.25%2016.5V4.75H9C8.58579%204.75%208.25%204.41421%208.25%204Z%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%22M8.25%204C8.25%203.58579%208.58579%203.25%209%203.25H15C15.4142%203.25%2015.75%203.58579%2015.75%204C15.75%204.41421%2015.4142%204.75%2015%204.75H12.75V16.5C12.75%2018.0188%2013.9812%2019.25%2015.5%2019.25C17.0188%2019.25%2018.25%2018.0188%2018.25%2016.5V15.9055C16.9561%2015.5725%2016%2014.3979%2016%2013V11.2C16%2010.5373%2016.5373%2010%2017.2%2010H20.8C21.4627%2010%2022%2010.5373%2022%2011.2V13C22%2014.3979%2021.0439%2015.5725%2019.75%2015.9055V16.5C19.75%2018.8472%2017.8472%2020.75%2015.5%2020.75C14.0484%2020.75%2012.7667%2020.0222%2012%2018.9116C11.2333%2020.0222%209.95165%2020.75%208.5%2020.75C6.15279%2020.75%204.25%2018.8472%204.25%2016.5V15.9055C2.95608%2015.5725%202%2014.3979%202%2013V10.8571C2%2010.3838%202.38376%2010%202.85714%2010H7.14286C7.61624%2010%208%2010.3838%208%2010.8571V13C8%2014.3979%207.04392%2015.5725%205.75%2015.9055V16.5C5.75%2018.0188%206.98122%2019.25%208.5%2019.25C10.0188%2019.25%2011.25%2018.0188%2011.25%2016.5V4.75H9C8.58579%204.75%208.25%204.41421%208.25%204Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/chandelier-bold.svg?color=%231a73e8&size=48