mail open icon
mail-open from Keyline Icons by Keyline Icons · Stroke · MIT Free for personal and commercial use.
- Name
- mail-open
- Set
- Keyline Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
7 other variants in Keyline Icons
The same icon in other sets
All mail open icons →mail-opencss.ggmail-openHuge Iconsmail-openHumbleiconsmail-openIconParkmail-openIconPark Outlinemail-openIconPark Solidmail-openIconPark TwoTonemail-openIconoirmail-openIonIconsmail-openLucidemail-openMajesticonsmail-open-fillMingCute Iconmail-openMyna UI Iconsmail-openPixelarticonsmail-open-fillRemix Icon
Related icons in Keyline Icons
Use the mail open icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10.2563 2.5588L3.2563 7.5588C2.4679 8.1219 2 9.0311 2 10L2 19C2 20.6569 3.3431 22 5 22L19 22C20.6569 22 22 20.6569 22 19L22 10C22 9.0311 21.5321 8.1219 20.7437 7.5588L13.7437 2.5588C12.7006 1.8137 11.2994 1.8137 10.2563 2.5588ZM2 10L10.8375 16.3125C11.5329 16.8092 12.4671 16.8092 13.1625 16.3125L22 10"/></svg>
React
import type { SVGProps } from "react";
export function KeylineIconsMailOpen(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M10.2563 2.5588L3.2563 7.5588C2.4679 8.1219 2 9.0311 2 10L2 19C2 20.6569 3.3431 22 5 22L19 22C20.6569 22 22 20.6569 22 19L22 10C22 9.0311 21.5321 8.1219 20.7437 7.5588L13.7437 2.5588C12.7006 1.8137 11.2994 1.8137 10.2563 2.5588ZM2 10L10.8375 16.3125C11.5329 16.8092 12.4671 16.8092 13.1625 16.3125L22 10"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10.2563 2.5588L3.2563 7.5588C2.4679 8.1219 2 9.0311 2 10L2 19C2 20.6569 3.3431 22 5 22L19 22C20.6569 22 22 20.6569 22 19L22 10C22 9.0311 21.5321 8.1219 20.7437 7.5588L13.7437 2.5588C12.7006 1.8137 11.2994 1.8137 10.2563 2.5588ZM2 10L10.8375 16.3125C11.5329 16.8092 12.4671 16.8092 13.1625 16.3125L22 10"/></svg> </template>
CSS
.icon-mail-open {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M10.2563%202.5588L3.2563%207.5588C2.4679%208.1219%202%209.0311%202%2010L2%2019C2%2020.6569%203.3431%2022%205%2022L19%2022C20.6569%2022%2022%2020.6569%2022%2019L22%2010C22%209.0311%2021.5321%208.1219%2020.7437%207.5588L13.7437%202.5588C12.7006%201.8137%2011.2994%201.8137%2010.2563%202.5588ZM2%2010L10.8375%2016.3125C11.5329%2016.8092%2012.4671%2016.8092%2013.1625%2016.3125L22%2010%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M10.2563%202.5588L3.2563%207.5588C2.4679%208.1219%202%209.0311%202%2010L2%2019C2%2020.6569%203.3431%2022%205%2022L19%2022C20.6569%2022%2022%2020.6569%2022%2019L22%2010C22%209.0311%2021.5321%208.1219%2020.7437%207.5588L13.7437%202.5588C12.7006%201.8137%2011.2994%201.8137%2010.2563%202.5588ZM2%2010L10.8375%2016.3125C11.5329%2016.8092%2012.4671%2016.8092%2013.1625%2016.3125L22%2010%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/keyline-icons/mail-open.svg?color=%231a73e8&size=48