message information icon
message-information-fill from Mage Icons by MageIcons · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- message-information-fill
- Set
- Mage Icons
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in Mage Icons
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-minusmessage-minus-roundmessage-plusmessage-plus-round
Use the message information icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.575 4.17a4.67 4.67 0 0 0-3.33-1.38H6.715a4.73 4.73 0 0 0-4.72 4.72v6.6a4.73 4.73 0 0 0 4.72 4.72h2.33l1.95 1.94c.13.14.286.253.46.33c.171.07.355.108.54.11a1.44 1.44 0 0 0 1-.42l2-2h2.33a4.73 4.73 0 0 0 3.33-1.38a4.8 4.8 0 0 0 1-1.53c.231-.575.35-1.19.35-1.81v-6.6a4.7 4.7 0 0 0-1.43-3.3m-7.61 11.08a1 1 0 0 1-2 0V10.2a1 1 0 1 1 2 0zm-1.1-7a1.25 1.25 0 1 1 0-2.5a1.25 1.25 0 0 1 0 2.5"/></svg>
React
import type { SVGProps } from "react";
export function MageMessageInformationFill(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.575 4.17a4.67 4.67 0 0 0-3.33-1.38H6.715a4.73 4.73 0 0 0-4.72 4.72v6.6a4.73 4.73 0 0 0 4.72 4.72h2.33l1.95 1.94c.13.14.286.253.46.33c.171.07.355.108.54.11a1.44 1.44 0 0 0 1-.42l2-2h2.33a4.73 4.73 0 0 0 3.33-1.38a4.8 4.8 0 0 0 1-1.53c.231-.575.35-1.19.35-1.81v-6.6a4.7 4.7 0 0 0-1.43-3.3m-7.61 11.08a1 1 0 0 1-2 0V10.2a1 1 0 1 1 2 0zm-1.1-7a1.25 1.25 0 1 1 0-2.5a1.25 1.25 0 0 1 0 2.5"/></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.575 4.17a4.67 4.67 0 0 0-3.33-1.38H6.715a4.73 4.73 0 0 0-4.72 4.72v6.6a4.73 4.73 0 0 0 4.72 4.72h2.33l1.95 1.94c.13.14.286.253.46.33c.171.07.355.108.54.11a1.44 1.44 0 0 0 1-.42l2-2h2.33a4.73 4.73 0 0 0 3.33-1.38a4.8 4.8 0 0 0 1-1.53c.231-.575.35-1.19.35-1.81v-6.6a4.7 4.7 0 0 0-1.43-3.3m-7.61 11.08a1 1 0 0 1-2 0V10.2a1 1 0 1 1 2 0zm-1.1-7a1.25 1.25 0 1 1 0-2.5a1.25 1.25 0 0 1 0 2.5"/></svg> </template>
CSS
.icon-message-information-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.575%204.17a4.67%204.67%200%200%200-3.33-1.38H6.715a4.73%204.73%200%200%200-4.72%204.72v6.6a4.73%204.73%200%200%200%204.72%204.72h2.33l1.95%201.94c.13.14.286.253.46.33c.171.07.355.108.54.11a1.44%201.44%200%200%200%201-.42l2-2h2.33a4.73%204.73%200%200%200%203.33-1.38a4.8%204.8%200%200%200%201-1.53c.231-.575.35-1.19.35-1.81v-6.6a4.7%204.7%200%200%200-1.43-3.3m-7.61%2011.08a1%201%200%200%201-2%200V10.2a1%201%200%201%201%202%200zm-1.1-7a1.25%201.25%200%201%201%200-2.5a1.25%201.25%200%200%201%200%202.5%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.575%204.17a4.67%204.67%200%200%200-3.33-1.38H6.715a4.73%204.73%200%200%200-4.72%204.72v6.6a4.73%204.73%200%200%200%204.72%204.72h2.33l1.95%201.94c.13.14.286.253.46.33c.171.07.355.108.54.11a1.44%201.44%200%200%200%201-.42l2-2h2.33a4.73%204.73%200%200%200%203.33-1.38a4.8%204.8%200%200%200%201-1.53c.231-.575.35-1.19.35-1.81v-6.6a4.7%204.7%200%200%200-1.43-3.3m-7.61%2011.08a1%201%200%200%201-2%200V10.2a1%201%200%201%201%202%200zm-1.1-7a1.25%201.25%200%201%201%200-2.5a1.25%201.25%200%200%201%200%202.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mage/message-information-fill.svg?color=%231a73e8&size=48