envelope open2 icon
envelope-open2 from Reicon by REICON · Outline · Messages · MIT Free for personal and commercial use.
- Name
- envelope-open2
- Set
- Reicon
- Style
- Outline
- Category
- Messages
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
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 open2 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="M.838 9.896q.03-.158.074-.309a4 4 0 0 1 .691-1.344c.356-.453.838-.797 1.55-1.305l6.653-4.753c.568-.406 1.014-.725 1.519-.853a2.75 2.75 0 0 1 1.35 0c.505.128.95.447 1.519.853l6.653 4.753c.712.508 1.194.852 1.55 1.305a4 4 0 0 1 .692 1.344a3 3 0 0 1 .078.333q.044.245.061.524c.022.334.022.71.022 1.163v5.225l-.001.742l-.001.18q-.004.383-.015.714a12 12 0 0 1-.038.625a7 7 0 0 1-.04.33c-.059.414-.16.79-.34 1.143a4 4 0 0 1-1.749 1.748c-.471.24-.982.341-1.57.39c-.573.046-1.28.046-2.163.046H6.668c-.883 0-1.591 0-2.164-.047c-.588-.048-1.099-.149-1.57-.389a4 4 0 0 1-1.748-1.748c-.24-.47-.341-.982-.39-1.57c-.046-.573-.046-1.28-.046-2.163v-5.226c0-.484 0-.882.027-1.234a4 4 0 0 1 .061-.477m10.855-7.11a1.25 1.25 0 0 1 .614 0c.195.05.396.178 1.117.693l6.463 4.616c.834.596 1.124.812 1.33 1.074q.215.276.348.6l-8.08 6.157c-.749.57-.96.713-1.163.768a1.25 1.25 0 0 1-.644 0c-.204-.055-.414-.198-1.163-.768l-8.08-6.157a2.5 2.5 0 0 1 .348-.6c.206-.262.497-.478 1.33-1.074l6.463-4.616c.72-.515.922-.644 1.117-.693M2.25 11.557v-.042L9.713 17.2c.588.45 1.05.802 1.579.943c.464.124.952.124 1.416 0c.53-.141.99-.493 1.58-.943l7.462-5.685v5.559q0 .341-.002.63c-.003.308-.008.575-.018.811a10 10 0 0 1-.022.358c-.04.496-.116.788-.23 1.012a2.5 2.5 0 0 1-1.093 1.092c-.224.115-.516.19-1.011.231c-.505.041-1.151.042-2.074.042H6.7c-.922 0-1.57 0-2.073-.042c-.496-.04-.788-.116-1.012-.23a2.5 2.5 0 0 1-1.092-1.093c-.115-.224-.19-.516-.231-1.012l-.014-.196c-.028-.474-.028-1.07-.028-1.877z" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function ReiconEnvelopeOpen2(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="M.838 9.896q.03-.158.074-.309a4 4 0 0 1 .691-1.344c.356-.453.838-.797 1.55-1.305l6.653-4.753c.568-.406 1.014-.725 1.519-.853a2.75 2.75 0 0 1 1.35 0c.505.128.95.447 1.519.853l6.653 4.753c.712.508 1.194.852 1.55 1.305a4 4 0 0 1 .692 1.344a3 3 0 0 1 .078.333q.044.245.061.524c.022.334.022.71.022 1.163v5.225l-.001.742l-.001.18q-.004.383-.015.714a12 12 0 0 1-.038.625a7 7 0 0 1-.04.33c-.059.414-.16.79-.34 1.143a4 4 0 0 1-1.749 1.748c-.471.24-.982.341-1.57.39c-.573.046-1.28.046-2.163.046H6.668c-.883 0-1.591 0-2.164-.047c-.588-.048-1.099-.149-1.57-.389a4 4 0 0 1-1.748-1.748c-.24-.47-.341-.982-.39-1.57c-.046-.573-.046-1.28-.046-2.163v-5.226c0-.484 0-.882.027-1.234a4 4 0 0 1 .061-.477m10.855-7.11a1.25 1.25 0 0 1 .614 0c.195.05.396.178 1.117.693l6.463 4.616c.834.596 1.124.812 1.33 1.074q.215.276.348.6l-8.08 6.157c-.749.57-.96.713-1.163.768a1.25 1.25 0 0 1-.644 0c-.204-.055-.414-.198-1.163-.768l-8.08-6.157a2.5 2.5 0 0 1 .348-.6c.206-.262.497-.478 1.33-1.074l6.463-4.616c.72-.515.922-.644 1.117-.693M2.25 11.557v-.042L9.713 17.2c.588.45 1.05.802 1.579.943c.464.124.952.124 1.416 0c.53-.141.99-.493 1.58-.943l7.462-5.685v5.559q0 .341-.002.63c-.003.308-.008.575-.018.811a10 10 0 0 1-.022.358c-.04.496-.116.788-.23 1.012a2.5 2.5 0 0 1-1.093 1.092c-.224.115-.516.19-1.011.231c-.505.041-1.151.042-2.074.042H6.7c-.922 0-1.57 0-2.073-.042c-.496-.04-.788-.116-1.012-.23a2.5 2.5 0 0 1-1.092-1.093c-.115-.224-.19-.516-.231-1.012l-.014-.196c-.028-.474-.028-1.07-.028-1.877z" 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="M.838 9.896q.03-.158.074-.309a4 4 0 0 1 .691-1.344c.356-.453.838-.797 1.55-1.305l6.653-4.753c.568-.406 1.014-.725 1.519-.853a2.75 2.75 0 0 1 1.35 0c.505.128.95.447 1.519.853l6.653 4.753c.712.508 1.194.852 1.55 1.305a4 4 0 0 1 .692 1.344a3 3 0 0 1 .078.333q.044.245.061.524c.022.334.022.71.022 1.163v5.225l-.001.742l-.001.18q-.004.383-.015.714a12 12 0 0 1-.038.625a7 7 0 0 1-.04.33c-.059.414-.16.79-.34 1.143a4 4 0 0 1-1.749 1.748c-.471.24-.982.341-1.57.39c-.573.046-1.28.046-2.163.046H6.668c-.883 0-1.591 0-2.164-.047c-.588-.048-1.099-.149-1.57-.389a4 4 0 0 1-1.748-1.748c-.24-.47-.341-.982-.39-1.57c-.046-.573-.046-1.28-.046-2.163v-5.226c0-.484 0-.882.027-1.234a4 4 0 0 1 .061-.477m10.855-7.11a1.25 1.25 0 0 1 .614 0c.195.05.396.178 1.117.693l6.463 4.616c.834.596 1.124.812 1.33 1.074q.215.276.348.6l-8.08 6.157c-.749.57-.96.713-1.163.768a1.25 1.25 0 0 1-.644 0c-.204-.055-.414-.198-1.163-.768l-8.08-6.157a2.5 2.5 0 0 1 .348-.6c.206-.262.497-.478 1.33-1.074l6.463-4.616c.72-.515.922-.644 1.117-.693M2.25 11.557v-.042L9.713 17.2c.588.45 1.05.802 1.579.943c.464.124.952.124 1.416 0c.53-.141.99-.493 1.58-.943l7.462-5.685v5.559q0 .341-.002.63c-.003.308-.008.575-.018.811a10 10 0 0 1-.022.358c-.04.496-.116.788-.23 1.012a2.5 2.5 0 0 1-1.093 1.092c-.224.115-.516.19-1.011.231c-.505.041-1.151.042-2.074.042H6.7c-.922 0-1.57 0-2.073-.042c-.496-.04-.788-.116-1.012-.23a2.5 2.5 0 0 1-1.092-1.093c-.115-.224-.19-.516-.231-1.012l-.014-.196c-.028-.474-.028-1.07-.028-1.877z" clip-rule="evenodd"/></svg> </template>
CSS
.icon-envelope-open2 {
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%22M.838%209.896q.03-.158.074-.309a4%204%200%200%201%20.691-1.344c.356-.453.838-.797%201.55-1.305l6.653-4.753c.568-.406%201.014-.725%201.519-.853a2.75%202.75%200%200%201%201.35%200c.505.128.95.447%201.519.853l6.653%204.753c.712.508%201.194.852%201.55%201.305a4%204%200%200%201%20.692%201.344a3%203%200%200%201%20.078.333q.044.245.061.524c.022.334.022.71.022%201.163v5.225l-.001.742l-.001.18q-.004.383-.015.714a12%2012%200%200%201-.038.625a7%207%200%200%201-.04.33c-.059.414-.16.79-.34%201.143a4%204%200%200%201-1.749%201.748c-.471.24-.982.341-1.57.39c-.573.046-1.28.046-2.163.046H6.668c-.883%200-1.591%200-2.164-.047c-.588-.048-1.099-.149-1.57-.389a4%204%200%200%201-1.748-1.748c-.24-.47-.341-.982-.39-1.57c-.046-.573-.046-1.28-.046-2.163v-5.226c0-.484%200-.882.027-1.234a4%204%200%200%201%20.061-.477m10.855-7.11a1.25%201.25%200%200%201%20.614%200c.195.05.396.178%201.117.693l6.463%204.616c.834.596%201.124.812%201.33%201.074q.215.276.348.6l-8.08%206.157c-.749.57-.96.713-1.163.768a1.25%201.25%200%200%201-.644%200c-.204-.055-.414-.198-1.163-.768l-8.08-6.157a2.5%202.5%200%200%201%20.348-.6c.206-.262.497-.478%201.33-1.074l6.463-4.616c.72-.515.922-.644%201.117-.693M2.25%2011.557v-.042L9.713%2017.2c.588.45%201.05.802%201.579.943c.464.124.952.124%201.416%200c.53-.141.99-.493%201.58-.943l7.462-5.685v5.559q0%20.341-.002.63c-.003.308-.008.575-.018.811a10%2010%200%200%201-.022.358c-.04.496-.116.788-.23%201.012a2.5%202.5%200%200%201-1.093%201.092c-.224.115-.516.19-1.011.231c-.505.041-1.151.042-2.074.042H6.7c-.922%200-1.57%200-2.073-.042c-.496-.04-.788-.116-1.012-.23a2.5%202.5%200%200%201-1.092-1.093c-.115-.224-.19-.516-.231-1.012l-.014-.196c-.028-.474-.028-1.07-.028-1.877z%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%22M.838%209.896q.03-.158.074-.309a4%204%200%200%201%20.691-1.344c.356-.453.838-.797%201.55-1.305l6.653-4.753c.568-.406%201.014-.725%201.519-.853a2.75%202.75%200%200%201%201.35%200c.505.128.95.447%201.519.853l6.653%204.753c.712.508%201.194.852%201.55%201.305a4%204%200%200%201%20.692%201.344a3%203%200%200%201%20.078.333q.044.245.061.524c.022.334.022.71.022%201.163v5.225l-.001.742l-.001.18q-.004.383-.015.714a12%2012%200%200%201-.038.625a7%207%200%200%201-.04.33c-.059.414-.16.79-.34%201.143a4%204%200%200%201-1.749%201.748c-.471.24-.982.341-1.57.39c-.573.046-1.28.046-2.163.046H6.668c-.883%200-1.591%200-2.164-.047c-.588-.048-1.099-.149-1.57-.389a4%204%200%200%201-1.748-1.748c-.24-.47-.341-.982-.39-1.57c-.046-.573-.046-1.28-.046-2.163v-5.226c0-.484%200-.882.027-1.234a4%204%200%200%201%20.061-.477m10.855-7.11a1.25%201.25%200%200%201%20.614%200c.195.05.396.178%201.117.693l6.463%204.616c.834.596%201.124.812%201.33%201.074q.215.276.348.6l-8.08%206.157c-.749.57-.96.713-1.163.768a1.25%201.25%200%200%201-.644%200c-.204-.055-.414-.198-1.163-.768l-8.08-6.157a2.5%202.5%200%200%201%20.348-.6c.206-.262.497-.478%201.33-1.074l6.463-4.616c.72-.515.922-.644%201.117-.693M2.25%2011.557v-.042L9.713%2017.2c.588.45%201.05.802%201.579.943c.464.124.952.124%201.416%200c.53-.141.99-.493%201.58-.943l7.462-5.685v5.559q0%20.341-.002.63c-.003.308-.008.575-.018.811a10%2010%200%200%201-.022.358c-.04.496-.116.788-.23%201.012a2.5%202.5%200%200%201-1.093%201.092c-.224.115-.516.19-1.011.231c-.505.041-1.151.042-2.074.042H6.7c-.922%200-1.57%200-2.073-.042c-.496-.04-.788-.116-1.012-.23a2.5%202.5%200%200%201-1.092-1.093c-.115-.224-.19-.516-.231-1.012l-.014-.196c-.028-.474-.028-1.07-.028-1.877z%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-open2.svg?color=%231a73e8&size=48