envelope2 icon

envelope2-filled from Reicon by REICON · Filled · Messages · MIT Free for personal and commercial use.

Name
envelope2-filled
Set
Reicon
Style
Filled
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"><g fill="currentColor"><path d="M6.268 3h11.464c.813 0 1.469 0 2 .043c.546.045 1.026.14 1.47.366a3.75 3.75 0 0 1 1.64 1.639q.138.275.219.573c.021.08.032.12.028.164a.3.3 0 0 1-.037.112a.5.5 0 0 1-.133.12l-9.438 7.166c-.748.568-.957.71-1.16.764a1.25 1.25 0 0 1-.643 0c-.204-.054-.413-.196-1.16-.764L1.08 6.02a.5.5 0 0 1-.133-.12a.3.3 0 0 1-.038-.112a.5.5 0 0 1 .029-.164q.08-.299.22-.575a3.75 3.75 0 0 1 1.639-1.64c.444-.226.924-.32 1.47-.365C4.8 3 5.456 3 6.269 3"/><path d="M1.387 8.134c-.203-.154-.305-.23-.391-.23A.25.25 0 0 0 .803 8c-.053.068-.053.195-.053.45v7.032c0 .813 0 1.469.043 2c.045.546.14 1.026.366 1.47a3.75 3.75 0 0 0 1.639 1.64c.444.226.924.32 1.47.365c.531.043 1.187.043 2 .043h11.464c.813 0 1.469 0 2-.043c.546-.045 1.026-.14 1.47-.366a3.75 3.75 0 0 0 1.64-1.639c.226-.444.32-.924.365-1.47c.043-.531.043-1.187.043-2V8.448c0-.254 0-.381-.053-.45a.25.25 0 0 0-.193-.095c-.086-.001-.188.076-.391.23l-8.331 6.326c-.588.447-1.049.797-1.577.938a2.75 2.75 0 0 1-1.412 0c-.528-.14-.989-.491-1.576-.938z"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconEnvelope2Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M6.268 3h11.464c.813 0 1.469 0 2 .043c.546.045 1.026.14 1.47.366a3.75 3.75 0 0 1 1.64 1.639q.138.275.219.573c.021.08.032.12.028.164a.3.3 0 0 1-.037.112a.5.5 0 0 1-.133.12l-9.438 7.166c-.748.568-.957.71-1.16.764a1.25 1.25 0 0 1-.643 0c-.204-.054-.413-.196-1.16-.764L1.08 6.02a.5.5 0 0 1-.133-.12a.3.3 0 0 1-.038-.112a.5.5 0 0 1 .029-.164q.08-.299.22-.575a3.75 3.75 0 0 1 1.639-1.64c.444-.226.924-.32 1.47-.365C4.8 3 5.456 3 6.269 3"/><path d="M1.387 8.134c-.203-.154-.305-.23-.391-.23A.25.25 0 0 0 .803 8c-.053.068-.053.195-.053.45v7.032c0 .813 0 1.469.043 2c.045.546.14 1.026.366 1.47a3.75 3.75 0 0 0 1.639 1.64c.444.226.924.32 1.47.365c.531.043 1.187.043 2 .043h11.464c.813 0 1.469 0 2-.043c.546-.045 1.026-.14 1.47-.366a3.75 3.75 0 0 0 1.64-1.639c.226-.444.32-.924.365-1.47c.043-.531.043-1.187.043-2V8.448c0-.254 0-.381-.053-.45a.25.25 0 0 0-.193-.095c-.086-.001-.188.076-.391.23l-8.331 6.326c-.588.447-1.049.797-1.577.938a2.75 2.75 0 0 1-1.412 0c-.528-.14-.989-.491-1.576-.938z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M6.268 3h11.464c.813 0 1.469 0 2 .043c.546.045 1.026.14 1.47.366a3.75 3.75 0 0 1 1.64 1.639q.138.275.219.573c.021.08.032.12.028.164a.3.3 0 0 1-.037.112a.5.5 0 0 1-.133.12l-9.438 7.166c-.748.568-.957.71-1.16.764a1.25 1.25 0 0 1-.643 0c-.204-.054-.413-.196-1.16-.764L1.08 6.02a.5.5 0 0 1-.133-.12a.3.3 0 0 1-.038-.112a.5.5 0 0 1 .029-.164q.08-.299.22-.575a3.75 3.75 0 0 1 1.639-1.64c.444-.226.924-.32 1.47-.365C4.8 3 5.456 3 6.269 3"/><path d="M1.387 8.134c-.203-.154-.305-.23-.391-.23A.25.25 0 0 0 .803 8c-.053.068-.053.195-.053.45v7.032c0 .813 0 1.469.043 2c.045.546.14 1.026.366 1.47a3.75 3.75 0 0 0 1.639 1.64c.444.226.924.32 1.47.365c.531.043 1.187.043 2 .043h11.464c.813 0 1.469 0 2-.043c.546-.045 1.026-.14 1.47-.366a3.75 3.75 0 0 0 1.64-1.639c.226-.444.32-.924.365-1.47c.043-.531.043-1.187.043-2V8.448c0-.254 0-.381-.053-.45a.25.25 0 0 0-.193-.095c-.086-.001-.188.076-.391.23l-8.331 6.326c-.588.447-1.049.797-1.577.938a2.75 2.75 0 0 1-1.412 0c-.528-.14-.989-.491-1.576-.938z"/></g></svg>
</template>

