envelope open2 icon
envelope-open2-filled from Reicon by REICON · Filled · Messages · MIT Free for personal and commercial use.
- Name
- envelope-open2-filled
- Set
- Reicon
- Style
- Filled
- 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="M23.162 9.896a3 3 0 0 0-.073-.309a4 4 0 0 0-.692-1.344c-.356-.453-.838-.797-1.55-1.305l-6.653-4.753c-.568-.406-1.014-.725-1.519-.853a2.75 2.75 0 0 0-1.35 0c-.505.128-.95.447-1.519.853L3.153 6.938c-.712.508-1.194.852-1.55 1.305a4 4 0 0 0-.691 1.344a3 3 0 0 0-.079.333a4 4 0 0 0-.056.453c-.027.352-.027.75-.027 1.234v5.226c0 .882 0 1.59.047 2.163c.048.588.15 1.1.389 1.57a4 4 0 0 0 1.748 1.748c.471.24.982.341 1.57.39c.573.046 1.281.046 2.164.046h10.664c.883 0 1.591 0 2.164-.047c.588-.048 1.099-.149 1.57-.389a4 4 0 0 0 1.748-1.748c.18-.354.282-.73.342-1.146q.022-.153.038-.315v-.012a9 9 0 0 0 .036-.553a22 22 0 0 0 .019-.93l.001-.778v-5.225c0-.452 0-.829-.022-1.164a5 5 0 0 0-.066-.547m-10.855-7.11a1.25 1.25 0 0 0-.614 0c-.195.05-.396.178-1.117.693L4.114 8.095c-.834.596-1.125.812-1.33 1.074a2.5 2.5 0 0 0-.35.6l8.081 6.157c.749.57.96.713 1.163.768c.211.056.433.056.644 0c.204-.055.414-.198 1.163-.768l8.08-6.157a2.5 2.5 0 0 0-.348-.6c-.206-.262-.496-.478-1.33-1.074l-6.463-4.616c-.72-.515-.922-.644-1.117-.693" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function ReiconEnvelopeOpen2Filled(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="M23.162 9.896a3 3 0 0 0-.073-.309a4 4 0 0 0-.692-1.344c-.356-.453-.838-.797-1.55-1.305l-6.653-4.753c-.568-.406-1.014-.725-1.519-.853a2.75 2.75 0 0 0-1.35 0c-.505.128-.95.447-1.519.853L3.153 6.938c-.712.508-1.194.852-1.55 1.305a4 4 0 0 0-.691 1.344a3 3 0 0 0-.079.333a4 4 0 0 0-.056.453c-.027.352-.027.75-.027 1.234v5.226c0 .882 0 1.59.047 2.163c.048.588.15 1.1.389 1.57a4 4 0 0 0 1.748 1.748c.471.24.982.341 1.57.39c.573.046 1.281.046 2.164.046h10.664c.883 0 1.591 0 2.164-.047c.588-.048 1.099-.149 1.57-.389a4 4 0 0 0 1.748-1.748c.18-.354.282-.73.342-1.146q.022-.153.038-.315v-.012a9 9 0 0 0 .036-.553a22 22 0 0 0 .019-.93l.001-.778v-5.225c0-.452 0-.829-.022-1.164a5 5 0 0 0-.066-.547m-10.855-7.11a1.25 1.25 0 0 0-.614 0c-.195.05-.396.178-1.117.693L4.114 8.095c-.834.596-1.125.812-1.33 1.074a2.5 2.5 0 0 0-.35.6l8.081 6.157c.749.57.96.713 1.163.768c.211.056.433.056.644 0c.204-.055.414-.198 1.163-.768l8.08-6.157a2.5 2.5 0 0 0-.348-.6c-.206-.262-.496-.478-1.33-1.074l-6.463-4.616c-.72-.515-.922-.644-1.117-.693" 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="M23.162 9.896a3 3 0 0 0-.073-.309a4 4 0 0 0-.692-1.344c-.356-.453-.838-.797-1.55-1.305l-6.653-4.753c-.568-.406-1.014-.725-1.519-.853a2.75 2.75 0 0 0-1.35 0c-.505.128-.95.447-1.519.853L3.153 6.938c-.712.508-1.194.852-1.55 1.305a4 4 0 0 0-.691 1.344a3 3 0 0 0-.079.333a4 4 0 0 0-.056.453c-.027.352-.027.75-.027 1.234v5.226c0 .882 0 1.59.047 2.163c.048.588.15 1.1.389 1.57a4 4 0 0 0 1.748 1.748c.471.24.982.341 1.57.39c.573.046 1.281.046 2.164.046h10.664c.883 0 1.591 0 2.164-.047c.588-.048 1.099-.149 1.57-.389a4 4 0 0 0 1.748-1.748c.18-.354.282-.73.342-1.146q.022-.153.038-.315v-.012a9 9 0 0 0 .036-.553a22 22 0 0 0 .019-.93l.001-.778v-5.225c0-.452 0-.829-.022-1.164a5 5 0 0 0-.066-.547m-10.855-7.11a1.25 1.25 0 0 0-.614 0c-.195.05-.396.178-1.117.693L4.114 8.095c-.834.596-1.125.812-1.33 1.074a2.5 2.5 0 0 0-.35.6l8.081 6.157c.749.57.96.713 1.163.768c.211.056.433.056.644 0c.204-.055.414-.198 1.163-.768l8.08-6.157a2.5 2.5 0 0 0-.348-.6c-.206-.262-.496-.478-1.33-1.074l-6.463-4.616c-.72-.515-.922-.644-1.117-.693" clip-rule="evenodd"/></svg> </template>
CSS
.icon-envelope-open2-filled {
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%22M23.162%209.896a3%203%200%200%200-.073-.309a4%204%200%200%200-.692-1.344c-.356-.453-.838-.797-1.55-1.305l-6.653-4.753c-.568-.406-1.014-.725-1.519-.853a2.75%202.75%200%200%200-1.35%200c-.505.128-.95.447-1.519.853L3.153%206.938c-.712.508-1.194.852-1.55%201.305a4%204%200%200%200-.691%201.344a3%203%200%200%200-.079.333a4%204%200%200%200-.056.453c-.027.352-.027.75-.027%201.234v5.226c0%20.882%200%201.59.047%202.163c.048.588.15%201.1.389%201.57a4%204%200%200%200%201.748%201.748c.471.24.982.341%201.57.39c.573.046%201.281.046%202.164.046h10.664c.883%200%201.591%200%202.164-.047c.588-.048%201.099-.149%201.57-.389a4%204%200%200%200%201.748-1.748c.18-.354.282-.73.342-1.146q.022-.153.038-.315v-.012a9%209%200%200%200%20.036-.553a22%2022%200%200%200%20.019-.93l.001-.778v-5.225c0-.452%200-.829-.022-1.164a5%205%200%200%200-.066-.547m-10.855-7.11a1.25%201.25%200%200%200-.614%200c-.195.05-.396.178-1.117.693L4.114%208.095c-.834.596-1.125.812-1.33%201.074a2.5%202.5%200%200%200-.35.6l8.081%206.157c.749.57.96.713%201.163.768c.211.056.433.056.644%200c.204-.055.414-.198%201.163-.768l8.08-6.157a2.5%202.5%200%200%200-.348-.6c-.206-.262-.496-.478-1.33-1.074l-6.463-4.616c-.72-.515-.922-.644-1.117-.693%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%22M23.162%209.896a3%203%200%200%200-.073-.309a4%204%200%200%200-.692-1.344c-.356-.453-.838-.797-1.55-1.305l-6.653-4.753c-.568-.406-1.014-.725-1.519-.853a2.75%202.75%200%200%200-1.35%200c-.505.128-.95.447-1.519.853L3.153%206.938c-.712.508-1.194.852-1.55%201.305a4%204%200%200%200-.691%201.344a3%203%200%200%200-.079.333a4%204%200%200%200-.056.453c-.027.352-.027.75-.027%201.234v5.226c0%20.882%200%201.59.047%202.163c.048.588.15%201.1.389%201.57a4%204%200%200%200%201.748%201.748c.471.24.982.341%201.57.39c.573.046%201.281.046%202.164.046h10.664c.883%200%201.591%200%202.164-.047c.588-.048%201.099-.149%201.57-.389a4%204%200%200%200%201.748-1.748c.18-.354.282-.73.342-1.146q.022-.153.038-.315v-.012a9%209%200%200%200%20.036-.553a22%2022%200%200%200%20.019-.93l.001-.778v-5.225c0-.452%200-.829-.022-1.164a5%205%200%200%200-.066-.547m-10.855-7.11a1.25%201.25%200%200%200-.614%200c-.195.05-.396.178-1.117.693L4.114%208.095c-.834.596-1.125.812-1.33%201.074a2.5%202.5%200%200%200-.35.6l8.081%206.157c.749.57.96.713%201.163.768c.211.056.433.056.644%200c.204-.055.414-.198%201.163-.768l8.08-6.157a2.5%202.5%200%200%200-.348-.6c-.206-.262-.496-.478-1.33-1.074l-6.463-4.616c-.72-.515-.922-.644-1.117-.693%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-filled.svg?color=%231a73e8&size=48