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

Name
person-mail-28-filled
Set
Fluent UI System Icons
Style
28 Filled
Viewbox
28×28
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 28 28"><path fill="currentColor" d="M13.17 26a3 3 0 0 1-.17-1v-7c0-.768.289-1.47.764-2H6a3 3 0 0 0-3 3v.715C3 23.433 7.21 26 13 26zM19 8A6 6 0 1 0 7 8a6 6 0 0 0 12 0m-2.5 8a2.5 2.5 0 0 0-2.5 2.5v.191l6.5 3.25l6.5-3.25V18.5a2.5 2.5 0 0 0-2.5-2.5zM27 19.809l-6.276 3.138a.5.5 0 0 1-.448 0L14 19.81v4.69a2.5 2.5 0 0 0 2.5 2.5h8a2.5 2.5 0 0 0 2.5-2.5z"/></svg>

React

import type { SVGProps } from "react";

export function FluentPersonMail28Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M13.17 26a3 3 0 0 1-.17-1v-7c0-.768.289-1.47.764-2H6a3 3 0 0 0-3 3v.715C3 23.433 7.21 26 13 26zM19 8A6 6 0 1 0 7 8a6 6 0 0 0 12 0m-2.5 8a2.5 2.5 0 0 0-2.5 2.5v.191l6.5 3.25l6.5-3.25V18.5a2.5 2.5 0 0 0-2.5-2.5zM27 19.809l-6.276 3.138a.5.5 0 0 1-.448 0L14 19.81v4.69a2.5 2.5 0 0 0 2.5 2.5h8a2.5 2.5 0 0 0 2.5-2.5z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M13.17 26a3 3 0 0 1-.17-1v-7c0-.768.289-1.47.764-2H6a3 3 0 0 0-3 3v.715C3 23.433 7.21 26 13 26zM19 8A6 6 0 1 0 7 8a6 6 0 0 0 12 0m-2.5 8a2.5 2.5 0 0 0-2.5 2.5v.191l6.5 3.25l6.5-3.25V18.5a2.5 2.5 0 0 0-2.5-2.5zM27 19.809l-6.276 3.138a.5.5 0 0 1-.448 0L14 19.81v4.69a2.5 2.5 0 0 0 2.5 2.5h8a2.5 2.5 0 0 0 2.5-2.5z"/></svg>
</template>

CSS

.icon-person-mail-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.17%2026a3%203%200%200%201-.17-1v-7c0-.768.289-1.47.764-2H6a3%203%200%200%200-3%203v.715C3%2023.433%207.21%2026%2013%2026zM19%208A6%206%200%201%200%207%208a6%206%200%200%200%2012%200m-2.5%208a2.5%202.5%200%200%200-2.5%202.5v.191l6.5%203.25l6.5-3.25V18.5a2.5%202.5%200%200%200-2.5-2.5zM27%2019.809l-6.276%203.138a.5.5%200%200%201-.448%200L14%2019.81v4.69a2.5%202.5%200%200%200%202.5%202.5h8a2.5%202.5%200%200%200%202.5-2.5z%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.17%2026a3%203%200%200%201-.17-1v-7c0-.768.289-1.47.764-2H6a3%203%200%200%200-3%203v.715C3%2023.433%207.21%2026%2013%2026zM19%208A6%206%200%201%200%207%208a6%206%200%200%200%2012%200m-2.5%208a2.5%202.5%200%200%200-2.5%202.5v.191l6.5%203.25l6.5-3.25V18.5a2.5%202.5%200%200%200-2.5-2.5zM27%2019.809l-6.276%203.138a.5.5%200%200%201-.448%200L14%2019.81v4.69a2.5%202.5%200%200%200%202.5%202.5h8a2.5%202.5%200%200%200%202.5-2.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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