chat check icon
chat-check from Myna UI Icons by Praveen Juge · Regular · MIT Free for personal and commercial use.
- Name
- chat-check
- Set
- Myna UI Icons
- Style
- Regular
- Viewbox
- 24×24
- License
- MIT
1 other variant in Myna UI Icons
The same icon in other sets
Related icons in Myna UI Icons
Use the chat 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="m9.5 12.323l1.379 1.575a.3.3 0 0 0 .466-.022l2.8-3.876"/><path d="M12 21a9 9 0 1 0-9-9c0 1.44.338 2.8.94 4.007c.453.911-.177 2.14-.417 3.037a1.17 1.17 0 0 0 1.433 1.433c.897-.24 2.126-.87 3.037-.416A9 9 0 0 0 12 21"/></g></svg>
React
import type { SVGProps } from "react";
export function MynauiChatCheck(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="m9.5 12.323l1.379 1.575a.3.3 0 0 0 .466-.022l2.8-3.876"/><path d="M12 21a9 9 0 1 0-9-9c0 1.44.338 2.8.94 4.007c.453.911-.177 2.14-.417 3.037a1.17 1.17 0 0 0 1.433 1.433c.897-.24 2.126-.87 3.037-.416A9 9 0 0 0 12 21"/></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="m9.5 12.323l1.379 1.575a.3.3 0 0 0 .466-.022l2.8-3.876"/><path d="M12 21a9 9 0 1 0-9-9c0 1.44.338 2.8.94 4.007c.453.911-.177 2.14-.417 3.037a1.17 1.17 0 0 0 1.433 1.433c.897-.24 2.126-.87 3.037-.416A9 9 0 0 0 12 21"/></g></svg> </template>
CSS
.icon-chat-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%22m9.5%2012.323l1.379%201.575a.3.3%200%200%200%20.466-.022l2.8-3.876%22%2F%3E%3Cpath%20d%3D%22M12%2021a9%209%200%201%200-9-9c0%201.44.338%202.8.94%204.007c.453.911-.177%202.14-.417%203.037a1.17%201.17%200%200%200%201.433%201.433c.897-.24%202.126-.87%203.037-.416A9%209%200%200%200%2012%2021%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%22m9.5%2012.323l1.379%201.575a.3.3%200%200%200%20.466-.022l2.8-3.876%22%2F%3E%3Cpath%20d%3D%22M12%2021a9%209%200%201%200-9-9c0%201.44.338%202.8.94%204.007c.453.911-.177%202.14-.417%203.037a1.17%201.17%200%200%200%201.433%201.433c.897-.24%202.126-.87%203.037-.416A9%209%200%200%200%2012%2021%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mynaui/chat-check.svg?color=%231a73e8&size=48