message-fill from Mage Icons by MageIcons · Fill · Apache-2.0 Free for personal and commercial use.

Name
message-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

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="m22.045 7.77l-.05 6.3a4.7 4.7 0 0 1-.36 1.81a4.7 4.7 0 0 1-2.55 2.55a4.7 4.7 0 0 1-1.81.36h-2.33l-2 2a1.3 1.3 0 0 1-.44.3a1.3 1.3 0 0 1-.55.12a1.4 1.4 0 0 1-.55-.11a1.4 1.4 0 0 1-.46-.33l-1.95-1.94h-2.33a4.71 4.71 0 0 1-4.71-4.72v-6.6a4.7 4.7 0 0 1 1.38-3.34a4.78 4.78 0 0 1 3.33-1.38h10.66a4.71 4.71 0 0 1 4.72 4.72z"/></svg>

React

import type { SVGProps } from "react";

export function MageMessageFill(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="m22.045 7.77l-.05 6.3a4.7 4.7 0 0 1-.36 1.81a4.7 4.7 0 0 1-2.55 2.55a4.7 4.7 0 0 1-1.81.36h-2.33l-2 2a1.3 1.3 0 0 1-.44.3a1.3 1.3 0 0 1-.55.12a1.4 1.4 0 0 1-.55-.11a1.4 1.4 0 0 1-.46-.33l-1.95-1.94h-2.33a4.71 4.71 0 0 1-4.71-4.72v-6.6a4.7 4.7 0 0 1 1.38-3.34a4.78 4.78 0 0 1 3.33-1.38h10.66a4.71 4.71 0 0 1 4.72 4.72z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m22.045 7.77l-.05 6.3a4.7 4.7 0 0 1-.36 1.81a4.7 4.7 0 0 1-2.55 2.55a4.7 4.7 0 0 1-1.81.36h-2.33l-2 2a1.3 1.3 0 0 1-.44.3a1.3 1.3 0 0 1-.55.12a1.4 1.4 0 0 1-.55-.11a1.4 1.4 0 0 1-.46-.33l-1.95-1.94h-2.33a4.71 4.71 0 0 1-4.71-4.72v-6.6a4.7 4.7 0 0 1 1.38-3.34a4.78 4.78 0 0 1 3.33-1.38h10.66a4.71 4.71 0 0 1 4.72 4.72z"/></svg>
</template>

CSS

.icon-message-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%22m22.045%207.77l-.05%206.3a4.7%204.7%200%200%201-.36%201.81a4.7%204.7%200%200%201-2.55%202.55a4.7%204.7%200%200%201-1.81.36h-2.33l-2%202a1.3%201.3%200%200%201-.44.3a1.3%201.3%200%200%201-.55.12a1.4%201.4%200%200%201-.55-.11a1.4%201.4%200%200%201-.46-.33l-1.95-1.94h-2.33a4.71%204.71%200%200%201-4.71-4.72v-6.6a4.7%204.7%200%200%201%201.38-3.34a4.78%204.78%200%200%201%203.33-1.38h10.66a4.71%204.71%200%200%201%204.72%204.72z%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%22m22.045%207.77l-.05%206.3a4.7%204.7%200%200%201-.36%201.81a4.7%204.7%200%200%201-2.55%202.55a4.7%204.7%200%200%201-1.81.36h-2.33l-2%202a1.3%201.3%200%200%201-.44.3a1.3%201.3%200%200%201-.55.12a1.4%201.4%200%200%201-.55-.11a1.4%201.4%200%200%201-.46-.33l-1.95-1.94h-2.33a4.71%204.71%200%200%201-4.71-4.72v-6.6a4.7%204.7%200%200%201%201.38-3.34a4.78%204.78%200%200%201%203.33-1.38h10.66a4.71%204.71%200%200%201%204.72%204.72z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mage/message-fill.svg?color=%231a73e8&size=48