envelope open icon
envelope-open from Reicon by REICON · Outline · Messages · MIT Free for personal and commercial use.
- Name
- envelope-open
- Set
- Reicon
- Style
- Outline
- Category
- Messages
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
The same icon in other sets
All envelope open icons →envelope-openBootstrap Iconsenvelope-openBoxIcons v2envelope-openBoxIcons v2 Solidenvelope-openFramework7 Iconsenvelope-openFont Awesome 6 Regularenvelope-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 messages icons from Reicon
at-signchatchat-checkchat-dotschat-linechat-minuschat-pluschat-roundchat-round-callchat-round-checkchat-round-dotschat-round-likechat-round-linechat-round-moneychat-round-unreadchat-round-videochat-squarechat-square-arrowchat-square-callchat-square-checkchat-square-codechat-square-likechat-unreadchat-x
Use the envelope open icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M10.946 1.25h2.108c1.133 0 2.058 0 2.79.098c.763.103 1.425.325 1.954.854s.751 1.19.854 1.955c.05.376.075.803.087 1.283c1.058.17 1.925.507 2.62 1.201c.748.749 1.08 1.698 1.238 2.87c.153 1.14.153 2.595.153 4.433v.113c0 1.837 0 3.293-.153 4.432c-.158 1.173-.49 2.122-1.238 2.87c-.749.748-1.698 1.08-2.87 1.238c-1.14.153-2.595.153-4.433.153H9.944c-1.838 0-3.294 0-4.433-.153c-1.172-.158-2.121-.49-2.87-1.238c-.748-.748-1.08-1.697-1.238-2.87c-.153-1.139-.153-2.595-.153-4.432v-.113c0-1.838 0-3.294.153-4.433c.158-1.172.49-2.121 1.238-2.87c.695-.694 1.562-1.03 2.62-1.2c.012-.481.037-.908.087-1.284c.103-.764.325-1.426.854-1.955s1.19-.751 1.955-.854c.73-.098 1.656-.098 2.79-.098M5.25 6.966c-.731.147-1.194.382-1.548.736c-.423.423-.677 1.003-.812 2.009c-.138 1.028-.14 2.382-.14 4.29c0 1.906.002 3.26.14 4.288c.135 1.006.389 1.586.812 2.01c.423.422 1.003.676 2.009.811c1.028.139 2.382.14 4.289.14h4c1.907 0 3.262-.001 4.29-.14c1.005-.135 1.585-.389 2.008-.812s.677-1.003.812-2.009c.138-1.027.14-2.382.14-4.289s-.002-3.261-.14-4.289c-.135-1.006-.389-1.586-.812-2.009c-.354-.354-.817-.59-1.548-.736v1.297c0 .786.002 1.409-.26 1.967c-.26.557-.74.955-1.344 1.458l-.105.088l-.757.63c-.887.74-1.605 1.338-2.24 1.746c-.66.425-1.303.693-2.044.693s-1.384-.269-2.045-.693c-.634-.408-1.352-1.007-2.239-1.745l-.757-.631q-.053-.046-.105-.088c-.604-.503-1.083-.9-1.344-1.458s-.26-1.18-.26-1.967zm3.107-4.131c-.598.08-.89.224-1.094.428s-.348.496-.428 1.094C6.752 4.976 6.75 5.8 6.75 7v1.127c0 .99.017 1.25.118 1.466c.101.217.29.396 1.051 1.03l.72.6c.933.777 1.58 1.315 2.128 1.667c.529.34.888.455 1.233.455s.704-.114 1.233-.455c.547-.352 1.195-.89 2.128-1.667l.72-.6c.761-.634.95-.813 1.051-1.03c.101-.216.118-.475.118-1.466V7c0-1.2-.002-2.024-.085-2.643c-.08-.598-.224-.89-.428-1.094s-.496-.348-1.094-.428C15.024 2.752 14.2 2.75 13 2.75h-2c-1.2 0-2.024.002-2.643.085M9.25 6a.75.75 0 0 1 .75-.75h4a.75.75 0 0 1 0 1.5h-4A.75.75 0 0 1 9.25 6m1 3a.75.75 0 0 1 .75-.75h2a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1-.75-.75" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function ReiconEnvelopeOpen(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fillRule="evenodd" d="M10.946 1.25h2.108c1.133 0 2.058 0 2.79.098c.763.103 1.425.325 1.954.854s.751 1.19.854 1.955c.05.376.075.803.087 1.283c1.058.17 1.925.507 2.62 1.201c.748.749 1.08 1.698 1.238 2.87c.153 1.14.153 2.595.153 4.433v.113c0 1.837 0 3.293-.153 4.432c-.158 1.173-.49 2.122-1.238 2.87c-.749.748-1.698 1.08-2.87 1.238c-1.14.153-2.595.153-4.433.153H9.944c-1.838 0-3.294 0-4.433-.153c-1.172-.158-2.121-.49-2.87-1.238c-.748-.748-1.08-1.697-1.238-2.87c-.153-1.139-.153-2.595-.153-4.432v-.113c0-1.838 0-3.294.153-4.433c.158-1.172.49-2.121 1.238-2.87c.695-.694 1.562-1.03 2.62-1.2c.012-.481.037-.908.087-1.284c.103-.764.325-1.426.854-1.955s1.19-.751 1.955-.854c.73-.098 1.656-.098 2.79-.098M5.25 6.966c-.731.147-1.194.382-1.548.736c-.423.423-.677 1.003-.812 2.009c-.138 1.028-.14 2.382-.14 4.29c0 1.906.002 3.26.14 4.288c.135 1.006.389 1.586.812 2.01c.423.422 1.003.676 2.009.811c1.028.139 2.382.14 4.289.14h4c1.907 0 3.262-.001 4.29-.14c1.005-.135 1.585-.389 2.008-.812s.677-1.003.812-2.009c.138-1.027.14-2.382.14-4.289s-.002-3.261-.14-4.289c-.135-1.006-.389-1.586-.812-2.009c-.354-.354-.817-.59-1.548-.736v1.297c0 .786.002 1.409-.26 1.967c-.26.557-.74.955-1.344 1.458l-.105.088l-.757.63c-.887.74-1.605 1.338-2.24 1.746c-.66.425-1.303.693-2.044.693s-1.384-.269-2.045-.693c-.634-.408-1.352-1.007-2.239-1.745l-.757-.631q-.053-.046-.105-.088c-.604-.503-1.083-.9-1.344-1.458s-.26-1.18-.26-1.967zm3.107-4.131c-.598.08-.89.224-1.094.428s-.348.496-.428 1.094C6.752 4.976 6.75 5.8 6.75 7v1.127c0 .99.017 1.25.118 1.466c.101.217.29.396 1.051 1.03l.72.6c.933.777 1.58 1.315 2.128 1.667c.529.34.888.455 1.233.455s.704-.114 1.233-.455c.547-.352 1.195-.89 2.128-1.667l.72-.6c.761-.634.95-.813 1.051-1.03c.101-.216.118-.475.118-1.466V7c0-1.2-.002-2.024-.085-2.643c-.08-.598-.224-.89-.428-1.094s-.496-.348-1.094-.428C15.024 2.752 14.2 2.75 13 2.75h-2c-1.2 0-2.024.002-2.643.085M9.25 6a.75.75 0 0 1 .75-.75h4a.75.75 0 0 1 0 1.5h-4A.75.75 0 0 1 9.25 6m1 3a.75.75 0 0 1 .75-.75h2a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1-.75-.75" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M10.946 1.25h2.108c1.133 0 2.058 0 2.79.098c.763.103 1.425.325 1.954.854s.751 1.19.854 1.955c.05.376.075.803.087 1.283c1.058.17 1.925.507 2.62 1.201c.748.749 1.08 1.698 1.238 2.87c.153 1.14.153 2.595.153 4.433v.113c0 1.837 0 3.293-.153 4.432c-.158 1.173-.49 2.122-1.238 2.87c-.749.748-1.698 1.08-2.87 1.238c-1.14.153-2.595.153-4.433.153H9.944c-1.838 0-3.294 0-4.433-.153c-1.172-.158-2.121-.49-2.87-1.238c-.748-.748-1.08-1.697-1.238-2.87c-.153-1.139-.153-2.595-.153-4.432v-.113c0-1.838 0-3.294.153-4.433c.158-1.172.49-2.121 1.238-2.87c.695-.694 1.562-1.03 2.62-1.2c.012-.481.037-.908.087-1.284c.103-.764.325-1.426.854-1.955s1.19-.751 1.955-.854c.73-.098 1.656-.098 2.79-.098M5.25 6.966c-.731.147-1.194.382-1.548.736c-.423.423-.677 1.003-.812 2.009c-.138 1.028-.14 2.382-.14 4.29c0 1.906.002 3.26.14 4.288c.135 1.006.389 1.586.812 2.01c.423.422 1.003.676 2.009.811c1.028.139 2.382.14 4.289.14h4c1.907 0 3.262-.001 4.29-.14c1.005-.135 1.585-.389 2.008-.812s.677-1.003.812-2.009c.138-1.027.14-2.382.14-4.289s-.002-3.261-.14-4.289c-.135-1.006-.389-1.586-.812-2.009c-.354-.354-.817-.59-1.548-.736v1.297c0 .786.002 1.409-.26 1.967c-.26.557-.74.955-1.344 1.458l-.105.088l-.757.63c-.887.74-1.605 1.338-2.24 1.746c-.66.425-1.303.693-2.044.693s-1.384-.269-2.045-.693c-.634-.408-1.352-1.007-2.239-1.745l-.757-.631q-.053-.046-.105-.088c-.604-.503-1.083-.9-1.344-1.458s-.26-1.18-.26-1.967zm3.107-4.131c-.598.08-.89.224-1.094.428s-.348.496-.428 1.094C6.752 4.976 6.75 5.8 6.75 7v1.127c0 .99.017 1.25.118 1.466c.101.217.29.396 1.051 1.03l.72.6c.933.777 1.58 1.315 2.128 1.667c.529.34.888.455 1.233.455s.704-.114 1.233-.455c.547-.352 1.195-.89 2.128-1.667l.72-.6c.761-.634.95-.813 1.051-1.03c.101-.216.118-.475.118-1.466V7c0-1.2-.002-2.024-.085-2.643c-.08-.598-.224-.89-.428-1.094s-.496-.348-1.094-.428C15.024 2.752 14.2 2.75 13 2.75h-2c-1.2 0-2.024.002-2.643.085M9.25 6a.75.75 0 0 1 .75-.75h4a.75.75 0 0 1 0 1.5h-4A.75.75 0 0 1 9.25 6m1 3a.75.75 0 0 1 .75-.75h2a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1-.75-.75" clip-rule="evenodd"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M10.946%201.25h2.108c1.133%200%202.058%200%202.79.098c.763.103%201.425.325%201.954.854s.751%201.19.854%201.955c.05.376.075.803.087%201.283c1.058.17%201.925.507%202.62%201.201c.748.749%201.08%201.698%201.238%202.87c.153%201.14.153%202.595.153%204.433v.113c0%201.837%200%203.293-.153%204.432c-.158%201.173-.49%202.122-1.238%202.87c-.749.748-1.698%201.08-2.87%201.238c-1.14.153-2.595.153-4.433.153H9.944c-1.838%200-3.294%200-4.433-.153c-1.172-.158-2.121-.49-2.87-1.238c-.748-.748-1.08-1.697-1.238-2.87c-.153-1.139-.153-2.595-.153-4.432v-.113c0-1.838%200-3.294.153-4.433c.158-1.172.49-2.121%201.238-2.87c.695-.694%201.562-1.03%202.62-1.2c.012-.481.037-.908.087-1.284c.103-.764.325-1.426.854-1.955s1.19-.751%201.955-.854c.73-.098%201.656-.098%202.79-.098M5.25%206.966c-.731.147-1.194.382-1.548.736c-.423.423-.677%201.003-.812%202.009c-.138%201.028-.14%202.382-.14%204.29c0%201.906.002%203.26.14%204.288c.135%201.006.389%201.586.812%202.01c.423.422%201.003.676%202.009.811c1.028.139%202.382.14%204.289.14h4c1.907%200%203.262-.001%204.29-.14c1.005-.135%201.585-.389%202.008-.812s.677-1.003.812-2.009c.138-1.027.14-2.382.14-4.289s-.002-3.261-.14-4.289c-.135-1.006-.389-1.586-.812-2.009c-.354-.354-.817-.59-1.548-.736v1.297c0%20.786.002%201.409-.26%201.967c-.26.557-.74.955-1.344%201.458l-.105.088l-.757.63c-.887.74-1.605%201.338-2.24%201.746c-.66.425-1.303.693-2.044.693s-1.384-.269-2.045-.693c-.634-.408-1.352-1.007-2.239-1.745l-.757-.631q-.053-.046-.105-.088c-.604-.503-1.083-.9-1.344-1.458s-.26-1.18-.26-1.967zm3.107-4.131c-.598.08-.89.224-1.094.428s-.348.496-.428%201.094C6.752%204.976%206.75%205.8%206.75%207v1.127c0%20.99.017%201.25.118%201.466c.101.217.29.396%201.051%201.03l.72.6c.933.777%201.58%201.315%202.128%201.667c.529.34.888.455%201.233.455s.704-.114%201.233-.455c.547-.352%201.195-.89%202.128-1.667l.72-.6c.761-.634.95-.813%201.051-1.03c.101-.216.118-.475.118-1.466V7c0-1.2-.002-2.024-.085-2.643c-.08-.598-.224-.89-.428-1.094s-.496-.348-1.094-.428C15.024%202.752%2014.2%202.75%2013%202.75h-2c-1.2%200-2.024.002-2.643.085M9.25%206a.75.75%200%200%201%20.75-.75h4a.75.75%200%200%201%200%201.5h-4A.75.75%200%200%201%209.25%206m1%203a.75.75%200%200%201%20.75-.75h2a.75.75%200%200%201%200%201.5h-2a.75.75%200%200%201-.75-.75%22%20clip-rule%3D%22evenodd%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M10.946%201.25h2.108c1.133%200%202.058%200%202.79.098c.763.103%201.425.325%201.954.854s.751%201.19.854%201.955c.05.376.075.803.087%201.283c1.058.17%201.925.507%202.62%201.201c.748.749%201.08%201.698%201.238%202.87c.153%201.14.153%202.595.153%204.433v.113c0%201.837%200%203.293-.153%204.432c-.158%201.173-.49%202.122-1.238%202.87c-.749.748-1.698%201.08-2.87%201.238c-1.14.153-2.595.153-4.433.153H9.944c-1.838%200-3.294%200-4.433-.153c-1.172-.158-2.121-.49-2.87-1.238c-.748-.748-1.08-1.697-1.238-2.87c-.153-1.139-.153-2.595-.153-4.432v-.113c0-1.838%200-3.294.153-4.433c.158-1.172.49-2.121%201.238-2.87c.695-.694%201.562-1.03%202.62-1.2c.012-.481.037-.908.087-1.284c.103-.764.325-1.426.854-1.955s1.19-.751%201.955-.854c.73-.098%201.656-.098%202.79-.098M5.25%206.966c-.731.147-1.194.382-1.548.736c-.423.423-.677%201.003-.812%202.009c-.138%201.028-.14%202.382-.14%204.29c0%201.906.002%203.26.14%204.288c.135%201.006.389%201.586.812%202.01c.423.422%201.003.676%202.009.811c1.028.139%202.382.14%204.289.14h4c1.907%200%203.262-.001%204.29-.14c1.005-.135%201.585-.389%202.008-.812s.677-1.003.812-2.009c.138-1.027.14-2.382.14-4.289s-.002-3.261-.14-4.289c-.135-1.006-.389-1.586-.812-2.009c-.354-.354-.817-.59-1.548-.736v1.297c0%20.786.002%201.409-.26%201.967c-.26.557-.74.955-1.344%201.458l-.105.088l-.757.63c-.887.74-1.605%201.338-2.24%201.746c-.66.425-1.303.693-2.044.693s-1.384-.269-2.045-.693c-.634-.408-1.352-1.007-2.239-1.745l-.757-.631q-.053-.046-.105-.088c-.604-.503-1.083-.9-1.344-1.458s-.26-1.18-.26-1.967zm3.107-4.131c-.598.08-.89.224-1.094.428s-.348.496-.428%201.094C6.752%204.976%206.75%205.8%206.75%207v1.127c0%20.99.017%201.25.118%201.466c.101.217.29.396%201.051%201.03l.72.6c.933.777%201.58%201.315%202.128%201.667c.529.34.888.455%201.233.455s.704-.114%201.233-.455c.547-.352%201.195-.89%202.128-1.667l.72-.6c.761-.634.95-.813%201.051-1.03c.101-.216.118-.475.118-1.466V7c0-1.2-.002-2.024-.085-2.643c-.08-.598-.224-.89-.428-1.094s-.496-.348-1.094-.428C15.024%202.752%2014.2%202.75%2013%202.75h-2c-1.2%200-2.024.002-2.643.085M9.25%206a.75.75%200%200%201%20.75-.75h4a.75.75%200%200%201%200%201.5h-4A.75.75%200%200%201%209.25%206m1%203a.75.75%200%200%201%20.75-.75h2a.75.75%200%200%201%200%201.5h-2a.75.75%200%200%201-.75-.75%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/envelope-open.svg?color=%231a73e8&size=48