chat bubble 2 icon

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

Name
chat-bubble-2
Set
Framework7 Icons
Style
Outline
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="M22.601 7c4.863 0 9.368 1.289 13.055 3.482l.453.277C47.156 11.057 56 18.686 56 28.052c0 5.148-2.674 9.775-6.917 12.945l-.479.34l-.538.368c-1.49 1.1-.568 3.415.812 5.266l.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-3.611.266c-2.483 0-4.862-.37-7.065-1.049l.018-.004a27.1 27.1 0 0 1-9.112.425l-.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 7m22.602 18.964c0 6.716-4.16 12.618-10.437 15.987l-.313.165a22.7 22.7 0 0 0 4.112-.197a6.86 6.86 0 0 1 3.713.23c.222.076.522.211.865.382l.43.22l.693.374c.093-1.485.726-2.854 2.04-3.906l.225-.173l.143-.105l.116-.07l.81-.564c3.678-2.723 5.775-6.53 5.775-10.552c0-6.566-5.618-12.281-13.393-13.914l-.06-.059c3.296 3.295 5.28 7.545 5.28 12.182M22.6 10.217c-10.905 0-19.496 7.209-19.496 15.728c0 4.399 2.28 8.563 6.277 11.541l.458.324l.428.298l.12.072l.156.115c1.594 1.173 2.355 2.746 2.462 4.46l.461-.253l.444-.235l.415-.211l.376-.178q.265-.12.465-.19a7.4 7.4 0 0 1 4.035-.251a24 24 0 0 0 3.4.239c10.904 0 19.495-7.21 19.495-15.73S33.504 10.217 22.6 10.217"/></svg>

React

import type { SVGProps } from "react";

