message icon
message from Font Awesome Regular by Dave Gandy · Regular · CC-BY-4.0 Attribution required.
- Name
- message
- Set
- Font Awesome Regular
- Style
- Regular
- Viewbox
- 640×640
- License
- CC BY 4.0
The same icon in other sets
message-filledAnt Design IconsmessageBoxIcons v2messageBoxIcons v2 SolidmessageElement PlusmessageFont Awesome 6 RegularmessageFont Awesome 6 SolidmessageFont 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 640 640"><path fill="currentColor" d="m267.7 576.9l-37.8 26.7c-7.3 5.2-16.9 5.8-24.9 1.7S192 593 192 584v-72h-32c-53 0-96-43-96-96V192c0-53 43-96 96-96h320c53 0 96 43 96 96v224c0 53-43 96-96 96H359.6zM332 472.8c8.1-5.7 17.8-8.8 27.7-8.8H480c26.5 0 48-21.5 48-48V192c0-26.5-21.5-48-48-48H160c-26.5 0-48 21.5-48 48v224c0 26.5 21.5 48 48 48h56c10.4 0 19.3 6.6 22.6 15.9c.9 2.5 1.4 5.2 1.4 8.1v49.7c32.7-23.1 63.3-44.7 91.9-64.9z"/></svg>
React
import type { SVGProps } from "react";
export function Fa7RegularMessage(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="m267.7 576.9l-37.8 26.7c-7.3 5.2-16.9 5.8-24.9 1.7S192 593 192 584v-72h-32c-53 0-96-43-96-96V192c0-53 43-96 96-96h320c53 0 96 43 96 96v224c0 53-43 96-96 96H359.6zM332 472.8c8.1-5.7 17.8-8.8 27.7-8.8H480c26.5 0 48-21.5 48-48V192c0-26.5-21.5-48-48-48H160c-26.5 0-48 21.5-48 48v224c0 26.5 21.5 48 48 48h56c10.4 0 19.3 6.6 22.6 15.9c.9 2.5 1.4 5.2 1.4 8.1v49.7c32.7-23.1 63.3-44.7 91.9-64.9z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="m267.7 576.9l-37.8 26.7c-7.3 5.2-16.9 5.8-24.9 1.7S192 593 192 584v-72h-32c-53 0-96-43-96-96V192c0-53 43-96 96-96h320c53 0 96 43 96 96v224c0 53-43 96-96 96H359.6zM332 472.8c8.1-5.7 17.8-8.8 27.7-8.8H480c26.5 0 48-21.5 48-48V192c0-26.5-21.5-48-48-48H160c-26.5 0-48 21.5-48 48v224c0 26.5 21.5 48 48 48h56c10.4 0 19.3 6.6 22.6 15.9c.9 2.5 1.4 5.2 1.4 8.1v49.7c32.7-23.1 63.3-44.7 91.9-64.9z"/></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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m267.7%20576.9l-37.8%2026.7c-7.3%205.2-16.9%205.8-24.9%201.7S192%20593%20192%20584v-72h-32c-53%200-96-43-96-96V192c0-53%2043-96%2096-96h320c53%200%2096%2043%2096%2096v224c0%2053-43%2096-96%2096H359.6zM332%20472.8c8.1-5.7%2017.8-8.8%2027.7-8.8H480c26.5%200%2048-21.5%2048-48V192c0-26.5-21.5-48-48-48H160c-26.5%200-48%2021.5-48%2048v224c0%2026.5%2021.5%2048%2048%2048h56c10.4%200%2019.3%206.6%2022.6%2015.9c.9%202.5%201.4%205.2%201.4%208.1v49.7c32.7-23.1%2063.3-44.7%2091.9-64.9z%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m267.7%20576.9l-37.8%2026.7c-7.3%205.2-16.9%205.8-24.9%201.7S192%20593%20192%20584v-72h-32c-53%200-96-43-96-96V192c0-53%2043-96%2096-96h320c53%200%2096%2043%2096%2096v224c0%2053-43%2096-96%2096H359.6zM332%20472.8c8.1-5.7%2017.8-8.8%2027.7-8.8H480c26.5%200%2048-21.5%2048-48V192c0-26.5-21.5-48-48-48H160c-26.5%200-48%2021.5-48%2048v224c0%2026.5%2021.5%2048%2048%2048h56c10.4%200%2019.3%206.6%2022.6%2015.9c.9%202.5%201.4%205.2%201.4%208.1v49.7c32.7-23.1%2063.3-44.7%2091.9-64.9z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-regular/message.svg?color=%231a73e8&size=48