Skip to main content
Go back
Share

Chat Messages

React Code

npm install @mynaui/icons-react
import { ChatMessages } from "@mynaui/icons-react";

const App = () => {
  return <ChatMessages />;
};

SVG HTML

<svg width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" viewBox="0 0 24 24" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg">
  <path d='M5 12a5 5 0 0 1 7 7m-7-7a4.993 4.993 0 0 0-2 4 5 5 0 0 0 .224 1.483c.272.88.076 1.86-.099 2.784a.468.468 0 0 0 .592.539c.848-.232 1.691-.43 2.557-.112A4.99 4.99 0 0 0 8 21a4.991 4.991 0 0 0 4-2m-7-7c0-4.685 2.875-9 8-9a8 8 0 0 1 7.532 10.7c-.476 1.326.037 3.102.337 4.568a.451.451 0 0 1-.584.526c-1.312-.41-2.852-.986-4.085-.466-1.334.562-2.736.672-4.2.672'/>
</svg>

SVG CDN

<img src="https://unpkg.com/@mynaui/icons/icons/chat-messages.svg" />

SVG Sprite

npm install @mynaui/icons
<svg width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" viewBox="0 0 24 24" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg">
  <use xlink:href="/path/to/mynaui.symbol.svg#mynaui-chat-messages"></use>
</svg>