export function F7ChatBubble2(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="M22.601 7c4.863 0 9.368 1.289 13.055 3.482l.453.277C47.156 11.057 56 18.686 56 28.052c0 5.148-2.674 9.775-6.917 12.945l-.479.34l-.538.368c-1.49 1.1-.568 3.415.812 5.266l.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-3.611.266c-2.483 0-4.862-.37-7.065-1.049l.018-.004a27.1 27.1 0 0 1-9.112.425l-.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 7m22.602 18.964c0 6.716-4.16 12.618-10.437 15.987l-.313.165a22.7 22.7 0 0 0 4.112-.197a6.86 6.86 0 0 1 3.713.23c.222.076.522.211.865.382l.43.22l.693.374c.093-1.485.726-2.854 2.04-3.906l.225-.173l.143-.105l.116-.07l.81-.564c3.678-2.723 5.775-6.53 5.775-10.552c0-6.566-5.618-12.281-13.393-13.914l-.06-.059c3.296 3.295 5.28 7.545 5.28 12.182M22.6 10.217c-10.905 0-19.496 7.209-19.496 15.728c0 4.399 2.28 8.563 6.277 11.541l.458.324l.428.298l.12.072l.156.115c1.594 1.173 2.355 2.746 2.462 4.46l.461-.253l.444-.235l.415-.211l.376-.178q.265-.12.465-.19a7.4 7.4 0 0 1 4.035-.251a24 24 0 0 0 3.4.239c10.904 0 19.495-7.21 19.495-15.73S33.504 10.217 22.6 10.217"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M22.601 7c4.863 0 9.368 1.289 13.055 3.482l.453.277C47.156 11.057 56 18.686 56 28.052c0 5.148-2.674 9.775-6.917 12.945l-.479.34l-.538.368c-1.49 1.1-.568 3.415.812 5.266l.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-3.611.266c-2.483 0-4.862-.37-7.065-1.049l.018-.004a27.1 27.1 0 0 1-9.112.425l-.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 7m22.602 18.964c0 6.716-4.16 12.618-10.437 15.987l-.313.165a22.7 22.7 0 0 0 4.112-.197a6.86 6.86 0 0 1 3.713.23c.222.076.522.211.865.382l.43.22l.693.374c.093-1.485.726-2.854 2.04-3.906l.225-.173l.143-.105l.116-.07l.81-.564c3.678-2.723 5.775-6.53 5.775-10.552c0-6.566-5.618-12.281-13.393-13.914l-.06-.059c3.296 3.295 5.28 7.545 5.28 12.182M22.6 10.217c-10.905 0-19.496 7.209-19.496 15.728c0 4.399 2.28 8.563 6.277 11.541l.458.324l.428.298l.12.072l.156.115c1.594 1.173 2.355 2.746 2.462 4.46l.461-.253l.444-.235l.415-.211l.376-.178q.265-.12.465-.19a7.4 7.4 0 0 1 4.035-.251a24 24 0 0 0 3.4.239c10.904 0 19.495-7.21 19.495-15.73S33.504 10.217 22.6 10.217"/></svg>
</template>

CSS

.icon-chat-bubble-2 {
  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%22M22.601%207c4.863%200%209.368%201.289%2013.055%203.482l.453.277C47.156%2011.057%2056%2018.686%2056%2028.052c0%205.148-2.674%209.775-6.917%2012.945l-.479.34l-.538.368c-1.49%201.1-.568%203.415.812%205.266l.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-3.611.266c-2.483%200-4.862-.37-7.065-1.049l.018-.004a27.1%2027.1%200%200%201-9.112.425l-.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%207m22.602%2018.964c0%206.716-4.16%2012.618-10.437%2015.987l-.313.165a22.7%2022.7%200%200%200%204.112-.197a6.86%206.86%200%200%201%203.713.23c.222.076.522.211.865.382l.43.22l.693.374c.093-1.485.726-2.854%202.04-3.906l.225-.173l.143-.105l.116-.07l.81-.564c3.678-2.723%205.775-6.53%205.775-10.552c0-6.566-5.618-12.281-13.393-13.914l-.06-.059c3.296%203.295%205.28%207.545%205.28%2012.182M22.6%2010.217c-10.905%200-19.496%207.209-19.496%2015.728c0%204.399%202.28%208.563%206.277%2011.541l.458.324l.428.298l.12.072l.156.115c1.594%201.173%202.355%202.746%202.462%204.46l.461-.253l.444-.235l.415-.211l.376-.178q.265-.12.465-.19a7.4%207.4%200%200%201%204.035-.251a24%2024%200%200%200%203.4.239c10.904%200%2019.495-7.21%2019.495-15.73S33.504%2010.217%2022.6%2010.217%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%22M22.601%207c4.863%200%209.368%201.289%2013.055%203.482l.453.277C47.156%2011.057%2056%2018.686%2056%2028.052c0%205.148-2.674%209.775-6.917%2012.945l-.479.34l-.538.368c-1.49%201.1-.568%203.415.812%205.266l.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-3.611.266c-2.483%200-4.862-.37-7.065-1.049l.018-.004a27.1%2027.1%200%200%201-9.112.425l-.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%207m22.602%2018.964c0%206.716-4.16%2012.618-10.437%2015.987l-.313.165a22.7%2022.7%200%200%200%204.112-.197a6.86%206.86%200%200%201%203.713.23c.222.076.522.211.865.382l.43.22l.693.374c.093-1.485.726-2.854%202.04-3.906l.225-.173l.143-.105l.116-.07l.81-.564c3.678-2.723%205.775-6.53%205.775-10.552c0-6.566-5.618-12.281-13.393-13.914l-.06-.059c3.296%203.295%205.28%207.545%205.28%2012.182M22.6%2010.217c-10.905%200-19.496%207.209-19.496%2015.728c0%204.399%202.28%208.563%206.277%2011.541l.458.324l.428.298l.12.072l.156.115c1.594%201.173%202.355%202.746%202.462%204.46l.461-.253l.444-.235l.415-.211l.376-.178q.265-.12.465-.19a7.4%207.4%200%200%201%204.035-.251a24%2024%200%200%200%203.4.239c10.904%200%2019.495-7.21%2019.495-15.73S33.504%2010.217%2022.6%2010.217%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.svg?color=%231a73e8&size=48