message icon
message-line from Majesticons by Gerrit Halfmann · Line · MIT Free for personal and commercial use.
- Name
- message-line
- Set
- Majesticons
- Style
- Line
- Viewbox
- 24×24
- License
- MIT
1 other variant in Majesticons
The same icon in other sets
message-filledAnt Design IconsmessageBoxIcons v2messageBoxIcons v2 SolidmessageElement PlusmessageFont Awesome 6 RegularmessageFont Awesome 6 SolidmessageFont Awesome RegularmessageFont Awesome SolidmessageIconParkmessageIconPark OutlinemessageIconPark SolidmessageIconPark TwoTonemessageIconoirmessageJam IconsmessageMage IconsmessageMaterial 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 24 24"><g fill="currentColor"><path d="M2 6a3 3 0 0 1 3-3h14a3 3 0 0 1 3 3v9a3 3 0 0 1-3 3h-4.82a1 1 0 0 0-.61.207l-4.35 3.347C7.903 22.566 6 21.63 6 19.97V19a1 1 0 0 0-1-1a3 3 0 0 1-3-3V6zm3-1a1 1 0 0 0-1 1v9a1 1 0 0 0 1 1a3 3 0 0 1 3 3v.97l4.351-3.348a3 3 0 0 1 1.83-.622H19a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1H5z"/></g></svg>
React
import type { SVGProps } from "react";
export function MajesticonsMessageLine(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M2 6a3 3 0 0 1 3-3h14a3 3 0 0 1 3 3v9a3 3 0 0 1-3 3h-4.82a1 1 0 0 0-.61.207l-4.35 3.347C7.903 22.566 6 21.63 6 19.97V19a1 1 0 0 0-1-1a3 3 0 0 1-3-3V6zm3-1a1 1 0 0 0-1 1v9a1 1 0 0 0 1 1a3 3 0 0 1 3 3v.97l4.351-3.348a3 3 0 0 1 1.83-.622H19a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1H5z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M2 6a3 3 0 0 1 3-3h14a3 3 0 0 1 3 3v9a3 3 0 0 1-3 3h-4.82a1 1 0 0 0-.61.207l-4.35 3.347C7.903 22.566 6 21.63 6 19.97V19a1 1 0 0 0-1-1a3 3 0 0 1-3-3V6zm3-1a1 1 0 0 0-1 1v9a1 1 0 0 0 1 1a3 3 0 0 1 3 3v.97l4.351-3.348a3 3 0 0 1 1.83-.622H19a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1H5z"/></g></svg> </template>
CSS
.icon-message-line {
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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M2%206a3%203%200%200%201%203-3h14a3%203%200%200%201%203%203v9a3%203%200%200%201-3%203h-4.82a1%201%200%200%200-.61.207l-4.35%203.347C7.903%2022.566%206%2021.63%206%2019.97V19a1%201%200%200%200-1-1a3%203%200%200%201-3-3V6zm3-1a1%201%200%200%200-1%201v9a1%201%200%200%200%201%201a3%203%200%200%201%203%203v.97l4.351-3.348a3%203%200%200%201%201.83-.622H19a1%201%200%200%200%201-1V6a1%201%200%200%200-1-1H5z%22%2F%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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M2%206a3%203%200%200%201%203-3h14a3%203%200%200%201%203%203v9a3%203%200%200%201-3%203h-4.82a1%201%200%200%200-.61.207l-4.35%203.347C7.903%2022.566%206%2021.63%206%2019.97V19a1%201%200%200%200-1-1a3%203%200%200%201-3-3V6zm3-1a1%201%200%200%200-1%201v9a1%201%200%200%200%201%201a3%203%200%200%201%203%203v.97l4.351-3.348a3%203%200%200%201%201.83-.622H19a1%201%200%200%200%201-1V6a1%201%200%200%200-1-1H5z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/majesticons/message-line.svg?color=%231a73e8&size=48