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

Name
phone-chat-24-regular
Set
Fluent UI System Icons
Style
24 Regular
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="M18 4.25A2.25 2.25 0 0 0 15.75 2h-7.5A2.25 2.25 0 0 0 6 4.25v15.5A2.25 2.25 0 0 0 8.25 22h2.837l.456-1.5H8.25a.75.75 0 0 1-.75-.75V4.25a.75.75 0 0 1 .75-.75h7.5a.75.75 0 0 1 .75.75v6.827a6.6 6.6 0 0 1 1.5-.058zm3 9.006A5.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 FluentPhoneChat24Regular(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="M18 4.25A2.25 2.25 0 0 0 15.75 2h-7.5A2.25 2.25 0 0 0 6 4.25v15.5A2.25 2.25 0 0 0 8.25 22h2.837l.456-1.5H8.25a.75.75 0 0 1-.75-.75V4.25a.75.75 0 0 1 .75-.75h7.5a.75.75 0 0 1 .75.75v6.827a6.6 6.6 0 0 1 1.5-.058zm3 9.006A5.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="M18 4.25A2.25 2.25 0 0 0 15.75 2h-7.5A2.25 2.25 0 0 0 6 4.25v15.5A2.25 2.25 0 0 0 8.25 22h2.837l.456-1.5H8.25a.75.75 0 0 1-.75-.75V4.25a.75.75 0 0 1 .75-.75h7.5a.75.75 0 0 1 .75.75v6.827a6.6 6.6 0 0 1 1.5-.058zm3 9.006A5.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-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%22M18%204.25A2.25%202.25%200%200%200%2015.75%202h-7.5A2.25%202.25%200%200%200%206%204.25v15.5A2.25%202.25%200%200%200%208.25%2022h2.837l.456-1.5H8.25a.75.75%200%200%201-.75-.75V4.25a.75.75%200%200%201%20.75-.75h7.5a.75.75%200%200%201%20.75.75v6.827a6.6%206.6%200%200%201%201.5-.058zm3%209.006A5.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%22M18%204.25A2.25%202.25%200%200%200%2015.75%202h-7.5A2.25%202.25%200%200%200%206%204.25v15.5A2.25%202.25%200%200%200%208.25%2022h2.837l.456-1.5H8.25a.75.75%200%200%201-.75-.75V4.25a.75.75%200%200%201%20.75-.75h7.5a.75.75%200%200%201%20.75.75v6.827a6.6%206.6%200%200%201%201.5-.058zm3%209.006A5.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-regular.svg?color=%231a73e8&size=48