inbox tray emoji

inbox-tray from OpenMoji by OpenMoji · Default · Objects · CC-BY-SA-4.0 Attribution required.

Name
inbox-tray
Set
OpenMoji
Style
Default
Category
Objects
Viewbox
72×72
License
CC BY-SA 4.0

The same emoji in other sets

More objects icons from OpenMoji

Use the inbox tray emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><g stroke-linecap="round" stroke-miterlimit="10" stroke-width="2"><path fill="#ea5a47" d="M29.507 22.43h1.589a1 1 0 0 0 .999-.999v-4.41a1 1 0 0 1 1-1h4.33a1 1 0 0 1 1 1v4.41a1 1 0 0 0 1 1h1.578a1 1 0 0 1 .816 1.577l-5.748 8.12a1 1 0 0 1-1.632 0l-5.748-8.12a1 1 0 0 1 .816-1.577"/><path fill="#d0cfce" d="M60.736 42.189v10.74a3.095 3.095 0 0 1-3.092 3.092H13.736a3 3 0 0 1-3-3V42.096a3 3 0 0 1 3-3h5.406c1.12 0 2.228.523 2.787 1.494a2.9 2.9 0 0 0 2.515 1.464l11.287.01l11.286-.01c1.072 0 2.01-.587 2.515-1.464c.56-.97 1.667-1.494 2.787-1.494h5.325c1.7 0 3.092 1.382 3.092 3.093"/></g><g fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2"><path d="M29.507 22.43h1.589a1 1 0 0 0 .999-.999v-4.41a1 1 0 0 1 1-1h4.33a1 1 0 0 1 1 1v4.41a1 1 0 0 0 1 1h1.578a1 1 0 0 1 .816 1.577l-5.748 8.12a1 1 0 0 1-1.632 0l-5.748-8.12a1 1 0 0 1 .816-1.577z"/><path stroke-linejoin="round" d="M60.736 42.189v10.74a3.095 3.095 0 0 1-3.092 3.092H13.736a3 3 0 0 1-3-3V42.096a3 3 0 0 1 3-3h5.406c1.12 0 2.228.523 2.787 1.494a2.9 2.9 0 0 0 2.515 1.464l11.287.01l11.286-.01c1.072 0 2.01-.587 2.515-1.464c.56-.97 1.667-1.494 2.787-1.494h5.325c1.7 0 3.092 1.382 3.092 3.093"/></g></svg>

React

import type { SVGProps } from "react";

