chat multiple checkmark icon

chat-multiple-checkmark-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.

Name
chat-multiple-checkmark-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
License
MIT

7 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the chat multiple checkmark icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.06 8.998a.75.75 0 0 0-1.12-.996l-3.498 3.935l-1.44-1.301a.75.75 0 0 0-1.005 1.113l2 1.807a.75.75 0 0 0 1.064-.058zM2.063 10.5a7.5 7.5 0 1 1 4.412 6.837c-1.027.245-2.18.522-2.93.702a1.25 1.25 0 0 1-1.504-1.524l.724-2.842a7.5 7.5 0 0 1-.702-3.173m7.5-6a6 6 0 0 0-5.336 8.747l.13.253l-.07.276l-.69 2.708c.799-.192 1.865-.448 2.788-.667l.264-.063l.244.12A6 6 0 1 0 9.562 4.5m-.1 14.5a7.47 7.47 0 0 0 5.1 2a7.5 7.5 0 0 0 3.088-.663c1.043.244 2.186.488 2.913.64a1.244 1.244 0 0 0 1.467-1.5c-.162-.703-.418-1.795-.671-2.803A7.503 7.503 0 0 0 17.015 6.41a8.4 8.4 0 0 1 .8 2.048a6 6 0 0 1 2.747 5.042a5.96 5.96 0 0 1-.665 2.747l-.13.253l.07.276c.228.895.467 1.9.642 2.65a112 112 0 0 1-2.74-.61l-.264-.062l-.243.12c-.804.4-1.71.626-2.67.626a6 6 0 0 1-2.92-.757a8.5 8.5 0 0 1-2.18.257"/></svg>

React

import type { SVGProps } from "react";

