tooltip quote off icon

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

Name
tooltip-quote-off-12-regular
Set
Fluent UI System Icons
Style
12 Regular
Viewbox
12×12
License
MIT

13 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the tooltip quote off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 12"><path fill="currentColor" d="M4.072 11H1.5a.5.5 0 0 1 0-1h2.072zM1.146 1.146a.5.5 0 0 1 .708 0l9 9q.019.022.036.045a.5.5 0 0 1 .083.156c.015.048.027.1.027.153a.5.5 0 0 1-.5.5H6.928l.5-1h1.865l-1.99-1.99l-1.356 2.714a.5.5 0 0 1-.894 0L3.69 8h-.94A1.75 1.75 0 0 1 1 6.25v-3.5c0-.301.076-.585.21-.833l-.064-.063a.5.5 0 0 1 0-.708M2 2.75v3.5c0 .414.336.75.75.75H4a.5.5 0 0 1 .447.276L5.5 9.382l1.053-2.106l.006-.01l-2.044-2.044q-.024.033-.05.065a3 3 0 0 1-.467.466a1.7 1.7 0 0 1-.332.216a.501.501 0 0 1-.422-.902h.001c.015-.01.063-.042.128-.094c.089-.072.204-.176.312-.31q.059-.076.11-.161l-.062-.062A.5.5 0 0 1 3 4v-.293l-.998-.998zM8.25 1C9.216 1 10 1.784 10 2.75v3.5c0 .452-.173.862-.454 1.173l-.711-.711A.74.74 0 0 0 9 6.25v-3.5A.75.75 0 0 0 8.25 2H4.123l-1-1zm-.693 2.008a.5.5 0 0 1 .403.398c.157.824-.164 1.469-.494 1.881l-.027.03l-.713-.714c.054-.076.107-.156.149-.244l-.125.074a.5.5 0 0 1-.142.052L6 3.877V3.5a.5.5 0 0 1 .5-.5h.969z"/></svg>

React

import type { SVGProps } from "react";

export function FluentTooltipQuoteOff12Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 12"><path fill="currentColor" d="M4.072 11H1.5a.5.5 0 0 1 0-1h2.072zM1.146 1.146a.5.5 0 0 1 .708 0l9 9q.019.022.036.045a.5.5 0 0 1 .083.156c.015.048.027.1.027.153a.5.5 0 0 1-.5.5H6.928l.5-1h1.865l-1.99-1.99l-1.356 2.714a.5.5 0 0 1-.894 0L3.69 8h-.94A1.75 1.75 0 0 1 1 6.25v-3.5c0-.301.076-.585.21-.833l-.064-.063a.5.5 0 0 1 0-.708M2 2.75v3.5c0 .414.336.75.75.75H4a.5.5 0 0 1 .447.276L5.5 9.382l1.053-2.106l.006-.01l-2.044-2.044q-.024.033-.05.065a3 3 0 0 1-.467.466a1.7 1.7 0 0 1-.332.216a.501.501 0 0 1-.422-.902h.001c.015-.01.063-.042.128-.094c.089-.072.204-.176.312-.31q.059-.076.11-.161l-.062-.062A.5.5 0 0 1 3 4v-.293l-.998-.998zM8.25 1C9.216 1 10 1.784 10 2.75v3.5c0 .452-.173.862-.454 1.173l-.711-.711A.74.74 0 0 0 9 6.25v-3.5A.75.75 0 0 0 8.25 2H4.123l-1-1zm-.693 2.008a.5.5 0 0 1 .403.398c.157.824-.164 1.469-.494 1.881l-.027.03l-.713-.714c.054-.076.107-.156.149-.244l-.125.074a.5.5 0 0 1-.142.052L6 3.877V3.5a.5.5 0 0 1 .5-.5h.969z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 12"><path fill="currentColor" d="M4.072 11H1.5a.5.5 0 0 1 0-1h2.072zM1.146 1.146a.5.5 0 0 1 .708 0l9 9q.019.022.036.045a.5.5 0 0 1 .083.156c.015.048.027.1.027.153a.5.5 0 0 1-.5.5H6.928l.5-1h1.865l-1.99-1.99l-1.356 2.714a.5.5 0 0 1-.894 0L3.69 8h-.94A1.75 1.75 0 0 1 1 6.25v-3.5c0-.301.076-.585.21-.833l-.064-.063a.5.5 0 0 1 0-.708M2 2.75v3.5c0 .414.336.75.75.75H4a.5.5 0 0 1 .447.276L5.5 9.382l1.053-2.106l.006-.01l-2.044-2.044q-.024.033-.05.065a3 3 0 0 1-.467.466a1.7 1.7 0 0 1-.332.216a.501.501 0 0 1-.422-.902h.001c.015-.01.063-.042.128-.094c.089-.072.204-.176.312-.31q.059-.076.11-.161l-.062-.062A.5.5 0 0 1 3 4v-.293l-.998-.998zM8.25 1C9.216 1 10 1.784 10 2.75v3.5c0 .452-.173.862-.454 1.173l-.711-.711A.74.74 0 0 0 9 6.25v-3.5A.75.75 0 0 0 8.25 2H4.123l-1-1zm-.693 2.008a.5.5 0 0 1 .403.398c.157.824-.164 1.469-.494 1.881l-.027.03l-.713-.714c.054-.076.107-.156.149-.244l-.125.074a.5.5 0 0 1-.142.052L6 3.877V3.5a.5.5 0 0 1 .5-.5h.969z"/></svg>
</template>

