mail read icon
mail-read-28-regular from Fluent UI System Icons by Microsoft Corporation · 28 Regular · MIT Free for personal and commercial use.
- Name
- mail-read-28-regular
- Set
- Fluent UI System Icons
- Style
- 28 Regular
- Viewbox
- 28×28
- 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 28 28"><path fill="currentColor" d="M12.943 4.165a2.25 2.25 0 0 1 2.118 0l8.249 4.4q.26.139.469.334l-9.78 5.008L4.225 8.9q.21-.196.471-.335zm-9.416 6.064l10.13 5.189c.216.11.47.11.685 0l10.135-5.192q.023.16.023.324v8.7a2.25 2.25 0 0 1-2.25 2.25H5.755a2.25 2.25 0 0 1-2.25-2.25v-8.7q0-.163.023-.322m12.24-7.388a3.75 3.75 0 0 0-3.53 0L3.99 7.24a3.75 3.75 0 0 0-1.985 3.309v8.7A3.75 3.75 0 0 0 5.754 23H22.25A3.75 3.75 0 0 0 26 19.25v-8.7a3.75 3.75 0 0 0-1.985-3.309z"/></svg>
React
import type { SVGProps } from "react";
export function FluentMailRead28Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M12.943 4.165a2.25 2.25 0 0 1 2.118 0l8.249 4.4q.26.139.469.334l-9.78 5.008L4.225 8.9q.21-.196.471-.335zm-9.416 6.064l10.13 5.189c.216.11.47.11.685 0l10.135-5.192q.023.16.023.324v8.7a2.25 2.25 0 0 1-2.25 2.25H5.755a2.25 2.25 0 0 1-2.25-2.25v-8.7q0-.163.023-.322m12.24-7.388a3.75 3.75 0 0 0-3.53 0L3.99 7.24a3.75 3.75 0 0 0-1.985 3.309v8.7A3.75 3.75 0 0 0 5.754 23H22.25A3.75 3.75 0 0 0 26 19.25v-8.7a3.75 3.75 0 0 0-1.985-3.309z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M12.943 4.165a2.25 2.25 0 0 1 2.118 0l8.249 4.4q.26.139.469.334l-9.78 5.008L4.225 8.9q.21-.196.471-.335zm-9.416 6.064l10.13 5.189c.216.11.47.11.685 0l10.135-5.192q.023.16.023.324v8.7a2.25 2.25 0 0 1-2.25 2.25H5.755a2.25 2.25 0 0 1-2.25-2.25v-8.7q0-.163.023-.322m12.24-7.388a3.75 3.75 0 0 0-3.53 0L3.99 7.24a3.75 3.75 0 0 0-1.985 3.309v8.7A3.75 3.75 0 0 0 5.754 23H22.25A3.75 3.75 0 0 0 26 19.25v-8.7a3.75 3.75 0 0 0-1.985-3.309z"/></svg> </template>
CSS
.icon-mail-read-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.943%204.165a2.25%202.25%200%200%201%202.118%200l8.249%204.4q.26.139.469.334l-9.78%205.008L4.225%208.9q.21-.196.471-.335zm-9.416%206.064l10.13%205.189c.216.11.47.11.685%200l10.135-5.192q.023.16.023.324v8.7a2.25%202.25%200%200%201-2.25%202.25H5.755a2.25%202.25%200%200%201-2.25-2.25v-8.7q0-.163.023-.322m12.24-7.388a3.75%203.75%200%200%200-3.53%200L3.99%207.24a3.75%203.75%200%200%200-1.985%203.309v8.7A3.75%203.75%200%200%200%205.754%2023H22.25A3.75%203.75%200%200%200%2026%2019.25v-8.7a3.75%203.75%200%200%200-1.985-3.309z%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.943%204.165a2.25%202.25%200%200%201%202.118%200l8.249%204.4q.26.139.469.334l-9.78%205.008L4.225%208.9q.21-.196.471-.335zm-9.416%206.064l10.13%205.189c.216.11.47.11.685%200l10.135-5.192q.023.16.023.324v8.7a2.25%202.25%200%200%201-2.25%202.25H5.755a2.25%202.25%200%200%201-2.25-2.25v-8.7q0-.163.023-.322m12.24-7.388a3.75%203.75%200%200%200-3.53%200L3.99%207.24a3.75%203.75%200%200%200-1.985%203.309v8.7A3.75%203.75%200%200%200%205.754%2023H22.25A3.75%203.75%200%200%200%2026%2019.25v-8.7a3.75%203.75%200%200%200-1.985-3.309z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/mail-read-28-regular.svg?color=%231a73e8&size=48