bed single 02 icon
bed-single-02 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- bed-single-02
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the bed single 02 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-width="1.5"><path stroke-linecap="round" 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 stroke-linecap="round" d="M16 12v-1.382c0-.508-.091-.677-.56-.877C14.463 9.324 13.278 9 12 9s-2.463.324-3.44.74c-.468.2-.56.37-.56.878V12"/><path d="M3 12V9c0-1.414 0-2.121.44-2.56C3.878 6 4.585 6 6 6c.275 0 .657.073.903-.06c.11-.06.21-.211.41-.514C8.269 3.972 10.225 3 12 3s3.73.972 4.687 2.426c.2.303.3.454.41.514c.246.133.628.06.903.06c1.414 0 2.121 0 2.56.44C21 6.878 21 7.585 21 9v3"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsBedSingle02(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" strokeWidth="1.5"><path strokeLinecap="round" 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 strokeLinecap="round" d="M16 12v-1.382c0-.508-.091-.677-.56-.877C14.463 9.324 13.278 9 12 9s-2.463.324-3.44.74c-.468.2-.56.37-.56.878V12"/><path d="M3 12V9c0-1.414 0-2.121.44-2.56C3.878 6 4.585 6 6 6c.275 0 .657.073.903-.06c.11-.06.21-.211.41-.514C8.269 3.972 10.225 3 12 3s3.73.972 4.687 2.426c.2.303.3.454.41.514c.246.133.628.06.903.06c1.414 0 2.121 0 2.56.44C21 6.878 21 7.585 21 9v3"/></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-width="1.5"><path stroke-linecap="round" 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 stroke-linecap="round" d="M16 12v-1.382c0-.508-.091-.677-.56-.877C14.463 9.324 13.278 9 12 9s-2.463.324-3.44.74c-.468.2-.56.37-.56.878V12"/><path d="M3 12V9c0-1.414 0-2.121.44-2.56C3.878 6 4.585 6 6 6c.275 0 .657.073.903-.06c.11-.06.21-.211.41-.514C8.269 3.972 10.225 3 12 3s3.73.972 4.687 2.426c.2.303.3.454.41.514c.246.133.628.06.903.06c1.414 0 2.121 0 2.56.44C21 6.878 21 7.585 21 9v3"/></g></svg> </template>
CSS
.icon-bed-single-02 {
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-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%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%20stroke-linecap%3D%22round%22%20d%3D%22M16%2012v-1.382c0-.508-.091-.677-.56-.877C14.463%209.324%2013.278%209%2012%209s-2.463.324-3.44.74c-.468.2-.56.37-.56.878V12%22%2F%3E%3Cpath%20d%3D%22M3%2012V9c0-1.414%200-2.121.44-2.56C3.878%206%204.585%206%206%206c.275%200%20.657.073.903-.06c.11-.06.21-.211.41-.514C8.269%203.972%2010.225%203%2012%203s3.73.972%204.687%202.426c.2.303.3.454.41.514c.246.133.628.06.903.06c1.414%200%202.121%200%202.56.44C21%206.878%2021%207.585%2021%209v3%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-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%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%20stroke-linecap%3D%22round%22%20d%3D%22M16%2012v-1.382c0-.508-.091-.677-.56-.877C14.463%209.324%2013.278%209%2012%209s-2.463.324-3.44.74c-.468.2-.56.37-.56.878V12%22%2F%3E%3Cpath%20d%3D%22M3%2012V9c0-1.414%200-2.121.44-2.56C3.878%206%204.585%206%206%206c.275%200%20.657.073.903-.06c.11-.06.21-.211.41-.514C8.269%203.972%2010.225%203%2012%203s3.73.972%204.687%202.426c.2.303.3.454.41.514c.246.133.628.06.903.06c1.414%200%202.121%200%202.56.44C21%206.878%2021%207.585%2021%209v3%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-single-02.svg?color=%231a73e8&size=48