mail-unread-16-filled from Fluent UI System Icons by Microsoft Corporation · 16 Filled · MIT Free for personal and commercial use.

Name
mail-unread-16-filled
Set
Fluent UI System Icons
Style
16 Filled
Viewbox
16×16
License
MIT

14 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the mail unread icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M13.64 5.396A2 2 0 1 0 11.062 3q-.062.24-.063.5a2 2 0 0 0 2.64 1.896M4 3h6.041q-.04.245-.041.5c0 1.285.808 2.381 1.944 2.809L8 8.432l-6-3.23V5a2 2 0 0 1 2-2m10 3.337L8.237 9.44a.5.5 0 0 1-.474 0L2 6.337V11a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2z"/></svg>

React

import type { SVGProps } from "react";

export function FluentMailUnread16Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M13.64 5.396A2 2 0 1 0 11.062 3q-.062.24-.063.5a2 2 0 0 0 2.64 1.896M4 3h6.041q-.04.245-.041.5c0 1.285.808 2.381 1.944 2.809L8 8.432l-6-3.23V5a2 2 0 0 1 2-2m10 3.337L8.237 9.44a.5.5 0 0 1-.474 0L2 6.337V11a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M13.64 5.396A2 2 0 1 0 11.062 3q-.062.24-.063.5a2 2 0 0 0 2.64 1.896M4 3h6.041q-.04.245-.041.5c0 1.285.808 2.381 1.944 2.809L8 8.432l-6-3.23V5a2 2 0 0 1 2-2m10 3.337L8.237 9.44a.5.5 0 0 1-.474 0L2 6.337V11a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2z"/></svg>
</template>

CSS

.icon-mail-unread-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.64%205.396A2%202%200%201%200%2011.062%203q-.062.24-.063.5a2%202%200%200%200%202.64%201.896M4%203h6.041q-.04.245-.041.5c0%201.285.808%202.381%201.944%202.809L8%208.432l-6-3.23V5a2%202%200%200%201%202-2m10%203.337L8.237%209.44a.5.5%200%200%201-.474%200L2%206.337V11a2%202%200%200%200%202%202h8a2%202%200%200%200%202-2z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.64%205.396A2%202%200%201%200%2011.062%203q-.062.24-.063.5a2%202%200%200%200%202.64%201.896M4%203h6.041q-.04.245-.041.5c0%201.285.808%202.381%201.944%202.809L8%208.432l-6-3.23V5a2%202%200%200%201%202-2m10%203.337L8.237%209.44a.5.5%200%200%201-.474%200L2%206.337V11a2%202%200%200%200%202%202h8a2%202%200%200%200%202-2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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