format quote off icon

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

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

3 other variants in Material Symbols

The same icon in other sets

More text icons from Material Symbols

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.775 22.6l-9.15-9.15L8 18H5.7L8 14q-1.65 0-2.825-1.175T4 10q0-.675.213-1.275t.587-1.1l-3.4-3.4L2.8 2.8l18.4 18.4zM18.4 15.575l-5.4-5.4V10q0-1.65 1.175-2.825T17 6t2.825 1.175T21 10q0 .575-.137 1.063T20.45 12zM8 11.5q.15 0 .3-.025t.275-.075L6.6 9.425q-.05.125-.075.275T6.5 10q0 .625.438 1.063T8 11.5m10.063-.437q.437-.438.437-1.063t-.437-1.062T17 8.5t-1.062.438T15.5 10t.438 1.063T17 11.5t1.063-.437M17 10"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsFormatQuoteOffOutline(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.775 22.6l-9.15-9.15L8 18H5.7L8 14q-1.65 0-2.825-1.175T4 10q0-.675.213-1.275t.587-1.1l-3.4-3.4L2.8 2.8l18.4 18.4zM18.4 15.575l-5.4-5.4V10q0-1.65 1.175-2.825T17 6t2.825 1.175T21 10q0 .575-.137 1.063T20.45 12zM8 11.5q.15 0 .3-.025t.275-.075L6.6 9.425q-.05.125-.075.275T6.5 10q0 .625.438 1.063T8 11.5m10.063-.437q.437-.438.437-1.063t-.437-1.062T17 8.5t-1.062.438T15.5 10t.438 1.063T17 11.5t1.063-.437M17 10"/></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.775 22.6l-9.15-9.15L8 18H5.7L8 14q-1.65 0-2.825-1.175T4 10q0-.675.213-1.275t.587-1.1l-3.4-3.4L2.8 2.8l18.4 18.4zM18.4 15.575l-5.4-5.4V10q0-1.65 1.175-2.825T17 6t2.825 1.175T21 10q0 .575-.137 1.063T20.45 12zM8 11.5q.15 0 .3-.025t.275-.075L6.6 9.425q-.05.125-.075.275T6.5 10q0 .625.438 1.063T8 11.5m10.063-.437q.437-.438.437-1.063t-.437-1.062T17 8.5t-1.062.438T15.5 10t.438 1.063T17 11.5t1.063-.437M17 10"/></svg>
</template>

CSS

.icon-format-quote-off-outline {
  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.775%2022.6l-9.15-9.15L8%2018H5.7L8%2014q-1.65%200-2.825-1.175T4%2010q0-.675.213-1.275t.587-1.1l-3.4-3.4L2.8%202.8l18.4%2018.4zM18.4%2015.575l-5.4-5.4V10q0-1.65%201.175-2.825T17%206t2.825%201.175T21%2010q0%20.575-.137%201.063T20.45%2012zM8%2011.5q.15%200%20.3-.025t.275-.075L6.6%209.425q-.05.125-.075.275T6.5%2010q0%20.625.438%201.063T8%2011.5m10.063-.437q.437-.438.437-1.063t-.437-1.062T17%208.5t-1.062.438T15.5%2010t.438%201.063T17%2011.5t1.063-.437M17%2010%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.775%2022.6l-9.15-9.15L8%2018H5.7L8%2014q-1.65%200-2.825-1.175T4%2010q0-.675.213-1.275t.587-1.1l-3.4-3.4L2.8%202.8l18.4%2018.4zM18.4%2015.575l-5.4-5.4V10q0-1.65%201.175-2.825T17%206t2.825%201.175T21%2010q0%20.575-.137%201.063T20.45%2012zM8%2011.5q.15%200%20.3-.025t.275-.075L6.6%209.425q-.05.125-.075.275T6.5%2010q0%20.625.438%201.063T8%2011.5m10.063-.437q.437-.438.437-1.063t-.437-1.062T17%208.5t-1.062.438T15.5%2010t.438%201.063T17%2011.5t1.063-.437M17%2010%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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