Add icons to this collection by clicking the heart icon.
Chat icon - also known as chat, call, conversation, support, video, forum, social media, communications, video call, and chat box. Created in a clean flat 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="2"
        x2="22"
        y1="12"
        y2="12"
        gradientUnits="userSpaceOnUse"
    >
        <stop offset="0" stop-color="#bbdefb" />
        <stop offset="1" stop-color="#64b5f6" />
    </linearGradient>
    <linearGradient
        id="b"
        x1="8"
        x2="16"
        y1="12"
        y2="12"
        gradientUnits="userSpaceOnUse"
    >
        <stop offset="0" stop-color="#42a5f5" />
        <stop offset="1" stop-color="#1e88e5" />
    </linearGradient>
    <path
        fill="url(#a)"
        d="M12 2C6.486 2 2 6.486 2 12c0 1.51.347 3.012 1.006 4.367l-.549 2.464c-.17.77-.031 1.485.393 2.014.514.641 1.383.905 2.319.698l2.464-.548A10.025 10.025 0 0 0 12 22c5.514 0 10-4.486 10-10S17.514 2 12 2z"
    />
    <path
        fill="url(#b)"
        d="M9 15c-.551 0-1-.448-1-1v-4c0-.552.449-1 1-1h3c.478 0 .89.342.98.813l.213 1.124L16 10v4l-2.807-.937-.214 1.124A.999.999 0 0 1 12 15z"
    />
</svg>
More icons in the same style and category