envelopes icon
envelopes-filled from Reicon by REICON · Filled · Messages · MIT Free for personal and commercial use.
- Name
- envelopes-filled
- Set
- Reicon
- Style
- Filled
- Category
- Messages
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
The same icon in other sets
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 envelopes icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M9.128 2.25c-.7 0-1.273 0-1.737.038c-.48.04-.91.123-1.312.327A3.35 3.35 0 0 0 4.615 4.08q-.073.145-.127.294a.5.5 0 0 0-.042.168a.3.3 0 0 0 .036.12c.024.042.063.07.14.129l7.896 6c.747.567.957.71 1.16.763c.211.056.433.056.643 0c.204-.054.414-.196 1.161-.764l7.897-6c.076-.057.115-.086.14-.128a.3.3 0 0 0 .035-.12a.5.5 0 0 0-.042-.168a3 3 0 0 0-.127-.294a3.35 3.35 0 0 0-1.464-1.464c-.402-.204-.832-.288-1.312-.327c-.465-.038-1.036-.038-1.737-.038z"/><path d="M4.53 6.647c.067.009.147.07.308.19l6.879 5.227c.588.448 1.048.799 1.576.94c.463.122.95.122 1.414 0c.528-.141.988-.492 1.576-.94l6.88-5.226c.16-.122.24-.182.307-.19a.25.25 0 0 1 .246.122c.034.058.034.158.034.358v5.744c0 .7 0 1.273-.038 1.737c-.04.48-.123.91-.327 1.312a3.35 3.35 0 0 1-1.464 1.464c-.402.204-.832.288-1.312.327c-.465.038-1.036.038-1.737.038H9.128c-.7 0-1.273 0-1.737-.038c-.48-.04-.91-.123-1.312-.327a3.35 3.35 0 0 1-1.464-1.464c-.204-.402-.288-.832-.327-1.312c-.038-.464-.038-1.036-.038-1.737V7.128c0-.2 0-.3.034-.358a.25.25 0 0 1 .246-.123"/><path d="M1.75 7a.75.75 0 0 0-1.5 0v7.633c0 1.092 0 1.958.057 2.655c.058.714.18 1.317.46 1.869a4.75 4.75 0 0 0 2.077 2.075c.55.281 1.154.403 1.868.461c.697.057 1.563.057 2.655.057H19a.75.75 0 0 0 0-1.5H7.4c-1.132 0-1.937 0-2.566-.052c-.62-.05-1.005-.147-1.31-.302a3.25 3.25 0 0 1-1.42-1.42c-.155-.305-.251-.69-.302-1.31c-.051-.63-.052-1.434-.052-2.566z"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconEnvelopesFilled(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="M9.128 2.25c-.7 0-1.273 0-1.737.038c-.48.04-.91.123-1.312.327A3.35 3.35 0 0 0 4.615 4.08q-.073.145-.127.294a.5.5 0 0 0-.042.168a.3.3 0 0 0 .036.12c.024.042.063.07.14.129l7.896 6c.747.567.957.71 1.16.763c.211.056.433.056.643 0c.204-.054.414-.196 1.161-.764l7.897-6c.076-.057.115-.086.14-.128a.3.3 0 0 0 .035-.12a.5.5 0 0 0-.042-.168a3 3 0 0 0-.127-.294a3.35 3.35 0 0 0-1.464-1.464c-.402-.204-.832-.288-1.312-.327c-.465-.038-1.036-.038-1.737-.038z"/><path d="M4.53 6.647c.067.009.147.07.308.19l6.879 5.227c.588.448 1.048.799 1.576.94c.463.122.95.122 1.414 0c.528-.141.988-.492 1.576-.94l6.88-5.226c.16-.122.24-.182.307-.19a.25.25 0 0 1 .246.122c.034.058.034.158.034.358v5.744c0 .7 0 1.273-.038 1.737c-.04.48-.123.91-.327 1.312a3.35 3.35 0 0 1-1.464 1.464c-.402.204-.832.288-1.312.327c-.465.038-1.036.038-1.737.038H9.128c-.7 0-1.273 0-1.737-.038c-.48-.04-.91-.123-1.312-.327a3.35 3.35 0 0 1-1.464-1.464c-.204-.402-.288-.832-.327-1.312c-.038-.464-.038-1.036-.038-1.737V7.128c0-.2 0-.3.034-.358a.25.25 0 0 1 .246-.123"/><path d="M1.75 7a.75.75 0 0 0-1.5 0v7.633c0 1.092 0 1.958.057 2.655c.058.714.18 1.317.46 1.869a4.75 4.75 0 0 0 2.077 2.075c.55.281 1.154.403 1.868.461c.697.057 1.563.057 2.655.057H19a.75.75 0 0 0 0-1.5H7.4c-1.132 0-1.937 0-2.566-.052c-.62-.05-1.005-.147-1.31-.302a3.25 3.25 0 0 1-1.42-1.42c-.155-.305-.251-.69-.302-1.31c-.051-.63-.052-1.434-.052-2.566z"/></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="M9.128 2.25c-.7 0-1.273 0-1.737.038c-.48.04-.91.123-1.312.327A3.35 3.35 0 0 0 4.615 4.08q-.073.145-.127.294a.5.5 0 0 0-.042.168a.3.3 0 0 0 .036.12c.024.042.063.07.14.129l7.896 6c.747.567.957.71 1.16.763c.211.056.433.056.643 0c.204-.054.414-.196 1.161-.764l7.897-6c.076-.057.115-.086.14-.128a.3.3 0 0 0 .035-.12a.5.5 0 0 0-.042-.168a3 3 0 0 0-.127-.294a3.35 3.35 0 0 0-1.464-1.464c-.402-.204-.832-.288-1.312-.327c-.465-.038-1.036-.038-1.737-.038z"/><path d="M4.53 6.647c.067.009.147.07.308.19l6.879 5.227c.588.448 1.048.799 1.576.94c.463.122.95.122 1.414 0c.528-.141.988-.492 1.576-.94l6.88-5.226c.16-.122.24-.182.307-.19a.25.25 0 0 1 .246.122c.034.058.034.158.034.358v5.744c0 .7 0 1.273-.038 1.737c-.04.48-.123.91-.327 1.312a3.35 3.35 0 0 1-1.464 1.464c-.402.204-.832.288-1.312.327c-.465.038-1.036.038-1.737.038H9.128c-.7 0-1.273 0-1.737-.038c-.48-.04-.91-.123-1.312-.327a3.35 3.35 0 0 1-1.464-1.464c-.204-.402-.288-.832-.327-1.312c-.038-.464-.038-1.036-.038-1.737V7.128c0-.2 0-.3.034-.358a.25.25 0 0 1 .246-.123"/><path d="M1.75 7a.75.75 0 0 0-1.5 0v7.633c0 1.092 0 1.958.057 2.655c.058.714.18 1.317.46 1.869a4.75 4.75 0 0 0 2.077 2.075c.55.281 1.154.403 1.868.461c.697.057 1.563.057 2.655.057H19a.75.75 0 0 0 0-1.5H7.4c-1.132 0-1.937 0-2.566-.052c-.62-.05-1.005-.147-1.31-.302a3.25 3.25 0 0 1-1.42-1.42c-.155-.305-.251-.69-.302-1.31c-.051-.63-.052-1.434-.052-2.566z"/></g></svg> </template>
CSS
.icon-envelopes-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%22M9.128%202.25c-.7%200-1.273%200-1.737.038c-.48.04-.91.123-1.312.327A3.35%203.35%200%200%200%204.615%204.08q-.073.145-.127.294a.5.5%200%200%200-.042.168a.3.3%200%200%200%20.036.12c.024.042.063.07.14.129l7.896%206c.747.567.957.71%201.16.763c.211.056.433.056.643%200c.204-.054.414-.196%201.161-.764l7.897-6c.076-.057.115-.086.14-.128a.3.3%200%200%200%20.035-.12a.5.5%200%200%200-.042-.168a3%203%200%200%200-.127-.294a3.35%203.35%200%200%200-1.464-1.464c-.402-.204-.832-.288-1.312-.327c-.465-.038-1.036-.038-1.737-.038z%22%2F%3E%3Cpath%20d%3D%22M4.53%206.647c.067.009.147.07.308.19l6.879%205.227c.588.448%201.048.799%201.576.94c.463.122.95.122%201.414%200c.528-.141.988-.492%201.576-.94l6.88-5.226c.16-.122.24-.182.307-.19a.25.25%200%200%201%20.246.122c.034.058.034.158.034.358v5.744c0%20.7%200%201.273-.038%201.737c-.04.48-.123.91-.327%201.312a3.35%203.35%200%200%201-1.464%201.464c-.402.204-.832.288-1.312.327c-.465.038-1.036.038-1.737.038H9.128c-.7%200-1.273%200-1.737-.038c-.48-.04-.91-.123-1.312-.327a3.35%203.35%200%200%201-1.464-1.464c-.204-.402-.288-.832-.327-1.312c-.038-.464-.038-1.036-.038-1.737V7.128c0-.2%200-.3.034-.358a.25.25%200%200%201%20.246-.123%22%2F%3E%3Cpath%20d%3D%22M1.75%207a.75.75%200%200%200-1.5%200v7.633c0%201.092%200%201.958.057%202.655c.058.714.18%201.317.46%201.869a4.75%204.75%200%200%200%202.077%202.075c.55.281%201.154.403%201.868.461c.697.057%201.563.057%202.655.057H19a.75.75%200%200%200%200-1.5H7.4c-1.132%200-1.937%200-2.566-.052c-.62-.05-1.005-.147-1.31-.302a3.25%203.25%200%200%201-1.42-1.42c-.155-.305-.251-.69-.302-1.31c-.051-.63-.052-1.434-.052-2.566z%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%22M9.128%202.25c-.7%200-1.273%200-1.737.038c-.48.04-.91.123-1.312.327A3.35%203.35%200%200%200%204.615%204.08q-.073.145-.127.294a.5.5%200%200%200-.042.168a.3.3%200%200%200%20.036.12c.024.042.063.07.14.129l7.896%206c.747.567.957.71%201.16.763c.211.056.433.056.643%200c.204-.054.414-.196%201.161-.764l7.897-6c.076-.057.115-.086.14-.128a.3.3%200%200%200%20.035-.12a.5.5%200%200%200-.042-.168a3%203%200%200%200-.127-.294a3.35%203.35%200%200%200-1.464-1.464c-.402-.204-.832-.288-1.312-.327c-.465-.038-1.036-.038-1.737-.038z%22%2F%3E%3Cpath%20d%3D%22M4.53%206.647c.067.009.147.07.308.19l6.879%205.227c.588.448%201.048.799%201.576.94c.463.122.95.122%201.414%200c.528-.141.988-.492%201.576-.94l6.88-5.226c.16-.122.24-.182.307-.19a.25.25%200%200%201%20.246.122c.034.058.034.158.034.358v5.744c0%20.7%200%201.273-.038%201.737c-.04.48-.123.91-.327%201.312a3.35%203.35%200%200%201-1.464%201.464c-.402.204-.832.288-1.312.327c-.465.038-1.036.038-1.737.038H9.128c-.7%200-1.273%200-1.737-.038c-.48-.04-.91-.123-1.312-.327a3.35%203.35%200%200%201-1.464-1.464c-.204-.402-.288-.832-.327-1.312c-.038-.464-.038-1.036-.038-1.737V7.128c0-.2%200-.3.034-.358a.25.25%200%200%201%20.246-.123%22%2F%3E%3Cpath%20d%3D%22M1.75%207a.75.75%200%200%200-1.5%200v7.633c0%201.092%200%201.958.057%202.655c.058.714.18%201.317.46%201.869a4.75%204.75%200%200%200%202.077%202.075c.55.281%201.154.403%201.868.461c.697.057%201.563.057%202.655.057H19a.75.75%200%200%200%200-1.5H7.4c-1.132%200-1.937%200-2.566-.052c-.62-.05-1.005-.147-1.31-.302a3.25%203.25%200%200%201-1.42-1.42c-.155-.305-.251-.69-.302-1.31c-.051-.63-.052-1.434-.052-2.566z%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/envelopes-filled.svg?color=%231a73e8&size=48