ios mail unread icon

ios-mail-unread from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.

Name
ios-mail-unread
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT

Related icons in IonIcons

Use the ios mail unread icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><circle cx="416" cy="152" r="48" fill="currentColor"/><path d="M416 218.5c-5.4 0-10.6-.7-15.6-1.9L353 264.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-75-79.9c-.8-.8-2.1-.8-2.9 0L313.7 305c-15.3 15.5-35.6 24.1-57.4 24.2-22.1.1-43.1-9.2-58.6-24.9l-17.6-17.9c-.8-.8-2.1-.8-2.9 0l-75 79.9c-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.8L51.4 155.3c-1.3-1.3-3.4-.4-3.4 1.4V376c0 17.6 14.4 32 32 32h352c17.6 0 32-14.4 32-32V198c-12.1 12.6-29.1 20.5-48 20.5z" fill="currentColor"/><path d="M349.5 152c0-11.6 3-22.5 8.2-32H79.9c-7.5 0-14.4 2.6-19.8 7L217 286.7c10.4 10.6 24.3 16.4 39.1 16.4s28.7-5.8 39.1-16.4l80.5-81.9c-16-12.2-26.2-31.3-26.2-52.8z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonIosMailUnread(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><circle cx="416" cy="152" r="48" fill="currentColor"/><path d="M416 218.5c-5.4 0-10.6-.7-15.6-1.9L353 264.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-75-79.9c-.8-.8-2.1-.8-2.9 0L313.7 305c-15.3 15.5-35.6 24.1-57.4 24.2-22.1.1-43.1-9.2-58.6-24.9l-17.6-17.9c-.8-.8-2.1-.8-2.9 0l-75 79.9c-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.8L51.4 155.3c-1.3-1.3-3.4-.4-3.4 1.4V376c0 17.6 14.4 32 32 32h352c17.6 0 32-14.4 32-32V198c-12.1 12.6-29.1 20.5-48 20.5z" fill="currentColor"/><path d="M349.5 152c0-11.6 3-22.5 8.2-32H79.9c-7.5 0-14.4 2.6-19.8 7L217 286.7c10.4 10.6 24.3 16.4 39.1 16.4s28.7-5.8 39.1-16.4l80.5-81.9c-16-12.2-26.2-31.3-26.2-52.8z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><circle cx="416" cy="152" r="48" fill="currentColor"/><path d="M416 218.5c-5.4 0-10.6-.7-15.6-1.9L353 264.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-75-79.9c-.8-.8-2.1-.8-2.9 0L313.7 305c-15.3 15.5-35.6 24.1-57.4 24.2-22.1.1-43.1-9.2-58.6-24.9l-17.6-17.9c-.8-.8-2.1-.8-2.9 0l-75 79.9c-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.8L51.4 155.3c-1.3-1.3-3.4-.4-3.4 1.4V376c0 17.6 14.4 32 32 32h352c17.6 0 32-14.4 32-32V198c-12.1 12.6-29.1 20.5-48 20.5z" fill="currentColor"/><path d="M349.5 152c0-11.6 3-22.5 8.2-32H79.9c-7.5 0-14.4 2.6-19.8 7L217 286.7c10.4 10.6 24.3 16.4 39.1 16.4s28.7-5.8 39.1-16.4l80.5-81.9c-16-12.2-26.2-31.3-26.2-52.8z" fill="currentColor"/></svg>
</template>

CSS

.icon-ios-mail-unread {
  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%3Ccircle%20cx%3D%22416%22%20cy%3D%22152%22%20r%3D%2248%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M416%20218.5c-5.4%200-10.6-.7-15.6-1.9L353%20264.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-75-79.9c-.8-.8-2.1-.8-2.9%200L313.7%20305c-15.3%2015.5-35.6%2024.1-57.4%2024.2-22.1.1-43.1-9.2-58.6-24.9l-17.6-17.9c-.8-.8-2.1-.8-2.9%200l-75%2079.9c-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.8L51.4%20155.3c-1.3-1.3-3.4-.4-3.4%201.4V376c0%2017.6%2014.4%2032%2032%2032h352c17.6%200%2032-14.4%2032-32V198c-12.1%2012.6-29.1%2020.5-48%2020.5z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M349.5%20152c0-11.6%203-22.5%208.2-32H79.9c-7.5%200-14.4%202.6-19.8%207L217%20286.7c10.4%2010.6%2024.3%2016.4%2039.1%2016.4s28.7-5.8%2039.1-16.4l80.5-81.9c-16-12.2-26.2-31.3-26.2-52.8z%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%3Ccircle%20cx%3D%22416%22%20cy%3D%22152%22%20r%3D%2248%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M416%20218.5c-5.4%200-10.6-.7-15.6-1.9L353%20264.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-75-79.9c-.8-.8-2.1-.8-2.9%200L313.7%20305c-15.3%2015.5-35.6%2024.1-57.4%2024.2-22.1.1-43.1-9.2-58.6-24.9l-17.6-17.9c-.8-.8-2.1-.8-2.9%200l-75%2079.9c-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.8L51.4%20155.3c-1.3-1.3-3.4-.4-3.4%201.4V376c0%2017.6%2014.4%2032%2032%2032h352c17.6%200%2032-14.4%2032-32V198c-12.1%2012.6-29.1%2020.5-48%2020.5z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M349.5%20152c0-11.6%203-22.5%208.2-32H79.9c-7.5%200-14.4%202.6-19.8%207L217%20286.7c10.4%2010.6%2024.3%2016.4%2039.1%2016.4s28.7-5.8%2039.1-16.4l80.5-81.9c-16-12.2-26.2-31.3-26.2-52.8z%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-unread.svg?color=%231a73e8&size=48