mail read icon
mail-read from Octicons by GitHub · Regular · MIT Free for personal and commercial use.
- Name
- mail-read
- Set
- Octicons
- Style
- Regular
- Viewbox
- 14×16
- License
- MIT
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 14 16"><path fill-rule="evenodd" d="M6 5H4V4h2v1zm3 1H4v1h5V6zm5-.48V14c0 .55-.45 1-1 1H1c-.55 0-1-.45-1-1V5.52c0-.33.16-.63.42-.81L2 3.58V3c0-.55.45-1 1-1h1.2L7 0l2.8 2H11c.55 0 1 .45 1 1v.58l1.58 1.13c.27.19.42.48.42.81zM3 7.5L7 10l4-2.5V3H3v4.5zm-2 6l4.5-3l-4.5-3v6zm11 .5l-5-3l-5 3h10zm1-6.5l-4.5 3l4.5 3v-6z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function OcticonMailRead(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 14 16"><path fillRule="evenodd" d="M6 5H4V4h2v1zm3 1H4v1h5V6zm5-.48V14c0 .55-.45 1-1 1H1c-.55 0-1-.45-1-1V5.52c0-.33.16-.63.42-.81L2 3.58V3c0-.55.45-1 1-1h1.2L7 0l2.8 2H11c.55 0 1 .45 1 1v.58l1.58 1.13c.27.19.42.48.42.81zM3 7.5L7 10l4-2.5V3H3v4.5zm-2 6l4.5-3l-4.5-3v6zm11 .5l-5-3l-5 3h10zm1-6.5l-4.5 3l4.5 3v-6z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 14 16"><path fill-rule="evenodd" d="M6 5H4V4h2v1zm3 1H4v1h5V6zm5-.48V14c0 .55-.45 1-1 1H1c-.55 0-1-.45-1-1V5.52c0-.33.16-.63.42-.81L2 3.58V3c0-.55.45-1 1-1h1.2L7 0l2.8 2H11c.55 0 1 .45 1 1v.58l1.58 1.13c.27.19.42.48.42.81zM3 7.5L7 10l4-2.5V3H3v4.5zm-2 6l4.5-3l-4.5-3v6zm11 .5l-5-3l-5 3h10zm1-6.5l-4.5 3l4.5 3v-6z" fill="currentColor"/></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%2014%2016%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M6%205H4V4h2v1zm3%201H4v1h5V6zm5-.48V14c0%20.55-.45%201-1%201H1c-.55%200-1-.45-1-1V5.52c0-.33.16-.63.42-.81L2%203.58V3c0-.55.45-1%201-1h1.2L7%200l2.8%202H11c.55%200%201%20.45%201%201v.58l1.58%201.13c.27.19.42.48.42.81zM3%207.5L7%2010l4-2.5V3H3v4.5zm-2%206l4.5-3l-4.5-3v6zm11%20.5l-5-3l-5%203h10zm1-6.5l-4.5%203l4.5%203v-6z%22%20fill%3D%22currentColor%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%2014%2016%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M6%205H4V4h2v1zm3%201H4v1h5V6zm5-.48V14c0%20.55-.45%201-1%201H1c-.55%200-1-.45-1-1V5.52c0-.33.16-.63.42-.81L2%203.58V3c0-.55.45-1%201-1h1.2L7%200l2.8%202H11c.55%200%201%20.45%201%201v.58l1.58%201.13c.27.19.42.48.42.81zM3%207.5L7%2010l4-2.5V3H3v4.5zm-2%206l4.5-3l-4.5-3v6zm11%20.5l-5-3l-5%203h10zm1-6.5l-4.5%203l4.5%203v-6z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/octicon/mail-read.svg?color=%231a73e8&size=48