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

Name
text-quote-32-regular
Set
Fluent UI System Icons
Style
32 Regular
Viewbox
32×32
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 32 32"><path fill="currentColor" d="M9.5 5A4.5 4.5 0 0 1 14 9.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-.001.001l-.001.001a1 1 0 0 1-1.11-1.663h-.003l.004-.002a3 3 0 0 0 .19-.144c.142-.111.352-.288.61-.534a13.2 13.2 0 0 0 1.915-2.345c1-1.543 2.017-3.739 2.518-6.707A4.5 4.5 0 1 1 9.5 5m13 0A4.5 4.5 0 0 1 27 9.5c0 5.453-1.562 9.265-3.161 11.731a15.2 15.2 0 0 1-2.21 2.702a11 11 0 0 1-.75.659q-.142.11-.225.17q-.06.044-.087.062l-.007.005l-.003.001l-.001.001l-.001.001a1 1 0 0 1-1.11-1.663h-.003l.004-.002a3 3 0 0 0 .19-.144a9 9 0 0 0 .61-.534a13.2 13.2 0 0 0 1.915-2.345c1-1.543 2.017-3.739 2.518-6.707A4.5 4.5 0 1 1 22.5 5m-13 2a2.5 2.5 0 1 0 0 5a2.5 2.5 0 0 0 0-5m13 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 FluentTextQuote32Regular(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="M9.5 5A4.5 4.5 0 0 1 14 9.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-.001.001l-.001.001a1 1 0 0 1-1.11-1.663h-.003l.004-.002a3 3 0 0 0 .19-.144c.142-.111.352-.288.61-.534a13.2 13.2 0 0 0 1.915-2.345c1-1.543 2.017-3.739 2.518-6.707A4.5 4.5 0 1 1 9.5 5m13 0A4.5 4.5 0 0 1 27 9.5c0 5.453-1.562 9.265-3.161 11.731a15.2 15.2 0 0 1-2.21 2.702a11 11 0 0 1-.75.659q-.142.11-.225.17q-.06.044-.087.062l-.007.005l-.003.001l-.001.001l-.001.001a1 1 0 0 1-1.11-1.663h-.003l.004-.002a3 3 0 0 0 .19-.144a9 9 0 0 0 .61-.534a13.2 13.2 0 0 0 1.915-2.345c1-1.543 2.017-3.739 2.518-6.707A4.5 4.5 0 1 1 22.5 5m-13 2a2.5 2.5 0 1 0 0 5a2.5 2.5 0 0 0 0-5m13 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="M9.5 5A4.5 4.5 0 0 1 14 9.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-.001.001l-.001.001a1 1 0 0 1-1.11-1.663h-.003l.004-.002a3 3 0 0 0 .19-.144c.142-.111.352-.288.61-.534a13.2 13.2 0 0 0 1.915-2.345c1-1.543 2.017-3.739 2.518-6.707A4.5 4.5 0 1 1 9.5 5m13 0A4.5 4.5 0 0 1 27 9.5c0 5.453-1.562 9.265-3.161 11.731a15.2 15.2 0 0 1-2.21 2.702a11 11 0 0 1-.75.659q-.142.11-.225.17q-.06.044-.087.062l-.007.005l-.003.001l-.001.001l-.001.001a1 1 0 0 1-1.11-1.663h-.003l.004-.002a3 3 0 0 0 .19-.144a9 9 0 0 0 .61-.534a13.2 13.2 0 0 0 1.915-2.345c1-1.543 2.017-3.739 2.518-6.707A4.5 4.5 0 1 1 22.5 5m-13 2a2.5 2.5 0 1 0 0 5a2.5 2.5 0 0 0 0-5m13 0a2.5 2.5 0 1 0 0 5a2.5 2.5 0 0 0 0-5"/></svg>
</template>

CSS

.icon-text-quote-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%22M9.5%205A4.5%204.5%200%200%201%2014%209.5c0%205.453-1.562%209.265-3.161%2011.731a15.2%2015.2%200%200%201-2.21%202.702c-.305.292-.563.51-.75.659q-.141.11-.225.17q-.06.044-.087.062l-.007.005l-.003.001l-.001.001l-.001.001a1%201%200%200%201-1.11-1.663h-.003l.004-.002a3%203%200%200%200%20.19-.144c.142-.111.352-.288.61-.534a13.2%2013.2%200%200%200%201.915-2.345c1-1.543%202.017-3.739%202.518-6.707A4.5%204.5%200%201%201%209.5%205m13%200A4.5%204.5%200%200%201%2027%209.5c0%205.453-1.562%209.265-3.161%2011.731a15.2%2015.2%200%200%201-2.21%202.702a11%2011%200%200%201-.75.659q-.142.11-.225.17q-.06.044-.087.062l-.007.005l-.003.001l-.001.001l-.001.001a1%201%200%200%201-1.11-1.663h-.003l.004-.002a3%203%200%200%200%20.19-.144a9%209%200%200%200%20.61-.534a13.2%2013.2%200%200%200%201.915-2.345c1-1.543%202.017-3.739%202.518-6.707A4.5%204.5%200%201%201%2022.5%205m-13%202a2.5%202.5%200%201%200%200%205a2.5%202.5%200%200%200%200-5m13%200a2.5%202.5%200%201%200%200%205a2.5%202.5%200%200%200%200-5%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%22M9.5%205A4.5%204.5%200%200%201%2014%209.5c0%205.453-1.562%209.265-3.161%2011.731a15.2%2015.2%200%200%201-2.21%202.702c-.305.292-.563.51-.75.659q-.141.11-.225.17q-.06.044-.087.062l-.007.005l-.003.001l-.001.001l-.001.001a1%201%200%200%201-1.11-1.663h-.003l.004-.002a3%203%200%200%200%20.19-.144c.142-.111.352-.288.61-.534a13.2%2013.2%200%200%200%201.915-2.345c1-1.543%202.017-3.739%202.518-6.707A4.5%204.5%200%201%201%209.5%205m13%200A4.5%204.5%200%200%201%2027%209.5c0%205.453-1.562%209.265-3.161%2011.731a15.2%2015.2%200%200%201-2.21%202.702a11%2011%200%200%201-.75.659q-.142.11-.225.17q-.06.044-.087.062l-.007.005l-.003.001l-.001.001l-.001.001a1%201%200%200%201-1.11-1.663h-.003l.004-.002a3%203%200%200%200%20.19-.144a9%209%200%200%200%20.61-.534a13.2%2013.2%200%200%200%201.915-2.345c1-1.543%202.017-3.739%202.518-6.707A4.5%204.5%200%201%201%2022.5%205m-13%202a2.5%202.5%200%201%200%200%205a2.5%202.5%200%200%200%200-5m13%200a2.5%202.5%200%201%200%200%205a2.5%202.5%200%200%200%200-5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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