outbox tray emoji
outbox-tray from Noto Emoji by Google Inc · Default · Objects · Apache-2.0 Free for personal and commercial use.
- Name
- outbox-tray
- Set
- Noto Emoji
- Style
- Default
- Category
- Objects
- Viewbox
- 128×128
- License
- Apache 2.0
The same emoji in other sets
More objects icons from Noto Emoji
Use the outbox tray emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#a15d38" d="M118.53 102.36H9.47l12-34.21h85.06z"/><path fill="#4e342e" d="M122.12 120.29V89.46l-15.2-41.58H21.08L5.88 89.46v30.83l17.58-50.21h81.08z"/><path fill="#f29657" d="M99.5 86.45c-6.33 0-4.93 11.47-17.1 11.47H43.3c-8.36 0-9.73-11.47-14.41-11.47H5v35.09C5 122.9 6.1 124 7.46 124h113.07c1.36 0 2.47-1.1 2.47-2.47V86.45z"/><path fill="#ffcc80" d="m122.87 85.94l-13.76-38.7c-.34-1.02-1.3-1.7-2.37-1.7H21.26c-1.07 0-2.03.68-2.37 1.7L5.13 85.94a1.87 1.87 0 0 0 1.77 2.47h20.92c1.51 0 2.88.85 3.56 2.2c1.68 3.33 5.67 9.27 12.88 9.27h39.5c7.2 0 11.2-5.94 12.88-9.27a3.98 3.98 0 0 1 3.56-2.2h20.92c1.26 0 2.16-1.26 1.75-2.47m-7.39-1.51h-15.3a7.91 7.91 0 0 0-7.11 4.4c-1.33 2.64-4.31 7.08-9.32 7.08h-39.5c-5.01 0-7.99-4.43-9.32-7.08a7.93 7.93 0 0 0-7.11-4.4h-15.3c-1.31 0-2.23-1.29-1.81-2.53l11.08-30.76c.33-.96 1.23-1.61 2.24-1.61h79.95c1.02 0 1.92.65 2.24 1.61L117.3 81.9c.42 1.24-.51 2.53-1.82 2.53"/><path fill="#f44336" d="M51.37 28.41v12.72c0 .5.4.9.9.9h23.46c.5 0 .9-.4.9-.9V28.41c0-.5.4-.9.9-.9l12.11.03c.76 0 1.18-.89.69-1.48L64.69 4.32a.9.9 0 0 0-1.38 0L37.67 26.06c-.49.59-.07 1.48.69 1.48l12.11-.03c.49 0 .9.4.9.9"/></svg>
React
import type { SVGProps } from "react";
export function NotoOutboxTray(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#a15d38" d="M118.53 102.36H9.47l12-34.21h85.06z"/><path fill="#4e342e" d="M122.12 120.29V89.46l-15.2-41.58H21.08L5.88 89.46v30.83l17.58-50.21h81.08z"/><path fill="#f29657" d="M99.5 86.45c-6.33 0-4.93 11.47-17.1 11.47H43.3c-8.36 0-9.73-11.47-14.41-11.47H5v35.09C5 122.9 6.1 124 7.46 124h113.07c1.36 0 2.47-1.1 2.47-2.47V86.45z"/><path fill="#ffcc80" d="m122.87 85.94l-13.76-38.7c-.34-1.02-1.3-1.7-2.37-1.7H21.26c-1.07 0-2.03.68-2.37 1.7L5.13 85.94a1.87 1.87 0 0 0 1.77 2.47h20.92c1.51 0 2.88.85 3.56 2.2c1.68 3.33 5.67 9.27 12.88 9.27h39.5c7.2 0 11.2-5.94 12.88-9.27a3.98 3.98 0 0 1 3.56-2.2h20.92c1.26 0 2.16-1.26 1.75-2.47m-7.39-1.51h-15.3a7.91 7.91 0 0 0-7.11 4.4c-1.33 2.64-4.31 7.08-9.32 7.08h-39.5c-5.01 0-7.99-4.43-9.32-7.08a7.93 7.93 0 0 0-7.11-4.4h-15.3c-1.31 0-2.23-1.29-1.81-2.53l11.08-30.76c.33-.96 1.23-1.61 2.24-1.61h79.95c1.02 0 1.92.65 2.24 1.61L117.3 81.9c.42 1.24-.51 2.53-1.82 2.53"/><path fill="#f44336" d="M51.37 28.41v12.72c0 .5.4.9.9.9h23.46c.5 0 .9-.4.9-.9V28.41c0-.5.4-.9.9-.9l12.11.03c.76 0 1.18-.89.69-1.48L64.69 4.32a.9.9 0 0 0-1.38 0L37.67 26.06c-.49.59-.07 1.48.69 1.48l12.11-.03c.49 0 .9.4.9.9"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#a15d38" d="M118.53 102.36H9.47l12-34.21h85.06z"/><path fill="#4e342e" d="M122.12 120.29V89.46l-15.2-41.58H21.08L5.88 89.46v30.83l17.58-50.21h81.08z"/><path fill="#f29657" d="M99.5 86.45c-6.33 0-4.93 11.47-17.1 11.47H43.3c-8.36 0-9.73-11.47-14.41-11.47H5v35.09C5 122.9 6.1 124 7.46 124h113.07c1.36 0 2.47-1.1 2.47-2.47V86.45z"/><path fill="#ffcc80" d="m122.87 85.94l-13.76-38.7c-.34-1.02-1.3-1.7-2.37-1.7H21.26c-1.07 0-2.03.68-2.37 1.7L5.13 85.94a1.87 1.87 0 0 0 1.77 2.47h20.92c1.51 0 2.88.85 3.56 2.2c1.68 3.33 5.67 9.27 12.88 9.27h39.5c7.2 0 11.2-5.94 12.88-9.27a3.98 3.98 0 0 1 3.56-2.2h20.92c1.26 0 2.16-1.26 1.75-2.47m-7.39-1.51h-15.3a7.91 7.91 0 0 0-7.11 4.4c-1.33 2.64-4.31 7.08-9.32 7.08h-39.5c-5.01 0-7.99-4.43-9.32-7.08a7.93 7.93 0 0 0-7.11-4.4h-15.3c-1.31 0-2.23-1.29-1.81-2.53l11.08-30.76c.33-.96 1.23-1.61 2.24-1.61h79.95c1.02 0 1.92.65 2.24 1.61L117.3 81.9c.42 1.24-.51 2.53-1.82 2.53"/><path fill="#f44336" d="M51.37 28.41v12.72c0 .5.4.9.9.9h23.46c.5 0 .9-.4.9-.9V28.41c0-.5.4-.9.9-.9l12.11.03c.76 0 1.18-.89.69-1.48L64.69 4.32a.9.9 0 0 0-1.38 0L37.67 26.06c-.49.59-.07 1.48.69 1.48l12.11-.03c.49 0 .9.4.9.9"/></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%20128%20128%22%3E%3Cpath%20fill%3D%22%23a15d38%22%20d%3D%22M118.53%20102.36H9.47l12-34.21h85.06z%22%2F%3E%3Cpath%20fill%3D%22%234e342e%22%20d%3D%22M122.12%20120.29V89.46l-15.2-41.58H21.08L5.88%2089.46v30.83l17.58-50.21h81.08z%22%2F%3E%3Cpath%20fill%3D%22%23f29657%22%20d%3D%22M99.5%2086.45c-6.33%200-4.93%2011.47-17.1%2011.47H43.3c-8.36%200-9.73-11.47-14.41-11.47H5v35.09C5%20122.9%206.1%20124%207.46%20124h113.07c1.36%200%202.47-1.1%202.47-2.47V86.45z%22%2F%3E%3Cpath%20fill%3D%22%23ffcc80%22%20d%3D%22m122.87%2085.94l-13.76-38.7c-.34-1.02-1.3-1.7-2.37-1.7H21.26c-1.07%200-2.03.68-2.37%201.7L5.13%2085.94a1.87%201.87%200%200%200%201.77%202.47h20.92c1.51%200%202.88.85%203.56%202.2c1.68%203.33%205.67%209.27%2012.88%209.27h39.5c7.2%200%2011.2-5.94%2012.88-9.27a3.98%203.98%200%200%201%203.56-2.2h20.92c1.26%200%202.16-1.26%201.75-2.47m-7.39-1.51h-15.3a7.91%207.91%200%200%200-7.11%204.4c-1.33%202.64-4.31%207.08-9.32%207.08h-39.5c-5.01%200-7.99-4.43-9.32-7.08a7.93%207.93%200%200%200-7.11-4.4h-15.3c-1.31%200-2.23-1.29-1.81-2.53l11.08-30.76c.33-.96%201.23-1.61%202.24-1.61h79.95c1.02%200%201.92.65%202.24%201.61L117.3%2081.9c.42%201.24-.51%202.53-1.82%202.53%22%2F%3E%3Cpath%20fill%3D%22%23f44336%22%20d%3D%22M51.37%2028.41v12.72c0%20.5.4.9.9.9h23.46c.5%200%20.9-.4.9-.9V28.41c0-.5.4-.9.9-.9l12.11.03c.76%200%201.18-.89.69-1.48L64.69%204.32a.9.9%200%200%200-1.38%200L37.67%2026.06c-.49.59-.07%201.48.69%201.48l12.11-.03c.49%200%20.9.4.9.9%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%20128%20128%22%3E%3Cpath%20fill%3D%22%23a15d38%22%20d%3D%22M118.53%20102.36H9.47l12-34.21h85.06z%22%2F%3E%3Cpath%20fill%3D%22%234e342e%22%20d%3D%22M122.12%20120.29V89.46l-15.2-41.58H21.08L5.88%2089.46v30.83l17.58-50.21h81.08z%22%2F%3E%3Cpath%20fill%3D%22%23f29657%22%20d%3D%22M99.5%2086.45c-6.33%200-4.93%2011.47-17.1%2011.47H43.3c-8.36%200-9.73-11.47-14.41-11.47H5v35.09C5%20122.9%206.1%20124%207.46%20124h113.07c1.36%200%202.47-1.1%202.47-2.47V86.45z%22%2F%3E%3Cpath%20fill%3D%22%23ffcc80%22%20d%3D%22m122.87%2085.94l-13.76-38.7c-.34-1.02-1.3-1.7-2.37-1.7H21.26c-1.07%200-2.03.68-2.37%201.7L5.13%2085.94a1.87%201.87%200%200%200%201.77%202.47h20.92c1.51%200%202.88.85%203.56%202.2c1.68%203.33%205.67%209.27%2012.88%209.27h39.5c7.2%200%2011.2-5.94%2012.88-9.27a3.98%203.98%200%200%201%203.56-2.2h20.92c1.26%200%202.16-1.26%201.75-2.47m-7.39-1.51h-15.3a7.91%207.91%200%200%200-7.11%204.4c-1.33%202.64-4.31%207.08-9.32%207.08h-39.5c-5.01%200-7.99-4.43-9.32-7.08a7.93%207.93%200%200%200-7.11-4.4h-15.3c-1.31%200-2.23-1.29-1.81-2.53l11.08-30.76c.33-.96%201.23-1.61%202.24-1.61h79.95c1.02%200%201.92.65%202.24%201.61L117.3%2081.9c.42%201.24-.51%202.53-1.82%202.53%22%2F%3E%3Cpath%20fill%3D%22%23f44336%22%20d%3D%22M51.37%2028.41v12.72c0%20.5.4.9.9.9h23.46c.5%200%20.9-.4.9-.9V28.41c0-.5.4-.9.9-.9l12.11.03c.76%200%201.18-.89.69-1.48L64.69%204.32a.9.9%200%200%200-1.38%200L37.67%2026.06c-.49.59-.07%201.48.69%201.48l12.11-.03c.49%200%20.9.4.9.9%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/noto/outbox-tray.svg?color=%231a73e8&size=48