bed-double-outline from Material Design Icons by Pictogrammers · Outline · Holiday · Apache-2.0 Free for personal and commercial use.

Name
bed-double-outline
Set
Material Design Icons
Style
Outline
Category
Holiday
Viewbox
24×24
License
Apache 2.0
Aliases
bedroom-outline

1 other variant in Material Design Icons

The same icon in other sets

More holiday icons from Material Design Icons

Use the bed double icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8 5c-.5 0-1 .21-1.39.6S6 6.45 6 7v3c-.53 0-1 .19-1.41.59S4 11.47 4 12v5h1.34L6 19h1l.69-2h8.67l.64 2h1l.66-2H20v-5c0-.53-.19-1-.59-1.41S18.53 10 18 10V7c0-.55-.2-1-.61-1.4S16.5 5 16 5M8 7h3v3H8m5-3h3v3h-3m-7 2h12v3H6Z"/></svg>

React

import type { SVGProps } from "react";

export function MdiBedDoubleOutline(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 5c-.5 0-1 .21-1.39.6S6 6.45 6 7v3c-.53 0-1 .19-1.41.59S4 11.47 4 12v5h1.34L6 19h1l.69-2h8.67l.64 2h1l.66-2H20v-5c0-.53-.19-1-.59-1.41S18.53 10 18 10V7c0-.55-.2-1-.61-1.4S16.5 5 16 5M8 7h3v3H8m5-3h3v3h-3m-7 2h12v3H6Z"/></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 5c-.5 0-1 .21-1.39.6S6 6.45 6 7v3c-.53 0-1 .19-1.41.59S4 11.47 4 12v5h1.34L6 19h1l.69-2h8.67l.64 2h1l.66-2H20v-5c0-.53-.19-1-.59-1.41S18.53 10 18 10V7c0-.55-.2-1-.61-1.4S16.5 5 16 5M8 7h3v3H8m5-3h3v3h-3m-7 2h12v3H6Z"/></svg>
</template>

CSS

.icon-bed-double-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%22M8%205c-.5%200-1%20.21-1.39.6S6%206.45%206%207v3c-.53%200-1%20.19-1.41.59S4%2011.47%204%2012v5h1.34L6%2019h1l.69-2h8.67l.64%202h1l.66-2H20v-5c0-.53-.19-1-.59-1.41S18.53%2010%2018%2010V7c0-.55-.2-1-.61-1.4S16.5%205%2016%205M8%207h3v3H8m5-3h3v3h-3m-7%202h12v3H6Z%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%205c-.5%200-1%20.21-1.39.6S6%206.45%206%207v3c-.53%200-1%20.19-1.41.59S4%2011.47%204%2012v5h1.34L6%2019h1l.69-2h8.67l.64%202h1l.66-2H20v-5c0-.53-.19-1-.59-1.41S18.53%2010%2018%2010V7c0-.55-.2-1-.61-1.4S16.5%205%2016%205M8%207h3v3H8m5-3h3v3h-3m-7%202h12v3H6Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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