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

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

The same icon in other sets

Related icons in Huge Icons

Use the bed bunk 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="M2 11h15M2 8h20"/><path d="M6.5 5c-.604 0-1.176.129-1.682.358c-.332.15-.498.224-.658.472S4 6.324 4 6.818V8h5V6.818c0-.494 0-.74-.16-.988s-.326-.323-.658-.472A4.1 4.1 0 0 0 6.5 5Zm0 9a4.06 4.06 0 0 0-1.92.475c-.106.057-.16.085-.25.166a1.2 1.2 0 0 0-.301.504C4 15.263 4 15.36 4 15.553c0 .416 0 .625.061.791a1 1 0 0 0 .595.595c.166.061.375.061.792.061h2.104c.417 0 .626 0 .792-.061a1 1 0 0 0 .595-.595C9 16.178 9 15.97 9 15.552c0-.192 0-.29-.029-.407a1.2 1.2 0 0 0-.302-.504a1 1 0 0 0-.249-.166A4.06 4.06 0 0 0 6.5 14Z"/><path stroke-linejoin="round" d="M2 17h15M2 20h20m-5-8h5m-5 4h5m0-12v18M17 4v18M2 4v18"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsBedBunk(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="M2 11h15M2 8h20"/><path d="M6.5 5c-.604 0-1.176.129-1.682.358c-.332.15-.498.224-.658.472S4 6.324 4 6.818V8h5V6.818c0-.494 0-.74-.16-.988s-.326-.323-.658-.472A4.1 4.1 0 0 0 6.5 5Zm0 9a4.06 4.06 0 0 0-1.92.475c-.106.057-.16.085-.25.166a1.2 1.2 0 0 0-.301.504C4 15.263 4 15.36 4 15.553c0 .416 0 .625.061.791a1 1 0 0 0 .595.595c.166.061.375.061.792.061h2.104c.417 0 .626 0 .792-.061a1 1 0 0 0 .595-.595C9 16.178 9 15.97 9 15.552c0-.192 0-.29-.029-.407a1.2 1.2 0 0 0-.302-.504a1 1 0 0 0-.249-.166A4.06 4.06 0 0 0 6.5 14Z"/><path strokeLinejoin="round" d="M2 17h15M2 20h20m-5-8h5m-5 4h5m0-12v18M17 4v18M2 4v18"/></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="M2 11h15M2 8h20"/><path d="M6.5 5c-.604 0-1.176.129-1.682.358c-.332.15-.498.224-.658.472S4 6.324 4 6.818V8h5V6.818c0-.494 0-.74-.16-.988s-.326-.323-.658-.472A4.1 4.1 0 0 0 6.5 5Zm0 9a4.06 4.06 0 0 0-1.92.475c-.106.057-.16.085-.25.166a1.2 1.2 0 0 0-.301.504C4 15.263 4 15.36 4 15.553c0 .416 0 .625.061.791a1 1 0 0 0 .595.595c.166.061.375.061.792.061h2.104c.417 0 .626 0 .792-.061a1 1 0 0 0 .595-.595C9 16.178 9 15.97 9 15.552c0-.192 0-.29-.029-.407a1.2 1.2 0 0 0-.302-.504a1 1 0 0 0-.249-.166A4.06 4.06 0 0 0 6.5 14Z"/><path stroke-linejoin="round" d="M2 17h15M2 20h20m-5-8h5m-5 4h5m0-12v18M17 4v18M2 4v18"/></g></svg>
</template>

CSS

.icon-bed-bunk {
  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%22M2%2011h15M2%208h20%22%2F%3E%3Cpath%20d%3D%22M6.5%205c-.604%200-1.176.129-1.682.358c-.332.15-.498.224-.658.472S4%206.324%204%206.818V8h5V6.818c0-.494%200-.74-.16-.988s-.326-.323-.658-.472A4.1%204.1%200%200%200%206.5%205Zm0%209a4.06%204.06%200%200%200-1.92.475c-.106.057-.16.085-.25.166a1.2%201.2%200%200%200-.301.504C4%2015.263%204%2015.36%204%2015.553c0%20.416%200%20.625.061.791a1%201%200%200%200%20.595.595c.166.061.375.061.792.061h2.104c.417%200%20.626%200%20.792-.061a1%201%200%200%200%20.595-.595C9%2016.178%209%2015.97%209%2015.552c0-.192%200-.29-.029-.407a1.2%201.2%200%200%200-.302-.504a1%201%200%200%200-.249-.166A4.06%204.06%200%200%200%206.5%2014Z%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M2%2017h15M2%2020h20m-5-8h5m-5%204h5m0-12v18M17%204v18M2%204v18%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%22M2%2011h15M2%208h20%22%2F%3E%3Cpath%20d%3D%22M6.5%205c-.604%200-1.176.129-1.682.358c-.332.15-.498.224-.658.472S4%206.324%204%206.818V8h5V6.818c0-.494%200-.74-.16-.988s-.326-.323-.658-.472A4.1%204.1%200%200%200%206.5%205Zm0%209a4.06%204.06%200%200%200-1.92.475c-.106.057-.16.085-.25.166a1.2%201.2%200%200%200-.301.504C4%2015.263%204%2015.36%204%2015.553c0%20.416%200%20.625.061.791a1%201%200%200%200%20.595.595c.166.061.375.061.792.061h2.104c.417%200%20.626%200%20.792-.061a1%201%200%200%200%20.595-.595C9%2016.178%209%2015.97%209%2015.552c0-.192%200-.29-.029-.407a1.2%201.2%200%200%200-.302-.504a1%201%200%200%200-.249-.166A4.06%204.06%200%200%200%206.5%2014Z%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M2%2017h15M2%2020h20m-5-8h5m-5%204h5m0-12v18M17%204v18M2%204v18%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-bunk.svg?color=%231a73e8&size=48