inbox from Font Awesome 6 Solid by Dave Gandy · Regular · Communication · CC-BY-4.0 Attribution required.

Name
inbox
Set
Font Awesome 6 Solid
Style
Regular
Category
Communication
Viewbox
512×512
License
CC BY 4.0

The same icon in other sets

More communication icons from Font Awesome 6 Solid

Use the inbox icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M121 32c-29.4 0-55 20-62.1 48.5l-57 227.9C.6 313.5 0 318.7 0 323.9V416c0 35.3 28.7 64 64 64h384c35.3 0 64-28.7 64-64v-92.1c0-5.2-.6-10.4-1.9-15.5l-57-227.9C446 52 420.4 32 391 32zm0 64h270l48 192h-51.2c-12.1 0-23.2 6.8-28.6 17.7l-14.3 28.6c-5.4 10.8-16.5 17.7-28.6 17.7H195.9c-12.1 0-23.2-6.8-28.6-17.7L153 305.7c-5.4-10.8-16.5-17.7-28.6-17.7H73z"/></svg>

React

import type { SVGProps } from "react";

export function Fa6SolidInbox(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M121 32c-29.4 0-55 20-62.1 48.5l-57 227.9C.6 313.5 0 318.7 0 323.9V416c0 35.3 28.7 64 64 64h384c35.3 0 64-28.7 64-64v-92.1c0-5.2-.6-10.4-1.9-15.5l-57-227.9C446 52 420.4 32 391 32zm0 64h270l48 192h-51.2c-12.1 0-23.2 6.8-28.6 17.7l-14.3 28.6c-5.4 10.8-16.5 17.7-28.6 17.7H195.9c-12.1 0-23.2-6.8-28.6-17.7L153 305.7c-5.4-10.8-16.5-17.7-28.6-17.7H73z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M121 32c-29.4 0-55 20-62.1 48.5l-57 227.9C.6 313.5 0 318.7 0 323.9V416c0 35.3 28.7 64 64 64h384c35.3 0 64-28.7 64-64v-92.1c0-5.2-.6-10.4-1.9-15.5l-57-227.9C446 52 420.4 32 391 32zm0 64h270l48 192h-51.2c-12.1 0-23.2 6.8-28.6 17.7l-14.3 28.6c-5.4 10.8-16.5 17.7-28.6 17.7H195.9c-12.1 0-23.2-6.8-28.6-17.7L153 305.7c-5.4-10.8-16.5-17.7-28.6-17.7H73z"/></svg>
</template>

CSS

.icon-inbox {
  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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M121%2032c-29.4%200-55%2020-62.1%2048.5l-57%20227.9C.6%20313.5%200%20318.7%200%20323.9V416c0%2035.3%2028.7%2064%2064%2064h384c35.3%200%2064-28.7%2064-64v-92.1c0-5.2-.6-10.4-1.9-15.5l-57-227.9C446%2052%20420.4%2032%20391%2032zm0%2064h270l48%20192h-51.2c-12.1%200-23.2%206.8-28.6%2017.7l-14.3%2028.6c-5.4%2010.8-16.5%2017.7-28.6%2017.7H195.9c-12.1%200-23.2-6.8-28.6-17.7L153%20305.7c-5.4-10.8-16.5-17.7-28.6-17.7H73z%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M121%2032c-29.4%200-55%2020-62.1%2048.5l-57%20227.9C.6%20313.5%200%20318.7%200%20323.9V416c0%2035.3%2028.7%2064%2064%2064h384c35.3%200%2064-28.7%2064-64v-92.1c0-5.2-.6-10.4-1.9-15.5l-57-227.9C446%2052%20420.4%2032%20391%2032zm0%2064h270l48%20192h-51.2c-12.1%200-23.2%206.8-28.6%2017.7l-14.3%2028.6c-5.4%2010.8-16.5%2017.7-28.6%2017.7H195.9c-12.1%200-23.2-6.8-28.6-17.7L153%20305.7c-5.4-10.8-16.5-17.7-28.6-17.7H73z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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