CSS

.icon-tooltip-quote-off-12-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%2012%2012%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.072%2011H1.5a.5.5%200%200%201%200-1h2.072zM1.146%201.146a.5.5%200%200%201%20.708%200l9%209q.019.022.036.045a.5.5%200%200%201%20.083.156c.015.048.027.1.027.153a.5.5%200%200%201-.5.5H6.928l.5-1h1.865l-1.99-1.99l-1.356%202.714a.5.5%200%200%201-.894%200L3.69%208h-.94A1.75%201.75%200%200%201%201%206.25v-3.5c0-.301.076-.585.21-.833l-.064-.063a.5.5%200%200%201%200-.708M2%202.75v3.5c0%20.414.336.75.75.75H4a.5.5%200%200%201%20.447.276L5.5%209.382l1.053-2.106l.006-.01l-2.044-2.044q-.024.033-.05.065a3%203%200%200%201-.467.466a1.7%201.7%200%200%201-.332.216a.501.501%200%200%201-.422-.902h.001c.015-.01.063-.042.128-.094c.089-.072.204-.176.312-.31q.059-.076.11-.161l-.062-.062A.5.5%200%200%201%203%204v-.293l-.998-.998zM8.25%201C9.216%201%2010%201.784%2010%202.75v3.5c0%20.452-.173.862-.454%201.173l-.711-.711A.74.74%200%200%200%209%206.25v-3.5A.75.75%200%200%200%208.25%202H4.123l-1-1zm-.693%202.008a.5.5%200%200%201%20.403.398c.157.824-.164%201.469-.494%201.881l-.027.03l-.713-.714c.054-.076.107-.156.149-.244l-.125.074a.5.5%200%200%201-.142.052L6%203.877V3.5a.5.5%200%200%201%20.5-.5h.969z%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%2012%2012%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.072%2011H1.5a.5.5%200%200%201%200-1h2.072zM1.146%201.146a.5.5%200%200%201%20.708%200l9%209q.019.022.036.045a.5.5%200%200%201%20.083.156c.015.048.027.1.027.153a.5.5%200%200%201-.5.5H6.928l.5-1h1.865l-1.99-1.99l-1.356%202.714a.5.5%200%200%201-.894%200L3.69%208h-.94A1.75%201.75%200%200%201%201%206.25v-3.5c0-.301.076-.585.21-.833l-.064-.063a.5.5%200%200%201%200-.708M2%202.75v3.5c0%20.414.336.75.75.75H4a.5.5%200%200%201%20.447.276L5.5%209.382l1.053-2.106l.006-.01l-2.044-2.044q-.024.033-.05.065a3%203%200%200%201-.467.466a1.7%201.7%200%200%201-.332.216a.501.501%200%200%201-.422-.902h.001c.015-.01.063-.042.128-.094c.089-.072.204-.176.312-.31q.059-.076.11-.161l-.062-.062A.5.5%200%200%201%203%204v-.293l-.998-.998zM8.25%201C9.216%201%2010%201.784%2010%202.75v3.5c0%20.452-.173.862-.454%201.173l-.711-.711A.74.74%200%200%200%209%206.25v-3.5A.75.75%200%200%200%208.25%202H4.123l-1-1zm-.693%202.008a.5.5%200%200%201%20.403.398c.157.824-.164%201.469-.494%201.881l-.027.03l-.713-.714c.054-.076.107-.156.149-.244l-.125.074a.5.5%200%200%201-.142.052L6%203.877V3.5a.5.5%200%200%201%20.5-.5h.969z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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