chat bubble 2 icon

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

Name
chat-bubble-2-fill
Set
Framework7 Icons
Style
Fill
Viewbox
56×56
License
MIT

1 other variant in Framework7 Icons

Related icons in Framework7 Icons

Use the chat bubble 2 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M42.195 11.706C50.233 14.058 56 20.489 56 28.052c0 5.148-2.674 9.775-6.917 12.945l-.37.263l-.587.406l-.06.04c-1.49 1.1-.568 3.414.812 5.265l.256.33q.13.163.263.319l.268.304l.237.256l.178.205c.535.645.483.922-.154.855l-.208-.03a5 5 0 0 1-.379-.083a20 20 0 0 1-3.947-1.432l-.472-.239q-.228-.12-.443-.238l-.415-.235l-.392-.232l-1.526-.937l-.301-.174l-.293-.157c-.772-.396-1.48-.593-2.332-.43l-.169.036a24.6 24.6 0 0 1-5.684.179c8.822-3.42 14.944-10.909 14.944-19.597c0-5.242-2.228-10.047-5.934-13.785zM22.601 7c12.482 0 22.602 8.492 22.602 18.964c0 10.475-10.12 18.966-22.602 18.966q-1.695-.002-3.322-.203l-.655-.09c-.905-.215-1.655-.07-2.443.29l-.298.143l-.304.163l-.312.178l-.83.507l-.545.336l-.588.354l-.42.242l-.445.246l-.233.123l-.487.247a22 22 0 0 1-4.675 1.663l-.242.044c-.821.123-.918-.177-.286-.933l.19-.217l.109-.117q.135-.144.27-.294l.265-.308l.262-.321l.253-.332l.245-.341l.232-.348q.057-.087.111-.176l.211-.355c.981-1.725 1.364-3.538.056-4.5l-.953-.66l-.164-.118C2.94 36.68 0 31.607 0 25.964C0 15.492 10.117 7 22.601 7"/></svg>

React

import type { SVGProps } from "react";

