message plus icon
message-plus-fill from Mage Icons by MageIcons · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- message-plus-fill
- Set
- Mage Icons
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in Mage Icons
The same icon in other sets
Related icons in Mage Icons
message-checkmessage-check-roundmessage-conversationmessage-dotsmessage-dots-checkmessage-dots-crossmessage-dots-downloadmessage-dots-minusmessage-dots-plusmessage-dots-question-markmessage-dots-roundmessage-dots-round-checkmessage-dots-round-crossmessage-dots-round-downloadmessage-dots-round-minusmessage-dots-round-plusmessage-dots-round-question-markmessage-dots-round-uploadmessage-dots-uploadmessage-info-roundmessage-informationmessage-minusmessage-minus-roundmessage-plus-round
Use the message plus icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.595 4.17a4.78 4.78 0 0 0-3.33-1.38H6.695a4.71 4.71 0 0 0-4.72 4.72v6.6a4.71 4.71 0 0 0 4.72 4.72h2.36l1.94 1.94c.133.14.293.253.47.33a1.4 1.4 0 0 0 1.09 0a1.5 1.5 0 0 0 .45-.31l2-2h2.33a4.73 4.73 0 0 0 3.33-1.38a4.8 4.8 0 0 0 1-1.53a4.7 4.7 0 0 0 .36-1.81v-6.6a4.7 4.7 0 0 0-1.43-3.3m-5.08 7.7h-2.55v2.53a1 1 0 1 1-2 0v-2.53h-2.53a1 1 0 1 1 0-2h2.53V7.32a1 1 0 0 1 2 0v2.55h2.55a1 1 0 1 1 0 2"/></svg>
React
import type { SVGProps } from "react";
export function MageMessagePlusFill(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="M20.595 4.17a4.78 4.78 0 0 0-3.33-1.38H6.695a4.71 4.71 0 0 0-4.72 4.72v6.6a4.71 4.71 0 0 0 4.72 4.72h2.36l1.94 1.94c.133.14.293.253.47.33a1.4 1.4 0 0 0 1.09 0a1.5 1.5 0 0 0 .45-.31l2-2h2.33a4.73 4.73 0 0 0 3.33-1.38a4.8 4.8 0 0 0 1-1.53a4.7 4.7 0 0 0 .36-1.81v-6.6a4.7 4.7 0 0 0-1.43-3.3m-5.08 7.7h-2.55v2.53a1 1 0 1 1-2 0v-2.53h-2.53a1 1 0 1 1 0-2h2.53V7.32a1 1 0 0 1 2 0v2.55h2.55a1 1 0 1 1 0 2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.595 4.17a4.78 4.78 0 0 0-3.33-1.38H6.695a4.71 4.71 0 0 0-4.72 4.72v6.6a4.71 4.71 0 0 0 4.72 4.72h2.36l1.94 1.94c.133.14.293.253.47.33a1.4 1.4 0 0 0 1.09 0a1.5 1.5 0 0 0 .45-.31l2-2h2.33a4.73 4.73 0 0 0 3.33-1.38a4.8 4.8 0 0 0 1-1.53a4.7 4.7 0 0 0 .36-1.81v-6.6a4.7 4.7 0 0 0-1.43-3.3m-5.08 7.7h-2.55v2.53a1 1 0 1 1-2 0v-2.53h-2.53a1 1 0 1 1 0-2h2.53V7.32a1 1 0 0 1 2 0v2.55h2.55a1 1 0 1 1 0 2"/></svg> </template>
CSS
.icon-message-plus-fill {
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%22M20.595%204.17a4.78%204.78%200%200%200-3.33-1.38H6.695a4.71%204.71%200%200%200-4.72%204.72v6.6a4.71%204.71%200%200%200%204.72%204.72h2.36l1.94%201.94c.133.14.293.253.47.33a1.4%201.4%200%200%200%201.09%200a1.5%201.5%200%200%200%20.45-.31l2-2h2.33a4.73%204.73%200%200%200%203.33-1.38a4.8%204.8%200%200%200%201-1.53a4.7%204.7%200%200%200%20.36-1.81v-6.6a4.7%204.7%200%200%200-1.43-3.3m-5.08%207.7h-2.55v2.53a1%201%200%201%201-2%200v-2.53h-2.53a1%201%200%201%201%200-2h2.53V7.32a1%201%200%200%201%202%200v2.55h2.55a1%201%200%201%201%200%202%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%22M20.595%204.17a4.78%204.78%200%200%200-3.33-1.38H6.695a4.71%204.71%200%200%200-4.72%204.72v6.6a4.71%204.71%200%200%200%204.72%204.72h2.36l1.94%201.94c.133.14.293.253.47.33a1.4%201.4%200%200%200%201.09%200a1.5%201.5%200%200%200%20.45-.31l2-2h2.33a4.73%204.73%200%200%200%203.33-1.38a4.8%204.8%200%200%200%201-1.53a4.7%204.7%200%200%200%20.36-1.81v-6.6a4.7%204.7%200%200%200-1.43-3.3m-5.08%207.7h-2.55v2.53a1%201%200%201%201-2%200v-2.53h-2.53a1%201%200%201%201%200-2h2.53V7.32a1%201%200%200%201%202%200v2.55h2.55a1%201%200%201%201%200%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mage/message-plus-fill.svg?color=%231a73e8&size=48