bed double icon
bed-double from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.
- Name
- bed-double
- Set
- Framework7 Icons
- Style
- Outline
- Viewbox
- 56×56
- License
- MIT
1 other variant in Framework7 Icons
The same icon in other sets
Use the bed double icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M1.902 46.723h1.3c1.136 0 1.878-.72 1.878-1.856v-3.294c.255.07.998.116 1.531.116h42.8c.534 0 1.254-.047 1.509-.116v3.294c0 1.137.742 1.856 1.879 1.856h1.322c1.137 0 1.879-.72 1.879-1.856V29.742c0-3.967-2.018-6.194-5.753-6.473V15.66c0-4.106-2.18-6.193-6.17-6.193H11.924c-3.967 0-6.17 2.087-6.17 6.193v7.61C2.017 23.547 0 25.774 0 29.741v15.125c0 1.137.742 1.856 1.902 1.856m9.674-27.583c0-2.041 1.136-3.178 3.224-3.178h7.772c2.064 0 3.224 1.137 3.224 3.178v4.106h-14.22Zm18.651 0c0-2.041 1.137-3.178 3.225-3.178H41.2c2.087 0 3.248 1.137 3.248 3.178v4.106h-14.22ZM4.64 38.302c-.464 0-.766-.325-.766-.859v-8.05c0-1.693 1.114-2.76 2.83-2.76H49.32c1.693 0 2.807 1.067 2.807 2.76v8.05c0 .534-.302.859-.742.859Z"/></svg>
React
import type { SVGProps } from "react";
export function F7BedDouble(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M1.902 46.723h1.3c1.136 0 1.878-.72 1.878-1.856v-3.294c.255.07.998.116 1.531.116h42.8c.534 0 1.254-.047 1.509-.116v3.294c0 1.137.742 1.856 1.879 1.856h1.322c1.137 0 1.879-.72 1.879-1.856V29.742c0-3.967-2.018-6.194-5.753-6.473V15.66c0-4.106-2.18-6.193-6.17-6.193H11.924c-3.967 0-6.17 2.087-6.17 6.193v7.61C2.017 23.547 0 25.774 0 29.741v15.125c0 1.137.742 1.856 1.902 1.856m9.674-27.583c0-2.041 1.136-3.178 3.224-3.178h7.772c2.064 0 3.224 1.137 3.224 3.178v4.106h-14.22Zm18.651 0c0-2.041 1.137-3.178 3.225-3.178H41.2c2.087 0 3.248 1.137 3.248 3.178v4.106h-14.22ZM4.64 38.302c-.464 0-.766-.325-.766-.859v-8.05c0-1.693 1.114-2.76 2.83-2.76H49.32c1.693 0 2.807 1.067 2.807 2.76v8.05c0 .534-.302.859-.742.859Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M1.902 46.723h1.3c1.136 0 1.878-.72 1.878-1.856v-3.294c.255.07.998.116 1.531.116h42.8c.534 0 1.254-.047 1.509-.116v3.294c0 1.137.742 1.856 1.879 1.856h1.322c1.137 0 1.879-.72 1.879-1.856V29.742c0-3.967-2.018-6.194-5.753-6.473V15.66c0-4.106-2.18-6.193-6.17-6.193H11.924c-3.967 0-6.17 2.087-6.17 6.193v7.61C2.017 23.547 0 25.774 0 29.741v15.125c0 1.137.742 1.856 1.902 1.856m9.674-27.583c0-2.041 1.136-3.178 3.224-3.178h7.772c2.064 0 3.224 1.137 3.224 3.178v4.106h-14.22Zm18.651 0c0-2.041 1.137-3.178 3.225-3.178H41.2c2.087 0 3.248 1.137 3.248 3.178v4.106h-14.22ZM4.64 38.302c-.464 0-.766-.325-.766-.859v-8.05c0-1.693 1.114-2.76 2.83-2.76H49.32c1.693 0 2.807 1.067 2.807 2.76v8.05c0 .534-.302.859-.742.859Z"/></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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M1.902%2046.723h1.3c1.136%200%201.878-.72%201.878-1.856v-3.294c.255.07.998.116%201.531.116h42.8c.534%200%201.254-.047%201.509-.116v3.294c0%201.137.742%201.856%201.879%201.856h1.322c1.137%200%201.879-.72%201.879-1.856V29.742c0-3.967-2.018-6.194-5.753-6.473V15.66c0-4.106-2.18-6.193-6.17-6.193H11.924c-3.967%200-6.17%202.087-6.17%206.193v7.61C2.017%2023.547%200%2025.774%200%2029.741v15.125c0%201.137.742%201.856%201.902%201.856m9.674-27.583c0-2.041%201.136-3.178%203.224-3.178h7.772c2.064%200%203.224%201.137%203.224%203.178v4.106h-14.22Zm18.651%200c0-2.041%201.137-3.178%203.225-3.178H41.2c2.087%200%203.248%201.137%203.248%203.178v4.106h-14.22ZM4.64%2038.302c-.464%200-.766-.325-.766-.859v-8.05c0-1.693%201.114-2.76%202.83-2.76H49.32c1.693%200%202.807%201.067%202.807%202.76v8.05c0%20.534-.302.859-.742.859Z%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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M1.902%2046.723h1.3c1.136%200%201.878-.72%201.878-1.856v-3.294c.255.07.998.116%201.531.116h42.8c.534%200%201.254-.047%201.509-.116v3.294c0%201.137.742%201.856%201.879%201.856h1.322c1.137%200%201.879-.72%201.879-1.856V29.742c0-3.967-2.018-6.194-5.753-6.473V15.66c0-4.106-2.18-6.193-6.17-6.193H11.924c-3.967%200-6.17%202.087-6.17%206.193v7.61C2.017%2023.547%200%2025.774%200%2029.741v15.125c0%201.137.742%201.856%201.902%201.856m9.674-27.583c0-2.041%201.136-3.178%203.224-3.178h7.772c2.064%200%203.224%201.137%203.224%203.178v4.106h-14.22Zm18.651%200c0-2.041%201.137-3.178%203.225-3.178H41.2c2.087%200%203.248%201.137%203.248%203.178v4.106h-14.22ZM4.64%2038.302c-.464%200-.766-.325-.766-.859v-8.05c0-1.693%201.114-2.76%202.83-2.76H49.32c1.693%200%202.807%201.067%202.807%202.76v8.05c0%20.534-.302.859-.742.859Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/bed-double.svg?color=%231a73e8&size=48