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

Name
mail-unread-48-regular
Set
Fluent UI System Icons
Style
48 Regular
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="M43 15.584a5.001 5.001 0 1 0-6.607-6.53a5 5 0 0 0-.368 2.446A5.004 5.004 0 0 0 43 15.584M10.25 9h23.52a7.5 7.5 0 0 0-.254 2.5H10.25a2.75 2.75 0 0 0-2.75 2.75v1.249L24 24.573l13.066-7.186c.954.588 2.05.97 3.223 1.08l-15.687 8.628a1.25 1.25 0 0 1-1.077.061l-.127-.06L7.5 18.35v15.4a2.75 2.75 0 0 0 2.75 2.75h27.5a2.75 2.75 0 0 0 2.75-2.75V18.484a7.6 7.6 0 0 0 2.5-.254v15.52c0 2.9-2.35 5.25-5.25 5.25h-27.5A5.25 5.25 0 0 1 5 33.75v-19.5C5 11.35 7.35 9 10.25 9"/></svg>

React

import type { SVGProps } from "react";

export function FluentMailUnread48Regular(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="M43 15.584a5.001 5.001 0 1 0-6.607-6.53a5 5 0 0 0-.368 2.446A5.004 5.004 0 0 0 43 15.584M10.25 9h23.52a7.5 7.5 0 0 0-.254 2.5H10.25a2.75 2.75 0 0 0-2.75 2.75v1.249L24 24.573l13.066-7.186c.954.588 2.05.97 3.223 1.08l-15.687 8.628a1.25 1.25 0 0 1-1.077.061l-.127-.06L7.5 18.35v15.4a2.75 2.75 0 0 0 2.75 2.75h27.5a2.75 2.75 0 0 0 2.75-2.75V18.484a7.6 7.6 0 0 0 2.5-.254v15.52c0 2.9-2.35 5.25-5.25 5.25h-27.5A5.25 5.25 0 0 1 5 33.75v-19.5C5 11.35 7.35 9 10.25 9"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M43 15.584a5.001 5.001 0 1 0-6.607-6.53a5 5 0 0 0-.368 2.446A5.004 5.004 0 0 0 43 15.584M10.25 9h23.52a7.5 7.5 0 0 0-.254 2.5H10.25a2.75 2.75 0 0 0-2.75 2.75v1.249L24 24.573l13.066-7.186c.954.588 2.05.97 3.223 1.08l-15.687 8.628a1.25 1.25 0 0 1-1.077.061l-.127-.06L7.5 18.35v15.4a2.75 2.75 0 0 0 2.75 2.75h27.5a2.75 2.75 0 0 0 2.75-2.75V18.484a7.6 7.6 0 0 0 2.5-.254v15.52c0 2.9-2.35 5.25-5.25 5.25h-27.5A5.25 5.25 0 0 1 5 33.75v-19.5C5 11.35 7.35 9 10.25 9"/></svg>
</template>

CSS

.icon-mail-unread-48-regular {
  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%22M43%2015.584a5.001%205.001%200%201%200-6.607-6.53a5%205%200%200%200-.368%202.446A5.004%205.004%200%200%200%2043%2015.584M10.25%209h23.52a7.5%207.5%200%200%200-.254%202.5H10.25a2.75%202.75%200%200%200-2.75%202.75v1.249L24%2024.573l13.066-7.186c.954.588%202.05.97%203.223%201.08l-15.687%208.628a1.25%201.25%200%200%201-1.077.061l-.127-.06L7.5%2018.35v15.4a2.75%202.75%200%200%200%202.75%202.75h27.5a2.75%202.75%200%200%200%202.75-2.75V18.484a7.6%207.6%200%200%200%202.5-.254v15.52c0%202.9-2.35%205.25-5.25%205.25h-27.5A5.25%205.25%200%200%201%205%2033.75v-19.5C5%2011.35%207.35%209%2010.25%209%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%22M43%2015.584a5.001%205.001%200%201%200-6.607-6.53a5%205%200%200%200-.368%202.446A5.004%205.004%200%200%200%2043%2015.584M10.25%209h23.52a7.5%207.5%200%200%200-.254%202.5H10.25a2.75%202.75%200%200%200-2.75%202.75v1.249L24%2024.573l13.066-7.186c.954.588%202.05.97%203.223%201.08l-15.687%208.628a1.25%201.25%200%200%201-1.077.061l-.127-.06L7.5%2018.35v15.4a2.75%202.75%200%200%200%202.75%202.75h27.5a2.75%202.75%200%200%200%202.75-2.75V18.484a7.6%207.6%200%200%200%202.5-.254v15.52c0%202.9-2.35%205.25-5.25%205.25h-27.5A5.25%205.25%200%200%201%205%2033.75v-19.5C5%2011.35%207.35%209%2010.25%209%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-regular.svg?color=%231a73e8&size=48