mail read multiple icon

mail-read-multiple-32-light from Fluent UI System Icons by Microsoft Corporation · 32 Light · MIT Free for personal and commercial use.

Name
mail-read-multiple-32-light
Set
Fluent UI System Icons
Style
32 Light
Viewbox
32×32
License
MIT

10 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the mail read multiple icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M14.253 4.065a.5.5 0 0 1 .494 0l9.115 5.18c.408.231.727.581.921.992L14.75 16.039a.5.5 0 0 1-.5 0L4.217 10.237c.194-.411.513-.76.921-.993zM4 11.267l9.75 5.637a1.5 1.5 0 0 0 1.5 0L25 11.267V19.5a3.5 3.5 0 0 1-3.5 3.5h-14A3.5 3.5 0 0 1 4 19.5zm11.241-8.071a1.5 1.5 0 0 0-1.482 0L4.644 8.375A3.25 3.25 0 0 0 3 11.2v8.3A4.5 4.5 0 0 0 7.5 24h14a4.5 4.5 0 0 0 4.5-4.5v-8.3a3.25 3.25 0 0 0-1.645-2.825zM7.671 26c.773.625 1.757 1 2.83 1h12a6.5 6.5 0 0 0 6.5-6.5v-6.15c0-.896-.37-1.74-1-2.345V20.5a5.5 5.5 0 0 1-5.5 5.5H7.67"/></svg>

React

import type { SVGProps } from "react";

export function FluentMailReadMultiple32Light(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M14.253 4.065a.5.5 0 0 1 .494 0l9.115 5.18c.408.231.727.581.921.992L14.75 16.039a.5.5 0 0 1-.5 0L4.217 10.237c.194-.411.513-.76.921-.993zM4 11.267l9.75 5.637a1.5 1.5 0 0 0 1.5 0L25 11.267V19.5a3.5 3.5 0 0 1-3.5 3.5h-14A3.5 3.5 0 0 1 4 19.5zm11.241-8.071a1.5 1.5 0 0 0-1.482 0L4.644 8.375A3.25 3.25 0 0 0 3 11.2v8.3A4.5 4.5 0 0 0 7.5 24h14a4.5 4.5 0 0 0 4.5-4.5v-8.3a3.25 3.25 0 0 0-1.645-2.825zM7.671 26c.773.625 1.757 1 2.83 1h12a6.5 6.5 0 0 0 6.5-6.5v-6.15c0-.896-.37-1.74-1-2.345V20.5a5.5 5.5 0 0 1-5.5 5.5H7.67"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M14.253 4.065a.5.5 0 0 1 .494 0l9.115 5.18c.408.231.727.581.921.992L14.75 16.039a.5.5 0 0 1-.5 0L4.217 10.237c.194-.411.513-.76.921-.993zM4 11.267l9.75 5.637a1.5 1.5 0 0 0 1.5 0L25 11.267V19.5a3.5 3.5 0 0 1-3.5 3.5h-14A3.5 3.5 0 0 1 4 19.5zm11.241-8.071a1.5 1.5 0 0 0-1.482 0L4.644 8.375A3.25 3.25 0 0 0 3 11.2v8.3A4.5 4.5 0 0 0 7.5 24h14a4.5 4.5 0 0 0 4.5-4.5v-8.3a3.25 3.25 0 0 0-1.645-2.825zM7.671 26c.773.625 1.757 1 2.83 1h12a6.5 6.5 0 0 0 6.5-6.5v-6.15c0-.896-.37-1.74-1-2.345V20.5a5.5 5.5 0 0 1-5.5 5.5H7.67"/></svg>
</template>

CSS

.icon-mail-read-multiple-32-light {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.253%204.065a.5.5%200%200%201%20.494%200l9.115%205.18c.408.231.727.581.921.992L14.75%2016.039a.5.5%200%200%201-.5%200L4.217%2010.237c.194-.411.513-.76.921-.993zM4%2011.267l9.75%205.637a1.5%201.5%200%200%200%201.5%200L25%2011.267V19.5a3.5%203.5%200%200%201-3.5%203.5h-14A3.5%203.5%200%200%201%204%2019.5zm11.241-8.071a1.5%201.5%200%200%200-1.482%200L4.644%208.375A3.25%203.25%200%200%200%203%2011.2v8.3A4.5%204.5%200%200%200%207.5%2024h14a4.5%204.5%200%200%200%204.5-4.5v-8.3a3.25%203.25%200%200%200-1.645-2.825zM7.671%2026c.773.625%201.757%201%202.83%201h12a6.5%206.5%200%200%200%206.5-6.5v-6.15c0-.896-.37-1.74-1-2.345V20.5a5.5%205.5%200%200%201-5.5%205.5H7.67%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.253%204.065a.5.5%200%200%201%20.494%200l9.115%205.18c.408.231.727.581.921.992L14.75%2016.039a.5.5%200%200%201-.5%200L4.217%2010.237c.194-.411.513-.76.921-.993zM4%2011.267l9.75%205.637a1.5%201.5%200%200%200%201.5%200L25%2011.267V19.5a3.5%203.5%200%200%201-3.5%203.5h-14A3.5%203.5%200%200%201%204%2019.5zm11.241-8.071a1.5%201.5%200%200%200-1.482%200L4.644%208.375A3.25%203.25%200%200%200%203%2011.2v8.3A4.5%204.5%200%200%200%207.5%2024h14a4.5%204.5%200%200%200%204.5-4.5v-8.3a3.25%203.25%200%200%200-1.645-2.825zM7.671%2026c.773.625%201.757%201%202.83%201h12a6.5%206.5%200%200%200%206.5-6.5v-6.15c0-.896-.37-1.74-1-2.345V20.5a5.5%205.5%200%200%201-5.5%205.5H7.67%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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