envelope open icon

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

Name
envelope-open-filled
Set
Reicon
Style
Filled
Category
Messages
Viewbox
24×24
License
MIT

2 other variants in Reicon

The same icon in other sets

All envelope open icons →

More messages icons from Reicon

Use the envelope open icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M10 22h4c3.771 0 5.657 0 6.828-1.171S22 17.77 22 14s0-5.657-1.172-6.828c-.362-.363-.794-.613-1.328-.786v2.773c.003.34.009.911-.236 1.433c-.244.522-.686.884-.95 1.1q-.04.03-.073.06l-1.507 1.255c-.86.718-1.61 1.342-2.284 1.776c-.725.466-1.51.812-2.45.812s-1.724-.346-2.45-.812c-.674-.434-1.423-1.058-2.284-1.775l-1.507-1.256l-.073-.06c-.264-.216-.705-.578-.95-1.1c-.244-.522-.24-1.093-.237-1.433l.001-.096V6.385c-.534.173-.966.424-1.328.787C2 8.343 2 10.229 2 14s0 5.657 1.172 6.829S6.229 22 10 22"/><path fill-rule="evenodd" d="m6.72 10.6l1.439 1.2c1.837 1.53 2.755 2.295 3.841 2.295s2.005-.765 3.841-2.296l1.44-1.2c.353-.294.53-.442.625-.643c.094-.202.094-.432.094-.893V7q0-.48-.002-.898c-.012-1.771-.098-2.737-.73-3.37C16.536 2 15.358 2 13 2h-2c-2.357 0-3.535 0-4.268.732c-.632.633-.72 1.599-.732 3.37Q5.998 6.519 6 7v2.063c0 .46 0 .691.095.893c.094.201.27.349.625.644M9.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"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconEnvelopeOpenFilled(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="M10 22h4c3.771 0 5.657 0 6.828-1.171S22 17.77 22 14s0-5.657-1.172-6.828c-.362-.363-.794-.613-1.328-.786v2.773c.003.34.009.911-.236 1.433c-.244.522-.686.884-.95 1.1q-.04.03-.073.06l-1.507 1.255c-.86.718-1.61 1.342-2.284 1.776c-.725.466-1.51.812-2.45.812s-1.724-.346-2.45-.812c-.674-.434-1.423-1.058-2.284-1.775l-1.507-1.256l-.073-.06c-.264-.216-.705-.578-.95-1.1c-.244-.522-.24-1.093-.237-1.433l.001-.096V6.385c-.534.173-.966.424-1.328.787C2 8.343 2 10.229 2 14s0 5.657 1.172 6.829S6.229 22 10 22"/><path fillRule="evenodd" d="m6.72 10.6l1.439 1.2c1.837 1.53 2.755 2.295 3.841 2.295s2.005-.765 3.841-2.296l1.44-1.2c.353-.294.53-.442.625-.643c.094-.202.094-.432.094-.893V7q0-.48-.002-.898c-.012-1.771-.098-2.737-.73-3.37C16.536 2 15.358 2 13 2h-2c-2.357 0-3.535 0-4.268.732c-.632.633-.72 1.599-.732 3.37Q5.998 6.519 6 7v2.063c0 .46 0 .691.095.893c.094.201.27.349.625.644M9.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"/></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="M10 22h4c3.771 0 5.657 0 6.828-1.171S22 17.77 22 14s0-5.657-1.172-6.828c-.362-.363-.794-.613-1.328-.786v2.773c.003.34.009.911-.236 1.433c-.244.522-.686.884-.95 1.1q-.04.03-.073.06l-1.507 1.255c-.86.718-1.61 1.342-2.284 1.776c-.725.466-1.51.812-2.45.812s-1.724-.346-2.45-.812c-.674-.434-1.423-1.058-2.284-1.775l-1.507-1.256l-.073-.06c-.264-.216-.705-.578-.95-1.1c-.244-.522-.24-1.093-.237-1.433l.001-.096V6.385c-.534.173-.966.424-1.328.787C2 8.343 2 10.229 2 14s0 5.657 1.172 6.829S6.229 22 10 22"/><path fill-rule="evenodd" d="m6.72 10.6l1.439 1.2c1.837 1.53 2.755 2.295 3.841 2.295s2.005-.765 3.841-2.296l1.44-1.2c.353-.294.53-.442.625-.643c.094-.202.094-.432.094-.893V7q0-.48-.002-.898c-.012-1.771-.098-2.737-.73-3.37C16.536 2 15.358 2 13 2h-2c-2.357 0-3.535 0-4.268.732c-.632.633-.72 1.599-.732 3.37Q5.998 6.519 6 7v2.063c0 .46 0 .691.095.893c.094.201.27.349.625.644M9.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"/></g></svg>
</template>

