ios bed icon

ios-bed from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.

Name
ios-bed
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT

Related icons in IonIcons

Use the ios bed icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M458.2 208h-.4c-12 0-21.8 9.8-21.8 21.8 0 1.2-1 2.2-2.2 2.2H78.2c-1.2 0-2.2-1-2.2-2.2 0-12-9.8-21.8-21.8-21.8h-.4c-12 0-21.8 9.8-21.8 21.8v180.4c0 12 9.8 21.8 21.8 21.8h.4c12 0 21.8-9.8 21.8-21.8V404c0-2.2 1.8-4 4-4h352c2.2 0 4 1.8 4 4v6.2c0 12 9.8 21.8 21.8 21.8h.4c12 0 21.8-9.8 21.8-21.8V229.8c0-12-9.8-21.8-21.8-21.8z" fill="currentColor"/><path d="M84 214h22.5c2.2 0 4-1.8 4-4v-13c0-8.8 7.2-16 16-16H224c8.8 0 16 7.2 16 16v13c0 2.2 1.8 4 4 4h24c2.2 0 4-1.8 4-4v-13c0-8.8 7.2-16 16-16h97.5c8.8 0 16 7.2 16 16v13c0 2.2 1.8 4 4 4H428c4.4 0 8-3.6 8-8v-94c0-17.6-14.4-32-32-32H108c-17.6 0-32 14.4-32 32v94c0 4.4 3.6 8 8 8z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonIosBed(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M458.2 208h-.4c-12 0-21.8 9.8-21.8 21.8 0 1.2-1 2.2-2.2 2.2H78.2c-1.2 0-2.2-1-2.2-2.2 0-12-9.8-21.8-21.8-21.8h-.4c-12 0-21.8 9.8-21.8 21.8v180.4c0 12 9.8 21.8 21.8 21.8h.4c12 0 21.8-9.8 21.8-21.8V404c0-2.2 1.8-4 4-4h352c2.2 0 4 1.8 4 4v6.2c0 12 9.8 21.8 21.8 21.8h.4c12 0 21.8-9.8 21.8-21.8V229.8c0-12-9.8-21.8-21.8-21.8z" fill="currentColor"/><path d="M84 214h22.5c2.2 0 4-1.8 4-4v-13c0-8.8 7.2-16 16-16H224c8.8 0 16 7.2 16 16v13c0 2.2 1.8 4 4 4h24c2.2 0 4-1.8 4-4v-13c0-8.8 7.2-16 16-16h97.5c8.8 0 16 7.2 16 16v13c0 2.2 1.8 4 4 4H428c4.4 0 8-3.6 8-8v-94c0-17.6-14.4-32-32-32H108c-17.6 0-32 14.4-32 32v94c0 4.4 3.6 8 8 8z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M458.2 208h-.4c-12 0-21.8 9.8-21.8 21.8 0 1.2-1 2.2-2.2 2.2H78.2c-1.2 0-2.2-1-2.2-2.2 0-12-9.8-21.8-21.8-21.8h-.4c-12 0-21.8 9.8-21.8 21.8v180.4c0 12 9.8 21.8 21.8 21.8h.4c12 0 21.8-9.8 21.8-21.8V404c0-2.2 1.8-4 4-4h352c2.2 0 4 1.8 4 4v6.2c0 12 9.8 21.8 21.8 21.8h.4c12 0 21.8-9.8 21.8-21.8V229.8c0-12-9.8-21.8-21.8-21.8z" fill="currentColor"/><path d="M84 214h22.5c2.2 0 4-1.8 4-4v-13c0-8.8 7.2-16 16-16H224c8.8 0 16 7.2 16 16v13c0 2.2 1.8 4 4 4h24c2.2 0 4-1.8 4-4v-13c0-8.8 7.2-16 16-16h97.5c8.8 0 16 7.2 16 16v13c0 2.2 1.8 4 4 4H428c4.4 0 8-3.6 8-8v-94c0-17.6-14.4-32-32-32H108c-17.6 0-32 14.4-32 32v94c0 4.4 3.6 8 8 8z" fill="currentColor"/></svg>
</template>

CSS

.icon-ios-bed {
  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%20512%20512%22%3E%3Cpath%20d%3D%22M458.2%20208h-.4c-12%200-21.8%209.8-21.8%2021.8%200%201.2-1%202.2-2.2%202.2H78.2c-1.2%200-2.2-1-2.2-2.2%200-12-9.8-21.8-21.8-21.8h-.4c-12%200-21.8%209.8-21.8%2021.8v180.4c0%2012%209.8%2021.8%2021.8%2021.8h.4c12%200%2021.8-9.8%2021.8-21.8V404c0-2.2%201.8-4%204-4h352c2.2%200%204%201.8%204%204v6.2c0%2012%209.8%2021.8%2021.8%2021.8h.4c12%200%2021.8-9.8%2021.8-21.8V229.8c0-12-9.8-21.8-21.8-21.8z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M84%20214h22.5c2.2%200%204-1.8%204-4v-13c0-8.8%207.2-16%2016-16H224c8.8%200%2016%207.2%2016%2016v13c0%202.2%201.8%204%204%204h24c2.2%200%204-1.8%204-4v-13c0-8.8%207.2-16%2016-16h97.5c8.8%200%2016%207.2%2016%2016v13c0%202.2%201.8%204%204%204H428c4.4%200%208-3.6%208-8v-94c0-17.6-14.4-32-32-32H108c-17.6%200-32%2014.4-32%2032v94c0%204.4%203.6%208%208%208z%22%20fill%3D%22currentColor%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%20512%20512%22%3E%3Cpath%20d%3D%22M458.2%20208h-.4c-12%200-21.8%209.8-21.8%2021.8%200%201.2-1%202.2-2.2%202.2H78.2c-1.2%200-2.2-1-2.2-2.2%200-12-9.8-21.8-21.8-21.8h-.4c-12%200-21.8%209.8-21.8%2021.8v180.4c0%2012%209.8%2021.8%2021.8%2021.8h.4c12%200%2021.8-9.8%2021.8-21.8V404c0-2.2%201.8-4%204-4h352c2.2%200%204%201.8%204%204v6.2c0%2012%209.8%2021.8%2021.8%2021.8h.4c12%200%2021.8-9.8%2021.8-21.8V229.8c0-12-9.8-21.8-21.8-21.8z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M84%20214h22.5c2.2%200%204-1.8%204-4v-13c0-8.8%207.2-16%2016-16H224c8.8%200%2016%207.2%2016%2016v13c0%202.2%201.8%204%204%204h24c2.2%200%204-1.8%204-4v-13c0-8.8%207.2-16%2016-16h97.5c8.8%200%2016%207.2%2016%2016v13c0%202.2%201.8%204%204%204H428c4.4%200%208-3.6%208-8v-94c0-17.6-14.4-32-32-32H108c-17.6%200-32%2014.4-32%2032v94c0%204.4%203.6%208%208%208z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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