bubble left bubble right icon
bubble-left-bubble-right-fill from Framework7 Icons by Vladimir Kharlampidi · Fill · MIT Free for personal and commercial use.
- Name
- bubble-left-bubble-right-fill
- Set
- Framework7 Icons
- Style
- Fill
- Viewbox
- 56×56
- License
- MIT
1 other variant in Framework7 Icons
Related icons in Framework7 Icons
Use the bubble left bubble right icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M12.603 50.49c.773 0 1.328-.376 2.26-1.248l5.785-5.37c-1.13-.892-2.04-2.299-2.04-5.529V25.205c0-6.083 3.705-9.69 9.769-9.69h13.87l-.019-.753c-.297-4.062-2.972-6.698-7.51-6.698H7.53C2.992 8.064 0 10.78 0 15.495v19.46c0 4.716 2.992 7.748 7.53 7.748h3.29v5.766c0 1.229.653 2.021 1.783 2.021m32.003 2.755c1.13 0 1.783-.812 1.783-2.021v-5.787h2.081c4.538 0 7.53-3.031 7.53-7.728V25.661c0-4.736-2.992-7.431-7.53-7.431H28.852c-4.736 0-7.53 2.695-7.53 7.431v12.048c0 4.697 2.794 7.728 7.53 7.728h6.321l7.174 6.54c.931.872 1.486 1.268 2.259 1.268"/></svg>
React
import type { SVGProps } from "react";
export function F7BubbleLeftBubbleRightFill(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="M12.603 50.49c.773 0 1.328-.376 2.26-1.248l5.785-5.37c-1.13-.892-2.04-2.299-2.04-5.529V25.205c0-6.083 3.705-9.69 9.769-9.69h13.87l-.019-.753c-.297-4.062-2.972-6.698-7.51-6.698H7.53C2.992 8.064 0 10.78 0 15.495v19.46c0 4.716 2.992 7.748 7.53 7.748h3.29v5.766c0 1.229.653 2.021 1.783 2.021m32.003 2.755c1.13 0 1.783-.812 1.783-2.021v-5.787h2.081c4.538 0 7.53-3.031 7.53-7.728V25.661c0-4.736-2.992-7.431-7.53-7.431H28.852c-4.736 0-7.53 2.695-7.53 7.431v12.048c0 4.697 2.794 7.728 7.53 7.728h6.321l7.174 6.54c.931.872 1.486 1.268 2.259 1.268"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M12.603 50.49c.773 0 1.328-.376 2.26-1.248l5.785-5.37c-1.13-.892-2.04-2.299-2.04-5.529V25.205c0-6.083 3.705-9.69 9.769-9.69h13.87l-.019-.753c-.297-4.062-2.972-6.698-7.51-6.698H7.53C2.992 8.064 0 10.78 0 15.495v19.46c0 4.716 2.992 7.748 7.53 7.748h3.29v5.766c0 1.229.653 2.021 1.783 2.021m32.003 2.755c1.13 0 1.783-.812 1.783-2.021v-5.787h2.081c4.538 0 7.53-3.031 7.53-7.728V25.661c0-4.736-2.992-7.431-7.53-7.431H28.852c-4.736 0-7.53 2.695-7.53 7.431v12.048c0 4.697 2.794 7.728 7.53 7.728h6.321l7.174 6.54c.931.872 1.486 1.268 2.259 1.268"/></svg> </template>
CSS
.icon-bubble-left-bubble-right-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%22M12.603%2050.49c.773%200%201.328-.376%202.26-1.248l5.785-5.37c-1.13-.892-2.04-2.299-2.04-5.529V25.205c0-6.083%203.705-9.69%209.769-9.69h13.87l-.019-.753c-.297-4.062-2.972-6.698-7.51-6.698H7.53C2.992%208.064%200%2010.78%200%2015.495v19.46c0%204.716%202.992%207.748%207.53%207.748h3.29v5.766c0%201.229.653%202.021%201.783%202.021m32.003%202.755c1.13%200%201.783-.812%201.783-2.021v-5.787h2.081c4.538%200%207.53-3.031%207.53-7.728V25.661c0-4.736-2.992-7.431-7.53-7.431H28.852c-4.736%200-7.53%202.695-7.53%207.431v12.048c0%204.697%202.794%207.728%207.53%207.728h6.321l7.174%206.54c.931.872%201.486%201.268%202.259%201.268%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%22M12.603%2050.49c.773%200%201.328-.376%202.26-1.248l5.785-5.37c-1.13-.892-2.04-2.299-2.04-5.529V25.205c0-6.083%203.705-9.69%209.769-9.69h13.87l-.019-.753c-.297-4.062-2.972-6.698-7.51-6.698H7.53C2.992%208.064%200%2010.78%200%2015.495v19.46c0%204.716%202.992%207.748%207.53%207.748h3.29v5.766c0%201.229.653%202.021%201.783%202.021m32.003%202.755c1.13%200%201.783-.812%201.783-2.021v-5.787h2.081c4.538%200%207.53-3.031%207.53-7.728V25.661c0-4.736-2.992-7.431-7.53-7.431H28.852c-4.736%200-7.53%202.695-7.53%207.431v12.048c0%204.697%202.794%207.728%207.53%207.728h6.321l7.174%206.54c.931.872%201.486%201.268%202.259%201.268%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/bubble-left-bubble-right-fill.svg?color=%231a73e8&size=48