chandelier icon
chandelier-duotone from Reicon by REICON · Duotone · Home · MIT Free for personal and commercial use.
- Name
- chandelier-duotone
- Set
- Reicon
- Style
- Duotone
- Category
- Home
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
The same icon in other sets
More home icons from Reicon
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.5a2.75 2.75 0 1 1-5.5 0v-.594h-1.5v.594A4.25 4.25 0 0 0 12 18.912a4.25 4.25 0 0 0 7.75-2.412v-.594h-1.5v.594a2.75 2.75 0 1 1-5.5 0V4.75z" clip-rule="evenodd" opacity=".5"/><path d="M9 3.25a.75.75 0 0 0 0 1.5h6a.75.75 0 0 0 0-1.5zM16 13c0 1.398.956 2.573 2.25 2.906h1.5A3 3 0 0 0 22 13v-1.8a1.2 1.2 0 0 0-1.2-1.2h-3.6a1.2 1.2 0 0 0-1.2 1.2zM2 13c0 1.398.956 2.573 2.25 2.906h1.5A3 3 0 0 0 8 13v-2.143A.857.857 0 0 0 7.143 10H2.857a.857.857 0 0 0-.857.857z"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconChandelierDuotone(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.5a2.75 2.75 0 1 1-5.5 0v-.594h-1.5v.594A4.25 4.25 0 0 0 12 18.912a4.25 4.25 0 0 0 7.75-2.412v-.594h-1.5v.594a2.75 2.75 0 1 1-5.5 0V4.75z" clipRule="evenodd" opacity=".5"/><path d="M9 3.25a.75.75 0 0 0 0 1.5h6a.75.75 0 0 0 0-1.5zM16 13c0 1.398.956 2.573 2.25 2.906h1.5A3 3 0 0 0 22 13v-1.8a1.2 1.2 0 0 0-1.2-1.2h-3.6a1.2 1.2 0 0 0-1.2 1.2zM2 13c0 1.398.956 2.573 2.25 2.906h1.5A3 3 0 0 0 8 13v-2.143A.857.857 0 0 0 7.143 10H2.857a.857.857 0 0 0-.857.857z"/></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.5a2.75 2.75 0 1 1-5.5 0v-.594h-1.5v.594A4.25 4.25 0 0 0 12 18.912a4.25 4.25 0 0 0 7.75-2.412v-.594h-1.5v.594a2.75 2.75 0 1 1-5.5 0V4.75z" clip-rule="evenodd" opacity=".5"/><path d="M9 3.25a.75.75 0 0 0 0 1.5h6a.75.75 0 0 0 0-1.5zM16 13c0 1.398.956 2.573 2.25 2.906h1.5A3 3 0 0 0 22 13v-1.8a1.2 1.2 0 0 0-1.2-1.2h-3.6a1.2 1.2 0 0 0-1.2 1.2zM2 13c0 1.398.956 2.573 2.25 2.906h1.5A3 3 0 0 0 8 13v-2.143A.857.857 0 0 0 7.143 10H2.857a.857.857 0 0 0-.857.857z"/></g></svg> </template>
CSS
.icon-chandelier-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.5a2.75%202.75%200%201%201-5.5%200v-.594h-1.5v.594A4.25%204.25%200%200%200%2012%2018.912a4.25%204.25%200%200%200%207.75-2.412v-.594h-1.5v.594a2.75%202.75%200%201%201-5.5%200V4.75z%22%20clip-rule%3D%22evenodd%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M9%203.25a.75.75%200%200%200%200%201.5h6a.75.75%200%200%200%200-1.5zM16%2013c0%201.398.956%202.573%202.25%202.906h1.5A3%203%200%200%200%2022%2013v-1.8a1.2%201.2%200%200%200-1.2-1.2h-3.6a1.2%201.2%200%200%200-1.2%201.2zM2%2013c0%201.398.956%202.573%202.25%202.906h1.5A3%203%200%200%200%208%2013v-2.143A.857.857%200%200%200%207.143%2010H2.857a.857.857%200%200%200-.857.857z%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.5a2.75%202.75%200%201%201-5.5%200v-.594h-1.5v.594A4.25%204.25%200%200%200%2012%2018.912a4.25%204.25%200%200%200%207.75-2.412v-.594h-1.5v.594a2.75%202.75%200%201%201-5.5%200V4.75z%22%20clip-rule%3D%22evenodd%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M9%203.25a.75.75%200%200%200%200%201.5h6a.75.75%200%200%200%200-1.5zM16%2013c0%201.398.956%202.573%202.25%202.906h1.5A3%203%200%200%200%2022%2013v-1.8a1.2%201.2%200%200%200-1.2-1.2h-3.6a1.2%201.2%200%200%200-1.2%201.2zM2%2013c0%201.398.956%202.573%202.25%202.906h1.5A3%203%200%200%200%208%2013v-2.143A.857.857%200%200%200%207.143%2010H2.857a.857.857%200%200%200-.857.857z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/chandelier-duotone.svg?color=%231a73e8&size=48