export function FluentChatMultipleCheckmark24Regular(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="M13.06 8.998a.75.75 0 0 0-1.12-.996l-3.498 3.935l-1.44-1.301a.75.75 0 0 0-1.005 1.113l2 1.807a.75.75 0 0 0 1.064-.058zM2.063 10.5a7.5 7.5 0 1 1 4.412 6.837c-1.027.245-2.18.522-2.93.702a1.25 1.25 0 0 1-1.504-1.524l.724-2.842a7.5 7.5 0 0 1-.702-3.173m7.5-6a6 6 0 0 0-5.336 8.747l.13.253l-.07.276l-.69 2.708c.799-.192 1.865-.448 2.788-.667l.264-.063l.244.12A6 6 0 1 0 9.562 4.5m-.1 14.5a7.47 7.47 0 0 0 5.1 2a7.5 7.5 0 0 0 3.088-.663c1.043.244 2.186.488 2.913.64a1.244 1.244 0 0 0 1.467-1.5c-.162-.703-.418-1.795-.671-2.803A7.503 7.503 0 0 0 17.015 6.41a8.4 8.4 0 0 1 .8 2.048a6 6 0 0 1 2.747 5.042a5.96 5.96 0 0 1-.665 2.747l-.13.253l.07.276c.228.895.467 1.9.642 2.65a112 112 0 0 1-2.74-.61l-.264-.062l-.243.12c-.804.4-1.71.626-2.67.626a6 6 0 0 1-2.92-.757a8.5 8.5 0 0 1-2.18.257"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.06 8.998a.75.75 0 0 0-1.12-.996l-3.498 3.935l-1.44-1.301a.75.75 0 0 0-1.005 1.113l2 1.807a.75.75 0 0 0 1.064-.058zM2.063 10.5a7.5 7.5 0 1 1 4.412 6.837c-1.027.245-2.18.522-2.93.702a1.25 1.25 0 0 1-1.504-1.524l.724-2.842a7.5 7.5 0 0 1-.702-3.173m7.5-6a6 6 0 0 0-5.336 8.747l.13.253l-.07.276l-.69 2.708c.799-.192 1.865-.448 2.788-.667l.264-.063l.244.12A6 6 0 1 0 9.562 4.5m-.1 14.5a7.47 7.47 0 0 0 5.1 2a7.5 7.5 0 0 0 3.088-.663c1.043.244 2.186.488 2.913.64a1.244 1.244 0 0 0 1.467-1.5c-.162-.703-.418-1.795-.671-2.803A7.503 7.503 0 0 0 17.015 6.41a8.4 8.4 0 0 1 .8 2.048a6 6 0 0 1 2.747 5.042a5.96 5.96 0 0 1-.665 2.747l-.13.253l.07.276c.228.895.467 1.9.642 2.65a112 112 0 0 1-2.74-.61l-.264-.062l-.243.12c-.804.4-1.71.626-2.67.626a6 6 0 0 1-2.92-.757a8.5 8.5 0 0 1-2.18.257"/></svg>
</template>

CSS

.icon-chat-multiple-checkmark-24-regular {
  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%22M13.06%208.998a.75.75%200%200%200-1.12-.996l-3.498%203.935l-1.44-1.301a.75.75%200%200%200-1.005%201.113l2%201.807a.75.75%200%200%200%201.064-.058zM2.063%2010.5a7.5%207.5%200%201%201%204.412%206.837c-1.027.245-2.18.522-2.93.702a1.25%201.25%200%200%201-1.504-1.524l.724-2.842a7.5%207.5%200%200%201-.702-3.173m7.5-6a6%206%200%200%200-5.336%208.747l.13.253l-.07.276l-.69%202.708c.799-.192%201.865-.448%202.788-.667l.264-.063l.244.12A6%206%200%201%200%209.562%204.5m-.1%2014.5a7.47%207.47%200%200%200%205.1%202a7.5%207.5%200%200%200%203.088-.663c1.043.244%202.186.488%202.913.64a1.244%201.244%200%200%200%201.467-1.5c-.162-.703-.418-1.795-.671-2.803A7.503%207.503%200%200%200%2017.015%206.41a8.4%208.4%200%200%201%20.8%202.048a6%206%200%200%201%202.747%205.042a5.96%205.96%200%200%201-.665%202.747l-.13.253l.07.276c.228.895.467%201.9.642%202.65a112%20112%200%200%201-2.74-.61l-.264-.062l-.243.12c-.804.4-1.71.626-2.67.626a6%206%200%200%201-2.92-.757a8.5%208.5%200%200%201-2.18.257%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%22M13.06%208.998a.75.75%200%200%200-1.12-.996l-3.498%203.935l-1.44-1.301a.75.75%200%200%200-1.005%201.113l2%201.807a.75.75%200%200%200%201.064-.058zM2.063%2010.5a7.5%207.5%200%201%201%204.412%206.837c-1.027.245-2.18.522-2.93.702a1.25%201.25%200%200%201-1.504-1.524l.724-2.842a7.5%207.5%200%200%201-.702-3.173m7.5-6a6%206%200%200%200-5.336%208.747l.13.253l-.07.276l-.69%202.708c.799-.192%201.865-.448%202.788-.667l.264-.063l.244.12A6%206%200%201%200%209.562%204.5m-.1%2014.5a7.47%207.47%200%200%200%205.1%202a7.5%207.5%200%200%200%203.088-.663c1.043.244%202.186.488%202.913.64a1.244%201.244%200%200%200%201.467-1.5c-.162-.703-.418-1.795-.671-2.803A7.503%207.503%200%200%200%2017.015%206.41a8.4%208.4%200%200%201%20.8%202.048a6%206%200%200%201%202.747%205.042a5.96%205.96%200%200%201-.665%202.747l-.13.253l.07.276c.228.895.467%201.9.642%202.65a112%20112%200%200%201-2.74-.61l-.264-.062l-.243.12c-.804.4-1.71.626-2.67.626a6%206%200%200%201-2.92-.757a8.5%208.5%200%200%201-2.18.257%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/chat-multiple-checkmark-24-regular.svg?color=%231a73e8&size=48