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

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

13 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the chat checkmark icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 2c7.732 0 14 6.268 14 14s-6.268 14-14 14c-2.368 0-4.602-.589-6.56-1.629l-5.528 1.573a1.5 1.5 0 0 1-1.853-1.854l1.571-5.527A13.94 13.94 0 0 1 2 16C2 8.268 8.27 2 16 2m0 2C9.374 4 4 9.373 4 16c0 2.165.573 4.193 1.574 5.944a1 1 0 0 1 .093.77l-1.439 5.06l5.06-1.439a1 1 0 0 1 .77.094C11.81 27.429 13.837 28 16 28c6.628 0 12-5.373 12-12S22.629 4 16 4m5.293 7.293a1 1 0 0 1 1.414 1.414l-7.502 7.5a1 1 0 0 1-1.414 0L9.793 16.21a1 1 0 0 1 1.414-1.414l3.29 3.291z"/></svg>

React

import type { SVGProps } from "react";

export function FluentChatCheckmark32Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 2c7.732 0 14 6.268 14 14s-6.268 14-14 14c-2.368 0-4.602-.589-6.56-1.629l-5.528 1.573a1.5 1.5 0 0 1-1.853-1.854l1.571-5.527A13.94 13.94 0 0 1 2 16C2 8.268 8.27 2 16 2m0 2C9.374 4 4 9.373 4 16c0 2.165.573 4.193 1.574 5.944a1 1 0 0 1 .093.77l-1.439 5.06l5.06-1.439a1 1 0 0 1 .77.094C11.81 27.429 13.837 28 16 28c6.628 0 12-5.373 12-12S22.629 4 16 4m5.293 7.293a1 1 0 0 1 1.414 1.414l-7.502 7.5a1 1 0 0 1-1.414 0L9.793 16.21a1 1 0 0 1 1.414-1.414l3.29 3.291z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 2c7.732 0 14 6.268 14 14s-6.268 14-14 14c-2.368 0-4.602-.589-6.56-1.629l-5.528 1.573a1.5 1.5 0 0 1-1.853-1.854l1.571-5.527A13.94 13.94 0 0 1 2 16C2 8.268 8.27 2 16 2m0 2C9.374 4 4 9.373 4 16c0 2.165.573 4.193 1.574 5.944a1 1 0 0 1 .093.77l-1.439 5.06l5.06-1.439a1 1 0 0 1 .77.094C11.81 27.429 13.837 28 16 28c6.628 0 12-5.373 12-12S22.629 4 16 4m5.293 7.293a1 1 0 0 1 1.414 1.414l-7.502 7.5a1 1 0 0 1-1.414 0L9.793 16.21a1 1 0 0 1 1.414-1.414l3.29 3.291z"/></svg>
</template>

CSS

.icon-chat-checkmark-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%202c7.732%200%2014%206.268%2014%2014s-6.268%2014-14%2014c-2.368%200-4.602-.589-6.56-1.629l-5.528%201.573a1.5%201.5%200%200%201-1.853-1.854l1.571-5.527A13.94%2013.94%200%200%201%202%2016C2%208.268%208.27%202%2016%202m0%202C9.374%204%204%209.373%204%2016c0%202.165.573%204.193%201.574%205.944a1%201%200%200%201%20.093.77l-1.439%205.06l5.06-1.439a1%201%200%200%201%20.77.094C11.81%2027.429%2013.837%2028%2016%2028c6.628%200%2012-5.373%2012-12S22.629%204%2016%204m5.293%207.293a1%201%200%200%201%201.414%201.414l-7.502%207.5a1%201%200%200%201-1.414%200L9.793%2016.21a1%201%200%200%201%201.414-1.414l3.29%203.291z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%202c7.732%200%2014%206.268%2014%2014s-6.268%2014-14%2014c-2.368%200-4.602-.589-6.56-1.629l-5.528%201.573a1.5%201.5%200%200%201-1.853-1.854l1.571-5.527A13.94%2013.94%200%200%201%202%2016C2%208.268%208.27%202%2016%202m0%202C9.374%204%204%209.373%204%2016c0%202.165.573%204.193%201.574%205.944a1%201%200%200%201%20.093.77l-1.439%205.06l5.06-1.439a1%201%200%200%201%20.77.094C11.81%2027.429%2013.837%2028%2016%2028c6.628%200%2012-5.373%2012-12S22.629%204%2016%204m5.293%207.293a1%201%200%200%201%201.414%201.414l-7.502%207.5a1%201%200%200%201-1.414%200L9.793%2016.21a1%201%200%200%201%201.414-1.414l3.29%203.291z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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