chat round icon
chat-round from Reicon by REICON · Outline · Messages · MIT Free for personal and commercial use.
- Name
- chat-round
- Set
- Reicon
- Style
- Outline
- Category
- Messages
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
The same icon in other sets
All chat round icons →More messages icons from Reicon
at-signchatchat-checkchat-dotschat-linechat-minuschat-pluschat-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 round 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="M22.75 12c0-5.937-4.813-10.75-10.75-10.75S1.25 6.063 1.25 12c0 1.718.404 3.345 1.122 4.787c.107.215.13.435.08.62l-.595 2.226c-.408 1.524.986 2.918 2.51 2.51l2.226-.596a.9.9 0 0 1 .62.08A10.7 10.7 0 0 0 12 22.75c5.937 0 10.75-4.813 10.75-10.75M12 2.75a9.25 9.25 0 0 1 0 18.5a9.2 9.2 0 0 1-4.118-.965a2.38 2.38 0 0 0-1.676-.187l-2.227.596a.55.55 0 0 1-.673-.674l.596-2.226a2.38 2.38 0 0 0-.187-1.676A9.2 9.2 0 0 1 2.75 12A9.25 9.25 0 0 1 12 2.75" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function ReiconChatRound(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="M22.75 12c0-5.937-4.813-10.75-10.75-10.75S1.25 6.063 1.25 12c0 1.718.404 3.345 1.122 4.787c.107.215.13.435.08.62l-.595 2.226c-.408 1.524.986 2.918 2.51 2.51l2.226-.596a.9.9 0 0 1 .62.08A10.7 10.7 0 0 0 12 22.75c5.937 0 10.75-4.813 10.75-10.75M12 2.75a9.25 9.25 0 0 1 0 18.5a9.2 9.2 0 0 1-4.118-.965a2.38 2.38 0 0 0-1.676-.187l-2.227.596a.55.55 0 0 1-.673-.674l.596-2.226a2.38 2.38 0 0 0-.187-1.676A9.2 9.2 0 0 1 2.75 12A9.25 9.25 0 0 1 12 2.75" 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="M22.75 12c0-5.937-4.813-10.75-10.75-10.75S1.25 6.063 1.25 12c0 1.718.404 3.345 1.122 4.787c.107.215.13.435.08.62l-.595 2.226c-.408 1.524.986 2.918 2.51 2.51l2.226-.596a.9.9 0 0 1 .62.08A10.7 10.7 0 0 0 12 22.75c5.937 0 10.75-4.813 10.75-10.75M12 2.75a9.25 9.25 0 0 1 0 18.5a9.2 9.2 0 0 1-4.118-.965a2.38 2.38 0 0 0-1.676-.187l-2.227.596a.55.55 0 0 1-.673-.674l.596-2.226a2.38 2.38 0 0 0-.187-1.676A9.2 9.2 0 0 1 2.75 12A9.25 9.25 0 0 1 12 2.75" clip-rule="evenodd"/></svg> </template>
CSS
.icon-chat-round {
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%22M22.75%2012c0-5.937-4.813-10.75-10.75-10.75S1.25%206.063%201.25%2012c0%201.718.404%203.345%201.122%204.787c.107.215.13.435.08.62l-.595%202.226c-.408%201.524.986%202.918%202.51%202.51l2.226-.596a.9.9%200%200%201%20.62.08A10.7%2010.7%200%200%200%2012%2022.75c5.937%200%2010.75-4.813%2010.75-10.75M12%202.75a9.25%209.25%200%200%201%200%2018.5a9.2%209.2%200%200%201-4.118-.965a2.38%202.38%200%200%200-1.676-.187l-2.227.596a.55.55%200%200%201-.673-.674l.596-2.226a2.38%202.38%200%200%200-.187-1.676A9.2%209.2%200%200%201%202.75%2012A9.25%209.25%200%200%201%2012%202.75%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%22M22.75%2012c0-5.937-4.813-10.75-10.75-10.75S1.25%206.063%201.25%2012c0%201.718.404%203.345%201.122%204.787c.107.215.13.435.08.62l-.595%202.226c-.408%201.524.986%202.918%202.51%202.51l2.226-.596a.9.9%200%200%201%20.62.08A10.7%2010.7%200%200%200%2012%2022.75c5.937%200%2010.75-4.813%2010.75-10.75M12%202.75a9.25%209.25%200%200%201%200%2018.5a9.2%209.2%200%200%201-4.118-.965a2.38%202.38%200%200%200-1.676-.187l-2.227.596a.55.55%200%200%201-.673-.674l.596-2.226a2.38%202.38%200%200%200-.187-1.676A9.2%209.2%200%200%201%202.75%2012A9.25%209.25%200%200%201%2012%202.75%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-round.svg?color=%231a73e8&size=48