bed-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.

Name
bed-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
License
MIT

5 other variants in Fluent UI System Icons

The same icon in other sets

Use the bed icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.75 4h10.5a2.75 2.75 0 0 1 2.745 2.582L20 6.75v3.354a2.75 2.75 0 0 1 1.994 2.459l.006.187v7.5a.75.75 0 0 1-1.493.102l-.007-.102V18h-17v2.25a.75.75 0 0 1-.648.743L2.75 21a.75.75 0 0 1-.743-.648L2 20.25v-7.5c0-1.259.846-2.32 2-2.647V6.75a2.75 2.75 0 0 1 2.582-2.745zm12.5 7.5H4.75a1.25 1.25 0 0 0-1.244 1.122l-.006.128v3.75h17v-3.75a1.25 1.25 0 0 0-1.122-1.243zm-2-6H6.75a1.25 1.25 0 0 0-1.244 1.122L5.5 6.75V10H7a1 1 0 0 1 1-1h2a1 1 0 0 1 .993.883L11 10h2a1 1 0 0 1 1-1h2a1 1 0 0 1 .993.883L17 10h1.5V6.75a1.25 1.25 0 0 0-1.122-1.244z"/></svg>

React

import type { SVGProps } from "react";

export function FluentBed24Regular(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="M6.75 4h10.5a2.75 2.75 0 0 1 2.745 2.582L20 6.75v3.354a2.75 2.75 0 0 1 1.994 2.459l.006.187v7.5a.75.75 0 0 1-1.493.102l-.007-.102V18h-17v2.25a.75.75 0 0 1-.648.743L2.75 21a.75.75 0 0 1-.743-.648L2 20.25v-7.5c0-1.259.846-2.32 2-2.647V6.75a2.75 2.75 0 0 1 2.582-2.745zm12.5 7.5H4.75a1.25 1.25 0 0 0-1.244 1.122l-.006.128v3.75h17v-3.75a1.25 1.25 0 0 0-1.122-1.243zm-2-6H6.75a1.25 1.25 0 0 0-1.244 1.122L5.5 6.75V10H7a1 1 0 0 1 1-1h2a1 1 0 0 1 .993.883L11 10h2a1 1 0 0 1 1-1h2a1 1 0 0 1 .993.883L17 10h1.5V6.75a1.25 1.25 0 0 0-1.122-1.244z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.75 4h10.5a2.75 2.75 0 0 1 2.745 2.582L20 6.75v3.354a2.75 2.75 0 0 1 1.994 2.459l.006.187v7.5a.75.75 0 0 1-1.493.102l-.007-.102V18h-17v2.25a.75.75 0 0 1-.648.743L2.75 21a.75.75 0 0 1-.743-.648L2 20.25v-7.5c0-1.259.846-2.32 2-2.647V6.75a2.75 2.75 0 0 1 2.582-2.745zm12.5 7.5H4.75a1.25 1.25 0 0 0-1.244 1.122l-.006.128v3.75h17v-3.75a1.25 1.25 0 0 0-1.122-1.243zm-2-6H6.75a1.25 1.25 0 0 0-1.244 1.122L5.5 6.75V10H7a1 1 0 0 1 1-1h2a1 1 0 0 1 .993.883L11 10h2a1 1 0 0 1 1-1h2a1 1 0 0 1 .993.883L17 10h1.5V6.75a1.25 1.25 0 0 0-1.122-1.244z"/></svg>
</template>

CSS

.icon-bed-24-regular {
  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%22M6.75%204h10.5a2.75%202.75%200%200%201%202.745%202.582L20%206.75v3.354a2.75%202.75%200%200%201%201.994%202.459l.006.187v7.5a.75.75%200%200%201-1.493.102l-.007-.102V18h-17v2.25a.75.75%200%200%201-.648.743L2.75%2021a.75.75%200%200%201-.743-.648L2%2020.25v-7.5c0-1.259.846-2.32%202-2.647V6.75a2.75%202.75%200%200%201%202.582-2.745zm12.5%207.5H4.75a1.25%201.25%200%200%200-1.244%201.122l-.006.128v3.75h17v-3.75a1.25%201.25%200%200%200-1.122-1.243zm-2-6H6.75a1.25%201.25%200%200%200-1.244%201.122L5.5%206.75V10H7a1%201%200%200%201%201-1h2a1%201%200%200%201%20.993.883L11%2010h2a1%201%200%200%201%201-1h2a1%201%200%200%201%20.993.883L17%2010h1.5V6.75a1.25%201.25%200%200%200-1.122-1.244z%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%22M6.75%204h10.5a2.75%202.75%200%200%201%202.745%202.582L20%206.75v3.354a2.75%202.75%200%200%201%201.994%202.459l.006.187v7.5a.75.75%200%200%201-1.493.102l-.007-.102V18h-17v2.25a.75.75%200%200%201-.648.743L2.75%2021a.75.75%200%200%201-.743-.648L2%2020.25v-7.5c0-1.259.846-2.32%202-2.647V6.75a2.75%202.75%200%200%201%202.582-2.745zm12.5%207.5H4.75a1.25%201.25%200%200%200-1.244%201.122l-.006.128v3.75h17v-3.75a1.25%201.25%200%200%200-1.122-1.243zm-2-6H6.75a1.25%201.25%200%200%200-1.244%201.122L5.5%206.75V10H7a1%201%200%200%201%201-1h2a1%201%200%200%201%20.993.883L11%2010h2a1%201%200%200%201%201-1h2a1%201%200%200%201%20.993.883L17%2010h1.5V6.75a1.25%201.25%200%200%200-1.122-1.244z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/bed-24-regular.svg?color=%231a73e8&size=48