message icon
message from Font Awesome 6 Regular by Dave Gandy · Regular · CC-BY-4.0 Attribution required.
- Name
- message
- Set
- Font Awesome 6 Regular
- Style
- Regular
- Viewbox
- 512×512
- License
- CC BY 4.0
The same icon in other sets
message-filledAnt Design IconsmessageBoxIcons v2messageBoxIcons v2 SolidmessageElement PlusmessageFont Awesome 6 SolidmessageFont Awesome RegularmessageFont Awesome SolidmessageIconParkmessageIconPark OutlinemessageIconPark SolidmessageIconPark TwoTonemessageIconoirmessageJam IconsmessageMage IconsmessageMajesticonsmessageMaterial Design IconsmessageMyna UI IconsmessagePixelarticonsmessage-fillRemix IconmessageTabler Iconsmessage-outlineTeenyiconsmessageUnicons
Use the message icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M160 368c26.5 0 48 21.5 48 48v16l72.5-54.4c8.3-6.2 18.4-9.6 28.8-9.6H448c8.8 0 16-7.2 16-16V64c0-8.8-7.2-16-16-16H64c-8.8 0-16 7.2-16 16v288c0 8.8 7.2 16 16 16zm48 124l-.2.2l-5.1 3.8l-17.1 12.8c-4.8 3.6-11.3 4.2-16.8 1.5s-8.8-8.2-8.8-14.3v-80H64c-35.3 0-64-28.7-64-64V64C0 28.7 28.7 0 64 0h384c35.3 0 64 28.7 64 64v288c0 35.3-28.7 64-64 64H309.3z"/></svg>
React
import type { SVGProps } from "react";
export function Fa6RegularMessage(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M160 368c26.5 0 48 21.5 48 48v16l72.5-54.4c8.3-6.2 18.4-9.6 28.8-9.6H448c8.8 0 16-7.2 16-16V64c0-8.8-7.2-16-16-16H64c-8.8 0-16 7.2-16 16v288c0 8.8 7.2 16 16 16zm48 124l-.2.2l-5.1 3.8l-17.1 12.8c-4.8 3.6-11.3 4.2-16.8 1.5s-8.8-8.2-8.8-14.3v-80H64c-35.3 0-64-28.7-64-64V64C0 28.7 28.7 0 64 0h384c35.3 0 64 28.7 64 64v288c0 35.3-28.7 64-64 64H309.3z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M160 368c26.5 0 48 21.5 48 48v16l72.5-54.4c8.3-6.2 18.4-9.6 28.8-9.6H448c8.8 0 16-7.2 16-16V64c0-8.8-7.2-16-16-16H64c-8.8 0-16 7.2-16 16v288c0 8.8 7.2 16 16 16zm48 124l-.2.2l-5.1 3.8l-17.1 12.8c-4.8 3.6-11.3 4.2-16.8 1.5s-8.8-8.2-8.8-14.3v-80H64c-35.3 0-64-28.7-64-64V64C0 28.7 28.7 0 64 0h384c35.3 0 64 28.7 64 64v288c0 35.3-28.7 64-64 64H309.3z"/></svg> </template>
CSS
.icon-message {
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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M160%20368c26.5%200%2048%2021.5%2048%2048v16l72.5-54.4c8.3-6.2%2018.4-9.6%2028.8-9.6H448c8.8%200%2016-7.2%2016-16V64c0-8.8-7.2-16-16-16H64c-8.8%200-16%207.2-16%2016v288c0%208.8%207.2%2016%2016%2016zm48%20124l-.2.2l-5.1%203.8l-17.1%2012.8c-4.8%203.6-11.3%204.2-16.8%201.5s-8.8-8.2-8.8-14.3v-80H64c-35.3%200-64-28.7-64-64V64C0%2028.7%2028.7%200%2064%200h384c35.3%200%2064%2028.7%2064%2064v288c0%2035.3-28.7%2064-64%2064H309.3z%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M160%20368c26.5%200%2048%2021.5%2048%2048v16l72.5-54.4c8.3-6.2%2018.4-9.6%2028.8-9.6H448c8.8%200%2016-7.2%2016-16V64c0-8.8-7.2-16-16-16H64c-8.8%200-16%207.2-16%2016v288c0%208.8%207.2%2016%2016%2016zm48%20124l-.2.2l-5.1%203.8l-17.1%2012.8c-4.8%203.6-11.3%204.2-16.8%201.5s-8.8-8.2-8.8-14.3v-80H64c-35.3%200-64-28.7-64-64V64C0%2028.7%2028.7%200%2064%200h384c35.3%200%2064%2028.7%2064%2064v288c0%2035.3-28.7%2064-64%2064H309.3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-regular/message.svg?color=%231a73e8&size=48