mail read icon

mail-read from Codicons by Microsoft Corporation · Regular · CC-BY-4.0 Attribution required.

Name
mail-read
Set
Codicons
Style
Regular
Viewbox
16×16
License
CC BY 4.0

The same icon in other sets

Use the mail read icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="m13.839 3.644l-5.42-2.501a1 1 0 0 0-.839 0L2.161 3.644A2.01 2.01 0 0 0 1 5.46V11c0 1.103.897 2 2 2h10c1.103 0 2-.897 2-2V5.46c0-.778-.456-1.491-1.161-1.816m-11.258.908L8 2.051l5.419 2.501a1 1 0 0 1 .55.666L8 8.433L2.031 5.218c.073-.29.272-.538.55-.666M13 12H3a1 1 0 0 1-1-1V6.337L7.763 9.44a.5.5 0 0 0 .474 0L14 6.337V11a1 1 0 0 1-1 1"/></svg>

React

import type { SVGProps } from "react";

export function CodiconMailRead(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="m13.839 3.644l-5.42-2.501a1 1 0 0 0-.839 0L2.161 3.644A2.01 2.01 0 0 0 1 5.46V11c0 1.103.897 2 2 2h10c1.103 0 2-.897 2-2V5.46c0-.778-.456-1.491-1.161-1.816m-11.258.908L8 2.051l5.419 2.501a1 1 0 0 1 .55.666L8 8.433L2.031 5.218c.073-.29.272-.538.55-.666M13 12H3a1 1 0 0 1-1-1V6.337L7.763 9.44a.5.5 0 0 0 .474 0L14 6.337V11a1 1 0 0 1-1 1"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="m13.839 3.644l-5.42-2.501a1 1 0 0 0-.839 0L2.161 3.644A2.01 2.01 0 0 0 1 5.46V11c0 1.103.897 2 2 2h10c1.103 0 2-.897 2-2V5.46c0-.778-.456-1.491-1.161-1.816m-11.258.908L8 2.051l5.419 2.501a1 1 0 0 1 .55.666L8 8.433L2.031 5.218c.073-.29.272-.538.55-.666M13 12H3a1 1 0 0 1-1-1V6.337L7.763 9.44a.5.5 0 0 0 .474 0L14 6.337V11a1 1 0 0 1-1 1"/></svg>
</template>

CSS

.icon-mail-read {
  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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m13.839%203.644l-5.42-2.501a1%201%200%200%200-.839%200L2.161%203.644A2.01%202.01%200%200%200%201%205.46V11c0%201.103.897%202%202%202h10c1.103%200%202-.897%202-2V5.46c0-.778-.456-1.491-1.161-1.816m-11.258.908L8%202.051l5.419%202.501a1%201%200%200%201%20.55.666L8%208.433L2.031%205.218c.073-.29.272-.538.55-.666M13%2012H3a1%201%200%200%201-1-1V6.337L7.763%209.44a.5.5%200%200%200%20.474%200L14%206.337V11a1%201%200%200%201-1%201%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m13.839%203.644l-5.42-2.501a1%201%200%200%200-.839%200L2.161%203.644A2.01%202.01%200%200%200%201%205.46V11c0%201.103.897%202%202%202h10c1.103%200%202-.897%202-2V5.46c0-.778-.456-1.491-1.161-1.816m-11.258.908L8%202.051l5.419%202.501a1%201%200%200%201%20.55.666L8%208.433L2.031%205.218c.073-.29.272-.538.55-.666M13%2012H3a1%201%200%200%201-1-1V6.337L7.763%209.44a.5.5%200%200%200%20.474%200L14%206.337V11a1%201%200%200%201-1%201%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/codicon/mail-read.svg?color=%231a73e8&size=48