bubble right icon
bubble-right-fill from Framework7 Icons by Vladimir Kharlampidi · Fill · MIT Free for personal and commercial use.
- Name
- 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 right icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M39.04 51.93c1.335 0 2.085-.961 2.085-2.414v-6.82h2.625c5.414 0 9.07-3.704 9.07-9.329v-20.32c0-5.649-3.656-8.977-9.07-8.977h-31.5c-5.625 0-9.07 3.352-9.07 8.977v20.32c0 5.602 3.445 9.328 9.07 9.328h15.633l8.46 7.735c1.102 1.03 1.759 1.5 2.696 1.5"/></svg>
React
import type { SVGProps } from "react";
export function F7BubbleRightFill(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="M39.04 51.93c1.335 0 2.085-.961 2.085-2.414v-6.82h2.625c5.414 0 9.07-3.704 9.07-9.329v-20.32c0-5.649-3.656-8.977-9.07-8.977h-31.5c-5.625 0-9.07 3.352-9.07 8.977v20.32c0 5.602 3.445 9.328 9.07 9.328h15.633l8.46 7.735c1.102 1.03 1.759 1.5 2.696 1.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M39.04 51.93c1.335 0 2.085-.961 2.085-2.414v-6.82h2.625c5.414 0 9.07-3.704 9.07-9.329v-20.32c0-5.649-3.656-8.977-9.07-8.977h-31.5c-5.625 0-9.07 3.352-9.07 8.977v20.32c0 5.602 3.445 9.328 9.07 9.328h15.633l8.46 7.735c1.102 1.03 1.759 1.5 2.696 1.5"/></svg> </template>
CSS
.icon-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%22M39.04%2051.93c1.335%200%202.085-.961%202.085-2.414v-6.82h2.625c5.414%200%209.07-3.704%209.07-9.329v-20.32c0-5.649-3.656-8.977-9.07-8.977h-31.5c-5.625%200-9.07%203.352-9.07%208.977v20.32c0%205.602%203.445%209.328%209.07%209.328h15.633l8.46%207.735c1.102%201.03%201.759%201.5%202.696%201.5%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%22M39.04%2051.93c1.335%200%202.085-.961%202.085-2.414v-6.82h2.625c5.414%200%209.07-3.704%209.07-9.329v-20.32c0-5.649-3.656-8.977-9.07-8.977h-31.5c-5.625%200-9.07%203.352-9.07%208.977v20.32c0%205.602%203.445%209.328%209.07%209.328h15.633l8.46%207.735c1.102%201.03%201.759%201.5%202.696%201.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/bubble-right-fill.svg?color=%231a73e8&size=48