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

Name
mail-unread-48-filled
Set
Fluent UI System Icons
Style
48 Filled
Viewbox
48×48
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 48 48"><path fill="currentColor" d="M41 16a5 5 0 1 0 0-10a5 5 0 0 0 0 10M10.25 9h23.002A8 8 0 0 0 33 11a7.99 7.99 0 0 0 3.331 6.497L24 24.325L5.018 13.814A5.25 5.25 0 0 1 10.25 9m14.352 18.347l15.394-8.41a8.1 8.1 0 0 0 3.004-.19V33.75c0 2.9-2.35 5.25-5.25 5.25h-27.5A5.25 5.25 0 0 1 5 33.75V17.296l18.398 10.051l.127.061a1.25 1.25 0 0 0 1.077-.06"/></svg>

React

import type { SVGProps } from "react";

export function FluentMailUnread48Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M41 16a5 5 0 1 0 0-10a5 5 0 0 0 0 10M10.25 9h23.002A8 8 0 0 0 33 11a7.99 7.99 0 0 0 3.331 6.497L24 24.325L5.018 13.814A5.25 5.25 0 0 1 10.25 9m14.352 18.347l15.394-8.41a8.1 8.1 0 0 0 3.004-.19V33.75c0 2.9-2.35 5.25-5.25 5.25h-27.5A5.25 5.25 0 0 1 5 33.75V17.296l18.398 10.051l.127.061a1.25 1.25 0 0 0 1.077-.06"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M41 16a5 5 0 1 0 0-10a5 5 0 0 0 0 10M10.25 9h23.002A8 8 0 0 0 33 11a7.99 7.99 0 0 0 3.331 6.497L24 24.325L5.018 13.814A5.25 5.25 0 0 1 10.25 9m14.352 18.347l15.394-8.41a8.1 8.1 0 0 0 3.004-.19V33.75c0 2.9-2.35 5.25-5.25 5.25h-27.5A5.25 5.25 0 0 1 5 33.75V17.296l18.398 10.051l.127.061a1.25 1.25 0 0 0 1.077-.06"/></svg>
</template>

CSS

.icon-mail-unread-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M41%2016a5%205%200%201%200%200-10a5%205%200%200%200%200%2010M10.25%209h23.002A8%208%200%200%200%2033%2011a7.99%207.99%200%200%200%203.331%206.497L24%2024.325L5.018%2013.814A5.25%205.25%200%200%201%2010.25%209m14.352%2018.347l15.394-8.41a8.1%208.1%200%200%200%203.004-.19V33.75c0%202.9-2.35%205.25-5.25%205.25h-27.5A5.25%205.25%200%200%201%205%2033.75V17.296l18.398%2010.051l.127.061a1.25%201.25%200%200%200%201.077-.06%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M41%2016a5%205%200%201%200%200-10a5%205%200%200%200%200%2010M10.25%209h23.002A8%208%200%200%200%2033%2011a7.99%207.99%200%200%200%203.331%206.497L24%2024.325L5.018%2013.814A5.25%205.25%200%200%201%2010.25%209m14.352%2018.347l15.394-8.41a8.1%208.1%200%200%200%203.004-.19V33.75c0%202.9-2.35%205.25-5.25%205.25h-27.5A5.25%205.25%200%200%201%205%2033.75V17.296l18.398%2010.051l.127.061a1.25%201.25%200%200%200%201.077-.06%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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