chat-bubble from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.

Name
chat-bubble
Set
Framework7 Icons
Style
Outline
Viewbox
56×56
License
MIT

1 other variant in Framework7 Icons

The same icon in other sets

Related icons in Framework7 Icons

Use the chat bubble icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M19.504 43.53a8.5 8.5 0 0 1 4.611-.288a28 28 0 0 0 3.885.273c12.462 0 22.281-8.24 22.281-17.977S40.461 7.562 28 7.562c-12.463 0-22.281 8.24-22.281 17.976c0 5.027 2.605 9.786 7.173 13.19a39 39 0 0 0 1.007.703c-.02-.013.055.037-.047-.024l.19.113l.178.131c1.822 1.342 2.692 3.139 2.814 5.098c.978-.543 1.917-1.03 2.47-1.22M2.17 25.56C2.17 13.59 13.733 3.885 28 3.885c14.265 0 25.83 9.704 25.83 21.673c0 11.971-11.565 21.676-25.83 21.676c-1.549 0-3.063-.115-4.537-.333l-.009-.002c-3.489-.832-4.966 3.048-12.917 5.06c-1.633.414-1.83.002-.579-1.325c2.264-2.396 4.446-6.302 2.178-7.972c-.07-.04-.944-.644-1.277-.888c-5.33-3.97-8.689-9.767-8.689-16.216"/></svg>

React

import type { SVGProps } from "react";

export function F7ChatBubble(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M19.504 43.53a8.5 8.5 0 0 1 4.611-.288a28 28 0 0 0 3.885.273c12.462 0 22.281-8.24 22.281-17.977S40.461 7.562 28 7.562c-12.463 0-22.281 8.24-22.281 17.976c0 5.027 2.605 9.786 7.173 13.19a39 39 0 0 0 1.007.703c-.02-.013.055.037-.047-.024l.19.113l.178.131c1.822 1.342 2.692 3.139 2.814 5.098c.978-.543 1.917-1.03 2.47-1.22M2.17 25.56C2.17 13.59 13.733 3.885 28 3.885c14.265 0 25.83 9.704 25.83 21.673c0 11.971-11.565 21.676-25.83 21.676c-1.549 0-3.063-.115-4.537-.333l-.009-.002c-3.489-.832-4.966 3.048-12.917 5.06c-1.633.414-1.83.002-.579-1.325c2.264-2.396 4.446-6.302 2.178-7.972c-.07-.04-.944-.644-1.277-.888c-5.33-3.97-8.689-9.767-8.689-16.216"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M19.504 43.53a8.5 8.5 0 0 1 4.611-.288a28 28 0 0 0 3.885.273c12.462 0 22.281-8.24 22.281-17.977S40.461 7.562 28 7.562c-12.463 0-22.281 8.24-22.281 17.976c0 5.027 2.605 9.786 7.173 13.19a39 39 0 0 0 1.007.703c-.02-.013.055.037-.047-.024l.19.113l.178.131c1.822 1.342 2.692 3.139 2.814 5.098c.978-.543 1.917-1.03 2.47-1.22M2.17 25.56C2.17 13.59 13.733 3.885 28 3.885c14.265 0 25.83 9.704 25.83 21.673c0 11.971-11.565 21.676-25.83 21.676c-1.549 0-3.063-.115-4.537-.333l-.009-.002c-3.489-.832-4.966 3.048-12.917 5.06c-1.633.414-1.83.002-.579-1.325c2.264-2.396 4.446-6.302 2.178-7.972c-.07-.04-.944-.644-1.277-.888c-5.33-3.97-8.689-9.767-8.689-16.216"/></svg>
</template>

CSS

.icon-chat-bubble {
  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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19.504%2043.53a8.5%208.5%200%200%201%204.611-.288a28%2028%200%200%200%203.885.273c12.462%200%2022.281-8.24%2022.281-17.977S40.461%207.562%2028%207.562c-12.463%200-22.281%208.24-22.281%2017.976c0%205.027%202.605%209.786%207.173%2013.19a39%2039%200%200%200%201.007.703c-.02-.013.055.037-.047-.024l.19.113l.178.131c1.822%201.342%202.692%203.139%202.814%205.098c.978-.543%201.917-1.03%202.47-1.22M2.17%2025.56C2.17%2013.59%2013.733%203.885%2028%203.885c14.265%200%2025.83%209.704%2025.83%2021.673c0%2011.971-11.565%2021.676-25.83%2021.676c-1.549%200-3.063-.115-4.537-.333l-.009-.002c-3.489-.832-4.966%203.048-12.917%205.06c-1.633.414-1.83.002-.579-1.325c2.264-2.396%204.446-6.302%202.178-7.972c-.07-.04-.944-.644-1.277-.888c-5.33-3.97-8.689-9.767-8.689-16.216%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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19.504%2043.53a8.5%208.5%200%200%201%204.611-.288a28%2028%200%200%200%203.885.273c12.462%200%2022.281-8.24%2022.281-17.977S40.461%207.562%2028%207.562c-12.463%200-22.281%208.24-22.281%2017.976c0%205.027%202.605%209.786%207.173%2013.19a39%2039%200%200%200%201.007.703c-.02-.013.055.037-.047-.024l.19.113l.178.131c1.822%201.342%202.692%203.139%202.814%205.098c.978-.543%201.917-1.03%202.47-1.22M2.17%2025.56C2.17%2013.59%2013.733%203.885%2028%203.885c14.265%200%2025.83%209.704%2025.83%2021.673c0%2011.971-11.565%2021.676-25.83%2021.676c-1.549%200-3.063-.115-4.537-.333l-.009-.002c-3.489-.832-4.966%203.048-12.917%205.06c-1.633.414-1.83.002-.579-1.325c2.264-2.396%204.446-6.302%202.178-7.972c-.07-.04-.944-.644-1.277-.888c-5.33-3.97-8.689-9.767-8.689-16.216%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/chat-bubble.svg?color=%231a73e8&size=48