bed icon
bed from Line Awesome by Icons8 · Line · Users & People · Apache-2.0 Free for personal and commercial use.
- Name
- bed
- Set
- Line Awesome
- Style
- Line
- Category
- Users & People
- Viewbox
- 32×32
- License
- Apache 2.0
- Aliases
- bed-solid
The same icon in other sets
bedBoxIcons v2bedBoxIcons v2 SolidbedEmoji One (Colored)bedFont Awesome 6 SolidbedFont Awesome Solidbed-outlineFlowbite Iconsbed-16-filledFluent UI System IconsbedFluent EmojibedFluent Emoji FlatbedFluent Emoji High ContrastbedHuge IconsbedIconoirbedIonIconsbedLucidebedMaterial SymbolsbedMaterial Symbols LightbedMaterial Design Iconsbed-fillMingCute IconbedNoto EmojibedOpenMojibedPhosphorbedPixelarticonsbed-boldSolarbedTabler Icons
More users & people icons from Line Awesome
Use the bed icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M6 6C4.355 6 3 7.355 3 9v6.781c-.61.551-1 1.34-1 2.219v9h5v-2h18v2h5v-9c0-.879-.39-1.668-1-2.219V9c0-1.645-1.355-3-3-3zm0 2h20c.555 0 1 .445 1 1v6h-2v-1c0-1.645-1.355-3-3-3h-4c-.766 0-1.469.3-2 .781A2.98 2.98 0 0 0 14 11h-4c-1.645 0-3 1.355-3 3v1H5V9c0-.555.445-1 1-1m4 5h4c.555 0 1 .445 1 1v1H9v-1c0-.555.445-1 1-1m8 0h4c.555 0 1 .445 1 1v1h-6v-1c0-.555.445-1 1-1M5 17h22c.555 0 1 .445 1 1v7h-1v-2H5v2H4v-7c0-.555.445-1 1-1"/></svg>
React
import type { SVGProps } from "react";
export function LaBed(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M6 6C4.355 6 3 7.355 3 9v6.781c-.61.551-1 1.34-1 2.219v9h5v-2h18v2h5v-9c0-.879-.39-1.668-1-2.219V9c0-1.645-1.355-3-3-3zm0 2h20c.555 0 1 .445 1 1v6h-2v-1c0-1.645-1.355-3-3-3h-4c-.766 0-1.469.3-2 .781A2.98 2.98 0 0 0 14 11h-4c-1.645 0-3 1.355-3 3v1H5V9c0-.555.445-1 1-1m4 5h4c.555 0 1 .445 1 1v1H9v-1c0-.555.445-1 1-1m8 0h4c.555 0 1 .445 1 1v1h-6v-1c0-.555.445-1 1-1M5 17h22c.555 0 1 .445 1 1v7h-1v-2H5v2H4v-7c0-.555.445-1 1-1"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M6 6C4.355 6 3 7.355 3 9v6.781c-.61.551-1 1.34-1 2.219v9h5v-2h18v2h5v-9c0-.879-.39-1.668-1-2.219V9c0-1.645-1.355-3-3-3zm0 2h20c.555 0 1 .445 1 1v6h-2v-1c0-1.645-1.355-3-3-3h-4c-.766 0-1.469.3-2 .781A2.98 2.98 0 0 0 14 11h-4c-1.645 0-3 1.355-3 3v1H5V9c0-.555.445-1 1-1m4 5h4c.555 0 1 .445 1 1v1H9v-1c0-.555.445-1 1-1m8 0h4c.555 0 1 .445 1 1v1h-6v-1c0-.555.445-1 1-1M5 17h22c.555 0 1 .445 1 1v7h-1v-2H5v2H4v-7c0-.555.445-1 1-1"/></svg> </template>
CSS
.icon-bed {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6%206C4.355%206%203%207.355%203%209v6.781c-.61.551-1%201.34-1%202.219v9h5v-2h18v2h5v-9c0-.879-.39-1.668-1-2.219V9c0-1.645-1.355-3-3-3zm0%202h20c.555%200%201%20.445%201%201v6h-2v-1c0-1.645-1.355-3-3-3h-4c-.766%200-1.469.3-2%20.781A2.98%202.98%200%200%200%2014%2011h-4c-1.645%200-3%201.355-3%203v1H5V9c0-.555.445-1%201-1m4%205h4c.555%200%201%20.445%201%201v1H9v-1c0-.555.445-1%201-1m8%200h4c.555%200%201%20.445%201%201v1h-6v-1c0-.555.445-1%201-1M5%2017h22c.555%200%201%20.445%201%201v7h-1v-2H5v2H4v-7c0-.555.445-1%201-1%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6%206C4.355%206%203%207.355%203%209v6.781c-.61.551-1%201.34-1%202.219v9h5v-2h18v2h5v-9c0-.879-.39-1.668-1-2.219V9c0-1.645-1.355-3-3-3zm0%202h20c.555%200%201%20.445%201%201v6h-2v-1c0-1.645-1.355-3-3-3h-4c-.766%200-1.469.3-2%20.781A2.98%202.98%200%200%200%2014%2011h-4c-1.645%200-3%201.355-3%203v1H5V9c0-.555.445-1%201-1m4%205h4c.555%200%201%20.445%201%201v1H9v-1c0-.555.445-1%201-1m8%200h4c.555%200%201%20.445%201%201v1h-6v-1c0-.555.445-1%201-1M5%2017h22c.555%200%201%20.445%201%201v7h-1v-2H5v2H4v-7c0-.555.445-1%201-1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/bed.svg?color=%231a73e8&size=48