envelope2 icon

envelope2 from Reicon by REICON · Outline · Messages · MIT Free for personal and commercial use.

Name
envelope2
Set
Reicon
Style
Outline
Category
Messages
Viewbox
24×24
License
MIT

1 other variant in Reicon

More messages icons from Reicon

Use the envelope2 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="M6.668 3c-.883 0-1.591 0-2.164.047c-.588.048-1.099.149-1.57.389a4 4 0 0 0-1.748 1.748c-.32.629-.389 1.342-.417 2.037C.742 7.704.75 8.261.75 8.918v6.164c0 .883 0 1.591.047 2.164c.048.588.15 1.099.389 1.57a4 4 0 0 0 1.748 1.748c.471.24.982.341 1.57.39C5.077 21 5.785 21 6.668 21h10.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.24-.471.341-.982.39-1.57c.046-.573.046-1.281.046-2.164V8.918c0-1.217.133-2.618-.436-3.734a4 4 0 0 0-1.748-1.748c-.471-.24-.982-.341-1.57-.39C18.923 3 18.215 3 17.332 3zM21.71 6.908l-.003-.032c-.04-.495-.116-.787-.23-1.011a2.5 2.5 0 0 0-1.093-1.093c-.224-.114-.516-.19-1.011-.23c-.504-.042-1.15-.042-2.073-.042H6.7c-.922 0-1.57 0-2.073.042c-.496.04-.788.116-1.012.23a2.5 2.5 0 0 0-1.092 1.093c-.115.224-.19.516-.231 1.011l-.003.032l8.226 6.268c.749.57.96.713 1.163.768c.211.056.433.056.644 0c.204-.055.414-.198 1.163-.768zM2.25 8.764l-.001.186v6.1c0 .922 0 1.57.042 2.073c.04.496.116.788.23 1.012a2.5 2.5 0 0 0 1.093 1.092c.224.115.516.19 1.012.231c.504.041 1.15.042 2.073.042h10.6c.922 0 1.57 0 2.074-.042c.495-.04.787-.116 1.011-.23a2.5 2.5 0 0 0 1.093-1.093c.114-.224.19-.516.23-1.012c.042-.504.042-1.15.042-2.073V8.764l-7.462 5.686c-.59.45-1.05.802-1.58.943a2.75 2.75 0 0 1-1.416 0c-.53-.141-.99-.493-1.58-.943z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function ReiconEnvelope2(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="M6.668 3c-.883 0-1.591 0-2.164.047c-.588.048-1.099.149-1.57.389a4 4 0 0 0-1.748 1.748c-.32.629-.389 1.342-.417 2.037C.742 7.704.75 8.261.75 8.918v6.164c0 .883 0 1.591.047 2.164c.048.588.15 1.099.389 1.57a4 4 0 0 0 1.748 1.748c.471.24.982.341 1.57.39C5.077 21 5.785 21 6.668 21h10.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.24-.471.341-.982.39-1.57c.046-.573.046-1.281.046-2.164V8.918c0-1.217.133-2.618-.436-3.734a4 4 0 0 0-1.748-1.748c-.471-.24-.982-.341-1.57-.39C18.923 3 18.215 3 17.332 3zM21.71 6.908l-.003-.032c-.04-.495-.116-.787-.23-1.011a2.5 2.5 0 0 0-1.093-1.093c-.224-.114-.516-.19-1.011-.23c-.504-.042-1.15-.042-2.073-.042H6.7c-.922 0-1.57 0-2.073.042c-.496.04-.788.116-1.012.23a2.5 2.5 0 0 0-1.092 1.093c-.115.224-.19.516-.231 1.011l-.003.032l8.226 6.268c.749.57.96.713 1.163.768c.211.056.433.056.644 0c.204-.055.414-.198 1.163-.768zM2.25 8.764l-.001.186v6.1c0 .922 0 1.57.042 2.073c.04.496.116.788.23 1.012a2.5 2.5 0 0 0 1.093 1.092c.224.115.516.19 1.012.231c.504.041 1.15.042 2.073.042h10.6c.922 0 1.57 0 2.074-.042c.495-.04.787-.116 1.011-.23a2.5 2.5 0 0 0 1.093-1.093c.114-.224.19-.516.23-1.012c.042-.504.042-1.15.042-2.073V8.764l-7.462 5.686c-.59.45-1.05.802-1.58.943a2.75 2.75 0 0 1-1.416 0c-.53-.141-.99-.493-1.58-.943z" 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="M6.668 3c-.883 0-1.591 0-2.164.047c-.588.048-1.099.149-1.57.389a4 4 0 0 0-1.748 1.748c-.32.629-.389 1.342-.417 2.037C.742 7.704.75 8.261.75 8.918v6.164c0 .883 0 1.591.047 2.164c.048.588.15 1.099.389 1.57a4 4 0 0 0 1.748 1.748c.471.24.982.341 1.57.39C5.077 21 5.785 21 6.668 21h10.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.24-.471.341-.982.39-1.57c.046-.573.046-1.281.046-2.164V8.918c0-1.217.133-2.618-.436-3.734a4 4 0 0 0-1.748-1.748c-.471-.24-.982-.341-1.57-.39C18.923 3 18.215 3 17.332 3zM21.71 6.908l-.003-.032c-.04-.495-.116-.787-.23-1.011a2.5 2.5 0 0 0-1.093-1.093c-.224-.114-.516-.19-1.011-.23c-.504-.042-1.15-.042-2.073-.042H6.7c-.922 0-1.57 0-2.073.042c-.496.04-.788.116-1.012.23a2.5 2.5 0 0 0-1.092 1.093c-.115.224-.19.516-.231 1.011l-.003.032l8.226 6.268c.749.57.96.713 1.163.768c.211.056.433.056.644 0c.204-.055.414-.198 1.163-.768zM2.25 8.764l-.001.186v6.1c0 .922 0 1.57.042 2.073c.04.496.116.788.23 1.012a2.5 2.5 0 0 0 1.093 1.092c.224.115.516.19 1.012.231c.504.041 1.15.042 2.073.042h10.6c.922 0 1.57 0 2.074-.042c.495-.04.787-.116 1.011-.23a2.5 2.5 0 0 0 1.093-1.093c.114-.224.19-.516.23-1.012c.042-.504.042-1.15.042-2.073V8.764l-7.462 5.686c-.59.45-1.05.802-1.58.943a2.75 2.75 0 0 1-1.416 0c-.53-.141-.99-.493-1.58-.943z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-envelope2 {
  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%22M6.668%203c-.883%200-1.591%200-2.164.047c-.588.048-1.099.149-1.57.389a4%204%200%200%200-1.748%201.748c-.32.629-.389%201.342-.417%202.037C.742%207.704.75%208.261.75%208.918v6.164c0%20.883%200%201.591.047%202.164c.048.588.15%201.099.389%201.57a4%204%200%200%200%201.748%201.748c.471.24.982.341%201.57.39C5.077%2021%205.785%2021%206.668%2021h10.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.24-.471.341-.982.39-1.57c.046-.573.046-1.281.046-2.164V8.918c0-1.217.133-2.618-.436-3.734a4%204%200%200%200-1.748-1.748c-.471-.24-.982-.341-1.57-.39C18.923%203%2018.215%203%2017.332%203zM21.71%206.908l-.003-.032c-.04-.495-.116-.787-.23-1.011a2.5%202.5%200%200%200-1.093-1.093c-.224-.114-.516-.19-1.011-.23c-.504-.042-1.15-.042-2.073-.042H6.7c-.922%200-1.57%200-2.073.042c-.496.04-.788.116-1.012.23a2.5%202.5%200%200%200-1.092%201.093c-.115.224-.19.516-.231%201.011l-.003.032l8.226%206.268c.749.57.96.713%201.163.768c.211.056.433.056.644%200c.204-.055.414-.198%201.163-.768zM2.25%208.764l-.001.186v6.1c0%20.922%200%201.57.042%202.073c.04.496.116.788.23%201.012a2.5%202.5%200%200%200%201.093%201.092c.224.115.516.19%201.012.231c.504.041%201.15.042%202.073.042h10.6c.922%200%201.57%200%202.074-.042c.495-.04.787-.116%201.011-.23a2.5%202.5%200%200%200%201.093-1.093c.114-.224.19-.516.23-1.012c.042-.504.042-1.15.042-2.073V8.764l-7.462%205.686c-.59.45-1.05.802-1.58.943a2.75%202.75%200%200%201-1.416%200c-.53-.141-.99-.493-1.58-.943z%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%22M6.668%203c-.883%200-1.591%200-2.164.047c-.588.048-1.099.149-1.57.389a4%204%200%200%200-1.748%201.748c-.32.629-.389%201.342-.417%202.037C.742%207.704.75%208.261.75%208.918v6.164c0%20.883%200%201.591.047%202.164c.048.588.15%201.099.389%201.57a4%204%200%200%200%201.748%201.748c.471.24.982.341%201.57.39C5.077%2021%205.785%2021%206.668%2021h10.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.24-.471.341-.982.39-1.57c.046-.573.046-1.281.046-2.164V8.918c0-1.217.133-2.618-.436-3.734a4%204%200%200%200-1.748-1.748c-.471-.24-.982-.341-1.57-.39C18.923%203%2018.215%203%2017.332%203zM21.71%206.908l-.003-.032c-.04-.495-.116-.787-.23-1.011a2.5%202.5%200%200%200-1.093-1.093c-.224-.114-.516-.19-1.011-.23c-.504-.042-1.15-.042-2.073-.042H6.7c-.922%200-1.57%200-2.073.042c-.496.04-.788.116-1.012.23a2.5%202.5%200%200%200-1.092%201.093c-.115.224-.19.516-.231%201.011l-.003.032l8.226%206.268c.749.57.96.713%201.163.768c.211.056.433.056.644%200c.204-.055.414-.198%201.163-.768zM2.25%208.764l-.001.186v6.1c0%20.922%200%201.57.042%202.073c.04.496.116.788.23%201.012a2.5%202.5%200%200%200%201.093%201.092c.224.115.516.19%201.012.231c.504.041%201.15.042%202.073.042h10.6c.922%200%201.57%200%202.074-.042c.495-.04.787-.116%201.011-.23a2.5%202.5%200%200%200%201.093-1.093c.114-.224.19-.516.23-1.012c.042-.504.042-1.15.042-2.073V8.764l-7.462%205.686c-.59.45-1.05.802-1.58.943a2.75%202.75%200%200%201-1.416%200c-.53-.141-.99-.493-1.58-.943z%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/envelope2.svg?color=%231a73e8&size=48