CSS

.icon-envelope2-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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M6.268%203h11.464c.813%200%201.469%200%202%20.043c.546.045%201.026.14%201.47.366a3.75%203.75%200%200%201%201.64%201.639q.138.275.219.573c.021.08.032.12.028.164a.3.3%200%200%201-.037.112a.5.5%200%200%201-.133.12l-9.438%207.166c-.748.568-.957.71-1.16.764a1.25%201.25%200%200%201-.643%200c-.204-.054-.413-.196-1.16-.764L1.08%206.02a.5.5%200%200%201-.133-.12a.3.3%200%200%201-.038-.112a.5.5%200%200%201%20.029-.164q.08-.299.22-.575a3.75%203.75%200%200%201%201.639-1.64c.444-.226.924-.32%201.47-.365C4.8%203%205.456%203%206.269%203%22%2F%3E%3Cpath%20d%3D%22M1.387%208.134c-.203-.154-.305-.23-.391-.23A.25.25%200%200%200%20.803%208c-.053.068-.053.195-.053.45v7.032c0%20.813%200%201.469.043%202c.045.546.14%201.026.366%201.47a3.75%203.75%200%200%200%201.639%201.64c.444.226.924.32%201.47.365c.531.043%201.187.043%202%20.043h11.464c.813%200%201.469%200%202-.043c.546-.045%201.026-.14%201.47-.366a3.75%203.75%200%200%200%201.64-1.639c.226-.444.32-.924.365-1.47c.043-.531.043-1.187.043-2V8.448c0-.254%200-.381-.053-.45a.25.25%200%200%200-.193-.095c-.086-.001-.188.076-.391.23l-8.331%206.326c-.588.447-1.049.797-1.577.938a2.75%202.75%200%200%201-1.412%200c-.528-.14-.989-.491-1.576-.938z%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M6.268%203h11.464c.813%200%201.469%200%202%20.043c.546.045%201.026.14%201.47.366a3.75%203.75%200%200%201%201.64%201.639q.138.275.219.573c.021.08.032.12.028.164a.3.3%200%200%201-.037.112a.5.5%200%200%201-.133.12l-9.438%207.166c-.748.568-.957.71-1.16.764a1.25%201.25%200%200%201-.643%200c-.204-.054-.413-.196-1.16-.764L1.08%206.02a.5.5%200%200%201-.133-.12a.3.3%200%200%201-.038-.112a.5.5%200%200%201%20.029-.164q.08-.299.22-.575a3.75%203.75%200%200%201%201.639-1.64c.444-.226.924-.32%201.47-.365C4.8%203%205.456%203%206.269%203%22%2F%3E%3Cpath%20d%3D%22M1.387%208.134c-.203-.154-.305-.23-.391-.23A.25.25%200%200%200%20.803%208c-.053.068-.053.195-.053.45v7.032c0%20.813%200%201.469.043%202c.045.546.14%201.026.366%201.47a3.75%203.75%200%200%200%201.639%201.64c.444.226.924.32%201.47.365c.531.043%201.187.043%202%20.043h11.464c.813%200%201.469%200%202-.043c.546-.045%201.026-.14%201.47-.366a3.75%203.75%200%200%200%201.64-1.639c.226-.444.32-.924.365-1.47c.043-.531.043-1.187.043-2V8.448c0-.254%200-.381-.053-.45a.25.25%200%200%200-.193-.095c-.086-.001-.188.076-.391.23l-8.331%206.326c-.588.447-1.049.797-1.577.938a2.75%202.75%200%200%201-1.412%200c-.528-.14-.989-.491-1.576-.938z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/envelope2-filled.svg?color=%231a73e8&size=48