message dots check icon

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

Name
message-dots-check
Set
Mage Icons
Style
Outline
Viewbox
24×24
License
Apache 2.0

Related icons in Mage Icons

Use the message dots check icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M12 11.338a.66.66 0 1 0 0-1.321a.66.66 0 0 0 0 1.321m4.625 0a.66.66 0 1 0 0-1.321a.66.66 0 0 0 0 1.321m-9.25 0a.66.66 0 1 0 0-1.321a.66.66 0 0 0 0 1.321"/><path d="M21.25 10.94v3.17a4 4 0 0 1-1.16 2.81a4.2 4.2 0 0 1-1.29.86a4.1 4.1 0 0 1-1.51.3h-2.65l-2.18 2.18a.8.8 0 0 1-.21.15a.65.65 0 0 1-.5 0a.8.8 0 0 1-.21-.15l-2.18-2.18H6.71a4 4 0 0 1-2.8-1.16a4 4 0 0 1-1.16-2.81v-6.6a4 4 0 0 1 4-4H13m3.25 1.929l1.266 1.266a.48.48 0 0 0 .682 0l2.552-2.552"/></g></svg>

React

import type { SVGProps } from "react";

export function MageMessageDotsCheck(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M12 11.338a.66.66 0 1 0 0-1.321a.66.66 0 0 0 0 1.321m4.625 0a.66.66 0 1 0 0-1.321a.66.66 0 0 0 0 1.321m-9.25 0a.66.66 0 1 0 0-1.321a.66.66 0 0 0 0 1.321"/><path d="M21.25 10.94v3.17a4 4 0 0 1-1.16 2.81a4.2 4.2 0 0 1-1.29.86a4.1 4.1 0 0 1-1.51.3h-2.65l-2.18 2.18a.8.8 0 0 1-.21.15a.65.65 0 0 1-.5 0a.8.8 0 0 1-.21-.15l-2.18-2.18H6.71a4 4 0 0 1-2.8-1.16a4 4 0 0 1-1.16-2.81v-6.6a4 4 0 0 1 4-4H13m3.25 1.929l1.266 1.266a.48.48 0 0 0 .682 0l2.552-2.552"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M12 11.338a.66.66 0 1 0 0-1.321a.66.66 0 0 0 0 1.321m4.625 0a.66.66 0 1 0 0-1.321a.66.66 0 0 0 0 1.321m-9.25 0a.66.66 0 1 0 0-1.321a.66.66 0 0 0 0 1.321"/><path d="M21.25 10.94v3.17a4 4 0 0 1-1.16 2.81a4.2 4.2 0 0 1-1.29.86a4.1 4.1 0 0 1-1.51.3h-2.65l-2.18 2.18a.8.8 0 0 1-.21.15a.65.65 0 0 1-.5 0a.8.8 0 0 1-.21-.15l-2.18-2.18H6.71a4 4 0 0 1-2.8-1.16a4 4 0 0 1-1.16-2.81v-6.6a4 4 0 0 1 4-4H13m3.25 1.929l1.266 1.266a.48.48 0 0 0 .682 0l2.552-2.552"/></g></svg>
</template>

CSS

.icon-message-dots-check {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M12%2011.338a.66.66%200%201%200%200-1.321a.66.66%200%200%200%200%201.321m4.625%200a.66.66%200%201%200%200-1.321a.66.66%200%200%200%200%201.321m-9.25%200a.66.66%200%201%200%200-1.321a.66.66%200%200%200%200%201.321%22%2F%3E%3Cpath%20d%3D%22M21.25%2010.94v3.17a4%204%200%200%201-1.16%202.81a4.2%204.2%200%200%201-1.29.86a4.1%204.1%200%200%201-1.51.3h-2.65l-2.18%202.18a.8.8%200%200%201-.21.15a.65.65%200%200%201-.5%200a.8.8%200%200%201-.21-.15l-2.18-2.18H6.71a4%204%200%200%201-2.8-1.16a4%204%200%200%201-1.16-2.81v-6.6a4%204%200%200%201%204-4H13m3.25%201.929l1.266%201.266a.48.48%200%200%200%20.682%200l2.552-2.552%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M12%2011.338a.66.66%200%201%200%200-1.321a.66.66%200%200%200%200%201.321m4.625%200a.66.66%200%201%200%200-1.321a.66.66%200%200%200%200%201.321m-9.25%200a.66.66%200%201%200%200-1.321a.66.66%200%200%200%200%201.321%22%2F%3E%3Cpath%20d%3D%22M21.25%2010.94v3.17a4%204%200%200%201-1.16%202.81a4.2%204.2%200%200%201-1.29.86a4.1%204.1%200%200%201-1.51.3h-2.65l-2.18%202.18a.8.8%200%200%201-.21.15a.65.65%200%200%201-.5%200a.8.8%200%200%201-.21-.15l-2.18-2.18H6.71a4%204%200%200%201-2.8-1.16a4%204%200%200%201-1.16-2.81v-6.6a4%204%200%200%201%204-4H13m3.25%201.929l1.266%201.266a.48.48%200%200%200%20.682%200l2.552-2.552%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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