Emoji Bed Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji Bed icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/339681.svg" alt="Emoji Bed icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339681.svg" alt="Emoji Bed icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339681.svg" alt="Emoji Bed icon" :width="24" :height="24" />
CSS background
.icon-emoji-bed {
background-image: url('https://proicons.com/icon/339681.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.h{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="h" d="M5.5016,26.9696v-2.3828c0-.9829.8056-1.7871,1.7902-1.7871h8.253"/><path id="c" class="h" d="M16.1217,21.5411c-1.2803-1.3522-3.9901-2.2705-5.8086-2.2311-2.7343.0066-5.3003.7917-4.734,3.1418"/><path id="d" class="h" d="M42.5,27.5653v-4.9563c0-.9829-.8056-1.7871-1.7843-1.7877l-23.1598-.0008c-.9846,0-1.7902.8042-1.7902,1.7871v4.7657"/><path id="e" class="h" d="M5.5016,35.3334V12.6607"/><path id="f" class="h" d="M42.5,18.6595v16.6798"/><path id="g" class="h" d="M5.5016,27.5713h36.9984v4.17H5.5016v-4.17"/></svg>
Copied!