Bed icon in outline, twotone, bold and bulk. Free in all four styles, for interiors, smart home, real estate, city. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconBed } from "@devigner-ui/icons";
<IconBed className="size-6" />
<script setup>
import { IconBed } from "@devigner-ui/icons-vue";
</script>
<template>
<IconBed class="size-6" />
</template>
<script>
import { IconBed } from "@devigner-ui/icons-svelte";
</script>
<IconBed class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2 6v12" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M22 18v-2.36c0-2 0-2.99-.28-3.8a5 5 0 0 0-3.07-3.06c-.8-.28-1.8-.28-3.8-.28a5 5 0 0 0-1.51.11 2 2 0 0 0-1.23 1.23c-.11.32-.11.72-.11 1.52V16" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M2 16h20" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M9.5 11a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0" stroke="currentColor" stroke-width="1.5"></path></svg>