CSS

.icon-envelope-open-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%22M10%2022h4c3.771%200%205.657%200%206.828-1.171S22%2017.77%2022%2014s0-5.657-1.172-6.828c-.362-.363-.794-.613-1.328-.786v2.773c.003.34.009.911-.236%201.433c-.244.522-.686.884-.95%201.1q-.04.03-.073.06l-1.507%201.255c-.86.718-1.61%201.342-2.284%201.776c-.725.466-1.51.812-2.45.812s-1.724-.346-2.45-.812c-.674-.434-1.423-1.058-2.284-1.775l-1.507-1.256l-.073-.06c-.264-.216-.705-.578-.95-1.1c-.244-.522-.24-1.093-.237-1.433l.001-.096V6.385c-.534.173-.966.424-1.328.787C2%208.343%202%2010.229%202%2014s0%205.657%201.172%206.829S6.229%2022%2010%2022%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22m6.72%2010.6l1.439%201.2c1.837%201.53%202.755%202.295%203.841%202.295s2.005-.765%203.841-2.296l1.44-1.2c.353-.294.53-.442.625-.643c.094-.202.094-.432.094-.893V7q0-.48-.002-.898c-.012-1.771-.098-2.737-.73-3.37C16.536%202%2015.358%202%2013%202h-2c-2.357%200-3.535%200-4.268.732c-.632.633-.72%201.599-.732%203.37Q5.998%206.519%206%207v2.063c0%20.46%200%20.691.095.893c.094.201.27.349.625.644M9.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%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%22M10%2022h4c3.771%200%205.657%200%206.828-1.171S22%2017.77%2022%2014s0-5.657-1.172-6.828c-.362-.363-.794-.613-1.328-.786v2.773c.003.34.009.911-.236%201.433c-.244.522-.686.884-.95%201.1q-.04.03-.073.06l-1.507%201.255c-.86.718-1.61%201.342-2.284%201.776c-.725.466-1.51.812-2.45.812s-1.724-.346-2.45-.812c-.674-.434-1.423-1.058-2.284-1.775l-1.507-1.256l-.073-.06c-.264-.216-.705-.578-.95-1.1c-.244-.522-.24-1.093-.237-1.433l.001-.096V6.385c-.534.173-.966.424-1.328.787C2%208.343%202%2010.229%202%2014s0%205.657%201.172%206.829S6.229%2022%2010%2022%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22m6.72%2010.6l1.439%201.2c1.837%201.53%202.755%202.295%203.841%202.295s2.005-.765%203.841-2.296l1.44-1.2c.353-.294.53-.442.625-.643c.094-.202.094-.432.094-.893V7q0-.48-.002-.898c-.012-1.771-.098-2.737-.73-3.37C16.536%202%2015.358%202%2013%202h-2c-2.357%200-3.535%200-4.268.732c-.632.633-.72%201.599-.732%203.37Q5.998%206.519%206%207v2.063c0%20.46%200%20.691.095.893c.094.201.27.349.625.644M9.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%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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