bed double icon

bed-double from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
bed-double
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in Huge Icons

Use the bed double icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path stroke-linejoin="round" d="M22 17.5H2M22 21v-5c0-1.886 0-2.828-.586-3.414S19.886 12 18 12H6c-1.886 0-2.828 0-3.414.586S2 14.114 2 16v5"/><path d="M11 12v-1.787c0-.38-.057-.508-.35-.658C10.04 9.243 9.299 9 8.5 9s-1.54.243-2.15.555c-.293.15-.35.278-.35.658V12m12 0v-1.787c0-.38-.057-.508-.35-.658C17.04 9.243 16.299 9 15.5 9s-1.54.243-2.15.555c-.293.15-.35.278-.35.658V12"/><path d="M21 12V7.36c0-.691 0-1.037-.192-1.363s-.466-.496-1.014-.834C17.587 3.8 14.9 3 12 3s-5.587.8-7.794 2.163c-.548.338-.822.507-1.014.834S3 6.669 3 7.36V12"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsBedDouble(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeWidth="1.5"><path strokeLinejoin="round" d="M22 17.5H2M22 21v-5c0-1.886 0-2.828-.586-3.414S19.886 12 18 12H6c-1.886 0-2.828 0-3.414.586S2 14.114 2 16v5"/><path d="M11 12v-1.787c0-.38-.057-.508-.35-.658C10.04 9.243 9.299 9 8.5 9s-1.54.243-2.15.555c-.293.15-.35.278-.35.658V12m12 0v-1.787c0-.38-.057-.508-.35-.658C17.04 9.243 16.299 9 15.5 9s-1.54.243-2.15.555c-.293.15-.35.278-.35.658V12"/><path d="M21 12V7.36c0-.691 0-1.037-.192-1.363s-.466-.496-1.014-.834C17.587 3.8 14.9 3 12 3s-5.587.8-7.794 2.163c-.548.338-.822.507-1.014.834S3 6.669 3 7.36V12"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path stroke-linejoin="round" d="M22 17.5H2M22 21v-5c0-1.886 0-2.828-.586-3.414S19.886 12 18 12H6c-1.886 0-2.828 0-3.414.586S2 14.114 2 16v5"/><path d="M11 12v-1.787c0-.38-.057-.508-.35-.658C10.04 9.243 9.299 9 8.5 9s-1.54.243-2.15.555c-.293.15-.35.278-.35.658V12m12 0v-1.787c0-.38-.057-.508-.35-.658C17.04 9.243 16.299 9 15.5 9s-1.54.243-2.15.555c-.293.15-.35.278-.35.658V12"/><path d="M21 12V7.36c0-.691 0-1.037-.192-1.363s-.466-.496-1.014-.834C17.587 3.8 14.9 3 12 3s-5.587.8-7.794 2.163c-.548.338-.822.507-1.014.834S3 6.669 3 7.36V12"/></g></svg>
</template>

CSS

.icon-bed-double {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M22%2017.5H2M22%2021v-5c0-1.886%200-2.828-.586-3.414S19.886%2012%2018%2012H6c-1.886%200-2.828%200-3.414.586S2%2014.114%202%2016v5%22%2F%3E%3Cpath%20d%3D%22M11%2012v-1.787c0-.38-.057-.508-.35-.658C10.04%209.243%209.299%209%208.5%209s-1.54.243-2.15.555c-.293.15-.35.278-.35.658V12m12%200v-1.787c0-.38-.057-.508-.35-.658C17.04%209.243%2016.299%209%2015.5%209s-1.54.243-2.15.555c-.293.15-.35.278-.35.658V12%22%2F%3E%3Cpath%20d%3D%22M21%2012V7.36c0-.691%200-1.037-.192-1.363s-.466-.496-1.014-.834C17.587%203.8%2014.9%203%2012%203s-5.587.8-7.794%202.163c-.548.338-.822.507-1.014.834S3%206.669%203%207.36V12%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M22%2017.5H2M22%2021v-5c0-1.886%200-2.828-.586-3.414S19.886%2012%2018%2012H6c-1.886%200-2.828%200-3.414.586S2%2014.114%202%2016v5%22%2F%3E%3Cpath%20d%3D%22M11%2012v-1.787c0-.38-.057-.508-.35-.658C10.04%209.243%209.299%209%208.5%209s-1.54.243-2.15.555c-.293.15-.35.278-.35.658V12m12%200v-1.787c0-.38-.057-.508-.35-.658C17.04%209.243%2016.299%209%2015.5%209s-1.54.243-2.15.555c-.293.15-.35.278-.35.658V12%22%2F%3E%3Cpath%20d%3D%22M21%2012V7.36c0-.691%200-1.037-.192-1.363s-.466-.496-1.014-.834C17.587%203.8%2014.9%203%2012%203s-5.587.8-7.794%202.163c-.548.338-.822.507-1.014.834S3%206.669%203%207.36V12%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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