message icon
message-filled from Reicon by REICON · Filled · Messages · MIT Free for personal and commercial use.
- Name
- message-filled
- Set
- Reicon
- Style
- Filled
- Category
- Messages
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
The same icon in other sets
All message icons →message-filledAnt Design IconsmessageBoxIcons v2messageBoxIcons v2 SolidmessageDither IconsmessageElement PlusmessageFont Awesome 6 RegularmessageFont Awesome 6 SolidmessageFont Awesome RegularmessageFont Awesome SolidmessageIconParkmessageIconPark OutlinemessageIconPark SolidmessageIconPark TwoTonemessageIconoirmessageJam IconsmessageKeyline IconsmessageMage IconsmessageMajesticonsmessageMaterial Design IconsmessageMyna UI IconsmessagePixelarticonsmessage-fillRemix IconmessageTabler Iconsmessage-outlineTeenyicons
More messages icons from Reicon
at-signchatchat-checkchat-dotschat-linechat-minuschat-pluschat-roundchat-round-callchat-round-checkchat-round-dotschat-round-likechat-round-linechat-round-moneychat-round-unreadchat-round-videochat-squarechat-square-arrowchat-square-callchat-square-checkchat-square-codechat-square-likechat-unreadchat-x
Use the message icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.433 1.25H7.567c-.952 0-1.713 0-2.327.05c-.63.052-1.172.16-1.67.413a4.25 4.25 0 0 0-1.857 1.858c-.253.497-.361 1.04-.413 1.67c-.05.613-.05 1.374-.05 2.326v13.348c0 .238 0 .465.017.649c.016.178.056.467.254.715c.235.297.593.471.972.473c.317.002.57-.144.72-.241c.154-.1.333-.24.52-.387l2.578-2.022l.001-.001c.264-.207.318-.245.37-.271a.8.8 0 0 1 .187-.065c.057-.012.123-.015.46-.015h9.104c.952 0 1.713 0 2.327-.05c.63-.052 1.172-.16 1.67-.413a4.25 4.25 0 0 0 1.857-1.857c.253-.498.361-1.04.413-1.67c.05-.614.05-1.375.05-2.327V7.567c0-.952 0-1.713-.05-2.327c-.052-.63-.16-1.172-.413-1.67a4.25 4.25 0 0 0-1.857-1.857c-.498-.253-1.04-.361-1.67-.413c-.614-.05-1.375-.05-2.327-.05"/></svg>
React
import type { SVGProps } from "react";
export function ReiconMessageFilled(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="M16.433 1.25H7.567c-.952 0-1.713 0-2.327.05c-.63.052-1.172.16-1.67.413a4.25 4.25 0 0 0-1.857 1.858c-.253.497-.361 1.04-.413 1.67c-.05.613-.05 1.374-.05 2.326v13.348c0 .238 0 .465.017.649c.016.178.056.467.254.715c.235.297.593.471.972.473c.317.002.57-.144.72-.241c.154-.1.333-.24.52-.387l2.578-2.022l.001-.001c.264-.207.318-.245.37-.271a.8.8 0 0 1 .187-.065c.057-.012.123-.015.46-.015h9.104c.952 0 1.713 0 2.327-.05c.63-.052 1.172-.16 1.67-.413a4.25 4.25 0 0 0 1.857-1.857c.253-.498.361-1.04.413-1.67c.05-.614.05-1.375.05-2.327V7.567c0-.952 0-1.713-.05-2.327c-.052-.63-.16-1.172-.413-1.67a4.25 4.25 0 0 0-1.857-1.857c-.498-.253-1.04-.361-1.67-.413c-.614-.05-1.375-.05-2.327-.05"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.433 1.25H7.567c-.952 0-1.713 0-2.327.05c-.63.052-1.172.16-1.67.413a4.25 4.25 0 0 0-1.857 1.858c-.253.497-.361 1.04-.413 1.67c-.05.613-.05 1.374-.05 2.326v13.348c0 .238 0 .465.017.649c.016.178.056.467.254.715c.235.297.593.471.972.473c.317.002.57-.144.72-.241c.154-.1.333-.24.52-.387l2.578-2.022l.001-.001c.264-.207.318-.245.37-.271a.8.8 0 0 1 .187-.065c.057-.012.123-.015.46-.015h9.104c.952 0 1.713 0 2.327-.05c.63-.052 1.172-.16 1.67-.413a4.25 4.25 0 0 0 1.857-1.857c.253-.498.361-1.04.413-1.67c.05-.614.05-1.375.05-2.327V7.567c0-.952 0-1.713-.05-2.327c-.052-.63-.16-1.172-.413-1.67a4.25 4.25 0 0 0-1.857-1.857c-.498-.253-1.04-.361-1.67-.413c-.614-.05-1.375-.05-2.327-.05"/></svg> </template>
CSS
.icon-message-filled {
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%22M16.433%201.25H7.567c-.952%200-1.713%200-2.327.05c-.63.052-1.172.16-1.67.413a4.25%204.25%200%200%200-1.857%201.858c-.253.497-.361%201.04-.413%201.67c-.05.613-.05%201.374-.05%202.326v13.348c0%20.238%200%20.465.017.649c.016.178.056.467.254.715c.235.297.593.471.972.473c.317.002.57-.144.72-.241c.154-.1.333-.24.52-.387l2.578-2.022l.001-.001c.264-.207.318-.245.37-.271a.8.8%200%200%201%20.187-.065c.057-.012.123-.015.46-.015h9.104c.952%200%201.713%200%202.327-.05c.63-.052%201.172-.16%201.67-.413a4.25%204.25%200%200%200%201.857-1.857c.253-.498.361-1.04.413-1.67c.05-.614.05-1.375.05-2.327V7.567c0-.952%200-1.713-.05-2.327c-.052-.63-.16-1.172-.413-1.67a4.25%204.25%200%200%200-1.857-1.857c-.498-.253-1.04-.361-1.67-.413c-.614-.05-1.375-.05-2.327-.05%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%22M16.433%201.25H7.567c-.952%200-1.713%200-2.327.05c-.63.052-1.172.16-1.67.413a4.25%204.25%200%200%200-1.857%201.858c-.253.497-.361%201.04-.413%201.67c-.05.613-.05%201.374-.05%202.326v13.348c0%20.238%200%20.465.017.649c.016.178.056.467.254.715c.235.297.593.471.972.473c.317.002.57-.144.72-.241c.154-.1.333-.24.52-.387l2.578-2.022l.001-.001c.264-.207.318-.245.37-.271a.8.8%200%200%201%20.187-.065c.057-.012.123-.015.46-.015h9.104c.952%200%201.713%200%202.327-.05c.63-.052%201.172-.16%201.67-.413a4.25%204.25%200%200%200%201.857-1.857c.253-.498.361-1.04.413-1.67c.05-.614.05-1.375.05-2.327V7.567c0-.952%200-1.713-.05-2.327c-.052-.63-.16-1.172-.413-1.67a4.25%204.25%200%200%200-1.857-1.857c-.498-.253-1.04-.361-1.67-.413c-.614-.05-1.375-.05-2.327-.05%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/message-filled.svg?color=%231a73e8&size=48