chat-quote-fill from Bootstrap Icons by The Bootstrap Authors · Fill · MIT Free for personal and commercial use.

Name
chat-quote-fill
Set
Bootstrap Icons
Style
Fill
Viewbox
16×16
License
MIT

1 other variant in Bootstrap Icons

The same icon in other sets

Related icons in Bootstrap Icons

Use the chat quote icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M16 8c0 3.866-3.582 7-8 7a9 9 0 0 1-2.347-.306c-.584.296-1.925.864-4.181 1.234c-.2.032-.352-.176-.273-.362c.354-.836.674-1.95.77-2.966C.744 11.37 0 9.76 0 8c0-3.866 3.582-7 8-7s8 3.134 8 7M7.194 6.766a1.7 1.7 0 0 0-.227-.272a1.5 1.5 0 0 0-.469-.324l-.008-.004A1.8 1.8 0 0 0 5.734 6C4.776 6 4 6.746 4 7.667c0 .92.776 1.666 1.734 1.666c.343 0 .662-.095.931-.26c-.137.389-.39.804-.81 1.22a.405.405 0 0 0 .011.59c.173.16.447.155.614-.01c1.334-1.329 1.37-2.758.941-3.706a2.5 2.5 0 0 0-.227-.4zM11 9.073c-.136.389-.39.804-.81 1.22a.405.405 0 0 0 .012.59c.172.16.446.155.613-.01c1.334-1.329 1.37-2.758.942-3.706a2.5 2.5 0 0 0-.228-.4a1.7 1.7 0 0 0-.227-.273a1.5 1.5 0 0 0-.469-.324l-.008-.004A1.8 1.8 0 0 0 10.07 6c-.957 0-1.734.746-1.734 1.667c0 .92.777 1.666 1.734 1.666c.343 0 .662-.095.931-.26z"/></svg>

React

import type { SVGProps } from "react";

