bunk bed icon
bunk-bed-outline from Material Design Icons by Pictogrammers · Outline · Home Automation · Apache-2.0 Free for personal and commercial use.
- Name
- bunk-bed-outline
- Set
- Material Design Icons
- Style
- Outline
- Category
- Home Automation
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in Material Design Icons
More home automation icons from Material Design Icons
air-filterair-humidifierair-humidifier-offair-purifierair-purifier-offalarm-lightalarm-light-offalarm-panelamplifierarrow-oscillatingarrow-oscillating-offawningbalconybathtubbellblindsblinds-horizontalblinds-horizontal-closedblinds-openblinds-verticalblinds-vertical-closedboom-gateboom-gate-upboombox
Use the bunk bed icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M1 2h2v7h7V3h9c2.2 0 4 1.8 4 4v16h-2v-2H3v2H1zm11 3v4h9V7c0-1.1-.9-2-2-2zm-9 6v8h7v-6h9c.7 0 1.4.2 2 .6V11zm3.5 2C7.9 13 9 14.1 9 15.5S7.9 18 6.5 18S4 16.9 4 15.5S5.1 13 6.5 13m0 1.6c-.5 0-.9.4-.9.9s.4.9.9.9s.9-.4.9-.9s-.4-.9-.9-.9m5.5.4v4h9v-2c0-1.1-.9-2-2-2zM6.5 3C7.9 3 9 4.1 9 5.5S7.9 8 6.5 8S4 6.9 4 5.5S5.1 3 6.5 3m0 1.6c-.5 0-.9.4-.9.9s.4.9.9.9s.9-.4.9-.9s-.4-.9-.9-.9"/></svg>
React
import type { SVGProps } from "react";
export function MdiBunkBedOutline(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="M1 2h2v7h7V3h9c2.2 0 4 1.8 4 4v16h-2v-2H3v2H1zm11 3v4h9V7c0-1.1-.9-2-2-2zm-9 6v8h7v-6h9c.7 0 1.4.2 2 .6V11zm3.5 2C7.9 13 9 14.1 9 15.5S7.9 18 6.5 18S4 16.9 4 15.5S5.1 13 6.5 13m0 1.6c-.5 0-.9.4-.9.9s.4.9.9.9s.9-.4.9-.9s-.4-.9-.9-.9m5.5.4v4h9v-2c0-1.1-.9-2-2-2zM6.5 3C7.9 3 9 4.1 9 5.5S7.9 8 6.5 8S4 6.9 4 5.5S5.1 3 6.5 3m0 1.6c-.5 0-.9.4-.9.9s.4.9.9.9s.9-.4.9-.9s-.4-.9-.9-.9"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M1 2h2v7h7V3h9c2.2 0 4 1.8 4 4v16h-2v-2H3v2H1zm11 3v4h9V7c0-1.1-.9-2-2-2zm-9 6v8h7v-6h9c.7 0 1.4.2 2 .6V11zm3.5 2C7.9 13 9 14.1 9 15.5S7.9 18 6.5 18S4 16.9 4 15.5S5.1 13 6.5 13m0 1.6c-.5 0-.9.4-.9.9s.4.9.9.9s.9-.4.9-.9s-.4-.9-.9-.9m5.5.4v4h9v-2c0-1.1-.9-2-2-2zM6.5 3C7.9 3 9 4.1 9 5.5S7.9 8 6.5 8S4 6.9 4 5.5S5.1 3 6.5 3m0 1.6c-.5 0-.9.4-.9.9s.4.9.9.9s.9-.4.9-.9s-.4-.9-.9-.9"/></svg> </template>
CSS
.icon-bunk-bed-outline {
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%22M1%202h2v7h7V3h9c2.2%200%204%201.8%204%204v16h-2v-2H3v2H1zm11%203v4h9V7c0-1.1-.9-2-2-2zm-9%206v8h7v-6h9c.7%200%201.4.2%202%20.6V11zm3.5%202C7.9%2013%209%2014.1%209%2015.5S7.9%2018%206.5%2018S4%2016.9%204%2015.5S5.1%2013%206.5%2013m0%201.6c-.5%200-.9.4-.9.9s.4.9.9.9s.9-.4.9-.9s-.4-.9-.9-.9m5.5.4v4h9v-2c0-1.1-.9-2-2-2zM6.5%203C7.9%203%209%204.1%209%205.5S7.9%208%206.5%208S4%206.9%204%205.5S5.1%203%206.5%203m0%201.6c-.5%200-.9.4-.9.9s.4.9.9.9s.9-.4.9-.9s-.4-.9-.9-.9%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%22M1%202h2v7h7V3h9c2.2%200%204%201.8%204%204v16h-2v-2H3v2H1zm11%203v4h9V7c0-1.1-.9-2-2-2zm-9%206v8h7v-6h9c.7%200%201.4.2%202%20.6V11zm3.5%202C7.9%2013%209%2014.1%209%2015.5S7.9%2018%206.5%2018S4%2016.9%204%2015.5S5.1%2013%206.5%2013m0%201.6c-.5%200-.9.4-.9.9s.4.9.9.9s.9-.4.9-.9s-.4-.9-.9-.9m5.5.4v4h9v-2c0-1.1-.9-2-2-2zM6.5%203C7.9%203%209%204.1%209%205.5S7.9%208%206.5%208S4%206.9%204%205.5S5.1%203%206.5%203m0%201.6c-.5%200-.9.4-.9.9s.4.9.9.9s.9-.4.9-.9s-.4-.9-.9-.9%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/bunk-bed-outline.svg?color=%231a73e8&size=48