message conversation icon

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

Name
message-conversation-fill
Set
Mage Icons
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in Mage Icons

Related icons in Mage Icons

Use the message conversation icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.98 10.995a8.1 8.1 0 0 0-.63-3.08a7.9 7.9 0 0 0-1.75-2.61a8 8 0 0 0-5.67-2.34a8 8 0 0 0-7.73 5.82a6.25 6.25 0 0 0-2.9 2.14a6.33 6.33 0 0 0-1.28 3.81a6.1 6.1 0 0 0 .43 2.32l-.29 2.14a1.51 1.51 0 0 0 1 1.67c.236.086.49.11.74.07l2.09-.37a6.4 6.4 0 0 0 2.38.47c.94 0 1.87-.208 2.72-.61a6.2 6.2 0 0 0 1.92-1.41q.462.07.93.08c1.06 0 2.11-.21 3.09-.62l2.88.42h.11a1.8 1.8 0 0 0 1.32-.58a1.7 1.7 0 0 0 .37-.64c.08-.241.11-.497.09-.75l-.35-2.93a7.9 7.9 0 0 0 .53-3m-9.88 6.69a4.85 4.85 0 0 1-1.69 1.32a5.5 5.5 0 0 1-2.1.47a5 5 0 0 1-2-.43a.6.6 0 0 0-.3-.07h-.13l-2.27.38l.33-2.36a.9.9 0 0 0-.06-.4a4.7 4.7 0 0 1-.39-1.93a4.82 4.82 0 0 1 3.56-4.58a5.5 5.5 0 0 1 1.28-.18a4.85 4.85 0 0 1 3.42 1.43a4.8 4.8 0 0 1 1.41 3.41a4.9 4.9 0 0 1-1.06 2.94"/></svg>

React

import type { SVGProps } from "react";

