quote bubble icon
quote-bubble-fill from Framework7 Icons by Vladimir Kharlampidi · Fill · MIT Free for personal and commercial use.
- Name
- quote-bubble-fill
- Set
- Framework7 Icons
- Style
- Fill
- Viewbox
- 56×56
- License
- MIT
1 other variant in Framework7 Icons
Use the quote 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.586-30.375c0-2.835 2.18-4.804 5.015-4.804c3.094 0 5.18 2.46 5.18 5.672c0 6.023-4.805 8.882-7.219 8.882c-.68 0-1.172-.492-1.172-1.101c0-.563.258-.938 1.149-1.195c1.547-.422 3.351-1.641 4.219-3.586h-.188c-.633.773-1.594.937-2.601.937c-2.672 0-4.383-2.11-4.383-4.805m12.797 0c0-2.835 2.18-4.804 5.015-4.804c3.094 0 5.18 2.46 5.18 5.672c0 6.023-4.805 8.882-7.219 8.882c-.68 0-1.172-.492-1.172-1.101c0-.563.258-.938 1.149-1.195c1.547-.422 3.351-1.641 4.218-3.586h-.187c-.633.773-1.594.937-2.602.937c-2.671 0-4.382-2.11-4.382-4.805"/></svg>
React
import type { SVGProps } from "react";
export function F7QuoteBubbleFill(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.586-30.375c0-2.835 2.18-4.804 5.015-4.804c3.094 0 5.18 2.46 5.18 5.672c0 6.023-4.805 8.882-7.219 8.882c-.68 0-1.172-.492-1.172-1.101c0-.563.258-.938 1.149-1.195c1.547-.422 3.351-1.641 4.219-3.586h-.188c-.633.773-1.594.937-2.601.937c-2.672 0-4.383-2.11-4.383-4.805m12.797 0c0-2.835 2.18-4.804 5.015-4.804c3.094 0 5.18 2.46 5.18 5.672c0 6.023-4.805 8.882-7.219 8.882c-.68 0-1.172-.492-1.172-1.101c0-.563.258-.938 1.149-1.195c1.547-.422 3.351-1.641 4.218-3.586h-.187c-.633.773-1.594.937-2.602.937c-2.671 0-4.382-2.11-4.382-4.805"/></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.586-30.375c0-2.835 2.18-4.804 5.015-4.804c3.094 0 5.18 2.46 5.18 5.672c0 6.023-4.805 8.882-7.219 8.882c-.68 0-1.172-.492-1.172-1.101c0-.563.258-.938 1.149-1.195c1.547-.422 3.351-1.641 4.219-3.586h-.188c-.633.773-1.594.937-2.601.937c-2.672 0-4.383-2.11-4.383-4.805m12.797 0c0-2.835 2.18-4.804 5.015-4.804c3.094 0 5.18 2.46 5.18 5.672c0 6.023-4.805 8.882-7.219 8.882c-.68 0-1.172-.492-1.172-1.101c0-.563.258-.938 1.149-1.195c1.547-.422 3.351-1.641 4.218-3.586h-.187c-.633.773-1.594.937-2.602.937c-2.671 0-4.382-2.11-4.382-4.805"/></svg> </template>
CSS
.icon-quote-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.586-30.375c0-2.835%202.18-4.804%205.015-4.804c3.094%200%205.18%202.46%205.18%205.672c0%206.023-4.805%208.882-7.219%208.882c-.68%200-1.172-.492-1.172-1.101c0-.563.258-.938%201.149-1.195c1.547-.422%203.351-1.641%204.219-3.586h-.188c-.633.773-1.594.937-2.601.937c-2.672%200-4.383-2.11-4.383-4.805m12.797%200c0-2.835%202.18-4.804%205.015-4.804c3.094%200%205.18%202.46%205.18%205.672c0%206.023-4.805%208.882-7.219%208.882c-.68%200-1.172-.492-1.172-1.101c0-.563.258-.938%201.149-1.195c1.547-.422%203.351-1.641%204.218-3.586h-.187c-.633.773-1.594.937-2.602.937c-2.671%200-4.382-2.11-4.382-4.805%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.586-30.375c0-2.835%202.18-4.804%205.015-4.804c3.094%200%205.18%202.46%205.18%205.672c0%206.023-4.805%208.882-7.219%208.882c-.68%200-1.172-.492-1.172-1.101c0-.563.258-.938%201.149-1.195c1.547-.422%203.351-1.641%204.219-3.586h-.188c-.633.773-1.594.937-2.601.937c-2.672%200-4.383-2.11-4.383-4.805m12.797%200c0-2.835%202.18-4.804%205.015-4.804c3.094%200%205.18%202.46%205.18%205.672c0%206.023-4.805%208.882-7.219%208.882c-.68%200-1.172-.492-1.172-1.101c0-.563.258-.938%201.149-1.195c1.547-.422%203.351-1.641%204.218-3.586h-.187c-.633.773-1.594.937-2.602.937c-2.671%200-4.382-2.11-4.382-4.805%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/quote-bubble-fill.svg?color=%231a73e8&size=48