single bed icon
single-bed-rounded from Material Symbols by Google · Rounded · Household · Apache-2.0 Free for personal and commercial use.
- Name
- single-bed-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Household
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols
The same icon in other sets
More household icons from Material Symbols
Use the single bed icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 11.975q0-.825.588-1.4T6 10V7q0-.825.588-1.412T8 5h8q.825 0 1.413.588T18 7v3q.825 0 1.413.588T20 12v3.65q0 .575-.387.963T18.65 17l-.55 1.675q-.05.15-.175.238T17.65 19h-.3q-.15 0-.275-.088t-.175-.237L16.35 17h-8.7l-.55 1.675q-.05.15-.175.238T6.65 19h-.3q-.15 0-.275-.088t-.175-.237L5.35 17q-.575 0-.962-.387T4 15.65zM13 10h3V7h-3zm-5 0h3V7H8z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsSingleBedRounded(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 11.975q0-.825.588-1.4T6 10V7q0-.825.588-1.412T8 5h8q.825 0 1.413.588T18 7v3q.825 0 1.413.588T20 12v3.65q0 .575-.387.963T18.65 17l-.55 1.675q-.05.15-.175.238T17.65 19h-.3q-.15 0-.275-.088t-.175-.237L16.35 17h-8.7l-.55 1.675q-.05.15-.175.238T6.65 19h-.3q-.15 0-.275-.088t-.175-.237L5.35 17q-.575 0-.962-.387T4 15.65zM13 10h3V7h-3zm-5 0h3V7H8z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 11.975q0-.825.588-1.4T6 10V7q0-.825.588-1.412T8 5h8q.825 0 1.413.588T18 7v3q.825 0 1.413.588T20 12v3.65q0 .575-.387.963T18.65 17l-.55 1.675q-.05.15-.175.238T17.65 19h-.3q-.15 0-.275-.088t-.175-.237L16.35 17h-8.7l-.55 1.675q-.05.15-.175.238T6.65 19h-.3q-.15 0-.275-.088t-.175-.237L5.35 17q-.575 0-.962-.387T4 15.65zM13 10h3V7h-3zm-5 0h3V7H8z"/></svg> </template>
CSS
.icon-single-bed-rounded {
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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4%2011.975q0-.825.588-1.4T6%2010V7q0-.825.588-1.412T8%205h8q.825%200%201.413.588T18%207v3q.825%200%201.413.588T20%2012v3.65q0%20.575-.387.963T18.65%2017l-.55%201.675q-.05.15-.175.238T17.65%2019h-.3q-.15%200-.275-.088t-.175-.237L16.35%2017h-8.7l-.55%201.675q-.05.15-.175.238T6.65%2019h-.3q-.15%200-.275-.088t-.175-.237L5.35%2017q-.575%200-.962-.387T4%2015.65zM13%2010h3V7h-3zm-5%200h3V7H8z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4%2011.975q0-.825.588-1.4T6%2010V7q0-.825.588-1.412T8%205h8q.825%200%201.413.588T18%207v3q.825%200%201.413.588T20%2012v3.65q0%20.575-.387.963T18.65%2017l-.55%201.675q-.05.15-.175.238T17.65%2019h-.3q-.15%200-.275-.088t-.175-.237L16.35%2017h-8.7l-.55%201.675q-.05.15-.175.238T6.65%2019h-.3q-.15%200-.275-.088t-.175-.237L5.35%2017q-.575%200-.962-.387T4%2015.65zM13%2010h3V7h-3zm-5%200h3V7H8z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/single-bed-rounded.svg?color=%231a73e8&size=48