message check icon

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

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

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.6 4.17a4.67 4.67 0 0 0-3.33-1.38H6.7a4.71 4.71 0 0 0-4.72 4.72v6.6a4.71 4.71 0 0 0 4.72 4.72h2.33l1.95 1.94c.127.143.284.255.46.33c.171.07.355.108.54.11a1.4 1.4 0 0 0 .56-.12a1.4 1.4 0 0 0 .44-.3l2-2h2.33a4.72 4.72 0 0 0 4.71-4.72v-6.6a4.7 4.7 0 0 0-1.42-3.3m-4.36 5.19l-4 4a1.7 1.7 0 0 1-1.24.52a1.8 1.8 0 0 1-.68-.13a1.9 1.9 0 0 1-.57-.39l-2-2a1 1 0 1 1 1.42-1.41L11 11.78l3.86-3.86a1 1 0 0 1 1.41 1.41z"/></svg>

React

import type { SVGProps } from "react";

export function MageMessageCheckFill(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.6 4.17a4.67 4.67 0 0 0-3.33-1.38H6.7a4.71 4.71 0 0 0-4.72 4.72v6.6a4.71 4.71 0 0 0 4.72 4.72h2.33l1.95 1.94c.127.143.284.255.46.33c.171.07.355.108.54.11a1.4 1.4 0 0 0 .56-.12a1.4 1.4 0 0 0 .44-.3l2-2h2.33a4.72 4.72 0 0 0 4.71-4.72v-6.6a4.7 4.7 0 0 0-1.42-3.3m-4.36 5.19l-4 4a1.7 1.7 0 0 1-1.24.52a1.8 1.8 0 0 1-.68-.13a1.9 1.9 0 0 1-.57-.39l-2-2a1 1 0 1 1 1.42-1.41L11 11.78l3.86-3.86a1 1 0 0 1 1.41 1.41z"/></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.6 4.17a4.67 4.67 0 0 0-3.33-1.38H6.7a4.71 4.71 0 0 0-4.72 4.72v6.6a4.71 4.71 0 0 0 4.72 4.72h2.33l1.95 1.94c.127.143.284.255.46.33c.171.07.355.108.54.11a1.4 1.4 0 0 0 .56-.12a1.4 1.4 0 0 0 .44-.3l2-2h2.33a4.72 4.72 0 0 0 4.71-4.72v-6.6a4.7 4.7 0 0 0-1.42-3.3m-4.36 5.19l-4 4a1.7 1.7 0 0 1-1.24.52a1.8 1.8 0 0 1-.68-.13a1.9 1.9 0 0 1-.57-.39l-2-2a1 1 0 1 1 1.42-1.41L11 11.78l3.86-3.86a1 1 0 0 1 1.41 1.41z"/></svg>
</template>

CSS

.icon-message-check-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.6%204.17a4.67%204.67%200%200%200-3.33-1.38H6.7a4.71%204.71%200%200%200-4.72%204.72v6.6a4.71%204.71%200%200%200%204.72%204.72h2.33l1.95%201.94c.127.143.284.255.46.33c.171.07.355.108.54.11a1.4%201.4%200%200%200%20.56-.12a1.4%201.4%200%200%200%20.44-.3l2-2h2.33a4.72%204.72%200%200%200%204.71-4.72v-6.6a4.7%204.7%200%200%200-1.42-3.3m-4.36%205.19l-4%204a1.7%201.7%200%200%201-1.24.52a1.8%201.8%200%200%201-.68-.13a1.9%201.9%200%200%201-.57-.39l-2-2a1%201%200%201%201%201.42-1.41L11%2011.78l3.86-3.86a1%201%200%200%201%201.41%201.41z%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.6%204.17a4.67%204.67%200%200%200-3.33-1.38H6.7a4.71%204.71%200%200%200-4.72%204.72v6.6a4.71%204.71%200%200%200%204.72%204.72h2.33l1.95%201.94c.127.143.284.255.46.33c.171.07.355.108.54.11a1.4%201.4%200%200%200%20.56-.12a1.4%201.4%200%200%200%20.44-.3l2-2h2.33a4.72%204.72%200%200%200%204.71-4.72v-6.6a4.7%204.7%200%200%200-1.42-3.3m-4.36%205.19l-4%204a1.7%201.7%200%200%201-1.24.52a1.8%201.8%200%200%201-.68-.13a1.9%201.9%200%200%201-.57-.39l-2-2a1%201%200%201%201%201.42-1.41L11%2011.78l3.86-3.86a1%201%200%200%201%201.41%201.41z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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