captions bubble icon

captions-bubble-fill from Framework7 Icons by Vladimir Kharlampidi · Fill · MIT Free for personal and commercial use.

Name
captions-bubble-fill
Set
Framework7 Icons
Style
Fill
Viewbox
56×56
License
MIT

1 other variant in Framework7 Icons

Use the captions bubble icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M16.094 52.316c.937 0 1.594-.468 2.695-1.5l8.484-7.734l15.82.023c6.985.024 10.735-3.867 10.735-10.734V14.418c0-6.867-3.75-10.734-10.734-10.734H12.906c-6.96 0-10.734 3.843-10.734 10.734v17.953c0 6.89 3.773 10.734 10.734 10.711h1.102v6.82c0 1.453.773 2.414 2.086 2.414m-4.242-25.875c-.82 0-1.477-.656-1.477-1.523c0-.797.656-1.477 1.477-1.477h10.382c.844 0 1.477.68 1.477 1.477c0 .867-.633 1.523-1.477 1.523Zm16.195 0c-.82 0-1.477-.656-1.477-1.523c0-.797.657-1.477 1.477-1.477H44.5c.797 0 1.477.68 1.477 1.477c0 .867-.68 1.523-1.477 1.523Zm-16.195 6.75c-.82 0-1.477-.632-1.477-1.476s.656-1.524 1.477-1.524h4.125c.843 0 1.5.68 1.5 1.524s-.657 1.476-1.5 1.476Zm9.937 0c-.82 0-1.476-.632-1.476-1.476s.656-1.524 1.476-1.524h12.445c.844 0 1.477.68 1.477 1.524s-.633 1.476-1.477 1.476Zm18.258 0c-.82 0-1.5-.632-1.5-1.476s.68-1.524 1.5-1.524H44.5c.797 0 1.477.68 1.477 1.524A1.47 1.47 0 0 1 44.5 33.19Z"/></svg>

React

import type { SVGProps } from "react";

