mark-email-read-outline-rounded from Material Symbols Light by Google · Outline Rounded · Communicate · Apache-2.0 Free for personal and commercial use.

Name
mark-email-read-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 read icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.308 6L12 11l7.692-5zm.308 13q-.667 0-1.141-.475T3 17.386V6.615q0-.666.475-1.14T4.615 5h14.77q.666 0 1.14.475T21 6.615v5.577q0 .213-.144.357t-.357.143t-.356-.143t-.143-.357V6.885l-7.552 4.944q-.094.069-.448.13q-.125 0-.234-.027q-.108-.028-.214-.103L4 6.884v10.5q0 .27.173.443t.443.173H9.75q.213 0 .356.144t.144.357t-.144.356T9.75 19zm10.873.854l5.334-5.335q.14-.14.344-.15t.364.15t.16.354t-.16.354l-5.477 5.477q-.242.242-.565.242t-.566-.242l-2.638-2.639q-.14-.14-.15-.344t.15-.363t.354-.16t.353.16z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightMarkEmailReadOutlineRounded(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.308 6L12 11l7.692-5zm.308 13q-.667 0-1.141-.475T3 17.386V6.615q0-.666.475-1.14T4.615 5h14.77q.666 0 1.14.475T21 6.615v5.577q0 .213-.144.357t-.357.143t-.356-.143t-.143-.357V6.885l-7.552 4.944q-.094.069-.448.13q-.125 0-.234-.027q-.108-.028-.214-.103L4 6.884v10.5q0 .27.173.443t.443.173H9.75q.213 0 .356.144t.144.357t-.144.356T9.75 19zm10.873.854l5.334-5.335q.14-.14.344-.15t.364.15t.16.354t-.16.354l-5.477 5.477q-.242.242-.565.242t-.566-.242l-2.638-2.639q-.14-.14-.15-.344t.15-.363t.354-.16t.353.16z"/></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.308 6L12 11l7.692-5zm.308 13q-.667 0-1.141-.475T3 17.386V6.615q0-.666.475-1.14T4.615 5h14.77q.666 0 1.14.475T21 6.615v5.577q0 .213-.144.357t-.357.143t-.356-.143t-.143-.357V6.885l-7.552 4.944q-.094.069-.448.13q-.125 0-.234-.027q-.108-.028-.214-.103L4 6.884v10.5q0 .27.173.443t.443.173H9.75q.213 0 .356.144t.144.357t-.144.356T9.75 19zm10.873.854l5.334-5.335q.14-.14.344-.15t.364.15t.16.354t-.16.354l-5.477 5.477q-.242.242-.565.242t-.566-.242l-2.638-2.639q-.14-.14-.15-.344t.15-.363t.354-.16t.353.16z"/></svg>
</template>

CSS

.icon-mark-email-read-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.308%206L12%2011l7.692-5zm.308%2013q-.667%200-1.141-.475T3%2017.386V6.615q0-.666.475-1.14T4.615%205h14.77q.666%200%201.14.475T21%206.615v5.577q0%20.213-.144.357t-.357.143t-.356-.143t-.143-.357V6.885l-7.552%204.944q-.094.069-.448.13q-.125%200-.234-.027q-.108-.028-.214-.103L4%206.884v10.5q0%20.27.173.443t.443.173H9.75q.213%200%20.356.144t.144.357t-.144.356T9.75%2019zm10.873.854l5.334-5.335q.14-.14.344-.15t.364.15t.16.354t-.16.354l-5.477%205.477q-.242.242-.565.242t-.566-.242l-2.638-2.639q-.14-.14-.15-.344t.15-.363t.354-.16t.353.16z%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.308%206L12%2011l7.692-5zm.308%2013q-.667%200-1.141-.475T3%2017.386V6.615q0-.666.475-1.14T4.615%205h14.77q.666%200%201.14.475T21%206.615v5.577q0%20.213-.144.357t-.357.143t-.356-.143t-.143-.357V6.885l-7.552%204.944q-.094.069-.448.13q-.125%200-.234-.027q-.108-.028-.214-.103L4%206.884v10.5q0%20.27.173.443t.443.173H9.75q.213%200%20.356.144t.144.357t-.144.356T9.75%2019zm10.873.854l5.334-5.335q.14-.14.344-.15t.364.15t.16.354t-.16.354l-5.477%205.477q-.242.242-.565.242t-.566-.242l-2.638-2.639q-.14-.14-.15-.344t.15-.363t.354-.16t.353.16z%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-read-outline-rounded.svg?color=%231a73e8&size=48