chat multiple checkmark icon

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

Name
chat-multiple-checkmark-24-filled
Set
Fluent UI System Icons
Style
24 Filled
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="M2 10.5a7.5 7.5 0 1 1 4.411 6.836c-1.258.29-2.613.54-3.236.652a.996.996 0 0 1-1.153-1.17c.118-.61.38-1.918.681-3.143A7.5 7.5 0 0 1 2 10.5m11.06-1.502a.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-.058zM14.563 21a7.48 7.48 0 0 1-5.1-2h.1c.718 0 1.415-.089 2.08-.256c.865.482 1.86.756 2.92.756c.96 0 1.866-.225 2.67-.625l.243-.121l.264.063c.922.22 1.966.446 2.74.61c-.175-.751-.414-1.756-.642-2.651l-.07-.276l.13-.253a6 6 0 0 0 .665-2.747a6 6 0 0 0-2.747-5.042a8.4 8.4 0 0 0-.8-2.047a7.503 7.503 0 0 1 4.344 10.263c.253 1.008.509 2.1.671 2.803a1.244 1.244 0 0 1-1.467 1.5a133 133 0 0 1-2.913-.64a7.5 7.5 0 0 1-3.088.663"/></svg>

React

import type { SVGProps } from "react";

export function FluentChatMultipleCheckmark24Filled(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="M2 10.5a7.5 7.5 0 1 1 4.411 6.836c-1.258.29-2.613.54-3.236.652a.996.996 0 0 1-1.153-1.17c.118-.61.38-1.918.681-3.143A7.5 7.5 0 0 1 2 10.5m11.06-1.502a.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-.058zM14.563 21a7.48 7.48 0 0 1-5.1-2h.1c.718 0 1.415-.089 2.08-.256c.865.482 1.86.756 2.92.756c.96 0 1.866-.225 2.67-.625l.243-.121l.264.063c.922.22 1.966.446 2.74.61c-.175-.751-.414-1.756-.642-2.651l-.07-.276l.13-.253a6 6 0 0 0 .665-2.747a6 6 0 0 0-2.747-5.042a8.4 8.4 0 0 0-.8-2.047a7.503 7.503 0 0 1 4.344 10.263c.253 1.008.509 2.1.671 2.803a1.244 1.244 0 0 1-1.467 1.5a133 133 0 0 1-2.913-.64a7.5 7.5 0 0 1-3.088.663"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 10.5a7.5 7.5 0 1 1 4.411 6.836c-1.258.29-2.613.54-3.236.652a.996.996 0 0 1-1.153-1.17c.118-.61.38-1.918.681-3.143A7.5 7.5 0 0 1 2 10.5m11.06-1.502a.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-.058zM14.563 21a7.48 7.48 0 0 1-5.1-2h.1c.718 0 1.415-.089 2.08-.256c.865.482 1.86.756 2.92.756c.96 0 1.866-.225 2.67-.625l.243-.121l.264.063c.922.22 1.966.446 2.74.61c-.175-.751-.414-1.756-.642-2.651l-.07-.276l.13-.253a6 6 0 0 0 .665-2.747a6 6 0 0 0-2.747-5.042a8.4 8.4 0 0 0-.8-2.047a7.503 7.503 0 0 1 4.344 10.263c.253 1.008.509 2.1.671 2.803a1.244 1.244 0 0 1-1.467 1.5a133 133 0 0 1-2.913-.64a7.5 7.5 0 0 1-3.088.663"/></svg>
</template>

CSS

.icon-chat-multiple-checkmark-24-filled {
  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%22M2%2010.5a7.5%207.5%200%201%201%204.411%206.836c-1.258.29-2.613.54-3.236.652a.996.996%200%200%201-1.153-1.17c.118-.61.38-1.918.681-3.143A7.5%207.5%200%200%201%202%2010.5m11.06-1.502a.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-.058zM14.563%2021a7.48%207.48%200%200%201-5.1-2h.1c.718%200%201.415-.089%202.08-.256c.865.482%201.86.756%202.92.756c.96%200%201.866-.225%202.67-.625l.243-.121l.264.063c.922.22%201.966.446%202.74.61c-.175-.751-.414-1.756-.642-2.651l-.07-.276l.13-.253a6%206%200%200%200%20.665-2.747a6%206%200%200%200-2.747-5.042a8.4%208.4%200%200%200-.8-2.047a7.503%207.503%200%200%201%204.344%2010.263c.253%201.008.509%202.1.671%202.803a1.244%201.244%200%200%201-1.467%201.5a133%20133%200%200%201-2.913-.64a7.5%207.5%200%200%201-3.088.663%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%22M2%2010.5a7.5%207.5%200%201%201%204.411%206.836c-1.258.29-2.613.54-3.236.652a.996.996%200%200%201-1.153-1.17c.118-.61.38-1.918.681-3.143A7.5%207.5%200%200%201%202%2010.5m11.06-1.502a.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-.058zM14.563%2021a7.48%207.48%200%200%201-5.1-2h.1c.718%200%201.415-.089%202.08-.256c.865.482%201.86.756%202.92.756c.96%200%201.866-.225%202.67-.625l.243-.121l.264.063c.922.22%201.966.446%202.74.61c-.175-.751-.414-1.756-.642-2.651l-.07-.276l.13-.253a6%206%200%200%200%20.665-2.747a6%206%200%200%200-2.747-5.042a8.4%208.4%200%200%200-.8-2.047a7.503%207.503%200%200%201%204.344%2010.263c.253%201.008.509%202.1.671%202.803a1.244%201.244%200%200%201-1.467%201.5a133%20133%200%200%201-2.913-.64a7.5%207.5%200%200%201-3.088.663%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-filled.svg?color=%231a73e8&size=48