chat icon
chat from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.
- Name
- chat
- Set
- Material Design Icons
- Style
- Filled
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- message-bubble
1 other variant in Material Design Icons
The same icon in other sets
chatBootstrap IconschatBoxIcons v2chatBoxIcons v2 SolidchatCarbonchat-12-filledFluent UI System Iconschat-16Fluent UI System Color IconschatHuge IconschatHumbleiconschatMaterial Line IconschatMajesticonschatMaterial SymbolschatMaterial Symbols LightchatMyna UI Iconschat-16OcticonschatPhosphorchatPixelarticonschatTDesign Iconschat-outlineTeenyiconschatWeb3 IconschatWeb3 Icons BrandedchatUnicons
Related icons in Material Design Icons
Use the chat icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 3c5.5 0 10 3.58 10 8s-4.5 8-10 8c-1.24 0-2.43-.18-3.53-.5C5.55 21 2 21 2 21c2.33-2.33 2.7-3.9 2.75-4.5C3.05 15.07 2 13.13 2 11c0-4.42 4.5-8 10-8"/></svg>
React
import type { SVGProps } from "react";
export function MdiChat(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="M12 3c5.5 0 10 3.58 10 8s-4.5 8-10 8c-1.24 0-2.43-.18-3.53-.5C5.55 21 2 21 2 21c2.33-2.33 2.7-3.9 2.75-4.5C3.05 15.07 2 13.13 2 11c0-4.42 4.5-8 10-8"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 3c5.5 0 10 3.58 10 8s-4.5 8-10 8c-1.24 0-2.43-.18-3.53-.5C5.55 21 2 21 2 21c2.33-2.33 2.7-3.9 2.75-4.5C3.05 15.07 2 13.13 2 11c0-4.42 4.5-8 10-8"/></svg> </template>
CSS
.icon-chat {
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%22M12%203c5.5%200%2010%203.58%2010%208s-4.5%208-10%208c-1.24%200-2.43-.18-3.53-.5C5.55%2021%202%2021%202%2021c2.33-2.33%202.7-3.9%202.75-4.5C3.05%2015.07%202%2013.13%202%2011c0-4.42%204.5-8%2010-8%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%22M12%203c5.5%200%2010%203.58%2010%208s-4.5%208-10%208c-1.24%200-2.43-.18-3.53-.5C5.55%2021%202%2021%202%2021c2.33-2.33%202.7-3.9%202.75-4.5C3.05%2015.07%202%2013.13%202%2011c0-4.42%204.5-8%2010-8%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/chat.svg?color=%231a73e8&size=48