chat icon
chat-32-light from Fluent UI System Icons by Microsoft Corporation · 32 Light · MIT Free for personal and commercial use.
- Name
- chat-32-light
- Set
- Fluent UI System Icons
- Style
- 32 Light
- Viewbox
- 32×32
- License
- MIT
14 other variants in Fluent UI System Icons
The same icon in other sets
chatBootstrap IconschatBoxIcons v2chatBoxIcons v2 SolidchatCarbonchat-16Fluent UI System Color IconschatHuge IconschatHumbleiconschatMaterial Line IconschatMajesticonschatMaterial SymbolschatMaterial Symbols LightchatMaterial Design IconschatMyna UI Iconschat-16OcticonschatPhosphorchatPixelarticonschatTDesign Iconschat-outlineTeenyiconschatWeb3 IconschatWeb3 Icons BrandedchatUnicons
Related icons in Fluent UI System Icons
chat-add-16-filledchat-arrow-back-16-filledchat-arrow-back-down-16-filledchat-arrow-double-back-16-filledchat-bubbles-question-16-filledchat-checkmark-12-filledchat-cursor-16-filledchat-dismiss-16-filledchat-empty-12-filledchat-help-16-filledchat-hint-half-16-filledchat-history-20-filledchat-lock-16-filledchat-mail-20-filledchat-multiple-12-filledchat-multiple-checkmark-16-filledchat-multiple-heart-16-filledchat-multiple-minus-16-filledchat-multiple-person-16-filledchat-off-16-filledchat-person-20-filledchat-settings-16-filledchat-sparkle-16-filledchat-video-20-filled
Use the chat icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 1.999c-7.732 0-14 6.268-14 14c0 2.37.59 4.605 1.631 6.563l-1.572 5.527a1.5 1.5 0 0 0 1.853 1.853L9.44 28.37A13.94 13.94 0 0 0 16 29.999c7.732 0 14-6.268 14-14s-6.268-14-14-14m0 27a13 13 0 0 1-6.09-1.512l-.355-.189l-5.916 1.683a.5.5 0 0 1-.144.021a.503.503 0 0 1-.474-.639l1.682-5.915l-.189-.355A13 13 0 0 1 3 16C3 8.832 8.832 3 16 3s13 5.832 13 13s-5.832 12.999-13 12.999M21.5 13h-11a.5.5 0 0 1 0-1h11a.5.5 0 0 1 0 1m-4 6h-7a.5.5 0 0 1 0-1h7a.5.5 0 0 1 0 1"/></svg>
React
import type { SVGProps } from "react";
export function FluentChat32Light(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 1.999c-7.732 0-14 6.268-14 14c0 2.37.59 4.605 1.631 6.563l-1.572 5.527a1.5 1.5 0 0 0 1.853 1.853L9.44 28.37A13.94 13.94 0 0 0 16 29.999c7.732 0 14-6.268 14-14s-6.268-14-14-14m0 27a13 13 0 0 1-6.09-1.512l-.355-.189l-5.916 1.683a.5.5 0 0 1-.144.021a.503.503 0 0 1-.474-.639l1.682-5.915l-.189-.355A13 13 0 0 1 3 16C3 8.832 8.832 3 16 3s13 5.832 13 13s-5.832 12.999-13 12.999M21.5 13h-11a.5.5 0 0 1 0-1h11a.5.5 0 0 1 0 1m-4 6h-7a.5.5 0 0 1 0-1h7a.5.5 0 0 1 0 1"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 1.999c-7.732 0-14 6.268-14 14c0 2.37.59 4.605 1.631 6.563l-1.572 5.527a1.5 1.5 0 0 0 1.853 1.853L9.44 28.37A13.94 13.94 0 0 0 16 29.999c7.732 0 14-6.268 14-14s-6.268-14-14-14m0 27a13 13 0 0 1-6.09-1.512l-.355-.189l-5.916 1.683a.5.5 0 0 1-.144.021a.503.503 0 0 1-.474-.639l1.682-5.915l-.189-.355A13 13 0 0 1 3 16C3 8.832 8.832 3 16 3s13 5.832 13 13s-5.832 12.999-13 12.999M21.5 13h-11a.5.5 0 0 1 0-1h11a.5.5 0 0 1 0 1m-4 6h-7a.5.5 0 0 1 0-1h7a.5.5 0 0 1 0 1"/></svg> </template>
CSS
.icon-chat-32-light {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%201.999c-7.732%200-14%206.268-14%2014c0%202.37.59%204.605%201.631%206.563l-1.572%205.527a1.5%201.5%200%200%200%201.853%201.853L9.44%2028.37A13.94%2013.94%200%200%200%2016%2029.999c7.732%200%2014-6.268%2014-14s-6.268-14-14-14m0%2027a13%2013%200%200%201-6.09-1.512l-.355-.189l-5.916%201.683a.5.5%200%200%201-.144.021a.503.503%200%200%201-.474-.639l1.682-5.915l-.189-.355A13%2013%200%200%201%203%2016C3%208.832%208.832%203%2016%203s13%205.832%2013%2013s-5.832%2012.999-13%2012.999M21.5%2013h-11a.5.5%200%200%201%200-1h11a.5.5%200%200%201%200%201m-4%206h-7a.5.5%200%200%201%200-1h7a.5.5%200%200%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%201.999c-7.732%200-14%206.268-14%2014c0%202.37.59%204.605%201.631%206.563l-1.572%205.527a1.5%201.5%200%200%200%201.853%201.853L9.44%2028.37A13.94%2013.94%200%200%200%2016%2029.999c7.732%200%2014-6.268%2014-14s-6.268-14-14-14m0%2027a13%2013%200%200%201-6.09-1.512l-.355-.189l-5.916%201.683a.5.5%200%200%201-.144.021a.503.503%200%200%201-.474-.639l1.682-5.915l-.189-.355A13%2013%200%200%201%203%2016C3%208.832%208.832%203%2016%203s13%205.832%2013%2013s-5.832%2012.999-13%2012.999M21.5%2013h-11a.5.5%200%200%201%200-1h11a.5.5%200%200%201%200%201m-4%206h-7a.5.5%200%200%201%200-1h7a.5.5%200%200%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/chat-32-light.svg?color=%231a73e8&size=48