format-quote-rounded from Material Symbols Light by Google · Rounded · Text · Apache-2.0 Free for personal and commercial use.

Name
format-quote-rounded
Set
Material Symbols Light
Style
Rounded
Category
Text
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols Light

The same icon in other sets

More text icons from Material Symbols Light

Use the format quote icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m7.012 16.558l1.969-3.424q-.173.097-.404.135t-.461.039q-1.4 0-2.354-.973q-.954-.974-.954-2.335q0-1.4.954-2.354t2.354-.954q1.361 0 2.334.954T11.423 10q0 .479-.118.899t-.336.793l-3.098 5.366q-.067.11-.177.18t-.25.07q-.286 0-.43-.25t-.002-.5m8.769 0l1.969-3.423q-.173.096-.404.134t-.461.039q-1.4 0-2.354-.973T13.577 10q0-1.42.954-2.363t2.354-.945q1.361 0 2.334.954T20.192 10q0 .479-.118.899t-.335.793l-3.099 5.366q-.067.11-.177.18t-.25.07q-.286 0-.43-.25t-.002-.5"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightFormatQuoteRounded(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m7.012 16.558l1.969-3.424q-.173.097-.404.135t-.461.039q-1.4 0-2.354-.973q-.954-.974-.954-2.335q0-1.4.954-2.354t2.354-.954q1.361 0 2.334.954T11.423 10q0 .479-.118.899t-.336.793l-3.098 5.366q-.067.11-.177.18t-.25.07q-.286 0-.43-.25t-.002-.5m8.769 0l1.969-3.423q-.173.096-.404.134t-.461.039q-1.4 0-2.354-.973T13.577 10q0-1.42.954-2.363t2.354-.945q1.361 0 2.334.954T20.192 10q0 .479-.118.899t-.335.793l-3.099 5.366q-.067.11-.177.18t-.25.07q-.286 0-.43-.25t-.002-.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m7.012 16.558l1.969-3.424q-.173.097-.404.135t-.461.039q-1.4 0-2.354-.973q-.954-.974-.954-2.335q0-1.4.954-2.354t2.354-.954q1.361 0 2.334.954T11.423 10q0 .479-.118.899t-.336.793l-3.098 5.366q-.067.11-.177.18t-.25.07q-.286 0-.43-.25t-.002-.5m8.769 0l1.969-3.423q-.173.096-.404.134t-.461.039q-1.4 0-2.354-.973T13.577 10q0-1.42.954-2.363t2.354-.945q1.361 0 2.334.954T20.192 10q0 .479-.118.899t-.335.793l-3.099 5.366q-.067.11-.177.18t-.25.07q-.286 0-.43-.25t-.002-.5"/></svg>
</template>

CSS

.icon-format-quote-rounded {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m7.012%2016.558l1.969-3.424q-.173.097-.404.135t-.461.039q-1.4%200-2.354-.973q-.954-.974-.954-2.335q0-1.4.954-2.354t2.354-.954q1.361%200%202.334.954T11.423%2010q0%20.479-.118.899t-.336.793l-3.098%205.366q-.067.11-.177.18t-.25.07q-.286%200-.43-.25t-.002-.5m8.769%200l1.969-3.423q-.173.096-.404.134t-.461.039q-1.4%200-2.354-.973T13.577%2010q0-1.42.954-2.363t2.354-.945q1.361%200%202.334.954T20.192%2010q0%20.479-.118.899t-.335.793l-3.099%205.366q-.067.11-.177.18t-.25.07q-.286%200-.43-.25t-.002-.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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m7.012%2016.558l1.969-3.424q-.173.097-.404.135t-.461.039q-1.4%200-2.354-.973q-.954-.974-.954-2.335q0-1.4.954-2.354t2.354-.954q1.361%200%202.334.954T11.423%2010q0%20.479-.118.899t-.336.793l-3.098%205.366q-.067.11-.177.18t-.25.07q-.286%200-.43-.25t-.002-.5m8.769%200l1.969-3.423q-.173.096-.404.134t-.461.039q-1.4%200-2.354-.973T13.577%2010q0-1.42.954-2.363t2.354-.945q1.361%200%202.334.954T20.192%2010q0%20.479-.118.899t-.335.793l-3.099%205.366q-.067.11-.177.18t-.25.07q-.286%200-.43-.25t-.002-.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/format-quote-rounded.svg?color=%231a73e8&size=48