export function BiChatQuoteFill(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M16 8c0 3.866-3.582 7-8 7a9 9 0 0 1-2.347-.306c-.584.296-1.925.864-4.181 1.234c-.2.032-.352-.176-.273-.362c.354-.836.674-1.95.77-2.966C.744 11.37 0 9.76 0 8c0-3.866 3.582-7 8-7s8 3.134 8 7M7.194 6.766a1.7 1.7 0 0 0-.227-.272a1.5 1.5 0 0 0-.469-.324l-.008-.004A1.8 1.8 0 0 0 5.734 6C4.776 6 4 6.746 4 7.667c0 .92.776 1.666 1.734 1.666c.343 0 .662-.095.931-.26c-.137.389-.39.804-.81 1.22a.405.405 0 0 0 .011.59c.173.16.447.155.614-.01c1.334-1.329 1.37-2.758.941-3.706a2.5 2.5 0 0 0-.227-.4zM11 9.073c-.136.389-.39.804-.81 1.22a.405.405 0 0 0 .012.59c.172.16.446.155.613-.01c1.334-1.329 1.37-2.758.942-3.706a2.5 2.5 0 0 0-.228-.4a1.7 1.7 0 0 0-.227-.273a1.5 1.5 0 0 0-.469-.324l-.008-.004A1.8 1.8 0 0 0 10.07 6c-.957 0-1.734.746-1.734 1.667c0 .92.777 1.666 1.734 1.666c.343 0 .662-.095.931-.26z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M16 8c0 3.866-3.582 7-8 7a9 9 0 0 1-2.347-.306c-.584.296-1.925.864-4.181 1.234c-.2.032-.352-.176-.273-.362c.354-.836.674-1.95.77-2.966C.744 11.37 0 9.76 0 8c0-3.866 3.582-7 8-7s8 3.134 8 7M7.194 6.766a1.7 1.7 0 0 0-.227-.272a1.5 1.5 0 0 0-.469-.324l-.008-.004A1.8 1.8 0 0 0 5.734 6C4.776 6 4 6.746 4 7.667c0 .92.776 1.666 1.734 1.666c.343 0 .662-.095.931-.26c-.137.389-.39.804-.81 1.22a.405.405 0 0 0 .011.59c.173.16.447.155.614-.01c1.334-1.329 1.37-2.758.941-3.706a2.5 2.5 0 0 0-.227-.4zM11 9.073c-.136.389-.39.804-.81 1.22a.405.405 0 0 0 .012.59c.172.16.446.155.613-.01c1.334-1.329 1.37-2.758.942-3.706a2.5 2.5 0 0 0-.228-.4a1.7 1.7 0 0 0-.227-.273a1.5 1.5 0 0 0-.469-.324l-.008-.004A1.8 1.8 0 0 0 10.07 6c-.957 0-1.734.746-1.734 1.667c0 .92.777 1.666 1.734 1.666c.343 0 .662-.095.931-.26z"/></svg>
</template>

CSS

.icon-chat-quote-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%208c0%203.866-3.582%207-8%207a9%209%200%200%201-2.347-.306c-.584.296-1.925.864-4.181%201.234c-.2.032-.352-.176-.273-.362c.354-.836.674-1.95.77-2.966C.744%2011.37%200%209.76%200%208c0-3.866%203.582-7%208-7s8%203.134%208%207M7.194%206.766a1.7%201.7%200%200%200-.227-.272a1.5%201.5%200%200%200-.469-.324l-.008-.004A1.8%201.8%200%200%200%205.734%206C4.776%206%204%206.746%204%207.667c0%20.92.776%201.666%201.734%201.666c.343%200%20.662-.095.931-.26c-.137.389-.39.804-.81%201.22a.405.405%200%200%200%20.011.59c.173.16.447.155.614-.01c1.334-1.329%201.37-2.758.941-3.706a2.5%202.5%200%200%200-.227-.4zM11%209.073c-.136.389-.39.804-.81%201.22a.405.405%200%200%200%20.012.59c.172.16.446.155.613-.01c1.334-1.329%201.37-2.758.942-3.706a2.5%202.5%200%200%200-.228-.4a1.7%201.7%200%200%200-.227-.273a1.5%201.5%200%200%200-.469-.324l-.008-.004A1.8%201.8%200%200%200%2010.07%206c-.957%200-1.734.746-1.734%201.667c0%20.92.777%201.666%201.734%201.666c.343%200%20.662-.095.931-.26z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%208c0%203.866-3.582%207-8%207a9%209%200%200%201-2.347-.306c-.584.296-1.925.864-4.181%201.234c-.2.032-.352-.176-.273-.362c.354-.836.674-1.95.77-2.966C.744%2011.37%200%209.76%200%208c0-3.866%203.582-7%208-7s8%203.134%208%207M7.194%206.766a1.7%201.7%200%200%200-.227-.272a1.5%201.5%200%200%200-.469-.324l-.008-.004A1.8%201.8%200%200%200%205.734%206C4.776%206%204%206.746%204%207.667c0%20.92.776%201.666%201.734%201.666c.343%200%20.662-.095.931-.26c-.137.389-.39.804-.81%201.22a.405.405%200%200%200%20.011.59c.173.16.447.155.614-.01c1.334-1.329%201.37-2.758.941-3.706a2.5%202.5%200%200%200-.227-.4zM11%209.073c-.136.389-.39.804-.81%201.22a.405.405%200%200%200%20.012.59c.172.16.446.155.613-.01c1.334-1.329%201.37-2.758.942-3.706a2.5%202.5%200%200%200-.228-.4a1.7%201.7%200%200%200-.227-.273a1.5%201.5%200%200%200-.469-.324l-.008-.004A1.8%201.8%200%200%200%2010.07%206c-.957%200-1.734.746-1.734%201.667c0%20.92.777%201.666%201.734%201.666c.343%200%20.662-.095.931-.26z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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