text quote opening icon

text-quote-opening-32-regular from Fluent UI System Icons by Microsoft Corporation · 32 Regular · MIT Free for personal and commercial use.

Name
text-quote-opening-32-regular
Set
Fluent UI System Icons
Style
32 Regular
Viewbox
32×32
License
MIT

9 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the text quote opening icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M22.5 27a4.5 4.5 0 0 1-4.5-4.5c0-5.453 1.562-9.265 3.161-11.731a15.2 15.2 0 0 1 2.21-2.702c.305-.292.563-.51.75-.659q.142-.11.225-.17q.06-.044.087-.062l.007-.005l.003-.001l.002-.002a1 1 0 0 1 1.11 1.663h.003l-.004.002l-.034.024a9 9 0 0 0-.765.653a13.2 13.2 0 0 0-1.916 2.346c-1 1.543-2.017 3.739-2.518 6.708A4.5 4.5 0 1 1 22.5 27m-13 0A4.5 4.5 0 0 1 5 22.5c0-5.453 1.562-9.265 3.161-11.731a15.2 15.2 0 0 1 2.21-2.702c.305-.292.563-.51.75-.659q.141-.11.225-.17q.06-.044.087-.062l.007-.005l.003-.001l.002-.002a1 1 0 0 1 1.11 1.663h.003l-.004.002l-.034.024a9 9 0 0 0-.765.653a13.2 13.2 0 0 0-1.916 2.346c-1 1.543-2.017 3.739-2.518 6.708A4.5 4.5 0 1 1 9.5 27m13-2a2.5 2.5 0 1 0 0-5a2.5 2.5 0 0 0 0 5m-13 0a2.5 2.5 0 1 0 0-5a2.5 2.5 0 0 0 0 5"/></svg>

React

import type { SVGProps } from "react";

export function FluentTextQuoteOpening32Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M22.5 27a4.5 4.5 0 0 1-4.5-4.5c0-5.453 1.562-9.265 3.161-11.731a15.2 15.2 0 0 1 2.21-2.702c.305-.292.563-.51.75-.659q.142-.11.225-.17q.06-.044.087-.062l.007-.005l.003-.001l.002-.002a1 1 0 0 1 1.11 1.663h.003l-.004.002l-.034.024a9 9 0 0 0-.765.653a13.2 13.2 0 0 0-1.916 2.346c-1 1.543-2.017 3.739-2.518 6.708A4.5 4.5 0 1 1 22.5 27m-13 0A4.5 4.5 0 0 1 5 22.5c0-5.453 1.562-9.265 3.161-11.731a15.2 15.2 0 0 1 2.21-2.702c.305-.292.563-.51.75-.659q.141-.11.225-.17q.06-.044.087-.062l.007-.005l.003-.001l.002-.002a1 1 0 0 1 1.11 1.663h.003l-.004.002l-.034.024a9 9 0 0 0-.765.653a13.2 13.2 0 0 0-1.916 2.346c-1 1.543-2.017 3.739-2.518 6.708A4.5 4.5 0 1 1 9.5 27m13-2a2.5 2.5 0 1 0 0-5a2.5 2.5 0 0 0 0 5m-13 0a2.5 2.5 0 1 0 0-5a2.5 2.5 0 0 0 0 5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M22.5 27a4.5 4.5 0 0 1-4.5-4.5c0-5.453 1.562-9.265 3.161-11.731a15.2 15.2 0 0 1 2.21-2.702c.305-.292.563-.51.75-.659q.142-.11.225-.17q.06-.044.087-.062l.007-.005l.003-.001l.002-.002a1 1 0 0 1 1.11 1.663h.003l-.004.002l-.034.024a9 9 0 0 0-.765.653a13.2 13.2 0 0 0-1.916 2.346c-1 1.543-2.017 3.739-2.518 6.708A4.5 4.5 0 1 1 22.5 27m-13 0A4.5 4.5 0 0 1 5 22.5c0-5.453 1.562-9.265 3.161-11.731a15.2 15.2 0 0 1 2.21-2.702c.305-.292.563-.51.75-.659q.141-.11.225-.17q.06-.044.087-.062l.007-.005l.003-.001l.002-.002a1 1 0 0 1 1.11 1.663h.003l-.004.002l-.034.024a9 9 0 0 0-.765.653a13.2 13.2 0 0 0-1.916 2.346c-1 1.543-2.017 3.739-2.518 6.708A4.5 4.5 0 1 1 9.5 27m13-2a2.5 2.5 0 1 0 0-5a2.5 2.5 0 0 0 0 5m-13 0a2.5 2.5 0 1 0 0-5a2.5 2.5 0 0 0 0 5"/></svg>
</template>

CSS

.icon-text-quote-opening-32-regular {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22.5%2027a4.5%204.5%200%200%201-4.5-4.5c0-5.453%201.562-9.265%203.161-11.731a15.2%2015.2%200%200%201%202.21-2.702c.305-.292.563-.51.75-.659q.142-.11.225-.17q.06-.044.087-.062l.007-.005l.003-.001l.002-.002a1%201%200%200%201%201.11%201.663h.003l-.004.002l-.034.024a9%209%200%200%200-.765.653a13.2%2013.2%200%200%200-1.916%202.346c-1%201.543-2.017%203.739-2.518%206.708A4.5%204.5%200%201%201%2022.5%2027m-13%200A4.5%204.5%200%200%201%205%2022.5c0-5.453%201.562-9.265%203.161-11.731a15.2%2015.2%200%200%201%202.21-2.702c.305-.292.563-.51.75-.659q.141-.11.225-.17q.06-.044.087-.062l.007-.005l.003-.001l.002-.002a1%201%200%200%201%201.11%201.663h.003l-.004.002l-.034.024a9%209%200%200%200-.765.653a13.2%2013.2%200%200%200-1.916%202.346c-1%201.543-2.017%203.739-2.518%206.708A4.5%204.5%200%201%201%209.5%2027m13-2a2.5%202.5%200%201%200%200-5a2.5%202.5%200%200%200%200%205m-13%200a2.5%202.5%200%201%200%200-5a2.5%202.5%200%200%200%200%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22.5%2027a4.5%204.5%200%200%201-4.5-4.5c0-5.453%201.562-9.265%203.161-11.731a15.2%2015.2%200%200%201%202.21-2.702c.305-.292.563-.51.75-.659q.142-.11.225-.17q.06-.044.087-.062l.007-.005l.003-.001l.002-.002a1%201%200%200%201%201.11%201.663h.003l-.004.002l-.034.024a9%209%200%200%200-.765.653a13.2%2013.2%200%200%200-1.916%202.346c-1%201.543-2.017%203.739-2.518%206.708A4.5%204.5%200%201%201%2022.5%2027m-13%200A4.5%204.5%200%200%201%205%2022.5c0-5.453%201.562-9.265%203.161-11.731a15.2%2015.2%200%200%201%202.21-2.702c.305-.292.563-.51.75-.659q.141-.11.225-.17q.06-.044.087-.062l.007-.005l.003-.001l.002-.002a1%201%200%200%201%201.11%201.663h.003l-.004.002l-.034.024a9%209%200%200%200-.765.653a13.2%2013.2%200%200%200-1.916%202.346c-1%201.543-2.017%203.739-2.518%206.708A4.5%204.5%200%201%201%209.5%2027m13-2a2.5%202.5%200%201%200%200-5a2.5%202.5%200%200%200%200%205m-13%200a2.5%202.5%200%201%200%200-5a2.5%202.5%200%200%200%200%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-opening-32-regular.svg?color=%231a73e8&size=48