chat check icon
chat-check-filled from Reicon by REICON · Filled · Messages · MIT Free for personal and commercial use.
- Name
- chat-check-filled
- Set
- Reicon
- Style
- Filled
- Category
- Messages
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
The same icon in other sets
More messages icons from Reicon
at-signchatchat-dotschat-linechat-minuschat-pluschat-roundchat-round-callchat-round-checkchat-round-dotschat-round-likechat-round-linechat-round-moneychat-round-unreadchat-round-videochat-squarechat-square-arrowchat-square-callchat-square-checkchat-square-codechat-square-likechat-unreadchat-xcheck-read
Use the chat check icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M7.567 1.25h8.866c.952 0 1.713 0 2.327.05c.63.052 1.172.16 1.67.413a4.25 4.25 0 0 1 1.857 1.858c.253.497.361 1.04.413 1.67c.05.613.05 1.374.05 2.326v5.866c0 .952 0 1.713-.05 2.327c-.052.63-.16 1.172-.413 1.67a4.25 4.25 0 0 1-1.857 1.857c-.498.253-1.04.361-1.67.413c-.614.05-1.375.05-2.327.05H15.8c-.523 0-.626.008-.708.033a.8.8 0 0 0-.26.14c-.066.056-.129.138-.414.575l-.468.717c-.208.319-.391.6-.56.813c-.174.22-.397.454-.713.586a1.75 1.75 0 0 1-1.354 0c-.316-.133-.54-.367-.713-.587a12 12 0 0 1-.56-.812l-.468-.717c-.285-.437-.348-.52-.414-.574a.8.8 0 0 0-.26-.141c-.082-.025-.185-.033-.707-.033h-.634c-.952 0-1.713 0-2.327-.05c-.63-.052-1.172-.16-1.67-.413a4.25 4.25 0 0 1-1.857-1.857c-.253-.498-.361-1.04-.413-1.67c-.05-.614-.05-1.375-.05-2.327V7.567c0-.952 0-1.713.05-2.327c.052-.63.16-1.172.413-1.67a4.25 4.25 0 0 1 1.858-1.857c.497-.253 1.04-.361 1.67-.413c.613-.05 1.374-.05 2.326-.05m8.463 7.53a.75.75 0 0 0-1.06-1.06L11 11.69L9.03 9.72a.75.75 0 0 0-1.06 1.06l2.5 2.5a.75.75 0 0 0 1.06 0z" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function ReiconChatCheckFilled(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" fillRule="evenodd" d="M7.567 1.25h8.866c.952 0 1.713 0 2.327.05c.63.052 1.172.16 1.67.413a4.25 4.25 0 0 1 1.857 1.858c.253.497.361 1.04.413 1.67c.05.613.05 1.374.05 2.326v5.866c0 .952 0 1.713-.05 2.327c-.052.63-.16 1.172-.413 1.67a4.25 4.25 0 0 1-1.857 1.857c-.498.253-1.04.361-1.67.413c-.614.05-1.375.05-2.327.05H15.8c-.523 0-.626.008-.708.033a.8.8 0 0 0-.26.14c-.066.056-.129.138-.414.575l-.468.717c-.208.319-.391.6-.56.813c-.174.22-.397.454-.713.586a1.75 1.75 0 0 1-1.354 0c-.316-.133-.54-.367-.713-.587a12 12 0 0 1-.56-.812l-.468-.717c-.285-.437-.348-.52-.414-.574a.8.8 0 0 0-.26-.141c-.082-.025-.185-.033-.707-.033h-.634c-.952 0-1.713 0-2.327-.05c-.63-.052-1.172-.16-1.67-.413a4.25 4.25 0 0 1-1.857-1.857c-.253-.498-.361-1.04-.413-1.67c-.05-.614-.05-1.375-.05-2.327V7.567c0-.952 0-1.713.05-2.327c.052-.63.16-1.172.413-1.67a4.25 4.25 0 0 1 1.858-1.857c.497-.253 1.04-.361 1.67-.413c.613-.05 1.374-.05 2.326-.05m8.463 7.53a.75.75 0 0 0-1.06-1.06L11 11.69L9.03 9.72a.75.75 0 0 0-1.06 1.06l2.5 2.5a.75.75 0 0 0 1.06 0z" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M7.567 1.25h8.866c.952 0 1.713 0 2.327.05c.63.052 1.172.16 1.67.413a4.25 4.25 0 0 1 1.857 1.858c.253.497.361 1.04.413 1.67c.05.613.05 1.374.05 2.326v5.866c0 .952 0 1.713-.05 2.327c-.052.63-.16 1.172-.413 1.67a4.25 4.25 0 0 1-1.857 1.857c-.498.253-1.04.361-1.67.413c-.614.05-1.375.05-2.327.05H15.8c-.523 0-.626.008-.708.033a.8.8 0 0 0-.26.14c-.066.056-.129.138-.414.575l-.468.717c-.208.319-.391.6-.56.813c-.174.22-.397.454-.713.586a1.75 1.75 0 0 1-1.354 0c-.316-.133-.54-.367-.713-.587a12 12 0 0 1-.56-.812l-.468-.717c-.285-.437-.348-.52-.414-.574a.8.8 0 0 0-.26-.141c-.082-.025-.185-.033-.707-.033h-.634c-.952 0-1.713 0-2.327-.05c-.63-.052-1.172-.16-1.67-.413a4.25 4.25 0 0 1-1.857-1.857c-.253-.498-.361-1.04-.413-1.67c-.05-.614-.05-1.375-.05-2.327V7.567c0-.952 0-1.713.05-2.327c.052-.63.16-1.172.413-1.67a4.25 4.25 0 0 1 1.858-1.857c.497-.253 1.04-.361 1.67-.413c.613-.05 1.374-.05 2.326-.05m8.463 7.53a.75.75 0 0 0-1.06-1.06L11 11.69L9.03 9.72a.75.75 0 0 0-1.06 1.06l2.5 2.5a.75.75 0 0 0 1.06 0z" clip-rule="evenodd"/></svg> </template>
CSS
.icon-chat-check-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%20fill-rule%3D%22evenodd%22%20d%3D%22M7.567%201.25h8.866c.952%200%201.713%200%202.327.05c.63.052%201.172.16%201.67.413a4.25%204.25%200%200%201%201.857%201.858c.253.497.361%201.04.413%201.67c.05.613.05%201.374.05%202.326v5.866c0%20.952%200%201.713-.05%202.327c-.052.63-.16%201.172-.413%201.67a4.25%204.25%200%200%201-1.857%201.857c-.498.253-1.04.361-1.67.413c-.614.05-1.375.05-2.327.05H15.8c-.523%200-.626.008-.708.033a.8.8%200%200%200-.26.14c-.066.056-.129.138-.414.575l-.468.717c-.208.319-.391.6-.56.813c-.174.22-.397.454-.713.586a1.75%201.75%200%200%201-1.354%200c-.316-.133-.54-.367-.713-.587a12%2012%200%200%201-.56-.812l-.468-.717c-.285-.437-.348-.52-.414-.574a.8.8%200%200%200-.26-.141c-.082-.025-.185-.033-.707-.033h-.634c-.952%200-1.713%200-2.327-.05c-.63-.052-1.172-.16-1.67-.413a4.25%204.25%200%200%201-1.857-1.857c-.253-.498-.361-1.04-.413-1.67c-.05-.614-.05-1.375-.05-2.327V7.567c0-.952%200-1.713.05-2.327c.052-.63.16-1.172.413-1.67a4.25%204.25%200%200%201%201.858-1.857c.497-.253%201.04-.361%201.67-.413c.613-.05%201.374-.05%202.326-.05m8.463%207.53a.75.75%200%200%200-1.06-1.06L11%2011.69L9.03%209.72a.75.75%200%200%200-1.06%201.06l2.5%202.5a.75.75%200%200%200%201.06%200z%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M7.567%201.25h8.866c.952%200%201.713%200%202.327.05c.63.052%201.172.16%201.67.413a4.25%204.25%200%200%201%201.857%201.858c.253.497.361%201.04.413%201.67c.05.613.05%201.374.05%202.326v5.866c0%20.952%200%201.713-.05%202.327c-.052.63-.16%201.172-.413%201.67a4.25%204.25%200%200%201-1.857%201.857c-.498.253-1.04.361-1.67.413c-.614.05-1.375.05-2.327.05H15.8c-.523%200-.626.008-.708.033a.8.8%200%200%200-.26.14c-.066.056-.129.138-.414.575l-.468.717c-.208.319-.391.6-.56.813c-.174.22-.397.454-.713.586a1.75%201.75%200%200%201-1.354%200c-.316-.133-.54-.367-.713-.587a12%2012%200%200%201-.56-.812l-.468-.717c-.285-.437-.348-.52-.414-.574a.8.8%200%200%200-.26-.141c-.082-.025-.185-.033-.707-.033h-.634c-.952%200-1.713%200-2.327-.05c-.63-.052-1.172-.16-1.67-.413a4.25%204.25%200%200%201-1.857-1.857c-.253-.498-.361-1.04-.413-1.67c-.05-.614-.05-1.375-.05-2.327V7.567c0-.952%200-1.713.05-2.327c.052-.63.16-1.172.413-1.67a4.25%204.25%200%200%201%201.858-1.857c.497-.253%201.04-.361%201.67-.413c.613-.05%201.374-.05%202.326-.05m8.463%207.53a.75.75%200%200%200-1.06-1.06L11%2011.69L9.03%209.72a.75.75%200%200%200-1.06%201.06l2.5%202.5a.75.75%200%200%200%201.06%200z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/chat-check-filled.svg?color=%231a73e8&size=48