phone-chat-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.

Name
phone-chat-24-filled
Set
Fluent UI System Icons
Style
24 Filled
Viewbox
24×24
License
MIT

7 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the phone chat icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.75 2A2.25 2.25 0 0 1 18 4.25v6.769a6.5 6.5 0 0 0-6.385 9.245L11.087 22H8.25A2.25 2.25 0 0 1 6 19.75V4.25A2.25 2.25 0 0 1 8.25 2zM21 13.256A5.48 5.48 0 0 0 17.501 12a5.5 5.5 0 0 0-4.812 8.169l-.666 2.186a.5.5 0 0 0 .624.625l2.187-.666A5.501 5.501 0 0 0 21 13.256M15.5 17a.5.5 0 1 1 0-1h4.002a.5.5 0 1 1 0 1zm2.001 2h-2a.5.5 0 1 1 0-1h2a.5.5 0 1 1 0 1"/></svg>

React

import type { SVGProps } from "react";

export function FluentPhoneChat24Filled(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="M15.75 2A2.25 2.25 0 0 1 18 4.25v6.769a6.5 6.5 0 0 0-6.385 9.245L11.087 22H8.25A2.25 2.25 0 0 1 6 19.75V4.25A2.25 2.25 0 0 1 8.25 2zM21 13.256A5.48 5.48 0 0 0 17.501 12a5.5 5.5 0 0 0-4.812 8.169l-.666 2.186a.5.5 0 0 0 .624.625l2.187-.666A5.501 5.501 0 0 0 21 13.256M15.5 17a.5.5 0 1 1 0-1h4.002a.5.5 0 1 1 0 1zm2.001 2h-2a.5.5 0 1 1 0-1h2a.5.5 0 1 1 0 1"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.75 2A2.25 2.25 0 0 1 18 4.25v6.769a6.5 6.5 0 0 0-6.385 9.245L11.087 22H8.25A2.25 2.25 0 0 1 6 19.75V4.25A2.25 2.25 0 0 1 8.25 2zM21 13.256A5.48 5.48 0 0 0 17.501 12a5.5 5.5 0 0 0-4.812 8.169l-.666 2.186a.5.5 0 0 0 .624.625l2.187-.666A5.501 5.501 0 0 0 21 13.256M15.5 17a.5.5 0 1 1 0-1h4.002a.5.5 0 1 1 0 1zm2.001 2h-2a.5.5 0 1 1 0-1h2a.5.5 0 1 1 0 1"/></svg>
</template>

CSS

.icon-phone-chat-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.75%202A2.25%202.25%200%200%201%2018%204.25v6.769a6.5%206.5%200%200%200-6.385%209.245L11.087%2022H8.25A2.25%202.25%200%200%201%206%2019.75V4.25A2.25%202.25%200%200%201%208.25%202zM21%2013.256A5.48%205.48%200%200%200%2017.501%2012a5.5%205.5%200%200%200-4.812%208.169l-.666%202.186a.5.5%200%200%200%20.624.625l2.187-.666A5.501%205.501%200%200%200%2021%2013.256M15.5%2017a.5.5%200%201%201%200-1h4.002a.5.5%200%201%201%200%201zm2.001%202h-2a.5.5%200%201%201%200-1h2a.5.5%200%201%201%200%201%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%22M15.75%202A2.25%202.25%200%200%201%2018%204.25v6.769a6.5%206.5%200%200%200-6.385%209.245L11.087%2022H8.25A2.25%202.25%200%200%201%206%2019.75V4.25A2.25%202.25%200%200%201%208.25%202zM21%2013.256A5.48%205.48%200%200%200%2017.501%2012a5.5%205.5%200%200%200-4.812%208.169l-.666%202.186a.5.5%200%200%200%20.624.625l2.187-.666A5.501%205.501%200%200%200%2021%2013.256M15.5%2017a.5.5%200%201%201%200-1h4.002a.5.5%200%201%201%200%201zm2.001%202h-2a.5.5%200%201%201%200-1h2a.5.5%200%201%201%200%201%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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