mark email unread icon
mark-email-unread-outline-rounded from Material Symbols Light by Google · Outline Rounded · Communicate · Apache-2.0 Free for personal and commercial use.
- Name
- mark-email-unread-outline-rounded
- Set
- Material Symbols Light
- Style
- Outline Rounded
- Category
- Communicate
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols Light
The same icon in other sets
More communicate icons from Material Symbols Light
Use the mark email unread icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.616 19q-.691 0-1.153-.462T3 17.384V6.616q0-.691.463-1.153T4.615 5h9.327q.214 0 .367.153t.133.366q-.019.195-.162.338T13.942 6H4v11.385q0 .269.173.442t.443.173h14.769q.269 0 .442-.173t.173-.442V11q0-.213.143-.357t.357-.143t.357.143T21 11v6.385q0 .69-.462 1.152T19.385 19zM4 6v12zm8 5l3.283-2.134q.196-.13.364-.075q.169.055.267.215t.077.33q-.022.172-.218.3l-3.344 2.193q-.212.13-.429.14t-.429-.121L4 7.096V6zm5.23-3.462q-.73-.73-.73-1.769T17.23 4T19 3.27t1.77.73t.73 1.77t-.73 1.769t-1.77.73t-1.77-.73"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightMarkEmailUnreadOutlineRounded(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.616 19q-.691 0-1.153-.462T3 17.384V6.616q0-.691.463-1.153T4.615 5h9.327q.214 0 .367.153t.133.366q-.019.195-.162.338T13.942 6H4v11.385q0 .269.173.442t.443.173h14.769q.269 0 .442-.173t.173-.442V11q0-.213.143-.357t.357-.143t.357.143T21 11v6.385q0 .69-.462 1.152T19.385 19zM4 6v12zm8 5l3.283-2.134q.196-.13.364-.075q.169.055.267.215t.077.33q-.022.172-.218.3l-3.344 2.193q-.212.13-.429.14t-.429-.121L4 7.096V6zm5.23-3.462q-.73-.73-.73-1.769T17.23 4T19 3.27t1.77.73t.73 1.77t-.73 1.769t-1.77.73t-1.77-.73"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.616 19q-.691 0-1.153-.462T3 17.384V6.616q0-.691.463-1.153T4.615 5h9.327q.214 0 .367.153t.133.366q-.019.195-.162.338T13.942 6H4v11.385q0 .269.173.442t.443.173h14.769q.269 0 .442-.173t.173-.442V11q0-.213.143-.357t.357-.143t.357.143T21 11v6.385q0 .69-.462 1.152T19.385 19zM4 6v12zm8 5l3.283-2.134q.196-.13.364-.075q.169.055.267.215t.077.33q-.022.172-.218.3l-3.344 2.193q-.212.13-.429.14t-.429-.121L4 7.096V6zm5.23-3.462q-.73-.73-.73-1.769T17.23 4T19 3.27t1.77.73t.73 1.77t-.73 1.769t-1.77.73t-1.77-.73"/></svg> </template>
CSS
.icon-mark-email-unread-outline-rounded {
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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.616%2019q-.691%200-1.153-.462T3%2017.384V6.616q0-.691.463-1.153T4.615%205h9.327q.214%200%20.367.153t.133.366q-.019.195-.162.338T13.942%206H4v11.385q0%20.269.173.442t.443.173h14.769q.269%200%20.442-.173t.173-.442V11q0-.213.143-.357t.357-.143t.357.143T21%2011v6.385q0%20.69-.462%201.152T19.385%2019zM4%206v12zm8%205l3.283-2.134q.196-.13.364-.075q.169.055.267.215t.077.33q-.022.172-.218.3l-3.344%202.193q-.212.13-.429.14t-.429-.121L4%207.096V6zm5.23-3.462q-.73-.73-.73-1.769T17.23%204T19%203.27t1.77.73t.73%201.77t-.73%201.769t-1.77.73t-1.77-.73%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.616%2019q-.691%200-1.153-.462T3%2017.384V6.616q0-.691.463-1.153T4.615%205h9.327q.214%200%20.367.153t.133.366q-.019.195-.162.338T13.942%206H4v11.385q0%20.269.173.442t.443.173h14.769q.269%200%20.442-.173t.173-.442V11q0-.213.143-.357t.357-.143t.357.143T21%2011v6.385q0%20.69-.462%201.152T19.385%2019zM4%206v12zm8%205l3.283-2.134q.196-.13.364-.075q.169.055.267.215t.077.33q-.022.172-.218.3l-3.344%202.193q-.212.13-.429.14t-.429-.121L4%207.096V6zm5.23-3.462q-.73-.73-.73-1.769T17.23%204T19%203.27t1.77.73t.73%201.77t-.73%201.769t-1.77.73t-1.77-.73%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/mark-email-unread-outline-rounded.svg?color=%231a73e8&size=48