envelope open text icon
envelope-open-text from Font Awesome Solid by Dave Gandy · Solid · Marketing · CC-BY-4.0 Attribution required.
- Name
- envelope-open-text
- Set
- Font Awesome Solid
- Style
- Solid
- Category
- Marketing
- Viewbox
- 640×640
- License
- CC BY 4.0
The same icon in other sets
More marketing icons from Font Awesome Solid
Use the envelope open text icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M320 97.9L128.4 239.8L286.5 357c5.3 3.9 11.2 6.9 17.5 8.7V528c0 5.5.5 10.8 1.3 16H128c-35.3 0-64-28.7-64-64V240.1c0-20.3 9.6-39.4 25.9-51.4L286.5 43c9.7-7.2 21.4-11 33.5-11s23.8 3.9 33.5 11l196.6 145.7c7.2 5.3 13.1 12 17.4 19.6q-3.75-.3-7.5-.3h-91.4zM352 304c0-26.5 21.5-48 48-48h160c26.5 0 48 21.5 48 48v224c0 26.5-21.5 48-48 48H400c-26.5 0-48-21.5-48-48zm80 16c-13.3 0-24 10.7-24 24s10.7 24 24 24h96c13.3 0 24-10.7 24-24s-10.7-24-24-24zm0 96c-13.3 0-24 10.7-24 24s10.7 24 24 24h56c13.3 0 24-10.7 24-24s-10.7-24-24-24z"/></svg>
React
import type { SVGProps } from "react";
export function Fa7SolidEnvelopeOpenText(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="M320 97.9L128.4 239.8L286.5 357c5.3 3.9 11.2 6.9 17.5 8.7V528c0 5.5.5 10.8 1.3 16H128c-35.3 0-64-28.7-64-64V240.1c0-20.3 9.6-39.4 25.9-51.4L286.5 43c9.7-7.2 21.4-11 33.5-11s23.8 3.9 33.5 11l196.6 145.7c7.2 5.3 13.1 12 17.4 19.6q-3.75-.3-7.5-.3h-91.4zM352 304c0-26.5 21.5-48 48-48h160c26.5 0 48 21.5 48 48v224c0 26.5-21.5 48-48 48H400c-26.5 0-48-21.5-48-48zm80 16c-13.3 0-24 10.7-24 24s10.7 24 24 24h96c13.3 0 24-10.7 24-24s-10.7-24-24-24zm0 96c-13.3 0-24 10.7-24 24s10.7 24 24 24h56c13.3 0 24-10.7 24-24s-10.7-24-24-24z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M320 97.9L128.4 239.8L286.5 357c5.3 3.9 11.2 6.9 17.5 8.7V528c0 5.5.5 10.8 1.3 16H128c-35.3 0-64-28.7-64-64V240.1c0-20.3 9.6-39.4 25.9-51.4L286.5 43c9.7-7.2 21.4-11 33.5-11s23.8 3.9 33.5 11l196.6 145.7c7.2 5.3 13.1 12 17.4 19.6q-3.75-.3-7.5-.3h-91.4zM352 304c0-26.5 21.5-48 48-48h160c26.5 0 48 21.5 48 48v224c0 26.5-21.5 48-48 48H400c-26.5 0-48-21.5-48-48zm80 16c-13.3 0-24 10.7-24 24s10.7 24 24 24h96c13.3 0 24-10.7 24-24s-10.7-24-24-24zm0 96c-13.3 0-24 10.7-24 24s10.7 24 24 24h56c13.3 0 24-10.7 24-24s-10.7-24-24-24z"/></svg> </template>
CSS
.icon-envelope-open-text {
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%22M320%2097.9L128.4%20239.8L286.5%20357c5.3%203.9%2011.2%206.9%2017.5%208.7V528c0%205.5.5%2010.8%201.3%2016H128c-35.3%200-64-28.7-64-64V240.1c0-20.3%209.6-39.4%2025.9-51.4L286.5%2043c9.7-7.2%2021.4-11%2033.5-11s23.8%203.9%2033.5%2011l196.6%20145.7c7.2%205.3%2013.1%2012%2017.4%2019.6q-3.75-.3-7.5-.3h-91.4zM352%20304c0-26.5%2021.5-48%2048-48h160c26.5%200%2048%2021.5%2048%2048v224c0%2026.5-21.5%2048-48%2048H400c-26.5%200-48-21.5-48-48zm80%2016c-13.3%200-24%2010.7-24%2024s10.7%2024%2024%2024h96c13.3%200%2024-10.7%2024-24s-10.7-24-24-24zm0%2096c-13.3%200-24%2010.7-24%2024s10.7%2024%2024%2024h56c13.3%200%2024-10.7%2024-24s-10.7-24-24-24z%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%22M320%2097.9L128.4%20239.8L286.5%20357c5.3%203.9%2011.2%206.9%2017.5%208.7V528c0%205.5.5%2010.8%201.3%2016H128c-35.3%200-64-28.7-64-64V240.1c0-20.3%209.6-39.4%2025.9-51.4L286.5%2043c9.7-7.2%2021.4-11%2033.5-11s23.8%203.9%2033.5%2011l196.6%20145.7c7.2%205.3%2013.1%2012%2017.4%2019.6q-3.75-.3-7.5-.3h-91.4zM352%20304c0-26.5%2021.5-48%2048-48h160c26.5%200%2048%2021.5%2048%2048v224c0%2026.5-21.5%2048-48%2048H400c-26.5%200-48-21.5-48-48zm80%2016c-13.3%200-24%2010.7-24%2024s10.7%2024%2024%2024h96c13.3%200%2024-10.7%2024-24s-10.7-24-24-24zm0%2096c-13.3%200-24%2010.7-24%2024s10.7%2024%2024%2024h56c13.3%200%2024-10.7%2024-24s-10.7-24-24-24z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/envelope-open-text.svg?color=%231a73e8&size=48