Controls

Stroke width2px
Size120px
Animated
Speed
messagechatbubblecommentcommunicationconversationnotification

Message

Animated message chat bubble SVG icon for React and Next.js. Represents messaging, comments, and communication with a typing or bounce animation for chat and support UI.

import Message from "cssvg-icons/message";

export default function App() {
  return (
    <Message
      color="#ffffff"
      strokeWidth={2}
      size={120}
    />
  );
}

Details

AuthorHari

Missing something?

Need a variant of Message or a different style? Open a GitHub issue and we'll add it to the queue.

Request a variant