bed linen emoji

bed-linen from OpenMoji by OpenMoji · Default · Extras Openmoji · CC-BY-SA-4.0 Attribution required.

Name
bed-linen
Set
OpenMoji
Style
Default
Category
Extras Openmoji
Viewbox
72×72
License
CC BY-SA 4.0

More extras openmoji icons from OpenMoji

Use the bed linen emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fff" d="M46.355 25.522a78.5 78.5 0 0 0-20.71 0a20 20 0 0 0 0-13.463a82 82 0 0 0 20.71 0a34.8 34.8 0 0 0 0 13.463m3.951 36.014a65.5 65.5 0 0 0-28.611 0a75.3 75.3 0 0 0 0-31.001a68.4 68.4 0 0 0 28.61 0a133 133 0 0 0 0 31.001"/><path fill="#d0cfce" d="M45.193 24.387c-1.226.083-1.721-.302-3.498-.24c1.09-4.421 1.47-6.337.38-10.758c1.525.051 1.715-.068 3.18-.265c-.314 1.9-.97 4.304-.061 11.263Zm4.119 36.215c-2.822-.998-2.228-.342-5.445-.883c1.507-10.279 1.507-17.274 0-27.553c2.67-.203 2.554-.025 5.445-.782c-.138 10.462-1.721 11.15 0 29.218"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M46.355 25.522a78.5 78.5 0 0 0-20.71 0a20 20 0 0 0 0-13.463a82 82 0 0 0 20.71 0a34.8 34.8 0 0 0 0 13.463m3.951 36.014a65.5 65.5 0 0 0-28.611 0a75.3 75.3 0 0 0 0-31.001a68.4 68.4 0 0 0 28.61 0a133 133 0 0 0 0 31.001"/></svg>

React

import type { SVGProps } from "react";

export function OpenmojiBedLinen(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fff" d="M46.355 25.522a78.5 78.5 0 0 0-20.71 0a20 20 0 0 0 0-13.463a82 82 0 0 0 20.71 0a34.8 34.8 0 0 0 0 13.463m3.951 36.014a65.5 65.5 0 0 0-28.611 0a75.3 75.3 0 0 0 0-31.001a68.4 68.4 0 0 0 28.61 0a133 133 0 0 0 0 31.001"/><path fill="#d0cfce" d="M45.193 24.387c-1.226.083-1.721-.302-3.498-.24c1.09-4.421 1.47-6.337.38-10.758c1.525.051 1.715-.068 3.18-.265c-.314 1.9-.97 4.304-.061 11.263Zm4.119 36.215c-2.822-.998-2.228-.342-5.445-.883c1.507-10.279 1.507-17.274 0-27.553c2.67-.203 2.554-.025 5.445-.782c-.138 10.462-1.721 11.15 0 29.218"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M46.355 25.522a78.5 78.5 0 0 0-20.71 0a20 20 0 0 0 0-13.463a82 82 0 0 0 20.71 0a34.8 34.8 0 0 0 0 13.463m3.951 36.014a65.5 65.5 0 0 0-28.611 0a75.3 75.3 0 0 0 0-31.001a68.4 68.4 0 0 0 28.61 0a133 133 0 0 0 0 31.001"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fff" d="M46.355 25.522a78.5 78.5 0 0 0-20.71 0a20 20 0 0 0 0-13.463a82 82 0 0 0 20.71 0a34.8 34.8 0 0 0 0 13.463m3.951 36.014a65.5 65.5 0 0 0-28.611 0a75.3 75.3 0 0 0 0-31.001a68.4 68.4 0 0 0 28.61 0a133 133 0 0 0 0 31.001"/><path fill="#d0cfce" d="M45.193 24.387c-1.226.083-1.721-.302-3.498-.24c1.09-4.421 1.47-6.337.38-10.758c1.525.051 1.715-.068 3.18-.265c-.314 1.9-.97 4.304-.061 11.263Zm4.119 36.215c-2.822-.998-2.228-.342-5.445-.883c1.507-10.279 1.507-17.274 0-27.553c2.67-.203 2.554-.025 5.445-.782c-.138 10.462-1.721 11.15 0 29.218"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M46.355 25.522a78.5 78.5 0 0 0-20.71 0a20 20 0 0 0 0-13.463a82 82 0 0 0 20.71 0a34.8 34.8 0 0 0 0 13.463m3.951 36.014a65.5 65.5 0 0 0-28.611 0a75.3 75.3 0 0 0 0-31.001a68.4 68.4 0 0 0 28.61 0a133 133 0 0 0 0 31.001"/></svg>
</template>

CSS

.icon-bed-linen {
  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%2072%2072%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M46.355%2025.522a78.5%2078.5%200%200%200-20.71%200a20%2020%200%200%200%200-13.463a82%2082%200%200%200%2020.71%200a34.8%2034.8%200%200%200%200%2013.463m3.951%2036.014a65.5%2065.5%200%200%200-28.611%200a75.3%2075.3%200%200%200%200-31.001a68.4%2068.4%200%200%200%2028.61%200a133%20133%200%200%200%200%2031.001%22%2F%3E%3Cpath%20fill%3D%22%23d0cfce%22%20d%3D%22M45.193%2024.387c-1.226.083-1.721-.302-3.498-.24c1.09-4.421%201.47-6.337.38-10.758c1.525.051%201.715-.068%203.18-.265c-.314%201.9-.97%204.304-.061%2011.263Zm4.119%2036.215c-2.822-.998-2.228-.342-5.445-.883c1.507-10.279%201.507-17.274%200-27.553c2.67-.203%202.554-.025%205.445-.782c-.138%2010.462-1.721%2011.15%200%2029.218%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M46.355%2025.522a78.5%2078.5%200%200%200-20.71%200a20%2020%200%200%200%200-13.463a82%2082%200%200%200%2020.71%200a34.8%2034.8%200%200%200%200%2013.463m3.951%2036.014a65.5%2065.5%200%200%200-28.611%200a75.3%2075.3%200%200%200%200-31.001a68.4%2068.4%200%200%200%2028.61%200a133%20133%200%200%200%200%2031.001%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%2072%2072%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M46.355%2025.522a78.5%2078.5%200%200%200-20.71%200a20%2020%200%200%200%200-13.463a82%2082%200%200%200%2020.71%200a34.8%2034.8%200%200%200%200%2013.463m3.951%2036.014a65.5%2065.5%200%200%200-28.611%200a75.3%2075.3%200%200%200%200-31.001a68.4%2068.4%200%200%200%2028.61%200a133%20133%200%200%200%200%2031.001%22%2F%3E%3Cpath%20fill%3D%22%23d0cfce%22%20d%3D%22M45.193%2024.387c-1.226.083-1.721-.302-3.498-.24c1.09-4.421%201.47-6.337.38-10.758c1.525.051%201.715-.068%203.18-.265c-.314%201.9-.97%204.304-.061%2011.263Zm4.119%2036.215c-2.822-.998-2.228-.342-5.445-.883c1.507-10.279%201.507-17.274%200-27.553c2.67-.203%202.554-.025%205.445-.782c-.138%2010.462-1.721%2011.15%200%2029.218%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M46.355%2025.522a78.5%2078.5%200%200%200-20.71%200a20%2020%200%200%200%200-13.463a82%2082%200%200%200%2020.71%200a34.8%2034.8%200%200%200%200%2013.463m3.951%2036.014a65.5%2065.5%200%200%200-28.611%200a75.3%2075.3%200%200%200%200-31.001a68.4%2068.4%200%200%200%2028.61%200a133%20133%200%200%200%200%2031.001%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/bed-linen.svg?color=%231a73e8&size=48