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

Name
inbox
Set
Font Awesome Solid
Style
Solid
Category
Communication
Viewbox
640×640
License
CC BY 4.0

The same icon in other sets

More communication icons from Font Awesome Solid

Use the inbox icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M155.8 96c-31.9 0-58.9 23.4-63.4 54.9L64.6 345.2c-.4 3-.6 6-.6 9.1V480c0 35.3 28.7 64 64 64h384c35.3 0 64-28.7 64-64V354.3c0-3-.2-6.1-.6-9.1l-27.8-194.3c-4.5-31.5-31.5-54.9-63.4-54.9zm0 64h328.5l27.4 192h-59.9c-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.7H259.9c-12.1 0-23.2-6.8-28.6-17.7L217 369.7c-5.4-10.8-16.5-17.7-28.6-17.7h-60.1z"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidInbox(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M155.8 96c-31.9 0-58.9 23.4-63.4 54.9L64.6 345.2c-.4 3-.6 6-.6 9.1V480c0 35.3 28.7 64 64 64h384c35.3 0 64-28.7 64-64V354.3c0-3-.2-6.1-.6-9.1l-27.8-194.3c-4.5-31.5-31.5-54.9-63.4-54.9zm0 64h328.5l27.4 192h-59.9c-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.7H259.9c-12.1 0-23.2-6.8-28.6-17.7L217 369.7c-5.4-10.8-16.5-17.7-28.6-17.7h-60.1z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M155.8 96c-31.9 0-58.9 23.4-63.4 54.9L64.6 345.2c-.4 3-.6 6-.6 9.1V480c0 35.3 28.7 64 64 64h384c35.3 0 64-28.7 64-64V354.3c0-3-.2-6.1-.6-9.1l-27.8-194.3c-4.5-31.5-31.5-54.9-63.4-54.9zm0 64h328.5l27.4 192h-59.9c-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.7H259.9c-12.1 0-23.2-6.8-28.6-17.7L217 369.7c-5.4-10.8-16.5-17.7-28.6-17.7h-60.1z"/></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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M155.8%2096c-31.9%200-58.9%2023.4-63.4%2054.9L64.6%20345.2c-.4%203-.6%206-.6%209.1V480c0%2035.3%2028.7%2064%2064%2064h384c35.3%200%2064-28.7%2064-64V354.3c0-3-.2-6.1-.6-9.1l-27.8-194.3c-4.5-31.5-31.5-54.9-63.4-54.9zm0%2064h328.5l27.4%20192h-59.9c-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.7H259.9c-12.1%200-23.2-6.8-28.6-17.7L217%20369.7c-5.4-10.8-16.5-17.7-28.6-17.7h-60.1z%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M155.8%2096c-31.9%200-58.9%2023.4-63.4%2054.9L64.6%20345.2c-.4%203-.6%206-.6%209.1V480c0%2035.3%2028.7%2064%2064%2064h384c35.3%200%2064-28.7%2064-64V354.3c0-3-.2-6.1-.6-9.1l-27.8-194.3c-4.5-31.5-31.5-54.9-63.4-54.9zm0%2064h328.5l27.4%20192h-59.9c-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.7H259.9c-12.1%200-23.2-6.8-28.6-17.7L217%20369.7c-5.4-10.8-16.5-17.7-28.6-17.7h-60.1z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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