export function F7CaptionsBubbleFill(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="M16.094 52.316c.937 0 1.594-.468 2.695-1.5l8.484-7.734l15.82.023c6.985.024 10.735-3.867 10.735-10.734V14.418c0-6.867-3.75-10.734-10.734-10.734H12.906c-6.96 0-10.734 3.843-10.734 10.734v17.953c0 6.89 3.773 10.734 10.734 10.711h1.102v6.82c0 1.453.773 2.414 2.086 2.414m-4.242-25.875c-.82 0-1.477-.656-1.477-1.523c0-.797.656-1.477 1.477-1.477h10.382c.844 0 1.477.68 1.477 1.477c0 .867-.633 1.523-1.477 1.523Zm16.195 0c-.82 0-1.477-.656-1.477-1.523c0-.797.657-1.477 1.477-1.477H44.5c.797 0 1.477.68 1.477 1.477c0 .867-.68 1.523-1.477 1.523Zm-16.195 6.75c-.82 0-1.477-.632-1.477-1.476s.656-1.524 1.477-1.524h4.125c.843 0 1.5.68 1.5 1.524s-.657 1.476-1.5 1.476Zm9.937 0c-.82 0-1.476-.632-1.476-1.476s.656-1.524 1.476-1.524h12.445c.844 0 1.477.68 1.477 1.524s-.633 1.476-1.477 1.476Zm18.258 0c-.82 0-1.5-.632-1.5-1.476s.68-1.524 1.5-1.524H44.5c.797 0 1.477.68 1.477 1.524A1.47 1.47 0 0 1 44.5 33.19Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M16.094 52.316c.937 0 1.594-.468 2.695-1.5l8.484-7.734l15.82.023c6.985.024 10.735-3.867 10.735-10.734V14.418c0-6.867-3.75-10.734-10.734-10.734H12.906c-6.96 0-10.734 3.843-10.734 10.734v17.953c0 6.89 3.773 10.734 10.734 10.711h1.102v6.82c0 1.453.773 2.414 2.086 2.414m-4.242-25.875c-.82 0-1.477-.656-1.477-1.523c0-.797.656-1.477 1.477-1.477h10.382c.844 0 1.477.68 1.477 1.477c0 .867-.633 1.523-1.477 1.523Zm16.195 0c-.82 0-1.477-.656-1.477-1.523c0-.797.657-1.477 1.477-1.477H44.5c.797 0 1.477.68 1.477 1.477c0 .867-.68 1.523-1.477 1.523Zm-16.195 6.75c-.82 0-1.477-.632-1.477-1.476s.656-1.524 1.477-1.524h4.125c.843 0 1.5.68 1.5 1.524s-.657 1.476-1.5 1.476Zm9.937 0c-.82 0-1.476-.632-1.476-1.476s.656-1.524 1.476-1.524h12.445c.844 0 1.477.68 1.477 1.524s-.633 1.476-1.477 1.476Zm18.258 0c-.82 0-1.5-.632-1.5-1.476s.68-1.524 1.5-1.524H44.5c.797 0 1.477.68 1.477 1.524A1.47 1.47 0 0 1 44.5 33.19Z"/></svg>
</template>

CSS

.icon-captions-bubble-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%22M16.094%2052.316c.937%200%201.594-.468%202.695-1.5l8.484-7.734l15.82.023c6.985.024%2010.735-3.867%2010.735-10.734V14.418c0-6.867-3.75-10.734-10.734-10.734H12.906c-6.96%200-10.734%203.843-10.734%2010.734v17.953c0%206.89%203.773%2010.734%2010.734%2010.711h1.102v6.82c0%201.453.773%202.414%202.086%202.414m-4.242-25.875c-.82%200-1.477-.656-1.477-1.523c0-.797.656-1.477%201.477-1.477h10.382c.844%200%201.477.68%201.477%201.477c0%20.867-.633%201.523-1.477%201.523Zm16.195%200c-.82%200-1.477-.656-1.477-1.523c0-.797.657-1.477%201.477-1.477H44.5c.797%200%201.477.68%201.477%201.477c0%20.867-.68%201.523-1.477%201.523Zm-16.195%206.75c-.82%200-1.477-.632-1.477-1.476s.656-1.524%201.477-1.524h4.125c.843%200%201.5.68%201.5%201.524s-.657%201.476-1.5%201.476Zm9.937%200c-.82%200-1.476-.632-1.476-1.476s.656-1.524%201.476-1.524h12.445c.844%200%201.477.68%201.477%201.524s-.633%201.476-1.477%201.476Zm18.258%200c-.82%200-1.5-.632-1.5-1.476s.68-1.524%201.5-1.524H44.5c.797%200%201.477.68%201.477%201.524A1.47%201.47%200%200%201%2044.5%2033.19Z%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%22M16.094%2052.316c.937%200%201.594-.468%202.695-1.5l8.484-7.734l15.82.023c6.985.024%2010.735-3.867%2010.735-10.734V14.418c0-6.867-3.75-10.734-10.734-10.734H12.906c-6.96%200-10.734%203.843-10.734%2010.734v17.953c0%206.89%203.773%2010.734%2010.734%2010.711h1.102v6.82c0%201.453.773%202.414%202.086%202.414m-4.242-25.875c-.82%200-1.477-.656-1.477-1.523c0-.797.656-1.477%201.477-1.477h10.382c.844%200%201.477.68%201.477%201.477c0%20.867-.633%201.523-1.477%201.523Zm16.195%200c-.82%200-1.477-.656-1.477-1.523c0-.797.657-1.477%201.477-1.477H44.5c.797%200%201.477.68%201.477%201.477c0%20.867-.68%201.523-1.477%201.523Zm-16.195%206.75c-.82%200-1.477-.632-1.477-1.476s.656-1.524%201.477-1.524h4.125c.843%200%201.5.68%201.5%201.524s-.657%201.476-1.5%201.476Zm9.937%200c-.82%200-1.476-.632-1.476-1.476s.656-1.524%201.476-1.524h12.445c.844%200%201.477.68%201.477%201.524s-.633%201.476-1.477%201.476Zm18.258%200c-.82%200-1.5-.632-1.5-1.476s.68-1.524%201.5-1.524H44.5c.797%200%201.477.68%201.477%201.524A1.47%201.47%200%200%201%2044.5%2033.19Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/captions-bubble-fill.svg?color=%231a73e8&size=48