mail unread icon

mail-unread from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.

Name
mail-unread
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT
Aliases
mail-notification

2 other variants in IonIcons

The same icon in other sets

Related icons in IonIcons

Use the mail unread icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M496 128.05A64 64 0 0 0 389.62 80a64.5 64.5 0 0 0-12.71 15.3v.06c-.54.9-1.05 1.82-1.55 2.74l-.24.49c-.42.79-.81 1.59-1.19 2.4c-.12.25-.23.5-.34.75c-.33.73-.65 1.47-.95 2.22c-.13.31-.25.62-.37.93c-.27.7-.53 1.4-.78 2.11l-.36 1.06c-.22.68-.43 1.37-.63 2.06c-.12.39-.23.77-.33 1.16c-.19.67-.35 1.35-.51 2c-.1.41-.2.82-.29 1.23c-.14.68-.27 1.37-.39 2c-.08.42-.16.84-.23 1.26c-.11.7-.2 1.41-.29 2.12c-.05.41-.11.82-.16 1.24c-.08.77-.13 1.54-.19 2.32c0 .36-.06.72-.08 1.08c-.06 1.14-.1 2.28-.1 3.44c0 1 0 2 .08 2.94v.64q.08 1.41.21 2.82l.06.48c.09.85.19 1.69.32 2.52c0 .17 0 .35.07.52c.14.91.31 1.81.49 2.71c0 .22.09.43.13.65c.18.86.38 1.72.6 2.57v.19c.23.89.48 1.76.75 2.63l.21.68c.27.85.55 1.68.85 2.51c.06.18.13.36.2.54c.27.71.55 1.42.84 2.12c.08.21.16.41.25.61c.34.79.69 1.58 1.06 2.36l.33.67c.35.7.7 1.4 1.07 2.09a64.34 64.34 0 0 0 22.14 23.81a62 62 0 0 0 7.62 4.15l.39.18q2.66 1.2 5.43 2.16l.95.32l1.5.47c.45.14.9.26 1.36.39l1.92.5l1.73.4l1.15.23l1.83.33l.94.15c.9.13 1.81.25 2.72.35l.77.07c.73.06 1.47.12 2.21.16l.86.05c1 0 1.94.08 2.92.08c1.16 0 2.3 0 3.44-.1l1.08-.08c.78-.06 1.55-.11 2.32-.19l1.25-.16c.7-.09 1.41-.18 2.11-.29l1.26-.23c.68-.12 1.37-.25 2-.39l1.23-.29c.68-.16 1.36-.32 2-.51c.39-.1.77-.21 1.16-.33c.69-.2 1.38-.41 2.06-.63l1.06-.36c.71-.25 1.41-.51 2.11-.78l.93-.37c.75-.3 1.49-.62 2.22-.95l.75-.34c.81-.38 1.61-.77 2.4-1.19l.49-.24c.92-.5 1.84-1 2.74-1.55h.06A64.5 64.5 0 0 0 480 170.38a63.8 63.8 0 0 0 16-42.33"/><path fill="currentColor" d="m371.38 202.53l-105.56 82.1a16 16 0 0 1-19.64 0l-144-112a16 16 0 1 1 19.64-25.26L256 251.73l94.22-73.28A95.86 95.86 0 0 1 348.81 80H88a56.06 56.06 0 0 0-56 56v240a56.06 56.06 0 0 0 56 56h336a56.06 56.06 0 0 0 56-56V211.19a95.85 95.85 0 0 1-108.62-8.66"/></svg>

React

import type { SVGProps } from "react";

