chat icon
chat-48 from Fluent UI System Color Icons by Microsoft Corporation · 48 · MIT Free for personal and commercial use.
- Name
- chat-48
- Set
- Fluent UI System Color Icons
- Style
- 48
- Viewbox
- 48×48
- License
- MIT
5 other variants in Fluent UI System Color Icons
The same icon in other sets
chatBootstrap IconschatBoxIcons v2chatBoxIcons v2 SolidchatCarbonchat-12-filledFluent UI System IconschatHuge IconschatHumbleiconschatMaterial Line IconschatMajesticonschatMaterial SymbolschatMaterial Symbols LightchatMaterial Design IconschatMyna UI Iconschat-16OcticonschatPhosphorchatPixelarticonschatTDesign Iconschat-outlineTeenyiconschatWeb3 IconschatWeb3 Icons BrandedchatUnicons
Related icons in Fluent UI System Color Icons
Use the chat icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><path fill="url(#SVG24lVjexL)" d="M4 24C4 12.954 12.954 4 24 4s20 8.954 20 20s-8.954 20-20 20c-3.45 0-6.698-.874-9.533-2.414L6.23 43.928c-1.319.375-2.537-.844-2.162-2.162l2.342-8.238A19.9 19.9 0 0 1 4 24"/><path fill="url(#SVGHgleNzhH)" d="M16 20.25c0 .69.56 1.25 1.25 1.25h13.5a1.25 1.25 0 1 0 0-2.5h-13.5c-.69 0-1.25.56-1.25 1.25m1.25 6.25a1.25 1.25 0 1 0 0 2.5h9.5a1.25 1.25 0 1 0 0-2.5z"/><defs><linearGradient id="SVG24lVjexL" x1="5.429" x2="40.348" y1="11.5" y2="71.037" gradientUnits="userSpaceOnUse"><stop stop-color="#0fafff"/><stop offset="1" stop-color="#cc23d1"/></linearGradient><linearGradient id="SVGHgleNzhH" x1="17.399" x2="18.454" y1="19.176" y2="30.049" gradientUnits="userSpaceOnUse"><stop stop-color="#fdfdfd"/><stop offset="1" stop-color="#cceaff"/></linearGradient></defs></g></svg>
React
import type { SVGProps } from "react";
export function FluentColorChat48(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><path fill="url(#SVG24lVjexL)" d="M4 24C4 12.954 12.954 4 24 4s20 8.954 20 20s-8.954 20-20 20c-3.45 0-6.698-.874-9.533-2.414L6.23 43.928c-1.319.375-2.537-.844-2.162-2.162l2.342-8.238A19.9 19.9 0 0 1 4 24"/><path fill="url(#SVGHgleNzhH)" d="M16 20.25c0 .69.56 1.25 1.25 1.25h13.5a1.25 1.25 0 1 0 0-2.5h-13.5c-.69 0-1.25.56-1.25 1.25m1.25 6.25a1.25 1.25 0 1 0 0 2.5h9.5a1.25 1.25 0 1 0 0-2.5z"/><defs><linearGradient id="SVG24lVjexL" x1="5.429" x2="40.348" y1="11.5" y2="71.037" gradientUnits="userSpaceOnUse"><stop stopColor="#0fafff"/><stop offset="1" stopColor="#cc23d1"/></linearGradient><linearGradient id="SVGHgleNzhH" x1="17.399" x2="18.454" y1="19.176" y2="30.049" gradientUnits="userSpaceOnUse"><stop stopColor="#fdfdfd"/><stop offset="1" stopColor="#cceaff"/></linearGradient></defs></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><path fill="url(#SVG24lVjexL)" d="M4 24C4 12.954 12.954 4 24 4s20 8.954 20 20s-8.954 20-20 20c-3.45 0-6.698-.874-9.533-2.414L6.23 43.928c-1.319.375-2.537-.844-2.162-2.162l2.342-8.238A19.9 19.9 0 0 1 4 24"/><path fill="url(#SVGHgleNzhH)" d="M16 20.25c0 .69.56 1.25 1.25 1.25h13.5a1.25 1.25 0 1 0 0-2.5h-13.5c-.69 0-1.25.56-1.25 1.25m1.25 6.25a1.25 1.25 0 1 0 0 2.5h9.5a1.25 1.25 0 1 0 0-2.5z"/><defs><linearGradient id="SVG24lVjexL" x1="5.429" x2="40.348" y1="11.5" y2="71.037" gradientUnits="userSpaceOnUse"><stop stop-color="#0fafff"/><stop offset="1" stop-color="#cc23d1"/></linearGradient><linearGradient id="SVGHgleNzhH" x1="17.399" x2="18.454" y1="19.176" y2="30.049" gradientUnits="userSpaceOnUse"><stop stop-color="#fdfdfd"/><stop offset="1" stop-color="#cceaff"/></linearGradient></defs></g></svg> </template>
CSS
.icon-chat-48 {
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%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVG24lVjexL)%22%20d%3D%22M4%2024C4%2012.954%2012.954%204%2024%204s20%208.954%2020%2020s-8.954%2020-20%2020c-3.45%200-6.698-.874-9.533-2.414L6.23%2043.928c-1.319.375-2.537-.844-2.162-2.162l2.342-8.238A19.9%2019.9%200%200%201%204%2024%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGHgleNzhH)%22%20d%3D%22M16%2020.25c0%20.69.56%201.25%201.25%201.25h13.5a1.25%201.25%200%201%200%200-2.5h-13.5c-.69%200-1.25.56-1.25%201.25m1.25%206.25a1.25%201.25%200%201%200%200%202.5h9.5a1.25%201.25%200%201%200%200-2.5z%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVG24lVjexL%22%20x1%3D%225.429%22%20x2%3D%2240.348%22%20y1%3D%2211.5%22%20y2%3D%2271.037%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%230fafff%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23cc23d1%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGHgleNzhH%22%20x1%3D%2217.399%22%20x2%3D%2218.454%22%20y1%3D%2219.176%22%20y2%3D%2230.049%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23fdfdfd%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23cceaff%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVG24lVjexL)%22%20d%3D%22M4%2024C4%2012.954%2012.954%204%2024%204s20%208.954%2020%2020s-8.954%2020-20%2020c-3.45%200-6.698-.874-9.533-2.414L6.23%2043.928c-1.319.375-2.537-.844-2.162-2.162l2.342-8.238A19.9%2019.9%200%200%201%204%2024%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGHgleNzhH)%22%20d%3D%22M16%2020.25c0%20.69.56%201.25%201.25%201.25h13.5a1.25%201.25%200%201%200%200-2.5h-13.5c-.69%200-1.25.56-1.25%201.25m1.25%206.25a1.25%201.25%200%201%200%200%202.5h9.5a1.25%201.25%200%201%200%200-2.5z%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVG24lVjexL%22%20x1%3D%225.429%22%20x2%3D%2240.348%22%20y1%3D%2211.5%22%20y2%3D%2271.037%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%230fafff%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23cc23d1%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGHgleNzhH%22%20x1%3D%2217.399%22%20x2%3D%2218.454%22%20y1%3D%2219.176%22%20y2%3D%2230.049%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23fdfdfd%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23cceaff%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-color/chat-48.svg?color=%231a73e8&size=48