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

Name
format-quote-off-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 off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.725 20.439q-.165.159-.354.162t-.354-.162l-8.296-8.297l-2.85 4.916q-.067.11-.177.18t-.25.07q-.286 0-.43-.25t-.002-.5l1.969-3.423q-.173.096-.404.134t-.461.039q-1.4 0-2.354-.973T4.808 10q0-.79.328-1.448t.895-1.1l-2.47-2.47q-.14-.14-.15-.34q-.009-.201.15-.367q.166-.165.357-.165t.357.165l15.456 15.456q.146.146.153.344t-.159.364m-2.634-6.173l-3.02-3.02q-.288-.288-.41-.627q-.122-.338-.122-.721q0-.534.22-1.07q.222-.534.63-.982q.448-.532 1.094-.843t1.402-.31q1.361 0 2.334.973T20.192 10q0 .448-.118.874t-.335.818l-1.381 2.393q-.212.348-.593.41t-.674-.23"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightFormatQuoteOffRounded(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="M19.725 20.439q-.165.159-.354.162t-.354-.162l-8.296-8.297l-2.85 4.916q-.067.11-.177.18t-.25.07q-.286 0-.43-.25t-.002-.5l1.969-3.423q-.173.096-.404.134t-.461.039q-1.4 0-2.354-.973T4.808 10q0-.79.328-1.448t.895-1.1l-2.47-2.47q-.14-.14-.15-.34q-.009-.201.15-.367q.166-.165.357-.165t.357.165l15.456 15.456q.146.146.153.344t-.159.364m-2.634-6.173l-3.02-3.02q-.288-.288-.41-.627q-.122-.338-.122-.721q0-.534.22-1.07q.222-.534.63-.982q.448-.532 1.094-.843t1.402-.31q1.361 0 2.334.973T20.192 10q0 .448-.118.874t-.335.818l-1.381 2.393q-.212.348-.593.41t-.674-.23"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.725 20.439q-.165.159-.354.162t-.354-.162l-8.296-8.297l-2.85 4.916q-.067.11-.177.18t-.25.07q-.286 0-.43-.25t-.002-.5l1.969-3.423q-.173.096-.404.134t-.461.039q-1.4 0-2.354-.973T4.808 10q0-.79.328-1.448t.895-1.1l-2.47-2.47q-.14-.14-.15-.34q-.009-.201.15-.367q.166-.165.357-.165t.357.165l15.456 15.456q.146.146.153.344t-.159.364m-2.634-6.173l-3.02-3.02q-.288-.288-.41-.627q-.122-.338-.122-.721q0-.534.22-1.07q.222-.534.63-.982q.448-.532 1.094-.843t1.402-.31q1.361 0 2.334.973T20.192 10q0 .448-.118.874t-.335.818l-1.381 2.393q-.212.348-.593.41t-.674-.23"/></svg>
</template>

CSS

.icon-format-quote-off-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%22M19.725%2020.439q-.165.159-.354.162t-.354-.162l-8.296-8.297l-2.85%204.916q-.067.11-.177.18t-.25.07q-.286%200-.43-.25t-.002-.5l1.969-3.423q-.173.096-.404.134t-.461.039q-1.4%200-2.354-.973T4.808%2010q0-.79.328-1.448t.895-1.1l-2.47-2.47q-.14-.14-.15-.34q-.009-.201.15-.367q.166-.165.357-.165t.357.165l15.456%2015.456q.146.146.153.344t-.159.364m-2.634-6.173l-3.02-3.02q-.288-.288-.41-.627q-.122-.338-.122-.721q0-.534.22-1.07q.222-.534.63-.982q.448-.532%201.094-.843t1.402-.31q1.361%200%202.334.973T20.192%2010q0%20.448-.118.874t-.335.818l-1.381%202.393q-.212.348-.593.41t-.674-.23%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%22M19.725%2020.439q-.165.159-.354.162t-.354-.162l-8.296-8.297l-2.85%204.916q-.067.11-.177.18t-.25.07q-.286%200-.43-.25t-.002-.5l1.969-3.423q-.173.096-.404.134t-.461.039q-1.4%200-2.354-.973T4.808%2010q0-.79.328-1.448t.895-1.1l-2.47-2.47q-.14-.14-.15-.34q-.009-.201.15-.367q.166-.165.357-.165t.357.165l15.456%2015.456q.146.146.153.344t-.159.364m-2.634-6.173l-3.02-3.02q-.288-.288-.41-.627q-.122-.338-.122-.721q0-.534.22-1.07q.222-.534.63-.982q.448-.532%201.094-.843t1.402-.31q1.361%200%202.334.973T20.192%2010q0%20.448-.118.874t-.335.818l-1.381%202.393q-.212.348-.593.41t-.674-.23%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-off-rounded.svg?color=%231a73e8&size=48