king bed icon
king-bed-rounded from Material Symbols Light by Google · Rounded · Household · Apache-2.0 Free for personal and commercial use.
- Name
- king-bed-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Household
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols Light
The same icon in other sets
More household icons from Material Symbols Light
Use the king bed icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 12.61q0-.673.475-1.141Q3.949 11 4.615 11H5V8.615q0-.666.475-1.14T6.615 7h10.77q.666 0 1.14.475T19 8.615V11h.385q.666 0 1.14.475t.475 1.14v2.535q0 .344-.253.597t-.602.253l-.333 1.79q-.029.097-.1.154t-.158.056h-.108q-.086 0-.157-.056q-.072-.057-.1-.153L18.85 16H5.15l-.338 1.79q-.029.097-.1.154T4.553 18h-.108q-.086 0-.157-.056q-.072-.057-.1-.153L3.855 16q-.35 0-.602-.253Q3 15.494 3 15.15zM12.5 11H18V8.615q0-.269-.173-.442T17.385 8H12.5zM6 11h5.5V8H6.616q-.27 0-.443.173T6 8.615z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightKingBedRounded(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="M3 12.61q0-.673.475-1.141Q3.949 11 4.615 11H5V8.615q0-.666.475-1.14T6.615 7h10.77q.666 0 1.14.475T19 8.615V11h.385q.666 0 1.14.475t.475 1.14v2.535q0 .344-.253.597t-.602.253l-.333 1.79q-.029.097-.1.154t-.158.056h-.108q-.086 0-.157-.056q-.072-.057-.1-.153L18.85 16H5.15l-.338 1.79q-.029.097-.1.154T4.553 18h-.108q-.086 0-.157-.056q-.072-.057-.1-.153L3.855 16q-.35 0-.602-.253Q3 15.494 3 15.15zM12.5 11H18V8.615q0-.269-.173-.442T17.385 8H12.5zM6 11h5.5V8H6.616q-.27 0-.443.173T6 8.615z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 12.61q0-.673.475-1.141Q3.949 11 4.615 11H5V8.615q0-.666.475-1.14T6.615 7h10.77q.666 0 1.14.475T19 8.615V11h.385q.666 0 1.14.475t.475 1.14v2.535q0 .344-.253.597t-.602.253l-.333 1.79q-.029.097-.1.154t-.158.056h-.108q-.086 0-.157-.056q-.072-.057-.1-.153L18.85 16H5.15l-.338 1.79q-.029.097-.1.154T4.553 18h-.108q-.086 0-.157-.056q-.072-.057-.1-.153L3.855 16q-.35 0-.602-.253Q3 15.494 3 15.15zM12.5 11H18V8.615q0-.269-.173-.442T17.385 8H12.5zM6 11h5.5V8H6.616q-.27 0-.443.173T6 8.615z"/></svg> </template>
CSS
.icon-king-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%22M3%2012.61q0-.673.475-1.141Q3.949%2011%204.615%2011H5V8.615q0-.666.475-1.14T6.615%207h10.77q.666%200%201.14.475T19%208.615V11h.385q.666%200%201.14.475t.475%201.14v2.535q0%20.344-.253.597t-.602.253l-.333%201.79q-.029.097-.1.154t-.158.056h-.108q-.086%200-.157-.056q-.072-.057-.1-.153L18.85%2016H5.15l-.338%201.79q-.029.097-.1.154T4.553%2018h-.108q-.086%200-.157-.056q-.072-.057-.1-.153L3.855%2016q-.35%200-.602-.253Q3%2015.494%203%2015.15zM12.5%2011H18V8.615q0-.269-.173-.442T17.385%208H12.5zM6%2011h5.5V8H6.616q-.27%200-.443.173T6%208.615z%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%22M3%2012.61q0-.673.475-1.141Q3.949%2011%204.615%2011H5V8.615q0-.666.475-1.14T6.615%207h10.77q.666%200%201.14.475T19%208.615V11h.385q.666%200%201.14.475t.475%201.14v2.535q0%20.344-.253.597t-.602.253l-.333%201.79q-.029.097-.1.154t-.158.056h-.108q-.086%200-.157-.056q-.072-.057-.1-.153L18.85%2016H5.15l-.338%201.79q-.029.097-.1.154T4.553%2018h-.108q-.086%200-.157-.056q-.072-.057-.1-.153L3.855%2016q-.35%200-.602-.253Q3%2015.494%203%2015.15zM12.5%2011H18V8.615q0-.269-.173-.442T17.385%208H12.5zM6%2011h5.5V8H6.616q-.27%200-.443.173T6%208.615z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/king-bed-rounded.svg?color=%231a73e8&size=48