bubble right icon
bubble-right from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.
- Name
- bubble-right
- Set
- Framework7 Icons
- Style
- Outline
- 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.414 52.246c1.64 0 2.578-1.172 2.578-2.977v-6.093h1.102c6.984 0 10.734-3.844 10.734-10.735V14.488c0-6.89-3.75-10.734-10.734-10.734H12.906c-6.96 0-10.734 3.867-10.734 10.734v17.953c0 6.868 3.773 10.735 10.734 10.735h15.047l8.11 7.195c1.406 1.266 2.203 1.875 3.351 1.875m-.96-4.289l-7.477-7.453c-.891-.914-1.57-1.102-2.883-1.102H12.93c-4.735 0-6.985-2.414-6.985-6.984v-17.93c0-4.57 2.25-6.96 6.985-6.96h30.164c4.758 0 6.96 2.39 6.96 6.96v17.93c0 4.57-2.202 6.984-6.96 6.984h-2.86c-1.289 0-1.78.492-1.78 1.758Z"/></svg>
React
import type { SVGProps } from "react";
export function F7BubbleRight(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.414 52.246c1.64 0 2.578-1.172 2.578-2.977v-6.093h1.102c6.984 0 10.734-3.844 10.734-10.735V14.488c0-6.89-3.75-10.734-10.734-10.734H12.906c-6.96 0-10.734 3.867-10.734 10.734v17.953c0 6.868 3.773 10.735 10.734 10.735h15.047l8.11 7.195c1.406 1.266 2.203 1.875 3.351 1.875m-.96-4.289l-7.477-7.453c-.891-.914-1.57-1.102-2.883-1.102H12.93c-4.735 0-6.985-2.414-6.985-6.984v-17.93c0-4.57 2.25-6.96 6.985-6.96h30.164c4.758 0 6.96 2.39 6.96 6.96v17.93c0 4.57-2.202 6.984-6.96 6.984h-2.86c-1.289 0-1.78.492-1.78 1.758Z"/></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.414 52.246c1.64 0 2.578-1.172 2.578-2.977v-6.093h1.102c6.984 0 10.734-3.844 10.734-10.735V14.488c0-6.89-3.75-10.734-10.734-10.734H12.906c-6.96 0-10.734 3.867-10.734 10.734v17.953c0 6.868 3.773 10.735 10.734 10.735h15.047l8.11 7.195c1.406 1.266 2.203 1.875 3.351 1.875m-.96-4.289l-7.477-7.453c-.891-.914-1.57-1.102-2.883-1.102H12.93c-4.735 0-6.985-2.414-6.985-6.984v-17.93c0-4.57 2.25-6.96 6.985-6.96h30.164c4.758 0 6.96 2.39 6.96 6.96v17.93c0 4.57-2.202 6.984-6.96 6.984h-2.86c-1.289 0-1.78.492-1.78 1.758Z"/></svg> </template>
CSS
.icon-bubble-right {
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.414%2052.246c1.64%200%202.578-1.172%202.578-2.977v-6.093h1.102c6.984%200%2010.734-3.844%2010.734-10.735V14.488c0-6.89-3.75-10.734-10.734-10.734H12.906c-6.96%200-10.734%203.867-10.734%2010.734v17.953c0%206.868%203.773%2010.735%2010.734%2010.735h15.047l8.11%207.195c1.406%201.266%202.203%201.875%203.351%201.875m-.96-4.289l-7.477-7.453c-.891-.914-1.57-1.102-2.883-1.102H12.93c-4.735%200-6.985-2.414-6.985-6.984v-17.93c0-4.57%202.25-6.96%206.985-6.96h30.164c4.758%200%206.96%202.39%206.96%206.96v17.93c0%204.57-2.202%206.984-6.96%206.984h-2.86c-1.289%200-1.78.492-1.78%201.758Z%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.414%2052.246c1.64%200%202.578-1.172%202.578-2.977v-6.093h1.102c6.984%200%2010.734-3.844%2010.734-10.735V14.488c0-6.89-3.75-10.734-10.734-10.734H12.906c-6.96%200-10.734%203.867-10.734%2010.734v17.953c0%206.868%203.773%2010.735%2010.734%2010.735h15.047l8.11%207.195c1.406%201.266%202.203%201.875%203.351%201.875m-.96-4.289l-7.477-7.453c-.891-.914-1.57-1.102-2.883-1.102H12.93c-4.735%200-6.985-2.414-6.985-6.984v-17.93c0-4.57%202.25-6.96%206.985-6.96h30.164c4.758%200%206.96%202.39%206.96%206.96v17.93c0%204.57-2.202%206.984-6.96%206.984h-2.86c-1.289%200-1.78.492-1.78%201.758Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/bubble-right.svg?color=%231a73e8&size=48