export function MageMessageConversationFill(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="M21.98 10.995a8.1 8.1 0 0 0-.63-3.08a7.9 7.9 0 0 0-1.75-2.61a8 8 0 0 0-5.67-2.34a8 8 0 0 0-7.73 5.82a6.25 6.25 0 0 0-2.9 2.14a6.33 6.33 0 0 0-1.28 3.81a6.1 6.1 0 0 0 .43 2.32l-.29 2.14a1.51 1.51 0 0 0 1 1.67c.236.086.49.11.74.07l2.09-.37a6.4 6.4 0 0 0 2.38.47c.94 0 1.87-.208 2.72-.61a6.2 6.2 0 0 0 1.92-1.41q.462.07.93.08c1.06 0 2.11-.21 3.09-.62l2.88.42h.11a1.8 1.8 0 0 0 1.32-.58a1.7 1.7 0 0 0 .37-.64c.08-.241.11-.497.09-.75l-.35-2.93a7.9 7.9 0 0 0 .53-3m-9.88 6.69a4.85 4.85 0 0 1-1.69 1.32a5.5 5.5 0 0 1-2.1.47a5 5 0 0 1-2-.43a.6.6 0 0 0-.3-.07h-.13l-2.27.38l.33-2.36a.9.9 0 0 0-.06-.4a4.7 4.7 0 0 1-.39-1.93a4.82 4.82 0 0 1 3.56-4.58a5.5 5.5 0 0 1 1.28-.18a4.85 4.85 0 0 1 3.42 1.43a4.8 4.8 0 0 1 1.41 3.41a4.9 4.9 0 0 1-1.06 2.94"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.98 10.995a8.1 8.1 0 0 0-.63-3.08a7.9 7.9 0 0 0-1.75-2.61a8 8 0 0 0-5.67-2.34a8 8 0 0 0-7.73 5.82a6.25 6.25 0 0 0-2.9 2.14a6.33 6.33 0 0 0-1.28 3.81a6.1 6.1 0 0 0 .43 2.32l-.29 2.14a1.51 1.51 0 0 0 1 1.67c.236.086.49.11.74.07l2.09-.37a6.4 6.4 0 0 0 2.38.47c.94 0 1.87-.208 2.72-.61a6.2 6.2 0 0 0 1.92-1.41q.462.07.93.08c1.06 0 2.11-.21 3.09-.62l2.88.42h.11a1.8 1.8 0 0 0 1.32-.58a1.7 1.7 0 0 0 .37-.64c.08-.241.11-.497.09-.75l-.35-2.93a7.9 7.9 0 0 0 .53-3m-9.88 6.69a4.85 4.85 0 0 1-1.69 1.32a5.5 5.5 0 0 1-2.1.47a5 5 0 0 1-2-.43a.6.6 0 0 0-.3-.07h-.13l-2.27.38l.33-2.36a.9.9 0 0 0-.06-.4a4.7 4.7 0 0 1-.39-1.93a4.82 4.82 0 0 1 3.56-4.58a5.5 5.5 0 0 1 1.28-.18a4.85 4.85 0 0 1 3.42 1.43a4.8 4.8 0 0 1 1.41 3.41a4.9 4.9 0 0 1-1.06 2.94"/></svg>
</template>

CSS

.icon-message-conversation-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%22M21.98%2010.995a8.1%208.1%200%200%200-.63-3.08a7.9%207.9%200%200%200-1.75-2.61a8%208%200%200%200-5.67-2.34a8%208%200%200%200-7.73%205.82a6.25%206.25%200%200%200-2.9%202.14a6.33%206.33%200%200%200-1.28%203.81a6.1%206.1%200%200%200%20.43%202.32l-.29%202.14a1.51%201.51%200%200%200%201%201.67c.236.086.49.11.74.07l2.09-.37a6.4%206.4%200%200%200%202.38.47c.94%200%201.87-.208%202.72-.61a6.2%206.2%200%200%200%201.92-1.41q.462.07.93.08c1.06%200%202.11-.21%203.09-.62l2.88.42h.11a1.8%201.8%200%200%200%201.32-.58a1.7%201.7%200%200%200%20.37-.64c.08-.241.11-.497.09-.75l-.35-2.93a7.9%207.9%200%200%200%20.53-3m-9.88%206.69a4.85%204.85%200%200%201-1.69%201.32a5.5%205.5%200%200%201-2.1.47a5%205%200%200%201-2-.43a.6.6%200%200%200-.3-.07h-.13l-2.27.38l.33-2.36a.9.9%200%200%200-.06-.4a4.7%204.7%200%200%201-.39-1.93a4.82%204.82%200%200%201%203.56-4.58a5.5%205.5%200%200%201%201.28-.18a4.85%204.85%200%200%201%203.42%201.43a4.8%204.8%200%200%201%201.41%203.41a4.9%204.9%200%200%201-1.06%202.94%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%22M21.98%2010.995a8.1%208.1%200%200%200-.63-3.08a7.9%207.9%200%200%200-1.75-2.61a8%208%200%200%200-5.67-2.34a8%208%200%200%200-7.73%205.82a6.25%206.25%200%200%200-2.9%202.14a6.33%206.33%200%200%200-1.28%203.81a6.1%206.1%200%200%200%20.43%202.32l-.29%202.14a1.51%201.51%200%200%200%201%201.67c.236.086.49.11.74.07l2.09-.37a6.4%206.4%200%200%200%202.38.47c.94%200%201.87-.208%202.72-.61a6.2%206.2%200%200%200%201.92-1.41q.462.07.93.08c1.06%200%202.11-.21%203.09-.62l2.88.42h.11a1.8%201.8%200%200%200%201.32-.58a1.7%201.7%200%200%200%20.37-.64c.08-.241.11-.497.09-.75l-.35-2.93a7.9%207.9%200%200%200%20.53-3m-9.88%206.69a4.85%204.85%200%200%201-1.69%201.32a5.5%205.5%200%200%201-2.1.47a5%205%200%200%201-2-.43a.6.6%200%200%200-.3-.07h-.13l-2.27.38l.33-2.36a.9.9%200%200%200-.06-.4a4.7%204.7%200%200%201-.39-1.93a4.82%204.82%200%200%201%203.56-4.58a5.5%205.5%200%200%201%201.28-.18a4.85%204.85%200%200%201%203.42%201.43a4.8%204.8%200%200%201%201.41%203.41a4.9%204.9%200%200%201-1.06%202.94%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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