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

Name
format-quote-off
Set
Material Symbols Light
Style
Regular
Category
Text
Viewbox
24×24
License
Apache 2.0
Aliases
format-quote-off-sharp

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.371 20.792l-8.65-8.65l-2.99 5.166H6.585l2.396-4.173q-.173.096-.404.134t-.461.039q-1.4 0-2.354-.973T4.808 10q0-.79.328-1.448t.895-1.1L3.208 4.629l.708-.713l16.169 16.169zm-1.548-5.794l-4.092-4.092q-.077-.223-.115-.443T13.577 10q0-1.42.954-2.363t2.353-.945q1.362 0 2.335.954T20.192 10q0 .479-.118.899t-.335.793z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightFormatQuoteOff(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.371 20.792l-8.65-8.65l-2.99 5.166H6.585l2.396-4.173q-.173.096-.404.134t-.461.039q-1.4 0-2.354-.973T4.808 10q0-.79.328-1.448t.895-1.1L3.208 4.629l.708-.713l16.169 16.169zm-1.548-5.794l-4.092-4.092q-.077-.223-.115-.443T13.577 10q0-1.42.954-2.363t2.353-.945q1.362 0 2.335.954T20.192 10q0 .479-.118.899t-.335.793z"/></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.371 20.792l-8.65-8.65l-2.99 5.166H6.585l2.396-4.173q-.173.096-.404.134t-.461.039q-1.4 0-2.354-.973T4.808 10q0-.79.328-1.448t.895-1.1L3.208 4.629l.708-.713l16.169 16.169zm-1.548-5.794l-4.092-4.092q-.077-.223-.115-.443T13.577 10q0-1.42.954-2.363t2.353-.945q1.362 0 2.335.954T20.192 10q0 .479-.118.899t-.335.793z"/></svg>
</template>

CSS

.icon-format-quote-off {
  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.371%2020.792l-8.65-8.65l-2.99%205.166H6.585l2.396-4.173q-.173.096-.404.134t-.461.039q-1.4%200-2.354-.973T4.808%2010q0-.79.328-1.448t.895-1.1L3.208%204.629l.708-.713l16.169%2016.169zm-1.548-5.794l-4.092-4.092q-.077-.223-.115-.443T13.577%2010q0-1.42.954-2.363t2.353-.945q1.362%200%202.335.954T20.192%2010q0%20.479-.118.899t-.335.793z%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.371%2020.792l-8.65-8.65l-2.99%205.166H6.585l2.396-4.173q-.173.096-.404.134t-.461.039q-1.4%200-2.354-.973T4.808%2010q0-.79.328-1.448t.895-1.1L3.208%204.629l.708-.713l16.169%2016.169zm-1.548-5.794l-4.092-4.092q-.077-.223-.115-.443T13.577%2010q0-1.42.954-2.363t2.353-.945q1.362%200%202.335.954T20.192%2010q0%20.479-.118.899t-.335.793z%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.svg?color=%231a73e8&size=48