mail open icon
mail-open-sharp-two-tone from Keyline Icons by Keyline Icons · Sharp Two Tone · MIT Free for personal and commercial use.
- Name
- mail-open-sharp-two-tone
- Set
- Keyline Icons
- Style
- Sharp Two Tone
- Viewbox
- 24×24
- License
- MIT
7 other variants in Keyline Icons
The same icon in other sets
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"><g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2"><path fill="currentColor" fill-opacity=".4" d="M11.4576 1.1599L1.4576 7.616C1.1723 7.8002 1 8.1165 1 8.4561L1 22C1 22.5523 1.4477 23 2 23L22 23C22.5523 23 23 22.5523 23 22L23 8.4561C23 8.1165 22.8277 7.8002 22.5424 7.616L12.5424 1.1599C12.2122 0.9467 11.7878 0.9467 11.4576 1.1599Z" stroke="none"/><path d="M12 2L2 8.4561L2 22L22 22L22 8.4561L12 2ZM2 10L12 17.1428L22 10"/></g></svg>
React
import type { SVGProps } from "react";
export function KeylineIconsMailOpenSharpTwoTone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinejoin="round" strokeWidth="2"><path fill="currentColor" fillOpacity=".4" d="M11.4576 1.1599L1.4576 7.616C1.1723 7.8002 1 8.1165 1 8.4561L1 22C1 22.5523 1.4477 23 2 23L22 23C22.5523 23 23 22.5523 23 22L23 8.4561C23 8.1165 22.8277 7.8002 22.5424 7.616L12.5424 1.1599C12.2122 0.9467 11.7878 0.9467 11.4576 1.1599Z" stroke="none"/><path d="M12 2L2 8.4561L2 22L22 22L22 8.4561L12 2ZM2 10L12 17.1428L22 10"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2"><path fill="currentColor" fill-opacity=".4" d="M11.4576 1.1599L1.4576 7.616C1.1723 7.8002 1 8.1165 1 8.4561L1 22C1 22.5523 1.4477 23 2 23L22 23C22.5523 23 23 22.5523 23 22L23 8.4561C23 8.1165 22.8277 7.8002 22.5424 7.616L12.5424 1.1599C12.2122 0.9467 11.7878 0.9467 11.4576 1.1599Z" stroke="none"/><path d="M12 2L2 8.4561L2 22L22 22L22 8.4561L12 2ZM2 10L12 17.1428L22 10"/></g></svg> </template>
CSS
.icon-mail-open-sharp-two-tone {
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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-opacity%3D%22.4%22%20d%3D%22M11.4576%201.1599L1.4576%207.616C1.1723%207.8002%201%208.1165%201%208.4561L1%2022C1%2022.5523%201.4477%2023%202%2023L22%2023C22.5523%2023%2023%2022.5523%2023%2022L23%208.4561C23%208.1165%2022.8277%207.8002%2022.5424%207.616L12.5424%201.1599C12.2122%200.9467%2011.7878%200.9467%2011.4576%201.1599Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20d%3D%22M12%202L2%208.4561L2%2022L22%2022L22%208.4561L12%202ZM2%2010L12%2017.1428L22%2010%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-opacity%3D%22.4%22%20d%3D%22M11.4576%201.1599L1.4576%207.616C1.1723%207.8002%201%208.1165%201%208.4561L1%2022C1%2022.5523%201.4477%2023%202%2023L22%2023C22.5523%2023%2023%2022.5523%2023%2022L23%208.4561C23%208.1165%2022.8277%207.8002%2022.5424%207.616L12.5424%201.1599C12.2122%200.9467%2011.7878%200.9467%2011.4576%201.1599Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20d%3D%22M12%202L2%208.4561L2%2022L22%2022L22%208.4561L12%202ZM2%2010L12%2017.1428L22%2010%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/keyline-icons/mail-open-sharp-two-tone.svg?color=%231a73e8&size=48