outbox tray emoji
outbox-tray from Twitter Emoji by Twitter · Default · Objects · CC-BY-4.0 Attribution required.
- Name
- outbox-tray
- Set
- Twitter Emoji
- Style
- Default
- Category
- Objects
- Viewbox
- 36×36
- License
- CC BY 4.0
The same emoji in other sets
More objects icons from Twitter Emoji
Use the outbox tray emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#d99e82" d="M36 32a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4v-9c0-2.209.791-3 3-3h30c2.209 0 3 .791 3 3z"/><path fill="#662113" d="M25 20a7 7 0 1 1-14 0z"/><path fill="#c1694f" d="M4 36h28a4 4 0 0 0 4-4H0a4 4 0 0 0 4 4"/><path fill="#dd2e44" d="M27.435 8.511L19.572.648a2.23 2.23 0 0 0-3.145 0L8.564 8.511C7.7 9.377 7.993 10 9.216 10H14v6a2 2 0 0 0 2 2h4a2 2 0 0 0 2-2v-6h4.784c1.223 0 1.516-.623.651-1.489"/></svg>
React
import type { SVGProps } from "react";
export function TwemojiOutboxTray(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#d99e82" d="M36 32a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4v-9c0-2.209.791-3 3-3h30c2.209 0 3 .791 3 3z"/><path fill="#662113" d="M25 20a7 7 0 1 1-14 0z"/><path fill="#c1694f" d="M4 36h28a4 4 0 0 0 4-4H0a4 4 0 0 0 4 4"/><path fill="#dd2e44" d="M27.435 8.511L19.572.648a2.23 2.23 0 0 0-3.145 0L8.564 8.511C7.7 9.377 7.993 10 9.216 10H14v6a2 2 0 0 0 2 2h4a2 2 0 0 0 2-2v-6h4.784c1.223 0 1.516-.623.651-1.489"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#d99e82" d="M36 32a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4v-9c0-2.209.791-3 3-3h30c2.209 0 3 .791 3 3z"/><path fill="#662113" d="M25 20a7 7 0 1 1-14 0z"/><path fill="#c1694f" d="M4 36h28a4 4 0 0 0 4-4H0a4 4 0 0 0 4 4"/><path fill="#dd2e44" d="M27.435 8.511L19.572.648a2.23 2.23 0 0 0-3.145 0L8.564 8.511C7.7 9.377 7.993 10 9.216 10H14v6a2 2 0 0 0 2 2h4a2 2 0 0 0 2-2v-6h4.784c1.223 0 1.516-.623.651-1.489"/></svg> </template>
CSS
.icon-outbox-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%2036%2036%22%3E%3Cpath%20fill%3D%22%23d99e82%22%20d%3D%22M36%2032a4%204%200%200%201-4%204H4a4%204%200%200%201-4-4v-9c0-2.209.791-3%203-3h30c2.209%200%203%20.791%203%203z%22%2F%3E%3Cpath%20fill%3D%22%23662113%22%20d%3D%22M25%2020a7%207%200%201%201-14%200z%22%2F%3E%3Cpath%20fill%3D%22%23c1694f%22%20d%3D%22M4%2036h28a4%204%200%200%200%204-4H0a4%204%200%200%200%204%204%22%2F%3E%3Cpath%20fill%3D%22%23dd2e44%22%20d%3D%22M27.435%208.511L19.572.648a2.23%202.23%200%200%200-3.145%200L8.564%208.511C7.7%209.377%207.993%2010%209.216%2010H14v6a2%202%200%200%200%202%202h4a2%202%200%200%200%202-2v-6h4.784c1.223%200%201.516-.623.651-1.489%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%2036%2036%22%3E%3Cpath%20fill%3D%22%23d99e82%22%20d%3D%22M36%2032a4%204%200%200%201-4%204H4a4%204%200%200%201-4-4v-9c0-2.209.791-3%203-3h30c2.209%200%203%20.791%203%203z%22%2F%3E%3Cpath%20fill%3D%22%23662113%22%20d%3D%22M25%2020a7%207%200%201%201-14%200z%22%2F%3E%3Cpath%20fill%3D%22%23c1694f%22%20d%3D%22M4%2036h28a4%204%200%200%200%204-4H0a4%204%200%200%200%204%204%22%2F%3E%3Cpath%20fill%3D%22%23dd2e44%22%20d%3D%22M27.435%208.511L19.572.648a2.23%202.23%200%200%200-3.145%200L8.564%208.511C7.7%209.377%207.993%2010%209.216%2010H14v6a2%202%200%200%200%202%202h4a2%202%200%200%200%202-2v-6h4.784c1.223%200%201.516-.623.651-1.489%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/twemoji/outbox-tray.svg?color=%231a73e8&size=48