mark email unread icon
mark-email-unread-rounded from Material Symbols Light by Google · Rounded · Communicate · Apache-2.0 Free for personal and commercial use.
- Name
- mark-email-unread-rounded
- Set
- Material Symbols Light
- Style
- 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="M17.23 7.539q-.73-.731-.73-1.77T17.23 4T19 3.27t1.77.73t.73 1.77t-.73 1.769t-1.77.73t-1.77-.73M4.617 19q-.691 0-1.153-.462T3 17.384V6.616q0-.691.463-1.153T4.615 5h9.177q.304 0 .518.233t.19.536q0 .064.006.119t.017.112q.04.762.316 1.44q.275.677.734 1.221L12 11L4.82 6.32q-.195-.122-.402-.045t-.264.289q-.077.148-.025.297t.194.235l7.229 4.733q.212.13.448.13t.448-.13l3.866-2.533q.54.458 1.225.716q.684.257 1.461.257q.258 0 .525-.027t.52-.106q.367-.078.66.118q.295.196.295.544v6.587q0 .69-.462 1.153T19.385 19z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightMarkEmailUnreadRounded(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="M17.23 7.539q-.73-.731-.73-1.77T17.23 4T19 3.27t1.77.73t.73 1.77t-.73 1.769t-1.77.73t-1.77-.73M4.617 19q-.691 0-1.153-.462T3 17.384V6.616q0-.691.463-1.153T4.615 5h9.177q.304 0 .518.233t.19.536q0 .064.006.119t.017.112q.04.762.316 1.44q.275.677.734 1.221L12 11L4.82 6.32q-.195-.122-.402-.045t-.264.289q-.077.148-.025.297t.194.235l7.229 4.733q.212.13.448.13t.448-.13l3.866-2.533q.54.458 1.225.716q.684.257 1.461.257q.258 0 .525-.027t.52-.106q.367-.078.66.118q.295.196.295.544v6.587q0 .69-.462 1.153T19.385 19z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.23 7.539q-.73-.731-.73-1.77T17.23 4T19 3.27t1.77.73t.73 1.77t-.73 1.769t-1.77.73t-1.77-.73M4.617 19q-.691 0-1.153-.462T3 17.384V6.616q0-.691.463-1.153T4.615 5h9.177q.304 0 .518.233t.19.536q0 .064.006.119t.017.112q.04.762.316 1.44q.275.677.734 1.221L12 11L4.82 6.32q-.195-.122-.402-.045t-.264.289q-.077.148-.025.297t.194.235l7.229 4.733q.212.13.448.13t.448-.13l3.866-2.533q.54.458 1.225.716q.684.257 1.461.257q.258 0 .525-.027t.52-.106q.367-.078.66.118q.295.196.295.544v6.587q0 .69-.462 1.153T19.385 19z"/></svg> </template>
CSS
.icon-mark-email-unread-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%22M17.23%207.539q-.73-.731-.73-1.77T17.23%204T19%203.27t1.77.73t.73%201.77t-.73%201.769t-1.77.73t-1.77-.73M4.617%2019q-.691%200-1.153-.462T3%2017.384V6.616q0-.691.463-1.153T4.615%205h9.177q.304%200%20.518.233t.19.536q0%20.064.006.119t.017.112q.04.762.316%201.44q.275.677.734%201.221L12%2011L4.82%206.32q-.195-.122-.402-.045t-.264.289q-.077.148-.025.297t.194.235l7.229%204.733q.212.13.448.13t.448-.13l3.866-2.533q.54.458%201.225.716q.684.257%201.461.257q.258%200%20.525-.027t.52-.106q.367-.078.66.118q.295.196.295.544v6.587q0%20.69-.462%201.153T19.385%2019z%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%22M17.23%207.539q-.73-.731-.73-1.77T17.23%204T19%203.27t1.77.73t.73%201.77t-.73%201.769t-1.77.73t-1.77-.73M4.617%2019q-.691%200-1.153-.462T3%2017.384V6.616q0-.691.463-1.153T4.615%205h9.177q.304%200%20.518.233t.19.536q0%20.064.006.119t.017.112q.04.762.316%201.44q.275.677.734%201.221L12%2011L4.82%206.32q-.195-.122-.402-.045t-.264.289q-.077.148-.025.297t.194.235l7.229%204.733q.212.13.448.13t.448-.13l3.866-2.533q.54.458%201.225.716q.684.257%201.461.257q.258%200%20.525-.027t.52-.106q.367-.078.66.118q.295.196.295.544v6.587q0%20.69-.462%201.153T19.385%2019z%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-rounded.svg?color=%231a73e8&size=48