tooltip quote off icon

tooltip-quote-off-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.

Name
tooltip-quote-off-24-filled
Set
Fluent UI System Icons
Style
24 Filled
Viewbox
24×24
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 24 24"><path fill="currentColor" d="M14.75 20.5a.75.75 0 0 1 0 1.5h-12a.75.75 0 0 1 0-1.5zM2.22 2.22a.75.75 0 0 1 1.06 0l18.5 18.5l.051.056a.75.75 0 0 1-1.055 1.055l-.056-.05L16.94 18h-6.607l.79-1.5h4.317l-2.5-2.5h-1.632l-1.894 3.6a.75.75 0 0 1-1.328 0L6.19 14H4.25A2.25 2.25 0 0 1 2 11.75v-7.5c0-.347.08-.675.22-.969a.75.75 0 0 1 0-1.061M7.167 18H2.75a.75.75 0 0 1 0-1.5h3.628zm14.083-1.5a.75.75 0 0 1 0 1.5h-.068l-1.5-1.5zm-8-14.5a2.25 2.25 0 0 1 2.25 2.25v7.5a2.3 2.3 0 0 1-.06.508l-3.54-3.54c.332-.657.6-1.49.6-2.468a.75.75 0 0 0-.75-.75h-1.5a.75.75 0 0 0-.75.75v.068L5.182 2zM5.5 7.25a.75.75 0 0 0 1.135.644A4.7 4.7 0 0 1 5.72 9.22a.75.75 0 1 0 1.06 1.06c.22-.219.657-.7 1.036-1.403L5.5 6.561z"/></svg>

React

import type { SVGProps } from "react";

export function FluentTooltipQuoteOff24Filled(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="M14.75 20.5a.75.75 0 0 1 0 1.5h-12a.75.75 0 0 1 0-1.5zM2.22 2.22a.75.75 0 0 1 1.06 0l18.5 18.5l.051.056a.75.75 0 0 1-1.055 1.055l-.056-.05L16.94 18h-6.607l.79-1.5h4.317l-2.5-2.5h-1.632l-1.894 3.6a.75.75 0 0 1-1.328 0L6.19 14H4.25A2.25 2.25 0 0 1 2 11.75v-7.5c0-.347.08-.675.22-.969a.75.75 0 0 1 0-1.061M7.167 18H2.75a.75.75 0 0 1 0-1.5h3.628zm14.083-1.5a.75.75 0 0 1 0 1.5h-.068l-1.5-1.5zm-8-14.5a2.25 2.25 0 0 1 2.25 2.25v7.5a2.3 2.3 0 0 1-.06.508l-3.54-3.54c.332-.657.6-1.49.6-2.468a.75.75 0 0 0-.75-.75h-1.5a.75.75 0 0 0-.75.75v.068L5.182 2zM5.5 7.25a.75.75 0 0 0 1.135.644A4.7 4.7 0 0 1 5.72 9.22a.75.75 0 1 0 1.06 1.06c.22-.219.657-.7 1.036-1.403L5.5 6.561z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.75 20.5a.75.75 0 0 1 0 1.5h-12a.75.75 0 0 1 0-1.5zM2.22 2.22a.75.75 0 0 1 1.06 0l18.5 18.5l.051.056a.75.75 0 0 1-1.055 1.055l-.056-.05L16.94 18h-6.607l.79-1.5h4.317l-2.5-2.5h-1.632l-1.894 3.6a.75.75 0 0 1-1.328 0L6.19 14H4.25A2.25 2.25 0 0 1 2 11.75v-7.5c0-.347.08-.675.22-.969a.75.75 0 0 1 0-1.061M7.167 18H2.75a.75.75 0 0 1 0-1.5h3.628zm14.083-1.5a.75.75 0 0 1 0 1.5h-.068l-1.5-1.5zm-8-14.5a2.25 2.25 0 0 1 2.25 2.25v7.5a2.3 2.3 0 0 1-.06.508l-3.54-3.54c.332-.657.6-1.49.6-2.468a.75.75 0 0 0-.75-.75h-1.5a.75.75 0 0 0-.75.75v.068L5.182 2zM5.5 7.25a.75.75 0 0 0 1.135.644A4.7 4.7 0 0 1 5.72 9.22a.75.75 0 1 0 1.06 1.06c.22-.219.657-.7 1.036-1.403L5.5 6.561z"/></svg>
</template>

CSS

.icon-tooltip-quote-off-24-filled {
  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%22M14.75%2020.5a.75.75%200%200%201%200%201.5h-12a.75.75%200%200%201%200-1.5zM2.22%202.22a.75.75%200%200%201%201.06%200l18.5%2018.5l.051.056a.75.75%200%200%201-1.055%201.055l-.056-.05L16.94%2018h-6.607l.79-1.5h4.317l-2.5-2.5h-1.632l-1.894%203.6a.75.75%200%200%201-1.328%200L6.19%2014H4.25A2.25%202.25%200%200%201%202%2011.75v-7.5c0-.347.08-.675.22-.969a.75.75%200%200%201%200-1.061M7.167%2018H2.75a.75.75%200%200%201%200-1.5h3.628zm14.083-1.5a.75.75%200%200%201%200%201.5h-.068l-1.5-1.5zm-8-14.5a2.25%202.25%200%200%201%202.25%202.25v7.5a2.3%202.3%200%200%201-.06.508l-3.54-3.54c.332-.657.6-1.49.6-2.468a.75.75%200%200%200-.75-.75h-1.5a.75.75%200%200%200-.75.75v.068L5.182%202zM5.5%207.25a.75.75%200%200%200%201.135.644A4.7%204.7%200%200%201%205.72%209.22a.75.75%200%201%200%201.06%201.06c.22-.219.657-.7%201.036-1.403L5.5%206.561z%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%22M14.75%2020.5a.75.75%200%200%201%200%201.5h-12a.75.75%200%200%201%200-1.5zM2.22%202.22a.75.75%200%200%201%201.06%200l18.5%2018.5l.051.056a.75.75%200%200%201-1.055%201.055l-.056-.05L16.94%2018h-6.607l.79-1.5h4.317l-2.5-2.5h-1.632l-1.894%203.6a.75.75%200%200%201-1.328%200L6.19%2014H4.25A2.25%202.25%200%200%201%202%2011.75v-7.5c0-.347.08-.675.22-.969a.75.75%200%200%201%200-1.061M7.167%2018H2.75a.75.75%200%200%201%200-1.5h3.628zm14.083-1.5a.75.75%200%200%201%200%201.5h-.068l-1.5-1.5zm-8-14.5a2.25%202.25%200%200%201%202.25%202.25v7.5a2.3%202.3%200%200%201-.06.508l-3.54-3.54c.332-.657.6-1.49.6-2.468a.75.75%200%200%200-.75-.75h-1.5a.75.75%200%200%200-.75.75v.068L5.182%202zM5.5%207.25a.75.75%200%200%200%201.135.644A4.7%204.7%200%200%201%205.72%209.22a.75.75%200%201%200%201.06%201.06c.22-.219.657-.7%201.036-1.403L5.5%206.561z%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-24-filled.svg?color=%231a73e8&size=48