export function F7ChatBubble2Fill(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="M42.195 11.706C50.233 14.058 56 20.489 56 28.052c0 5.148-2.674 9.775-6.917 12.945l-.37.263l-.587.406l-.06.04c-1.49 1.1-.568 3.414.812 5.265l.256.33q.13.163.263.319l.268.304l.237.256l.178.205c.535.645.483.922-.154.855l-.208-.03a5 5 0 0 1-.379-.083a20 20 0 0 1-3.947-1.432l-.472-.239q-.228-.12-.443-.238l-.415-.235l-.392-.232l-1.526-.937l-.301-.174l-.293-.157c-.772-.396-1.48-.593-2.332-.43l-.169.036a24.6 24.6 0 0 1-5.684.179c8.822-3.42 14.944-10.909 14.944-19.597c0-5.242-2.228-10.047-5.934-13.785zM22.601 7c12.482 0 22.602 8.492 22.602 18.964c0 10.475-10.12 18.966-22.602 18.966q-1.695-.002-3.322-.203l-.655-.09c-.905-.215-1.655-.07-2.443.29l-.298.143l-.304.163l-.312.178l-.83.507l-.545.336l-.588.354l-.42.242l-.445.246l-.233.123l-.487.247a22 22 0 0 1-4.675 1.663l-.242.044c-.821.123-.918-.177-.286-.933l.19-.217l.109-.117q.135-.144.27-.294l.265-.308l.262-.321l.253-.332l.245-.341l.232-.348q.057-.087.111-.176l.211-.355c.981-1.725 1.364-3.538.056-4.5l-.953-.66l-.164-.118C2.94 36.68 0 31.607 0 25.964C0 15.492 10.117 7 22.601 7"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M42.195 11.706C50.233 14.058 56 20.489 56 28.052c0 5.148-2.674 9.775-6.917 12.945l-.37.263l-.587.406l-.06.04c-1.49 1.1-.568 3.414.812 5.265l.256.33q.13.163.263.319l.268.304l.237.256l.178.205c.535.645.483.922-.154.855l-.208-.03a5 5 0 0 1-.379-.083a20 20 0 0 1-3.947-1.432l-.472-.239q-.228-.12-.443-.238l-.415-.235l-.392-.232l-1.526-.937l-.301-.174l-.293-.157c-.772-.396-1.48-.593-2.332-.43l-.169.036a24.6 24.6 0 0 1-5.684.179c8.822-3.42 14.944-10.909 14.944-19.597c0-5.242-2.228-10.047-5.934-13.785zM22.601 7c12.482 0 22.602 8.492 22.602 18.964c0 10.475-10.12 18.966-22.602 18.966q-1.695-.002-3.322-.203l-.655-.09c-.905-.215-1.655-.07-2.443.29l-.298.143l-.304.163l-.312.178l-.83.507l-.545.336l-.588.354l-.42.242l-.445.246l-.233.123l-.487.247a22 22 0 0 1-4.675 1.663l-.242.044c-.821.123-.918-.177-.286-.933l.19-.217l.109-.117q.135-.144.27-.294l.265-.308l.262-.321l.253-.332l.245-.341l.232-.348q.057-.087.111-.176l.211-.355c.981-1.725 1.364-3.538.056-4.5l-.953-.66l-.164-.118C2.94 36.68 0 31.607 0 25.964C0 15.492 10.117 7 22.601 7"/></svg>
</template>

CSS

.icon-chat-bubble-2-fill {
  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%22M42.195%2011.706C50.233%2014.058%2056%2020.489%2056%2028.052c0%205.148-2.674%209.775-6.917%2012.945l-.37.263l-.587.406l-.06.04c-1.49%201.1-.568%203.414.812%205.265l.256.33q.13.163.263.319l.268.304l.237.256l.178.205c.535.645.483.922-.154.855l-.208-.03a5%205%200%200%201-.379-.083a20%2020%200%200%201-3.947-1.432l-.472-.239q-.228-.12-.443-.238l-.415-.235l-.392-.232l-1.526-.937l-.301-.174l-.293-.157c-.772-.396-1.48-.593-2.332-.43l-.169.036a24.6%2024.6%200%200%201-5.684.179c8.822-3.42%2014.944-10.909%2014.944-19.597c0-5.242-2.228-10.047-5.934-13.785zM22.601%207c12.482%200%2022.602%208.492%2022.602%2018.964c0%2010.475-10.12%2018.966-22.602%2018.966q-1.695-.002-3.322-.203l-.655-.09c-.905-.215-1.655-.07-2.443.29l-.298.143l-.304.163l-.312.178l-.83.507l-.545.336l-.588.354l-.42.242l-.445.246l-.233.123l-.487.247a22%2022%200%200%201-4.675%201.663l-.242.044c-.821.123-.918-.177-.286-.933l.19-.217l.109-.117q.135-.144.27-.294l.265-.308l.262-.321l.253-.332l.245-.341l.232-.348q.057-.087.111-.176l.211-.355c.981-1.725%201.364-3.538.056-4.5l-.953-.66l-.164-.118C2.94%2036.68%200%2031.607%200%2025.964C0%2015.492%2010.117%207%2022.601%207%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%22M42.195%2011.706C50.233%2014.058%2056%2020.489%2056%2028.052c0%205.148-2.674%209.775-6.917%2012.945l-.37.263l-.587.406l-.06.04c-1.49%201.1-.568%203.414.812%205.265l.256.33q.13.163.263.319l.268.304l.237.256l.178.205c.535.645.483.922-.154.855l-.208-.03a5%205%200%200%201-.379-.083a20%2020%200%200%201-3.947-1.432l-.472-.239q-.228-.12-.443-.238l-.415-.235l-.392-.232l-1.526-.937l-.301-.174l-.293-.157c-.772-.396-1.48-.593-2.332-.43l-.169.036a24.6%2024.6%200%200%201-5.684.179c8.822-3.42%2014.944-10.909%2014.944-19.597c0-5.242-2.228-10.047-5.934-13.785zM22.601%207c12.482%200%2022.602%208.492%2022.602%2018.964c0%2010.475-10.12%2018.966-22.602%2018.966q-1.695-.002-3.322-.203l-.655-.09c-.905-.215-1.655-.07-2.443.29l-.298.143l-.304.163l-.312.178l-.83.507l-.545.336l-.588.354l-.42.242l-.445.246l-.233.123l-.487.247a22%2022%200%200%201-4.675%201.663l-.242.044c-.821.123-.918-.177-.286-.933l.19-.217l.109-.117q.135-.144.27-.294l.265-.308l.262-.321l.253-.332l.245-.341l.232-.348q.057-.087.111-.176l.211-.355c.981-1.725%201.364-3.538.056-4.5l-.953-.66l-.164-.118C2.94%2036.68%200%2031.607%200%2025.964C0%2015.492%2010.117%207%2022.601%207%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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