Add icons to this collection by clicking the heart icon.
Comment icon - also known as message, chat, conversation, comment, speech bubble, messages, dialogue, communications, comments, and chat box. Created in a clean gradient style, perfect for web, apps, and UI projects. Available in SVG and PNG, with multiple style variants.
<svg
    xmlns="http://www.w3.org/2000/svg"
    width="512"
    height="512"
    viewBox="0 0 24 24"
>
    <linearGradient
        id="a"
        x1="3"
        x2="21"
        y1="12"
        y2="12"
        gradientUnits="userSpaceOnUse"
    >
        <stop offset="0" stop-color="#7f00ff" />
        <stop offset="1" stop-color="#e100ff" />
    </linearGradient>
    <linearGradient id="b" x1="7" x2="17" y1="8" y2="8" href="#a" />
    <linearGradient id="c" x1="7" x2="17" y1="12" y2="12" href="#a" />
    <path
        fill="url(#a)"
        d="M18 3H6a3 3 0 0 0-3 3v8a3 3 0 0 0 3 3h5.59l3.7 3.71a1 1 0 0 0 1.09.21A1 1 0 0 0 17 20v-3h1a3 3 0 0 0 3-3V6a3 3 0 0 0-3-3zm1 11a1 1 0 0 1-1 1h-2a1 1 0 0 0-1 1v1.59l-2.29-2.3A1 1 0 0 0 12 15H6a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1z"
    />
    <path fill="url(#b)" d="M16 7H8a1 1 0 0 0 0 2h8a1 1 0 0 0 0-2z" />
    <path fill="url(#c)" d="M16 11H8a1 1 0 0 0 0 2h8a1 1 0 0 0 0-2z" />
</svg>
More icons in the same style and category