text-quote-28-filled from Fluent UI System Icons by Microsoft Corporation · 28 Filled · MIT Free for personal and commercial use.

Name
text-quote-28-filled
Set
Fluent UI System Icons
Style
28 Filled
Viewbox
28×28
License
MIT

9 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the text quote icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M8.75 5a3.75 3.75 0 0 1 3.747 3.666l.006.084c0 3.924-1.31 6.938-2.621 8.969a15.7 15.7 0 0 1-1.808 2.306a12 12 0 0 1-.782.75l-.07.058l-.002.002h-.001a.75.75 0 0 1-.937-1.17l.005-.006l.033-.027q.048-.04.14-.124c.125-.113.307-.286.528-.518a14 14 0 0 0 1.633-2.084a14.8 14.8 0 0 0 2.042-4.931A3.75 3.75 0 1 1 8.75 5m10.5 0a3.75 3.75 0 0 1 3.747 3.666l.006.084a16.4 16.4 0 0 1-2.621 8.969a15.7 15.7 0 0 1-1.808 2.306a12 12 0 0 1-.782.75l-.07.058l-.002.002h-.001a.75.75 0 0 1-.937-1.17l.005-.006l.033-.027q.047-.04.14-.124c.125-.113.307-.286.528-.518a14 14 0 0 0 1.633-2.084a14.8 14.8 0 0 0 2.042-4.931A3.75 3.75 0 1 1 19.25 5"/></svg>

React

import type { SVGProps } from "react";

export function FluentTextQuote28Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M8.75 5a3.75 3.75 0 0 1 3.747 3.666l.006.084c0 3.924-1.31 6.938-2.621 8.969a15.7 15.7 0 0 1-1.808 2.306a12 12 0 0 1-.782.75l-.07.058l-.002.002h-.001a.75.75 0 0 1-.937-1.17l.005-.006l.033-.027q.048-.04.14-.124c.125-.113.307-.286.528-.518a14 14 0 0 0 1.633-2.084a14.8 14.8 0 0 0 2.042-4.931A3.75 3.75 0 1 1 8.75 5m10.5 0a3.75 3.75 0 0 1 3.747 3.666l.006.084a16.4 16.4 0 0 1-2.621 8.969a15.7 15.7 0 0 1-1.808 2.306a12 12 0 0 1-.782.75l-.07.058l-.002.002h-.001a.75.75 0 0 1-.937-1.17l.005-.006l.033-.027q.047-.04.14-.124c.125-.113.307-.286.528-.518a14 14 0 0 0 1.633-2.084a14.8 14.8 0 0 0 2.042-4.931A3.75 3.75 0 1 1 19.25 5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M8.75 5a3.75 3.75 0 0 1 3.747 3.666l.006.084c0 3.924-1.31 6.938-2.621 8.969a15.7 15.7 0 0 1-1.808 2.306a12 12 0 0 1-.782.75l-.07.058l-.002.002h-.001a.75.75 0 0 1-.937-1.17l.005-.006l.033-.027q.048-.04.14-.124c.125-.113.307-.286.528-.518a14 14 0 0 0 1.633-2.084a14.8 14.8 0 0 0 2.042-4.931A3.75 3.75 0 1 1 8.75 5m10.5 0a3.75 3.75 0 0 1 3.747 3.666l.006.084a16.4 16.4 0 0 1-2.621 8.969a15.7 15.7 0 0 1-1.808 2.306a12 12 0 0 1-.782.75l-.07.058l-.002.002h-.001a.75.75 0 0 1-.937-1.17l.005-.006l.033-.027q.047-.04.14-.124c.125-.113.307-.286.528-.518a14 14 0 0 0 1.633-2.084a14.8 14.8 0 0 0 2.042-4.931A3.75 3.75 0 1 1 19.25 5"/></svg>
</template>

CSS

.icon-text-quote-28-filled {
  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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.75%205a3.75%203.75%200%200%201%203.747%203.666l.006.084c0%203.924-1.31%206.938-2.621%208.969a15.7%2015.7%200%200%201-1.808%202.306a12%2012%200%200%201-.782.75l-.07.058l-.002.002h-.001a.75.75%200%200%201-.937-1.17l.005-.006l.033-.027q.048-.04.14-.124c.125-.113.307-.286.528-.518a14%2014%200%200%200%201.633-2.084a14.8%2014.8%200%200%200%202.042-4.931A3.75%203.75%200%201%201%208.75%205m10.5%200a3.75%203.75%200%200%201%203.747%203.666l.006.084a16.4%2016.4%200%200%201-2.621%208.969a15.7%2015.7%200%200%201-1.808%202.306a12%2012%200%200%201-.782.75l-.07.058l-.002.002h-.001a.75.75%200%200%201-.937-1.17l.005-.006l.033-.027q.047-.04.14-.124c.125-.113.307-.286.528-.518a14%2014%200%200%200%201.633-2.084a14.8%2014.8%200%200%200%202.042-4.931A3.75%203.75%200%201%201%2019.25%205%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.75%205a3.75%203.75%200%200%201%203.747%203.666l.006.084c0%203.924-1.31%206.938-2.621%208.969a15.7%2015.7%200%200%201-1.808%202.306a12%2012%200%200%201-.782.75l-.07.058l-.002.002h-.001a.75.75%200%200%201-.937-1.17l.005-.006l.033-.027q.048-.04.14-.124c.125-.113.307-.286.528-.518a14%2014%200%200%200%201.633-2.084a14.8%2014.8%200%200%200%202.042-4.931A3.75%203.75%200%201%201%208.75%205m10.5%200a3.75%203.75%200%200%201%203.747%203.666l.006.084a16.4%2016.4%200%200%201-2.621%208.969a15.7%2015.7%200%200%201-1.808%202.306a12%2012%200%200%201-.782.75l-.07.058l-.002.002h-.001a.75.75%200%200%201-.937-1.17l.005-.006l.033-.027q.047-.04.14-.124c.125-.113.307-.286.528-.518a14%2014%200%200%200%201.633-2.084a14.8%2014.8%200%200%200%202.042-4.931A3.75%203.75%200%201%201%2019.25%205%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/text-quote-28-filled.svg?color=%231a73e8&size=48

Text Quote 28 filled icon — Fluent UI System Icons · IconsDB