person-mail-48-filled from Fluent UI System Icons by Microsoft Corporation · 48 Filled · MIT Free for personal and commercial use.

Name
person-mail-48-filled
Set
Fluent UI System Icons
Style
48 Filled
Viewbox
48×48
License
MIT

12 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the person mail icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M46 42.001a4 4 0 0 1-4 4H28a4 4 0 0 1-4-4v-8.138l10.25 5.918a1.5 1.5 0 0 0 1.5 0L46 33.863zM23.53 28A5.98 5.98 0 0 0 22 32v10c0 .7.12 1.37.34 1.995L22 44c-4.214 0-8.151-.837-11.08-2.62C7.942 39.567 6 36.755 6 33v-.751A4.25 4.25 0 0 1 10.25 28zm18.47.001a4 4 0 0 1 3.976 3.565L35 37.904l-10.977-6.338A4 4 0 0 1 28 28.001zM22 4c5.523 0 10 4.477 10 10s-4.477 10-10 10s-10-4.477-10-10S16.477 4 22 4"/></svg>

React

import type { SVGProps } from "react";

export function FluentPersonMail48Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M46 42.001a4 4 0 0 1-4 4H28a4 4 0 0 1-4-4v-8.138l10.25 5.918a1.5 1.5 0 0 0 1.5 0L46 33.863zM23.53 28A5.98 5.98 0 0 0 22 32v10c0 .7.12 1.37.34 1.995L22 44c-4.214 0-8.151-.837-11.08-2.62C7.942 39.567 6 36.755 6 33v-.751A4.25 4.25 0 0 1 10.25 28zm18.47.001a4 4 0 0 1 3.976 3.565L35 37.904l-10.977-6.338A4 4 0 0 1 28 28.001zM22 4c5.523 0 10 4.477 10 10s-4.477 10-10 10s-10-4.477-10-10S16.477 4 22 4"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M46 42.001a4 4 0 0 1-4 4H28a4 4 0 0 1-4-4v-8.138l10.25 5.918a1.5 1.5 0 0 0 1.5 0L46 33.863zM23.53 28A5.98 5.98 0 0 0 22 32v10c0 .7.12 1.37.34 1.995L22 44c-4.214 0-8.151-.837-11.08-2.62C7.942 39.567 6 36.755 6 33v-.751A4.25 4.25 0 0 1 10.25 28zm18.47.001a4 4 0 0 1 3.976 3.565L35 37.904l-10.977-6.338A4 4 0 0 1 28 28.001zM22 4c5.523 0 10 4.477 10 10s-4.477 10-10 10s-10-4.477-10-10S16.477 4 22 4"/></svg>
</template>

CSS

.icon-person-mail-48-filled {
  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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M46%2042.001a4%204%200%200%201-4%204H28a4%204%200%200%201-4-4v-8.138l10.25%205.918a1.5%201.5%200%200%200%201.5%200L46%2033.863zM23.53%2028A5.98%205.98%200%200%200%2022%2032v10c0%20.7.12%201.37.34%201.995L22%2044c-4.214%200-8.151-.837-11.08-2.62C7.942%2039.567%206%2036.755%206%2033v-.751A4.25%204.25%200%200%201%2010.25%2028zm18.47.001a4%204%200%200%201%203.976%203.565L35%2037.904l-10.977-6.338A4%204%200%200%201%2028%2028.001zM22%204c5.523%200%2010%204.477%2010%2010s-4.477%2010-10%2010s-10-4.477-10-10S16.477%204%2022%204%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M46%2042.001a4%204%200%200%201-4%204H28a4%204%200%200%201-4-4v-8.138l10.25%205.918a1.5%201.5%200%200%200%201.5%200L46%2033.863zM23.53%2028A5.98%205.98%200%200%200%2022%2032v10c0%20.7.12%201.37.34%201.995L22%2044c-4.214%200-8.151-.837-11.08-2.62C7.942%2039.567%206%2036.755%206%2033v-.751A4.25%204.25%200%200%201%2010.25%2028zm18.47.001a4%204%200%200%201%203.976%203.565L35%2037.904l-10.977-6.338A4%204%200%200%201%2028%2028.001zM22%204c5.523%200%2010%204.477%2010%2010s-4.477%2010-10%2010s-10-4.477-10-10S16.477%204%2022%204%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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