mail read icon
mail-read-32-light from Fluent UI System Icons by Microsoft Corporation · 32 Light · MIT Free for personal and commercial use.
- Name
- mail-read-32-light
- Set
- Fluent UI System Icons
- Style
- 32 Light
- Viewbox
- 32×32
- License
- MIT
12 other variants in Fluent UI System Icons
The same icon in other sets
Related icons in Fluent UI System Icons
mail-add-16-filledmail-alert-16-filledmail-all-20-filledmail-all-accounts-24-filledmail-all-read-16-filledmail-all-unread-20-filledmail-arrow-clockwise-16-filledmail-arrow-double-back-16-filledmail-arrow-down-16-filledmail-arrow-forward-16-filledmail-arrow-up-16-filledmail-attach-16-filledmail-briefcase-48-filledmail-checkmark-16-filledmail-clock-16-filledmail-copy-20-filledmail-data-bar-16-filledmail-dismiss-16-filledmail-edit-20-filledmail-error-16-filledmail-fish-hook-16-filledmail-inbox-16-filledmail-inbox-add-16-filledmail-inbox-all-20-filled
Use the mail read icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M17.975 2.538a4 4 0 0 0-3.997.003l-9.98 5.766A4 4 0 0 0 2 11.77V22.5A4.5 4.5 0 0 0 6.5 27h19a4.5 4.5 0 0 0 4.5-4.5V11.774a4 4 0 0 0-2.004-3.467zm-3.497.869a3 3 0 0 1 2.998-.003l10.02 5.77c.507.291.908.718 1.168 1.22L16 17.428L3.336 10.391c.259-.5.658-.927 1.163-1.219zm-11.45 7.957l12.73 7.073a.5.5 0 0 0 .485 0l12.73-7.07q.027.2.027.407V22.5a3.5 3.5 0 0 1-3.5 3.5h-19A3.5 3.5 0 0 1 3 22.5V11.77q0-.206.028-.406"/></svg>
React
import type { SVGProps } from "react";
export function FluentMailRead32Light(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="M17.975 2.538a4 4 0 0 0-3.997.003l-9.98 5.766A4 4 0 0 0 2 11.77V22.5A4.5 4.5 0 0 0 6.5 27h19a4.5 4.5 0 0 0 4.5-4.5V11.774a4 4 0 0 0-2.004-3.467zm-3.497.869a3 3 0 0 1 2.998-.003l10.02 5.77c.507.291.908.718 1.168 1.22L16 17.428L3.336 10.391c.259-.5.658-.927 1.163-1.219zm-11.45 7.957l12.73 7.073a.5.5 0 0 0 .485 0l12.73-7.07q.027.2.027.407V22.5a3.5 3.5 0 0 1-3.5 3.5h-19A3.5 3.5 0 0 1 3 22.5V11.77q0-.206.028-.406"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M17.975 2.538a4 4 0 0 0-3.997.003l-9.98 5.766A4 4 0 0 0 2 11.77V22.5A4.5 4.5 0 0 0 6.5 27h19a4.5 4.5 0 0 0 4.5-4.5V11.774a4 4 0 0 0-2.004-3.467zm-3.497.869a3 3 0 0 1 2.998-.003l10.02 5.77c.507.291.908.718 1.168 1.22L16 17.428L3.336 10.391c.259-.5.658-.927 1.163-1.219zm-11.45 7.957l12.73 7.073a.5.5 0 0 0 .485 0l12.73-7.07q.027.2.027.407V22.5a3.5 3.5 0 0 1-3.5 3.5h-19A3.5 3.5 0 0 1 3 22.5V11.77q0-.206.028-.406"/></svg> </template>
CSS
.icon-mail-read-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%22M17.975%202.538a4%204%200%200%200-3.997.003l-9.98%205.766A4%204%200%200%200%202%2011.77V22.5A4.5%204.5%200%200%200%206.5%2027h19a4.5%204.5%200%200%200%204.5-4.5V11.774a4%204%200%200%200-2.004-3.467zm-3.497.869a3%203%200%200%201%202.998-.003l10.02%205.77c.507.291.908.718%201.168%201.22L16%2017.428L3.336%2010.391c.259-.5.658-.927%201.163-1.219zm-11.45%207.957l12.73%207.073a.5.5%200%200%200%20.485%200l12.73-7.07q.027.2.027.407V22.5a3.5%203.5%200%200%201-3.5%203.5h-19A3.5%203.5%200%200%201%203%2022.5V11.77q0-.206.028-.406%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%22M17.975%202.538a4%204%200%200%200-3.997.003l-9.98%205.766A4%204%200%200%200%202%2011.77V22.5A4.5%204.5%200%200%200%206.5%2027h19a4.5%204.5%200%200%200%204.5-4.5V11.774a4%204%200%200%200-2.004-3.467zm-3.497.869a3%203%200%200%201%202.998-.003l10.02%205.77c.507.291.908.718%201.168%201.22L16%2017.428L3.336%2010.391c.259-.5.658-.927%201.163-1.219zm-11.45%207.957l12.73%207.073a.5.5%200%200%200%20.485%200l12.73-7.07q.027.2.027.407V22.5a3.5%203.5%200%200%201-3.5%203.5h-19A3.5%203.5%200%200%201%203%2022.5V11.77q0-.206.028-.406%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/mail-read-32-light.svg?color=%231a73e8&size=48