bubble middle top icon
bubble-middle-top from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.
- Name
- bubble-middle-top
- Set
- Framework7 Icons
- Style
- Outline
- Viewbox
- 56×56
- License
- MIT
1 other variant in Framework7 Icons
Related icons in Framework7 Icons
Use the bubble middle top icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M27.953 3.637c-1.055 0-2.039.445-2.976 2.062l-4.336 7.242h-7.735c-6.96 0-10.734 3.844-10.734 10.735v17.953c0 6.89 3.773 10.734 10.734 10.734h30.188c6.984 0 10.734-3.867 10.734-10.734V23.676c0-6.867-3.75-10.735-10.734-10.735h-7.828L30.93 5.7c-.938-1.617-1.922-2.062-2.977-2.062m0 3.844l3.938 7.335c.75 1.524 1.312 1.899 2.976 1.899h8.227c4.734 0 6.96 2.39 6.96 6.96v17.93c0 4.57-2.226 6.985-6.96 6.985H12.93c-4.758 0-6.985-2.414-6.985-6.985v-17.93c0-4.57 2.227-6.96 6.985-6.96h8.11c1.663 0 2.226-.375 3-1.899Z"/></svg>
React
import type { SVGProps } from "react";
export function F7BubbleMiddleTop(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="M27.953 3.637c-1.055 0-2.039.445-2.976 2.062l-4.336 7.242h-7.735c-6.96 0-10.734 3.844-10.734 10.735v17.953c0 6.89 3.773 10.734 10.734 10.734h30.188c6.984 0 10.734-3.867 10.734-10.734V23.676c0-6.867-3.75-10.735-10.734-10.735h-7.828L30.93 5.7c-.938-1.617-1.922-2.062-2.977-2.062m0 3.844l3.938 7.335c.75 1.524 1.312 1.899 2.976 1.899h8.227c4.734 0 6.96 2.39 6.96 6.96v17.93c0 4.57-2.226 6.985-6.96 6.985H12.93c-4.758 0-6.985-2.414-6.985-6.985v-17.93c0-4.57 2.227-6.96 6.985-6.96h8.11c1.663 0 2.226-.375 3-1.899Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M27.953 3.637c-1.055 0-2.039.445-2.976 2.062l-4.336 7.242h-7.735c-6.96 0-10.734 3.844-10.734 10.735v17.953c0 6.89 3.773 10.734 10.734 10.734h30.188c6.984 0 10.734-3.867 10.734-10.734V23.676c0-6.867-3.75-10.735-10.734-10.735h-7.828L30.93 5.7c-.938-1.617-1.922-2.062-2.977-2.062m0 3.844l3.938 7.335c.75 1.524 1.312 1.899 2.976 1.899h8.227c4.734 0 6.96 2.39 6.96 6.96v17.93c0 4.57-2.226 6.985-6.96 6.985H12.93c-4.758 0-6.985-2.414-6.985-6.985v-17.93c0-4.57 2.227-6.96 6.985-6.96h8.11c1.663 0 2.226-.375 3-1.899Z"/></svg> </template>
CSS
.icon-bubble-middle-top {
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%22M27.953%203.637c-1.055%200-2.039.445-2.976%202.062l-4.336%207.242h-7.735c-6.96%200-10.734%203.844-10.734%2010.735v17.953c0%206.89%203.773%2010.734%2010.734%2010.734h30.188c6.984%200%2010.734-3.867%2010.734-10.734V23.676c0-6.867-3.75-10.735-10.734-10.735h-7.828L30.93%205.7c-.938-1.617-1.922-2.062-2.977-2.062m0%203.844l3.938%207.335c.75%201.524%201.312%201.899%202.976%201.899h8.227c4.734%200%206.96%202.39%206.96%206.96v17.93c0%204.57-2.226%206.985-6.96%206.985H12.93c-4.758%200-6.985-2.414-6.985-6.985v-17.93c0-4.57%202.227-6.96%206.985-6.96h8.11c1.663%200%202.226-.375%203-1.899Z%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%22M27.953%203.637c-1.055%200-2.039.445-2.976%202.062l-4.336%207.242h-7.735c-6.96%200-10.734%203.844-10.734%2010.735v17.953c0%206.89%203.773%2010.734%2010.734%2010.734h30.188c6.984%200%2010.734-3.867%2010.734-10.734V23.676c0-6.867-3.75-10.735-10.734-10.735h-7.828L30.93%205.7c-.938-1.617-1.922-2.062-2.977-2.062m0%203.844l3.938%207.335c.75%201.524%201.312%201.899%202.976%201.899h8.227c4.734%200%206.96%202.39%206.96%206.96v17.93c0%204.57-2.226%206.985-6.96%206.985H12.93c-4.758%200-6.985-2.414-6.985-6.985v-17.93c0-4.57%202.227-6.96%206.985-6.96h8.11c1.663%200%202.226-.375%203-1.899Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/bubble-middle-top.svg?color=%231a73e8&size=48