export function IonMailUnread(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M496 128.05A64 64 0 0 0 389.62 80a64.5 64.5 0 0 0-12.71 15.3v.06c-.54.9-1.05 1.82-1.55 2.74l-.24.49c-.42.79-.81 1.59-1.19 2.4c-.12.25-.23.5-.34.75c-.33.73-.65 1.47-.95 2.22c-.13.31-.25.62-.37.93c-.27.7-.53 1.4-.78 2.11l-.36 1.06c-.22.68-.43 1.37-.63 2.06c-.12.39-.23.77-.33 1.16c-.19.67-.35 1.35-.51 2c-.1.41-.2.82-.29 1.23c-.14.68-.27 1.37-.39 2c-.08.42-.16.84-.23 1.26c-.11.7-.2 1.41-.29 2.12c-.05.41-.11.82-.16 1.24c-.08.77-.13 1.54-.19 2.32c0 .36-.06.72-.08 1.08c-.06 1.14-.1 2.28-.1 3.44c0 1 0 2 .08 2.94v.64q.08 1.41.21 2.82l.06.48c.09.85.19 1.69.32 2.52c0 .17 0 .35.07.52c.14.91.31 1.81.49 2.71c0 .22.09.43.13.65c.18.86.38 1.72.6 2.57v.19c.23.89.48 1.76.75 2.63l.21.68c.27.85.55 1.68.85 2.51c.06.18.13.36.2.54c.27.71.55 1.42.84 2.12c.08.21.16.41.25.61c.34.79.69 1.58 1.06 2.36l.33.67c.35.7.7 1.4 1.07 2.09a64.34 64.34 0 0 0 22.14 23.81a62 62 0 0 0 7.62 4.15l.39.18q2.66 1.2 5.43 2.16l.95.32l1.5.47c.45.14.9.26 1.36.39l1.92.5l1.73.4l1.15.23l1.83.33l.94.15c.9.13 1.81.25 2.72.35l.77.07c.73.06 1.47.12 2.21.16l.86.05c1 0 1.94.08 2.92.08c1.16 0 2.3 0 3.44-.1l1.08-.08c.78-.06 1.55-.11 2.32-.19l1.25-.16c.7-.09 1.41-.18 2.11-.29l1.26-.23c.68-.12 1.37-.25 2-.39l1.23-.29c.68-.16 1.36-.32 2-.51c.39-.1.77-.21 1.16-.33c.69-.2 1.38-.41 2.06-.63l1.06-.36c.71-.25 1.41-.51 2.11-.78l.93-.37c.75-.3 1.49-.62 2.22-.95l.75-.34c.81-.38 1.61-.77 2.4-1.19l.49-.24c.92-.5 1.84-1 2.74-1.55h.06A64.5 64.5 0 0 0 480 170.38a63.8 63.8 0 0 0 16-42.33"/><path fill="currentColor" d="m371.38 202.53l-105.56 82.1a16 16 0 0 1-19.64 0l-144-112a16 16 0 1 1 19.64-25.26L256 251.73l94.22-73.28A95.86 95.86 0 0 1 348.81 80H88a56.06 56.06 0 0 0-56 56v240a56.06 56.06 0 0 0 56 56h336a56.06 56.06 0 0 0 56-56V211.19a95.85 95.85 0 0 1-108.62-8.66"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M496 128.05A64 64 0 0 0 389.62 80a64.5 64.5 0 0 0-12.71 15.3v.06c-.54.9-1.05 1.82-1.55 2.74l-.24.49c-.42.79-.81 1.59-1.19 2.4c-.12.25-.23.5-.34.75c-.33.73-.65 1.47-.95 2.22c-.13.31-.25.62-.37.93c-.27.7-.53 1.4-.78 2.11l-.36 1.06c-.22.68-.43 1.37-.63 2.06c-.12.39-.23.77-.33 1.16c-.19.67-.35 1.35-.51 2c-.1.41-.2.82-.29 1.23c-.14.68-.27 1.37-.39 2c-.08.42-.16.84-.23 1.26c-.11.7-.2 1.41-.29 2.12c-.05.41-.11.82-.16 1.24c-.08.77-.13 1.54-.19 2.32c0 .36-.06.72-.08 1.08c-.06 1.14-.1 2.28-.1 3.44c0 1 0 2 .08 2.94v.64q.08 1.41.21 2.82l.06.48c.09.85.19 1.69.32 2.52c0 .17 0 .35.07.52c.14.91.31 1.81.49 2.71c0 .22.09.43.13.65c.18.86.38 1.72.6 2.57v.19c.23.89.48 1.76.75 2.63l.21.68c.27.85.55 1.68.85 2.51c.06.18.13.36.2.54c.27.71.55 1.42.84 2.12c.08.21.16.41.25.61c.34.79.69 1.58 1.06 2.36l.33.67c.35.7.7 1.4 1.07 2.09a64.34 64.34 0 0 0 22.14 23.81a62 62 0 0 0 7.62 4.15l.39.18q2.66 1.2 5.43 2.16l.95.32l1.5.47c.45.14.9.26 1.36.39l1.92.5l1.73.4l1.15.23l1.83.33l.94.15c.9.13 1.81.25 2.72.35l.77.07c.73.06 1.47.12 2.21.16l.86.05c1 0 1.94.08 2.92.08c1.16 0 2.3 0 3.44-.1l1.08-.08c.78-.06 1.55-.11 2.32-.19l1.25-.16c.7-.09 1.41-.18 2.11-.29l1.26-.23c.68-.12 1.37-.25 2-.39l1.23-.29c.68-.16 1.36-.32 2-.51c.39-.1.77-.21 1.16-.33c.69-.2 1.38-.41 2.06-.63l1.06-.36c.71-.25 1.41-.51 2.11-.78l.93-.37c.75-.3 1.49-.62 2.22-.95l.75-.34c.81-.38 1.61-.77 2.4-1.19l.49-.24c.92-.5 1.84-1 2.74-1.55h.06A64.5 64.5 0 0 0 480 170.38a63.8 63.8 0 0 0 16-42.33"/><path fill="currentColor" d="m371.38 202.53l-105.56 82.1a16 16 0 0 1-19.64 0l-144-112a16 16 0 1 1 19.64-25.26L256 251.73l94.22-73.28A95.86 95.86 0 0 1 348.81 80H88a56.06 56.06 0 0 0-56 56v240a56.06 56.06 0 0 0 56 56h336a56.06 56.06 0 0 0 56-56V211.19a95.85 95.85 0 0 1-108.62-8.66"/></svg>
</template>

CSS

.icon-mail-unread {
  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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M496%20128.05A64%2064%200%200%200%20389.62%2080a64.5%2064.5%200%200%200-12.71%2015.3v.06c-.54.9-1.05%201.82-1.55%202.74l-.24.49c-.42.79-.81%201.59-1.19%202.4c-.12.25-.23.5-.34.75c-.33.73-.65%201.47-.95%202.22c-.13.31-.25.62-.37.93c-.27.7-.53%201.4-.78%202.11l-.36%201.06c-.22.68-.43%201.37-.63%202.06c-.12.39-.23.77-.33%201.16c-.19.67-.35%201.35-.51%202c-.1.41-.2.82-.29%201.23c-.14.68-.27%201.37-.39%202c-.08.42-.16.84-.23%201.26c-.11.7-.2%201.41-.29%202.12c-.05.41-.11.82-.16%201.24c-.08.77-.13%201.54-.19%202.32c0%20.36-.06.72-.08%201.08c-.06%201.14-.1%202.28-.1%203.44c0%201%200%202%20.08%202.94v.64q.08%201.41.21%202.82l.06.48c.09.85.19%201.69.32%202.52c0%20.17%200%20.35.07.52c.14.91.31%201.81.49%202.71c0%20.22.09.43.13.65c.18.86.38%201.72.6%202.57v.19c.23.89.48%201.76.75%202.63l.21.68c.27.85.55%201.68.85%202.51c.06.18.13.36.2.54c.27.71.55%201.42.84%202.12c.08.21.16.41.25.61c.34.79.69%201.58%201.06%202.36l.33.67c.35.7.7%201.4%201.07%202.09a64.34%2064.34%200%200%200%2022.14%2023.81a62%2062%200%200%200%207.62%204.15l.39.18q2.66%201.2%205.43%202.16l.95.32l1.5.47c.45.14.9.26%201.36.39l1.92.5l1.73.4l1.15.23l1.83.33l.94.15c.9.13%201.81.25%202.72.35l.77.07c.73.06%201.47.12%202.21.16l.86.05c1%200%201.94.08%202.92.08c1.16%200%202.3%200%203.44-.1l1.08-.08c.78-.06%201.55-.11%202.32-.19l1.25-.16c.7-.09%201.41-.18%202.11-.29l1.26-.23c.68-.12%201.37-.25%202-.39l1.23-.29c.68-.16%201.36-.32%202-.51c.39-.1.77-.21%201.16-.33c.69-.2%201.38-.41%202.06-.63l1.06-.36c.71-.25%201.41-.51%202.11-.78l.93-.37c.75-.3%201.49-.62%202.22-.95l.75-.34c.81-.38%201.61-.77%202.4-1.19l.49-.24c.92-.5%201.84-1%202.74-1.55h.06A64.5%2064.5%200%200%200%20480%20170.38a63.8%2063.8%200%200%200%2016-42.33%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m371.38%20202.53l-105.56%2082.1a16%2016%200%200%201-19.64%200l-144-112a16%2016%200%201%201%2019.64-25.26L256%20251.73l94.22-73.28A95.86%2095.86%200%200%201%20348.81%2080H88a56.06%2056.06%200%200%200-56%2056v240a56.06%2056.06%200%200%200%2056%2056h336a56.06%2056.06%200%200%200%2056-56V211.19a95.85%2095.85%200%200%201-108.62-8.66%22%2F%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M496%20128.05A64%2064%200%200%200%20389.62%2080a64.5%2064.5%200%200%200-12.71%2015.3v.06c-.54.9-1.05%201.82-1.55%202.74l-.24.49c-.42.79-.81%201.59-1.19%202.4c-.12.25-.23.5-.34.75c-.33.73-.65%201.47-.95%202.22c-.13.31-.25.62-.37.93c-.27.7-.53%201.4-.78%202.11l-.36%201.06c-.22.68-.43%201.37-.63%202.06c-.12.39-.23.77-.33%201.16c-.19.67-.35%201.35-.51%202c-.1.41-.2.82-.29%201.23c-.14.68-.27%201.37-.39%202c-.08.42-.16.84-.23%201.26c-.11.7-.2%201.41-.29%202.12c-.05.41-.11.82-.16%201.24c-.08.77-.13%201.54-.19%202.32c0%20.36-.06.72-.08%201.08c-.06%201.14-.1%202.28-.1%203.44c0%201%200%202%20.08%202.94v.64q.08%201.41.21%202.82l.06.48c.09.85.19%201.69.32%202.52c0%20.17%200%20.35.07.52c.14.91.31%201.81.49%202.71c0%20.22.09.43.13.65c.18.86.38%201.72.6%202.57v.19c.23.89.48%201.76.75%202.63l.21.68c.27.85.55%201.68.85%202.51c.06.18.13.36.2.54c.27.71.55%201.42.84%202.12c.08.21.16.41.25.61c.34.79.69%201.58%201.06%202.36l.33.67c.35.7.7%201.4%201.07%202.09a64.34%2064.34%200%200%200%2022.14%2023.81a62%2062%200%200%200%207.62%204.15l.39.18q2.66%201.2%205.43%202.16l.95.32l1.5.47c.45.14.9.26%201.36.39l1.92.5l1.73.4l1.15.23l1.83.33l.94.15c.9.13%201.81.25%202.72.35l.77.07c.73.06%201.47.12%202.21.16l.86.05c1%200%201.94.08%202.92.08c1.16%200%202.3%200%203.44-.1l1.08-.08c.78-.06%201.55-.11%202.32-.19l1.25-.16c.7-.09%201.41-.18%202.11-.29l1.26-.23c.68-.12%201.37-.25%202-.39l1.23-.29c.68-.16%201.36-.32%202-.51c.39-.1.77-.21%201.16-.33c.69-.2%201.38-.41%202.06-.63l1.06-.36c.71-.25%201.41-.51%202.11-.78l.93-.37c.75-.3%201.49-.62%202.22-.95l.75-.34c.81-.38%201.61-.77%202.4-1.19l.49-.24c.92-.5%201.84-1%202.74-1.55h.06A64.5%2064.5%200%200%200%20480%20170.38a63.8%2063.8%200%200%200%2016-42.33%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m371.38%20202.53l-105.56%2082.1a16%2016%200%200%201-19.64%200l-144-112a16%2016%200%201%201%2019.64-25.26L256%20251.73l94.22-73.28A95.86%2095.86%200%200%201%20348.81%2080H88a56.06%2056.06%200%200%200-56%2056v240a56.06%2056.06%200%200%200%2056%2056h336a56.06%2056.06%200%200%200%2056-56V211.19a95.85%2095.85%200%200%201-108.62-8.66%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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