envelope unread icon

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

Name
envelope-unread-duotone
Set
Reicon
Style
Duotone
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="M24 5a3 3 0 1 1-6 0a3 3 0 0 1 6 0m-6.766 2.464l-1.537 1.28c-1.026.856-1.738 1.447-2.34 1.834c-.582.375-.977.5-1.357.5s-.774-.125-1.357-.5c-.601-.386-1.314-.978-2.34-1.834L5.928 6.765a.825.825 0 0 0-1.056 1.268l2.416 2.014c.975.812 1.765 1.47 2.463 1.92c.726.466 1.434.762 2.25.762c.814 0 1.522-.296 2.249-.763c.697-.448 1.487-1.107 2.462-1.92l1.666-1.388a4.5 4.5 0 0 1-1.144-1.194"/><path d="M18.454 6.587a.825.825 0 0 1 .958.959a3 3 0 0 1-.958-.959"/><path d="M16.958 3.021C16.156 3 15.244 3 14.2 3H9.8C5.652 3 3.577 3 2.289 4.318S1 7.758 1 12s0 6.364 1.289 7.682S5.652 21 9.8 21h4.4c4.148 0 6.223 0 7.511-1.318S23 16.242 23 12c0-1.067 0-2-.02-2.82a4.4 4.4 0 0 1-1.98.468c-2.485 0-4.5-2.06-4.5-4.603c0-.726.165-1.413.458-2.024" opacity=".5"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconEnvelopeUnreadDuotone(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="M24 5a3 3 0 1 1-6 0a3 3 0 0 1 6 0m-6.766 2.464l-1.537 1.28c-1.026.856-1.738 1.447-2.34 1.834c-.582.375-.977.5-1.357.5s-.774-.125-1.357-.5c-.601-.386-1.314-.978-2.34-1.834L5.928 6.765a.825.825 0 0 0-1.056 1.268l2.416 2.014c.975.812 1.765 1.47 2.463 1.92c.726.466 1.434.762 2.25.762c.814 0 1.522-.296 2.249-.763c.697-.448 1.487-1.107 2.462-1.92l1.666-1.388a4.5 4.5 0 0 1-1.144-1.194"/><path d="M18.454 6.587a.825.825 0 0 1 .958.959a3 3 0 0 1-.958-.959"/><path d="M16.958 3.021C16.156 3 15.244 3 14.2 3H9.8C5.652 3 3.577 3 2.289 4.318S1 7.758 1 12s0 6.364 1.289 7.682S5.652 21 9.8 21h4.4c4.148 0 6.223 0 7.511-1.318S23 16.242 23 12c0-1.067 0-2-.02-2.82a4.4 4.4 0 0 1-1.98.468c-2.485 0-4.5-2.06-4.5-4.603c0-.726.165-1.413.458-2.024" opacity=".5"/></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="M24 5a3 3 0 1 1-6 0a3 3 0 0 1 6 0m-6.766 2.464l-1.537 1.28c-1.026.856-1.738 1.447-2.34 1.834c-.582.375-.977.5-1.357.5s-.774-.125-1.357-.5c-.601-.386-1.314-.978-2.34-1.834L5.928 6.765a.825.825 0 0 0-1.056 1.268l2.416 2.014c.975.812 1.765 1.47 2.463 1.92c.726.466 1.434.762 2.25.762c.814 0 1.522-.296 2.249-.763c.697-.448 1.487-1.107 2.462-1.92l1.666-1.388a4.5 4.5 0 0 1-1.144-1.194"/><path d="M18.454 6.587a.825.825 0 0 1 .958.959a3 3 0 0 1-.958-.959"/><path d="M16.958 3.021C16.156 3 15.244 3 14.2 3H9.8C5.652 3 3.577 3 2.289 4.318S1 7.758 1 12s0 6.364 1.289 7.682S5.652 21 9.8 21h4.4c4.148 0 6.223 0 7.511-1.318S23 16.242 23 12c0-1.067 0-2-.02-2.82a4.4 4.4 0 0 1-1.98.468c-2.485 0-4.5-2.06-4.5-4.603c0-.726.165-1.413.458-2.024" opacity=".5"/></g></svg>
</template>

CSS

.icon-envelope-unread-duotone {
  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%22M24%205a3%203%200%201%201-6%200a3%203%200%200%201%206%200m-6.766%202.464l-1.537%201.28c-1.026.856-1.738%201.447-2.34%201.834c-.582.375-.977.5-1.357.5s-.774-.125-1.357-.5c-.601-.386-1.314-.978-2.34-1.834L5.928%206.765a.825.825%200%200%200-1.056%201.268l2.416%202.014c.975.812%201.765%201.47%202.463%201.92c.726.466%201.434.762%202.25.762c.814%200%201.522-.296%202.249-.763c.697-.448%201.487-1.107%202.462-1.92l1.666-1.388a4.5%204.5%200%200%201-1.144-1.194%22%2F%3E%3Cpath%20d%3D%22M18.454%206.587a.825.825%200%200%201%20.958.959a3%203%200%200%201-.958-.959%22%2F%3E%3Cpath%20d%3D%22M16.958%203.021C16.156%203%2015.244%203%2014.2%203H9.8C5.652%203%203.577%203%202.289%204.318S1%207.758%201%2012s0%206.364%201.289%207.682S5.652%2021%209.8%2021h4.4c4.148%200%206.223%200%207.511-1.318S23%2016.242%2023%2012c0-1.067%200-2-.02-2.82a4.4%204.4%200%200%201-1.98.468c-2.485%200-4.5-2.06-4.5-4.603c0-.726.165-1.413.458-2.024%22%20opacity%3D%22.5%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%22M24%205a3%203%200%201%201-6%200a3%203%200%200%201%206%200m-6.766%202.464l-1.537%201.28c-1.026.856-1.738%201.447-2.34%201.834c-.582.375-.977.5-1.357.5s-.774-.125-1.357-.5c-.601-.386-1.314-.978-2.34-1.834L5.928%206.765a.825.825%200%200%200-1.056%201.268l2.416%202.014c.975.812%201.765%201.47%202.463%201.92c.726.466%201.434.762%202.25.762c.814%200%201.522-.296%202.249-.763c.697-.448%201.487-1.107%202.462-1.92l1.666-1.388a4.5%204.5%200%200%201-1.144-1.194%22%2F%3E%3Cpath%20d%3D%22M18.454%206.587a.825.825%200%200%201%20.958.959a3%203%200%200%201-.958-.959%22%2F%3E%3Cpath%20d%3D%22M16.958%203.021C16.156%203%2015.244%203%2014.2%203H9.8C5.652%203%203.577%203%202.289%204.318S1%207.758%201%2012s0%206.364%201.289%207.682S5.652%2021%209.8%2021h4.4c4.148%200%206.223%200%207.511-1.318S23%2016.242%2023%2012c0-1.067%200-2-.02-2.82a4.4%204.4%200%200%201-1.98.468c-2.485%200-4.5-2.06-4.5-4.603c0-.726.165-1.413.458-2.024%22%20opacity%3D%22.5%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-duotone.svg?color=%231a73e8&size=48