envelope-open from Font Awesome Regular by Dave Gandy · Regular · Business · CC-BY-4.0 Attribution required.

Name
envelope-open
Set
Font Awesome Regular
Style
Regular
Category
Business
Viewbox
640×640
License
CC BY 4.0

The same icon in other sets

More business icons from Font Awesome Regular

Use the envelope open icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M576 480c0 35.3-28.5 64-63.9 64H128c-35.4 0-64-28.7-64-64V228c.1-15.5 7.8-30 20.5-38.8L270 61.3c30.1-20.7 69.8-20.7 99.9 0l185.6 127.9c12.8 8.8 20.4 23.3 20.5 38.8zm-448 16h384.1c8.8 0 15.9-7.1 15.9-16V288.3L373.2 405.7c-31.4 23.9-74.9 23.9-106.4 0L112 288.3V480c0 8.9 7.2 16 16 16m399.6-267.6L342.7 100.8a40.07 40.07 0 0 0-45.4 0L112.4 228.4l183.4 139.1c14.3 10.8 34.1 10.8 48.4 0z"/></svg>

React

import type { SVGProps } from "react";

export function Fa7RegularEnvelopeOpen(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="M576 480c0 35.3-28.5 64-63.9 64H128c-35.4 0-64-28.7-64-64V228c.1-15.5 7.8-30 20.5-38.8L270 61.3c30.1-20.7 69.8-20.7 99.9 0l185.6 127.9c12.8 8.8 20.4 23.3 20.5 38.8zm-448 16h384.1c8.8 0 15.9-7.1 15.9-16V288.3L373.2 405.7c-31.4 23.9-74.9 23.9-106.4 0L112 288.3V480c0 8.9 7.2 16 16 16m399.6-267.6L342.7 100.8a40.07 40.07 0 0 0-45.4 0L112.4 228.4l183.4 139.1c14.3 10.8 34.1 10.8 48.4 0z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M576 480c0 35.3-28.5 64-63.9 64H128c-35.4 0-64-28.7-64-64V228c.1-15.5 7.8-30 20.5-38.8L270 61.3c30.1-20.7 69.8-20.7 99.9 0l185.6 127.9c12.8 8.8 20.4 23.3 20.5 38.8zm-448 16h384.1c8.8 0 15.9-7.1 15.9-16V288.3L373.2 405.7c-31.4 23.9-74.9 23.9-106.4 0L112 288.3V480c0 8.9 7.2 16 16 16m399.6-267.6L342.7 100.8a40.07 40.07 0 0 0-45.4 0L112.4 228.4l183.4 139.1c14.3 10.8 34.1 10.8 48.4 0z"/></svg>
</template>

CSS

.icon-envelope-open {
  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%22M576%20480c0%2035.3-28.5%2064-63.9%2064H128c-35.4%200-64-28.7-64-64V228c.1-15.5%207.8-30%2020.5-38.8L270%2061.3c30.1-20.7%2069.8-20.7%2099.9%200l185.6%20127.9c12.8%208.8%2020.4%2023.3%2020.5%2038.8zm-448%2016h384.1c8.8%200%2015.9-7.1%2015.9-16V288.3L373.2%20405.7c-31.4%2023.9-74.9%2023.9-106.4%200L112%20288.3V480c0%208.9%207.2%2016%2016%2016m399.6-267.6L342.7%20100.8a40.07%2040.07%200%200%200-45.4%200L112.4%20228.4l183.4%20139.1c14.3%2010.8%2034.1%2010.8%2048.4%200z%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%22M576%20480c0%2035.3-28.5%2064-63.9%2064H128c-35.4%200-64-28.7-64-64V228c.1-15.5%207.8-30%2020.5-38.8L270%2061.3c30.1-20.7%2069.8-20.7%2099.9%200l185.6%20127.9c12.8%208.8%2020.4%2023.3%2020.5%2038.8zm-448%2016h384.1c8.8%200%2015.9-7.1%2015.9-16V288.3L373.2%20405.7c-31.4%2023.9-74.9%2023.9-106.4%200L112%20288.3V480c0%208.9%207.2%2016%2016%2016m399.6-267.6L342.7%20100.8a40.07%2040.07%200%200%200-45.4%200L112.4%20228.4l183.4%20139.1c14.3%2010.8%2034.1%2010.8%2048.4%200z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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