mail open icon
mail-open-solid from Myna UI Icons by Praveen Juge · Solid · MIT Free for personal and commercial use.
- Name
- mail-open-solid
- Set
- Myna UI Icons
- Style
- Solid
- Viewbox
- 24×24
- License
- MIT
- Aliases
- envelope-open-solid
1 other variant in Myna UI Icons
The same icon in other sets
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="currentColor" d="M12.453 3.578a2.25 2.25 0 0 0-.907 0c-.311.065-.62.227-1.514.724L3.8 7.767l5.955 3.972c1.01.674 1.362.895 1.721.981a2.25 2.25 0 0 0 1.05 0c.358-.086.71-.307 1.722-.982l5.954-3.971l-6.234-3.465c-.893-.497-1.202-.66-1.514-.724m-1.21-1.468a3.75 3.75 0 0 1 1.512 0c.565.117 1.086.406 1.84.826l.1.056l7.308 4.062a.75.75 0 0 1 .386.655v7.02c0 .814 0 1.47-.044 2c-.044.547-.139 1.027-.365 1.471a3.75 3.75 0 0 1-1.639 1.639c-.444.226-.924.32-1.47.365c-.532.044-1.187.044-2 .044H7.128c-.813 0-1.469 0-2-.044c-.546-.044-1.026-.139-1.47-.365a3.75 3.75 0 0 1-1.64-1.639c-.226-.444-.32-.924-.365-1.47c-.043-.532-.043-1.187-.043-2V7.71a.75.75 0 0 1 .385-.656L9.303 2.99q.051-.03.101-.056c.754-.42 1.275-.71 1.84-.826"/></svg>
React
import type { SVGProps } from "react";
export function MynauiMailOpenSolid(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="M12.453 3.578a2.25 2.25 0 0 0-.907 0c-.311.065-.62.227-1.514.724L3.8 7.767l5.955 3.972c1.01.674 1.362.895 1.721.981a2.25 2.25 0 0 0 1.05 0c.358-.086.71-.307 1.722-.982l5.954-3.971l-6.234-3.465c-.893-.497-1.202-.66-1.514-.724m-1.21-1.468a3.75 3.75 0 0 1 1.512 0c.565.117 1.086.406 1.84.826l.1.056l7.308 4.062a.75.75 0 0 1 .386.655v7.02c0 .814 0 1.47-.044 2c-.044.547-.139 1.027-.365 1.471a3.75 3.75 0 0 1-1.639 1.639c-.444.226-.924.32-1.47.365c-.532.044-1.187.044-2 .044H7.128c-.813 0-1.469 0-2-.044c-.546-.044-1.026-.139-1.47-.365a3.75 3.75 0 0 1-1.64-1.639c-.226-.444-.32-.924-.365-1.47c-.043-.532-.043-1.187-.043-2V7.71a.75.75 0 0 1 .385-.656L9.303 2.99q.051-.03.101-.056c.754-.42 1.275-.71 1.84-.826"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.453 3.578a2.25 2.25 0 0 0-.907 0c-.311.065-.62.227-1.514.724L3.8 7.767l5.955 3.972c1.01.674 1.362.895 1.721.981a2.25 2.25 0 0 0 1.05 0c.358-.086.71-.307 1.722-.982l5.954-3.971l-6.234-3.465c-.893-.497-1.202-.66-1.514-.724m-1.21-1.468a3.75 3.75 0 0 1 1.512 0c.565.117 1.086.406 1.84.826l.1.056l7.308 4.062a.75.75 0 0 1 .386.655v7.02c0 .814 0 1.47-.044 2c-.044.547-.139 1.027-.365 1.471a3.75 3.75 0 0 1-1.639 1.639c-.444.226-.924.32-1.47.365c-.532.044-1.187.044-2 .044H7.128c-.813 0-1.469 0-2-.044c-.546-.044-1.026-.139-1.47-.365a3.75 3.75 0 0 1-1.64-1.639c-.226-.444-.32-.924-.365-1.47c-.043-.532-.043-1.187-.043-2V7.71a.75.75 0 0 1 .385-.656L9.303 2.99q.051-.03.101-.056c.754-.42 1.275-.71 1.84-.826"/></svg> </template>
CSS
.icon-mail-open-solid {
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%22M12.453%203.578a2.25%202.25%200%200%200-.907%200c-.311.065-.62.227-1.514.724L3.8%207.767l5.955%203.972c1.01.674%201.362.895%201.721.981a2.25%202.25%200%200%200%201.05%200c.358-.086.71-.307%201.722-.982l5.954-3.971l-6.234-3.465c-.893-.497-1.202-.66-1.514-.724m-1.21-1.468a3.75%203.75%200%200%201%201.512%200c.565.117%201.086.406%201.84.826l.1.056l7.308%204.062a.75.75%200%200%201%20.386.655v7.02c0%20.814%200%201.47-.044%202c-.044.547-.139%201.027-.365%201.471a3.75%203.75%200%200%201-1.639%201.639c-.444.226-.924.32-1.47.365c-.532.044-1.187.044-2%20.044H7.128c-.813%200-1.469%200-2-.044c-.546-.044-1.026-.139-1.47-.365a3.75%203.75%200%200%201-1.64-1.639c-.226-.444-.32-.924-.365-1.47c-.043-.532-.043-1.187-.043-2V7.71a.75.75%200%200%201%20.385-.656L9.303%202.99q.051-.03.101-.056c.754-.42%201.275-.71%201.84-.826%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%22M12.453%203.578a2.25%202.25%200%200%200-.907%200c-.311.065-.62.227-1.514.724L3.8%207.767l5.955%203.972c1.01.674%201.362.895%201.721.981a2.25%202.25%200%200%200%201.05%200c.358-.086.71-.307%201.722-.982l5.954-3.971l-6.234-3.465c-.893-.497-1.202-.66-1.514-.724m-1.21-1.468a3.75%203.75%200%200%201%201.512%200c.565.117%201.086.406%201.84.826l.1.056l7.308%204.062a.75.75%200%200%201%20.386.655v7.02c0%20.814%200%201.47-.044%202c-.044.547-.139%201.027-.365%201.471a3.75%203.75%200%200%201-1.639%201.639c-.444.226-.924.32-1.47.365c-.532.044-1.187.044-2%20.044H7.128c-.813%200-1.469%200-2-.044c-.546-.044-1.026-.139-1.47-.365a3.75%203.75%200%200%201-1.64-1.639c-.226-.444-.32-.924-.365-1.47c-.043-.532-.043-1.187-.043-2V7.71a.75.75%200%200%201%20.385-.656L9.303%202.99q.051-.03.101-.056c.754-.42%201.275-.71%201.84-.826%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mynaui/mail-open-solid.svg?color=%231a73e8&size=48