envelope open icon
envelope-open from Font Awesome 6 Regular by Dave Gandy · Regular · Business · CC-BY-4.0 Attribution required.
- Name
- envelope-open
- Set
- Font Awesome 6 Regular
- Style
- Regular
- Category
- Business
- Viewbox
- 512×512
- License
- CC BY 4.0
The same icon in other sets
envelope-openBootstrap Iconsenvelope-openBoxIcons v2envelope-openBoxIcons v2 Solidenvelope-openFramework7 Iconsenvelope-openFont Awesome 6 Solidenvelope-openFont Awesome Regularenvelope-openFont Awesome Solidenvelope-open-outlineFlowbite Iconsenvelope-openHeroIconsenvelope-openJam Iconsenvelope-openLine Awesomeenvelope-openPhosphorenvelope-openRadix Iconsenvelope-open-outlineTeenyiconsenvelope-openUnicons
More business icons from Font Awesome 6 Regular
Use the envelope open icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M255.4 48.2c.2-.1.4-.2.6-.2s.4.1.6.2l204 145.8c2.1 1.5 3.4 3.9 3.4 6.5v13.6L291.5 355.7c-20.7 17-50.4 17-71.1 0L48 214.1v-13.6c0-2.6 1.2-5 3.4-6.5zM48 276.2l142 116.6c38.4 31.5 93.7 31.5 132 0l142-116.6V456c0 4.4-3.6 8-8 8H56c-4.4 0-8-3.6-8-8zM256 0c-10.2 0-20.2 3.2-28.5 9.1l-204 145.8C8.7 165.4 0 182.4 0 200.5V456c0 30.9 25.1 56 56 56h400c30.9 0 56-25.1 56-56V200.5c0-18.1-8.7-35.1-23.4-45.6L284.5 9.1C276.2 3.2 266.2 0 256 0"/></svg>
React
import type { SVGProps } from "react";
export function Fa6RegularEnvelopeOpen(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="M255.4 48.2c.2-.1.4-.2.6-.2s.4.1.6.2l204 145.8c2.1 1.5 3.4 3.9 3.4 6.5v13.6L291.5 355.7c-20.7 17-50.4 17-71.1 0L48 214.1v-13.6c0-2.6 1.2-5 3.4-6.5zM48 276.2l142 116.6c38.4 31.5 93.7 31.5 132 0l142-116.6V456c0 4.4-3.6 8-8 8H56c-4.4 0-8-3.6-8-8zM256 0c-10.2 0-20.2 3.2-28.5 9.1l-204 145.8C8.7 165.4 0 182.4 0 200.5V456c0 30.9 25.1 56 56 56h400c30.9 0 56-25.1 56-56V200.5c0-18.1-8.7-35.1-23.4-45.6L284.5 9.1C276.2 3.2 266.2 0 256 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M255.4 48.2c.2-.1.4-.2.6-.2s.4.1.6.2l204 145.8c2.1 1.5 3.4 3.9 3.4 6.5v13.6L291.5 355.7c-20.7 17-50.4 17-71.1 0L48 214.1v-13.6c0-2.6 1.2-5 3.4-6.5zM48 276.2l142 116.6c38.4 31.5 93.7 31.5 132 0l142-116.6V456c0 4.4-3.6 8-8 8H56c-4.4 0-8-3.6-8-8zM256 0c-10.2 0-20.2 3.2-28.5 9.1l-204 145.8C8.7 165.4 0 182.4 0 200.5V456c0 30.9 25.1 56 56 56h400c30.9 0 56-25.1 56-56V200.5c0-18.1-8.7-35.1-23.4-45.6L284.5 9.1C276.2 3.2 266.2 0 256 0"/></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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M255.4%2048.2c.2-.1.4-.2.6-.2s.4.1.6.2l204%20145.8c2.1%201.5%203.4%203.9%203.4%206.5v13.6L291.5%20355.7c-20.7%2017-50.4%2017-71.1%200L48%20214.1v-13.6c0-2.6%201.2-5%203.4-6.5zM48%20276.2l142%20116.6c38.4%2031.5%2093.7%2031.5%20132%200l142-116.6V456c0%204.4-3.6%208-8%208H56c-4.4%200-8-3.6-8-8zM256%200c-10.2%200-20.2%203.2-28.5%209.1l-204%20145.8C8.7%20165.4%200%20182.4%200%20200.5V456c0%2030.9%2025.1%2056%2056%2056h400c30.9%200%2056-25.1%2056-56V200.5c0-18.1-8.7-35.1-23.4-45.6L284.5%209.1C276.2%203.2%20266.2%200%20256%200%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%22M255.4%2048.2c.2-.1.4-.2.6-.2s.4.1.6.2l204%20145.8c2.1%201.5%203.4%203.9%203.4%206.5v13.6L291.5%20355.7c-20.7%2017-50.4%2017-71.1%200L48%20214.1v-13.6c0-2.6%201.2-5%203.4-6.5zM48%20276.2l142%20116.6c38.4%2031.5%2093.7%2031.5%20132%200l142-116.6V456c0%204.4-3.6%208-8%208H56c-4.4%200-8-3.6-8-8zM256%200c-10.2%200-20.2%203.2-28.5%209.1l-204%20145.8C8.7%20165.4%200%20182.4%200%20200.5V456c0%2030.9%2025.1%2056%2056%2056h400c30.9%200%2056-25.1%2056-56V200.5c0-18.1-8.7-35.1-23.4-45.6L284.5%209.1C276.2%203.2%20266.2%200%20256%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-regular/envelope-open.svg?color=%231a73e8&size=48