envelope unread icon

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

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

2 other variants in Reicon

More messages icons from Reicon

Use the envelope unread icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M22 6a3 3 0 1 1-6 0a3 3 0 0 1 6 0"/><path fill-rule="evenodd" d="M14 5h-4C6.229 5 4.343 5 3.172 6.172S2 9.229 2 13s0 5.657 1.172 6.828S6.229 21 10 21h4c3.771 0 5.657 0 6.828-1.172S22 16.771 22 13c0-1.453 0-2.627-.067-3.587A4.48 4.48 0 0 1 19 10.5c-.479 0-.94-.075-1.373-.213l-1.343 1.12c-.887.738-1.605 1.337-2.24 1.745c-.66.425-1.303.693-2.044.693s-1.384-.269-2.045-.693c-.634-.408-1.352-1.007-2.239-1.745L5.52 9.577a.75.75 0 0 1 .96-1.153l2.159 1.799c.933.777 1.58 1.315 2.128 1.667c.529.34.888.455 1.233.455s.704-.114 1.233-.455c.547-.352 1.195-.89 2.128-1.667l.84-.7A4.49 4.49 0 0 1 14.61 5z" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconEnvelopeUnreadFilled(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="M22 6a3 3 0 1 1-6 0a3 3 0 0 1 6 0"/><path fillRule="evenodd" d="M14 5h-4C6.229 5 4.343 5 3.172 6.172S2 9.229 2 13s0 5.657 1.172 6.828S6.229 21 10 21h4c3.771 0 5.657 0 6.828-1.172S22 16.771 22 13c0-1.453 0-2.627-.067-3.587A4.48 4.48 0 0 1 19 10.5c-.479 0-.94-.075-1.373-.213l-1.343 1.12c-.887.738-1.605 1.337-2.24 1.745c-.66.425-1.303.693-2.044.693s-1.384-.269-2.045-.693c-.634-.408-1.352-1.007-2.239-1.745L5.52 9.577a.75.75 0 0 1 .96-1.153l2.159 1.799c.933.777 1.58 1.315 2.128 1.667c.529.34.888.455 1.233.455s.704-.114 1.233-.455c.547-.352 1.195-.89 2.128-1.667l.84-.7A4.49 4.49 0 0 1 14.61 5z" 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="M22 6a3 3 0 1 1-6 0a3 3 0 0 1 6 0"/><path fill-rule="evenodd" d="M14 5h-4C6.229 5 4.343 5 3.172 6.172S2 9.229 2 13s0 5.657 1.172 6.828S6.229 21 10 21h4c3.771 0 5.657 0 6.828-1.172S22 16.771 22 13c0-1.453 0-2.627-.067-3.587A4.48 4.48 0 0 1 19 10.5c-.479 0-.94-.075-1.373-.213l-1.343 1.12c-.887.738-1.605 1.337-2.24 1.745c-.66.425-1.303.693-2.044.693s-1.384-.269-2.045-.693c-.634-.408-1.352-1.007-2.239-1.745L5.52 9.577a.75.75 0 0 1 .96-1.153l2.159 1.799c.933.777 1.58 1.315 2.128 1.667c.529.34.888.455 1.233.455s.704-.114 1.233-.455c.547-.352 1.195-.89 2.128-1.667l.84-.7A4.49 4.49 0 0 1 14.61 5z" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-envelope-unread-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%22M22%206a3%203%200%201%201-6%200a3%203%200%200%201%206%200%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M14%205h-4C6.229%205%204.343%205%203.172%206.172S2%209.229%202%2013s0%205.657%201.172%206.828S6.229%2021%2010%2021h4c3.771%200%205.657%200%206.828-1.172S22%2016.771%2022%2013c0-1.453%200-2.627-.067-3.587A4.48%204.48%200%200%201%2019%2010.5c-.479%200-.94-.075-1.373-.213l-1.343%201.12c-.887.738-1.605%201.337-2.24%201.745c-.66.425-1.303.693-2.044.693s-1.384-.269-2.045-.693c-.634-.408-1.352-1.007-2.239-1.745L5.52%209.577a.75.75%200%200%201%20.96-1.153l2.159%201.799c.933.777%201.58%201.315%202.128%201.667c.529.34.888.455%201.233.455s.704-.114%201.233-.455c.547-.352%201.195-.89%202.128-1.667l.84-.7A4.49%204.49%200%200%201%2014.61%205z%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%22M22%206a3%203%200%201%201-6%200a3%203%200%200%201%206%200%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M14%205h-4C6.229%205%204.343%205%203.172%206.172S2%209.229%202%2013s0%205.657%201.172%206.828S6.229%2021%2010%2021h4c3.771%200%205.657%200%206.828-1.172S22%2016.771%2022%2013c0-1.453%200-2.627-.067-3.587A4.48%204.48%200%200%201%2019%2010.5c-.479%200-.94-.075-1.373-.213l-1.343%201.12c-.887.738-1.605%201.337-2.24%201.745c-.66.425-1.303.693-2.044.693s-1.384-.269-2.045-.693c-.634-.408-1.352-1.007-2.239-1.745L5.52%209.577a.75.75%200%200%201%20.96-1.153l2.159%201.799c.933.777%201.58%201.315%202.128%201.667c.529.34.888.455%201.233.455s.704-.114%201.233-.455c.547-.352%201.195-.89%202.128-1.667l.84-.7A4.49%204.49%200%200%201%2014.61%205z%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-unread-filled.svg?color=%231a73e8&size=48

Envelope Unread filled icon — Reicon · IconsDB