export function OpenmojiInboxTray(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><g strokeLinecap="round" strokeMiterlimit="10" strokeWidth="2"><path fill="#ea5a47" d="M29.507 22.43h1.589a1 1 0 0 0 .999-.999v-4.41a1 1 0 0 1 1-1h4.33a1 1 0 0 1 1 1v4.41a1 1 0 0 0 1 1h1.578a1 1 0 0 1 .816 1.577l-5.748 8.12a1 1 0 0 1-1.632 0l-5.748-8.12a1 1 0 0 1 .816-1.577"/><path fill="#d0cfce" d="M60.736 42.189v10.74a3.095 3.095 0 0 1-3.092 3.092H13.736a3 3 0 0 1-3-3V42.096a3 3 0 0 1 3-3h5.406c1.12 0 2.228.523 2.787 1.494a2.9 2.9 0 0 0 2.515 1.464l11.287.01l11.286-.01c1.072 0 2.01-.587 2.515-1.464c.56-.97 1.667-1.494 2.787-1.494h5.325c1.7 0 3.092 1.382 3.092 3.093"/></g><g fill="none" stroke="#000" strokeLinecap="round" strokeMiterlimit="10" strokeWidth="2"><path d="M29.507 22.43h1.589a1 1 0 0 0 .999-.999v-4.41a1 1 0 0 1 1-1h4.33a1 1 0 0 1 1 1v4.41a1 1 0 0 0 1 1h1.578a1 1 0 0 1 .816 1.577l-5.748 8.12a1 1 0 0 1-1.632 0l-5.748-8.12a1 1 0 0 1 .816-1.577z"/><path strokeLinejoin="round" d="M60.736 42.189v10.74a3.095 3.095 0 0 1-3.092 3.092H13.736a3 3 0 0 1-3-3V42.096a3 3 0 0 1 3-3h5.406c1.12 0 2.228.523 2.787 1.494a2.9 2.9 0 0 0 2.515 1.464l11.287.01l11.286-.01c1.072 0 2.01-.587 2.515-1.464c.56-.97 1.667-1.494 2.787-1.494h5.325c1.7 0 3.092 1.382 3.092 3.093"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><g stroke-linecap="round" stroke-miterlimit="10" stroke-width="2"><path fill="#ea5a47" d="M29.507 22.43h1.589a1 1 0 0 0 .999-.999v-4.41a1 1 0 0 1 1-1h4.33a1 1 0 0 1 1 1v4.41a1 1 0 0 0 1 1h1.578a1 1 0 0 1 .816 1.577l-5.748 8.12a1 1 0 0 1-1.632 0l-5.748-8.12a1 1 0 0 1 .816-1.577"/><path fill="#d0cfce" d="M60.736 42.189v10.74a3.095 3.095 0 0 1-3.092 3.092H13.736a3 3 0 0 1-3-3V42.096a3 3 0 0 1 3-3h5.406c1.12 0 2.228.523 2.787 1.494a2.9 2.9 0 0 0 2.515 1.464l11.287.01l11.286-.01c1.072 0 2.01-.587 2.515-1.464c.56-.97 1.667-1.494 2.787-1.494h5.325c1.7 0 3.092 1.382 3.092 3.093"/></g><g fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2"><path d="M29.507 22.43h1.589a1 1 0 0 0 .999-.999v-4.41a1 1 0 0 1 1-1h4.33a1 1 0 0 1 1 1v4.41a1 1 0 0 0 1 1h1.578a1 1 0 0 1 .816 1.577l-5.748 8.12a1 1 0 0 1-1.632 0l-5.748-8.12a1 1 0 0 1 .816-1.577z"/><path stroke-linejoin="round" d="M60.736 42.189v10.74a3.095 3.095 0 0 1-3.092 3.092H13.736a3 3 0 0 1-3-3V42.096a3 3 0 0 1 3-3h5.406c1.12 0 2.228.523 2.787 1.494a2.9 2.9 0 0 0 2.515 1.464l11.287.01l11.286-.01c1.072 0 2.01-.587 2.515-1.464c.56-.97 1.667-1.494 2.787-1.494h5.325c1.7 0 3.092 1.382 3.092 3.093"/></g></svg>
</template>

CSS

.icon-inbox-tray {
  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%3Cg%20stroke-linecap%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%3E%3Cpath%20fill%3D%22%23ea5a47%22%20d%3D%22M29.507%2022.43h1.589a1%201%200%200%200%20.999-.999v-4.41a1%201%200%200%201%201-1h4.33a1%201%200%200%201%201%201v4.41a1%201%200%200%200%201%201h1.578a1%201%200%200%201%20.816%201.577l-5.748%208.12a1%201%200%200%201-1.632%200l-5.748-8.12a1%201%200%200%201%20.816-1.577%22%2F%3E%3Cpath%20fill%3D%22%23d0cfce%22%20d%3D%22M60.736%2042.189v10.74a3.095%203.095%200%200%201-3.092%203.092H13.736a3%203%200%200%201-3-3V42.096a3%203%200%200%201%203-3h5.406c1.12%200%202.228.523%202.787%201.494a2.9%202.9%200%200%200%202.515%201.464l11.287.01l11.286-.01c1.072%200%202.01-.587%202.515-1.464c.56-.97%201.667-1.494%202.787-1.494h5.325c1.7%200%203.092%201.382%203.092%203.093%22%2F%3E%3C%2Fg%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M29.507%2022.43h1.589a1%201%200%200%200%20.999-.999v-4.41a1%201%200%200%201%201-1h4.33a1%201%200%200%201%201%201v4.41a1%201%200%200%200%201%201h1.578a1%201%200%200%201%20.816%201.577l-5.748%208.12a1%201%200%200%201-1.632%200l-5.748-8.12a1%201%200%200%201%20.816-1.577z%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M60.736%2042.189v10.74a3.095%203.095%200%200%201-3.092%203.092H13.736a3%203%200%200%201-3-3V42.096a3%203%200%200%201%203-3h5.406c1.12%200%202.228.523%202.787%201.494a2.9%202.9%200%200%200%202.515%201.464l11.287.01l11.286-.01c1.072%200%202.01-.587%202.515-1.464c.56-.97%201.667-1.494%202.787-1.494h5.325c1.7%200%203.092%201.382%203.092%203.093%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%2072%2072%22%3E%3Cg%20stroke-linecap%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%3E%3Cpath%20fill%3D%22%23ea5a47%22%20d%3D%22M29.507%2022.43h1.589a1%201%200%200%200%20.999-.999v-4.41a1%201%200%200%201%201-1h4.33a1%201%200%200%201%201%201v4.41a1%201%200%200%200%201%201h1.578a1%201%200%200%201%20.816%201.577l-5.748%208.12a1%201%200%200%201-1.632%200l-5.748-8.12a1%201%200%200%201%20.816-1.577%22%2F%3E%3Cpath%20fill%3D%22%23d0cfce%22%20d%3D%22M60.736%2042.189v10.74a3.095%203.095%200%200%201-3.092%203.092H13.736a3%203%200%200%201-3-3V42.096a3%203%200%200%201%203-3h5.406c1.12%200%202.228.523%202.787%201.494a2.9%202.9%200%200%200%202.515%201.464l11.287.01l11.286-.01c1.072%200%202.01-.587%202.515-1.464c.56-.97%201.667-1.494%202.787-1.494h5.325c1.7%200%203.092%201.382%203.092%203.093%22%2F%3E%3C%2Fg%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M29.507%2022.43h1.589a1%201%200%200%200%20.999-.999v-4.41a1%201%200%200%201%201-1h4.33a1%201%200%200%201%201%201v4.41a1%201%200%200%200%201%201h1.578a1%201%200%200%201%20.816%201.577l-5.748%208.12a1%201%200%200%201-1.632%200l-5.748-8.12a1%201%200%200%201%20.816-1.577z%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M60.736%2042.189v10.74a3.095%203.095%200%200%201-3.092%203.092H13.736a3%203%200%200%201-3-3V42.096a3%203%200%200%201%203-3h5.406c1.12%200%202.228.523%202.787%201.494a2.9%202.9%200%200%200%202.515%201.464l11.287.01l11.286-.01c1.072%200%202.01-.587%202.515-1.464c.56-.97%201.667-1.494%202.787-1.494h5.325c1.7%200%203.092%201.382%203.092%203.093%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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