mail-open-person-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.

Name
mail-open-person-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
License
MIT

5 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the mail open person icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 3.619v.004l-8.092 4.81L12 12.654v.003l8.231-4.225zm-.168 10.612a.8.8 0 0 1-.188-.07L3.5 9.91v6.84a1.75 1.75 0 0 0 1.606 1.743l.144.006h8.058A2.76 2.76 0 0 0 13 19.772v.103q0 .063.002.125H5.25a3.25 3.25 0 0 1-3.245-3.065L2 16.75V9.103c0-.736.36-1.423.958-1.842L3.1 7.17l8.504-5.056a.75.75 0 0 1 .775-.01l9.003 5.265a1.25 1.25 0 0 1-.06 2.19L18.513 11H18.5c-1.176 0-2.217.58-2.852 1.47l-3.306 1.697a.75.75 0 0 1-.51.064m9.168.27a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0m2 5.374C23 21.432 21.714 23 18.5 23S14 21.438 14 19.875v-.103c0-.979.794-1.772 1.773-1.772h5.454c.98 0 1.773.793 1.773 1.772z"/></svg>

React

import type { SVGProps } from "react";

export function FluentMailOpenPerson24Regular(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 3.619v.004l-8.092 4.81L12 12.654v.003l8.231-4.225zm-.168 10.612a.8.8 0 0 1-.188-.07L3.5 9.91v6.84a1.75 1.75 0 0 0 1.606 1.743l.144.006h8.058A2.76 2.76 0 0 0 13 19.772v.103q0 .063.002.125H5.25a3.25 3.25 0 0 1-3.245-3.065L2 16.75V9.103c0-.736.36-1.423.958-1.842L3.1 7.17l8.504-5.056a.75.75 0 0 1 .775-.01l9.003 5.265a1.25 1.25 0 0 1-.06 2.19L18.513 11H18.5c-1.176 0-2.217.58-2.852 1.47l-3.306 1.697a.75.75 0 0 1-.51.064m9.168.27a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0m2 5.374C23 21.432 21.714 23 18.5 23S14 21.438 14 19.875v-.103c0-.979.794-1.772 1.773-1.772h5.454c.98 0 1.773.793 1.773 1.772z"/></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 3.619v.004l-8.092 4.81L12 12.654v.003l8.231-4.225zm-.168 10.612a.8.8 0 0 1-.188-.07L3.5 9.91v6.84a1.75 1.75 0 0 0 1.606 1.743l.144.006h8.058A2.76 2.76 0 0 0 13 19.772v.103q0 .063.002.125H5.25a3.25 3.25 0 0 1-3.245-3.065L2 16.75V9.103c0-.736.36-1.423.958-1.842L3.1 7.17l8.504-5.056a.75.75 0 0 1 .775-.01l9.003 5.265a1.25 1.25 0 0 1-.06 2.19L18.513 11H18.5c-1.176 0-2.217.58-2.852 1.47l-3.306 1.697a.75.75 0 0 1-.51.064m9.168.27a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0m2 5.374C23 21.432 21.714 23 18.5 23S14 21.438 14 19.875v-.103c0-.979.794-1.772 1.773-1.772h5.454c.98 0 1.773.793 1.773 1.772z"/></svg>
</template>

CSS

.icon-mail-open-person-24-regular {
  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%203.619v.004l-8.092%204.81L12%2012.654v.003l8.231-4.225zm-.168%2010.612a.8.8%200%200%201-.188-.07L3.5%209.91v6.84a1.75%201.75%200%200%200%201.606%201.743l.144.006h8.058A2.76%202.76%200%200%200%2013%2019.772v.103q0%20.063.002.125H5.25a3.25%203.25%200%200%201-3.245-3.065L2%2016.75V9.103c0-.736.36-1.423.958-1.842L3.1%207.17l8.504-5.056a.75.75%200%200%201%20.775-.01l9.003%205.265a1.25%201.25%200%200%201-.06%202.19L18.513%2011H18.5c-1.176%200-2.217.58-2.852%201.47l-3.306%201.697a.75.75%200%200%201-.51.064m9.168.27a2.5%202.5%200%201%201-5%200a2.5%202.5%200%200%201%205%200m2%205.374C23%2021.432%2021.714%2023%2018.5%2023S14%2021.438%2014%2019.875v-.103c0-.979.794-1.772%201.773-1.772h5.454c.98%200%201.773.793%201.773%201.772z%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%203.619v.004l-8.092%204.81L12%2012.654v.003l8.231-4.225zm-.168%2010.612a.8.8%200%200%201-.188-.07L3.5%209.91v6.84a1.75%201.75%200%200%200%201.606%201.743l.144.006h8.058A2.76%202.76%200%200%200%2013%2019.772v.103q0%20.063.002.125H5.25a3.25%203.25%200%200%201-3.245-3.065L2%2016.75V9.103c0-.736.36-1.423.958-1.842L3.1%207.17l8.504-5.056a.75.75%200%200%201%20.775-.01l9.003%205.265a1.25%201.25%200%200%201-.06%202.19L18.513%2011H18.5c-1.176%200-2.217.58-2.852%201.47l-3.306%201.697a.75.75%200%200%201-.51.064m9.168.27a2.5%202.5%200%201%201-5%200a2.5%202.5%200%200%201%205%200m2%205.374C23%2021.432%2021.714%2023%2018.5%2023S14%2021.438%2014%2019.875v-.103c0-.979.794-1.772%201.773-1.772h5.454c.98%200%201.773.793%201.773%201.772z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/mail-open-person-24-regular.svg?color=%231a73e8&size=48