ios mail open icon
ios-mail-open from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.
- Name
- ios-mail-open
- Set
- IonIcons
- Style
- Regular
- Viewbox
- 512×512
- License
- MIT
Related icons in IonIcons
ios-addios-add-circleios-airplaneios-alarmios-albumsios-alertios-american-footballios-americanfootballios-analyticsios-apertureios-appsios-appstoreios-archiveios-arrow-backios-arrow-downios-arrow-dropdownios-arrow-dropdown-circleios-arrow-dropleftios-arrow-dropleft-circleios-arrow-droprightios-arrow-dropright-circleios-arrow-dropupios-arrow-dropup-circleios-arrow-forward
Use the ios mail open icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M453.5 209.8c-4-4-158.3-161.4-158.3-161.4C284.8 37.8 270.9 32 256 32c-14.9 0-28.8 5.8-39.2 16.5 0 0-153.6 156.5-158.3 161.4C53.9 214.7 48 224.7 48 236v212c0 17.6 14.4 32 32 32h352c17.6 0 32-14.4 32-32V235c0-11.7-6.6-21.1-10.5-25.2zm-19.4 42.3L353 336.9c-.8.8-.8 2 0 2.8l75.3 80.2c5.1 5.1 5.1 13.3 0 18.4-2.5 2.5-5.9 3.8-9.2 3.8s-6.7-1.3-9.2-3.8l-151-161.2c-1.6-1.7-4.3-1.7-5.8 0L102.2 438.2c-2.5 2.5-5.9 3.8-9.2 3.8s-6.7-1.3-9.2-3.8c-5.1-5.1-5.1-13.3 0-18.4l75.3-80.2c.7-.8.7-2 0-2.8L77.7 252c-9.7-9.9-2.4-35.8 16.1-35.8h324.4c16.5-.1 25.6 26.1 15.9 35.9z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function IonIosMailOpen(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M453.5 209.8c-4-4-158.3-161.4-158.3-161.4C284.8 37.8 270.9 32 256 32c-14.9 0-28.8 5.8-39.2 16.5 0 0-153.6 156.5-158.3 161.4C53.9 214.7 48 224.7 48 236v212c0 17.6 14.4 32 32 32h352c17.6 0 32-14.4 32-32V235c0-11.7-6.6-21.1-10.5-25.2zm-19.4 42.3L353 336.9c-.8.8-.8 2 0 2.8l75.3 80.2c5.1 5.1 5.1 13.3 0 18.4-2.5 2.5-5.9 3.8-9.2 3.8s-6.7-1.3-9.2-3.8l-151-161.2c-1.6-1.7-4.3-1.7-5.8 0L102.2 438.2c-2.5 2.5-5.9 3.8-9.2 3.8s-6.7-1.3-9.2-3.8c-5.1-5.1-5.1-13.3 0-18.4l75.3-80.2c.7-.8.7-2 0-2.8L77.7 252c-9.7-9.9-2.4-35.8 16.1-35.8h324.4c16.5-.1 25.6 26.1 15.9 35.9z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M453.5 209.8c-4-4-158.3-161.4-158.3-161.4C284.8 37.8 270.9 32 256 32c-14.9 0-28.8 5.8-39.2 16.5 0 0-153.6 156.5-158.3 161.4C53.9 214.7 48 224.7 48 236v212c0 17.6 14.4 32 32 32h352c17.6 0 32-14.4 32-32V235c0-11.7-6.6-21.1-10.5-25.2zm-19.4 42.3L353 336.9c-.8.8-.8 2 0 2.8l75.3 80.2c5.1 5.1 5.1 13.3 0 18.4-2.5 2.5-5.9 3.8-9.2 3.8s-6.7-1.3-9.2-3.8l-151-161.2c-1.6-1.7-4.3-1.7-5.8 0L102.2 438.2c-2.5 2.5-5.9 3.8-9.2 3.8s-6.7-1.3-9.2-3.8c-5.1-5.1-5.1-13.3 0-18.4l75.3-80.2c.7-.8.7-2 0-2.8L77.7 252c-9.7-9.9-2.4-35.8 16.1-35.8h324.4c16.5-.1 25.6 26.1 15.9 35.9z" fill="currentColor"/></svg> </template>
CSS
.icon-ios-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%20512%20512%22%3E%3Cpath%20d%3D%22M453.5%20209.8c-4-4-158.3-161.4-158.3-161.4C284.8%2037.8%20270.9%2032%20256%2032c-14.9%200-28.8%205.8-39.2%2016.5%200%200-153.6%20156.5-158.3%20161.4C53.9%20214.7%2048%20224.7%2048%20236v212c0%2017.6%2014.4%2032%2032%2032h352c17.6%200%2032-14.4%2032-32V235c0-11.7-6.6-21.1-10.5-25.2zm-19.4%2042.3L353%20336.9c-.8.8-.8%202%200%202.8l75.3%2080.2c5.1%205.1%205.1%2013.3%200%2018.4-2.5%202.5-5.9%203.8-9.2%203.8s-6.7-1.3-9.2-3.8l-151-161.2c-1.6-1.7-4.3-1.7-5.8%200L102.2%20438.2c-2.5%202.5-5.9%203.8-9.2%203.8s-6.7-1.3-9.2-3.8c-5.1-5.1-5.1-13.3%200-18.4l75.3-80.2c.7-.8.7-2%200-2.8L77.7%20252c-9.7-9.9-2.4-35.8%2016.1-35.8h324.4c16.5-.1%2025.6%2026.1%2015.9%2035.9z%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%20512%20512%22%3E%3Cpath%20d%3D%22M453.5%20209.8c-4-4-158.3-161.4-158.3-161.4C284.8%2037.8%20270.9%2032%20256%2032c-14.9%200-28.8%205.8-39.2%2016.5%200%200-153.6%20156.5-158.3%20161.4C53.9%20214.7%2048%20224.7%2048%20236v212c0%2017.6%2014.4%2032%2032%2032h352c17.6%200%2032-14.4%2032-32V235c0-11.7-6.6-21.1-10.5-25.2zm-19.4%2042.3L353%20336.9c-.8.8-.8%202%200%202.8l75.3%2080.2c5.1%205.1%205.1%2013.3%200%2018.4-2.5%202.5-5.9%203.8-9.2%203.8s-6.7-1.3-9.2-3.8l-151-161.2c-1.6-1.7-4.3-1.7-5.8%200L102.2%20438.2c-2.5%202.5-5.9%203.8-9.2%203.8s-6.7-1.3-9.2-3.8c-5.1-5.1-5.1-13.3%200-18.4l75.3-80.2c.7-.8.7-2%200-2.8L77.7%20252c-9.7-9.9-2.4-35.8%2016.1-35.8h324.4c16.5-.1%2025.6%2026.1%2015.9%2035.9z%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/ion/ios-mail-open.svg?color=%231a73e8&size=48