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

Name
chat-mail-20-regular
Set
Fluent UI System Icons
Style
20 Regular
Viewbox
20×20
License
MIT

1 other variant in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the chat mail icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M6 6a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1h-3A.5.5 0 0 1 6 6m.5 1.5a.5.5 0 0 0 0 1h2a.5.5 0 0 0 0-1zM8 1a6 6 0 0 0-5.27 8.872l-.71 2.49a.5.5 0 0 0 .638.612l2.338-.779A6 6 0 1 0 8 1M3 7a5 5 0 1 1 2.325 4.225a.5.5 0 0 0-.426-.052l-1.658.553l.51-1.781a.5.5 0 0 0-.052-.393A5 5 0 0 1 3 7m9.276 7.947l-2.402-1.2q.662-.185 1.263-.488l1.363.682l4.5-2.25V11a1 1 0 0 0-1-1h-1.674q.23-.481.384-1H16a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2H9a2 2 0 0 1-2-2v-2.07q.49.07 1 .07v2a1 1 0 0 0 1 1h7a1 1 0 0 0 1-1v-3.191l-4.276 2.138a.5.5 0 0 1-.448 0"/></svg>

React

import type { SVGProps } from "react";

export function FluentChatMail20Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M6 6a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1h-3A.5.5 0 0 1 6 6m.5 1.5a.5.5 0 0 0 0 1h2a.5.5 0 0 0 0-1zM8 1a6 6 0 0 0-5.27 8.872l-.71 2.49a.5.5 0 0 0 .638.612l2.338-.779A6 6 0 1 0 8 1M3 7a5 5 0 1 1 2.325 4.225a.5.5 0 0 0-.426-.052l-1.658.553l.51-1.781a.5.5 0 0 0-.052-.393A5 5 0 0 1 3 7m9.276 7.947l-2.402-1.2q.662-.185 1.263-.488l1.363.682l4.5-2.25V11a1 1 0 0 0-1-1h-1.674q.23-.481.384-1H16a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2H9a2 2 0 0 1-2-2v-2.07q.49.07 1 .07v2a1 1 0 0 0 1 1h7a1 1 0 0 0 1-1v-3.191l-4.276 2.138a.5.5 0 0 1-.448 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M6 6a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1h-3A.5.5 0 0 1 6 6m.5 1.5a.5.5 0 0 0 0 1h2a.5.5 0 0 0 0-1zM8 1a6 6 0 0 0-5.27 8.872l-.71 2.49a.5.5 0 0 0 .638.612l2.338-.779A6 6 0 1 0 8 1M3 7a5 5 0 1 1 2.325 4.225a.5.5 0 0 0-.426-.052l-1.658.553l.51-1.781a.5.5 0 0 0-.052-.393A5 5 0 0 1 3 7m9.276 7.947l-2.402-1.2q.662-.185 1.263-.488l1.363.682l4.5-2.25V11a1 1 0 0 0-1-1h-1.674q.23-.481.384-1H16a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2H9a2 2 0 0 1-2-2v-2.07q.49.07 1 .07v2a1 1 0 0 0 1 1h7a1 1 0 0 0 1-1v-3.191l-4.276 2.138a.5.5 0 0 1-.448 0"/></svg>
</template>

CSS

.icon-chat-mail-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6%206a.5.5%200%200%201%20.5-.5h3a.5.5%200%200%201%200%201h-3A.5.5%200%200%201%206%206m.5%201.5a.5.5%200%200%200%200%201h2a.5.5%200%200%200%200-1zM8%201a6%206%200%200%200-5.27%208.872l-.71%202.49a.5.5%200%200%200%20.638.612l2.338-.779A6%206%200%201%200%208%201M3%207a5%205%200%201%201%202.325%204.225a.5.5%200%200%200-.426-.052l-1.658.553l.51-1.781a.5.5%200%200%200-.052-.393A5%205%200%200%201%203%207m9.276%207.947l-2.402-1.2q.662-.185%201.263-.488l1.363.682l4.5-2.25V11a1%201%200%200%200-1-1h-1.674q.23-.481.384-1H16a2%202%200%200%201%202%202v5a2%202%200%200%201-2%202H9a2%202%200%200%201-2-2v-2.07q.49.07%201%20.07v2a1%201%200%200%200%201%201h7a1%201%200%200%200%201-1v-3.191l-4.276%202.138a.5.5%200%200%201-.448%200%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6%206a.5.5%200%200%201%20.5-.5h3a.5.5%200%200%201%200%201h-3A.5.5%200%200%201%206%206m.5%201.5a.5.5%200%200%200%200%201h2a.5.5%200%200%200%200-1zM8%201a6%206%200%200%200-5.27%208.872l-.71%202.49a.5.5%200%200%200%20.638.612l2.338-.779A6%206%200%201%200%208%201M3%207a5%205%200%201%201%202.325%204.225a.5.5%200%200%200-.426-.052l-1.658.553l.51-1.781a.5.5%200%200%200-.052-.393A5%205%200%200%201%203%207m9.276%207.947l-2.402-1.2q.662-.185%201.263-.488l1.363.682l4.5-2.25V11a1%201%200%200%200-1-1h-1.674q.23-.481.384-1H16a2%202%200%200%201%202%202v5a2%202%200%200%201-2%202H9a2%202%200%200%201-2-2v-2.07q.49.07%201%20.07v2a1%201%200%200%200%201%201h7a1%201%200%200%200%201-1v-3.191l-4.276%202.138a.5.5%200%200%201-.448%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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