tooltip quote off icon

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

Name
tooltip-quote-off-16-filled
Set
Fluent UI System Icons
Style
16 Filled
Viewbox
16×16
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 16 16"><path fill="currentColor" d="M9.5 14a.5.5 0 0 1 0 1h-8a.5.5 0 0 1 0-1zM1.146 1.146a.5.5 0 0 1 .708 0l13 13l.064.079a.5.5 0 0 1-.693.693l-.079-.064L11.294 12H6.928l.5-1h2.865L8.291 8.998L8.25 9h-.941l-1.362 2.724a.5.5 0 0 1-.894 0L3.69 9h-.94A1.75 1.75 0 0 1 1 7.25v-4.5c0-.301.076-.585.21-.833l-.064-.063a.5.5 0 0 1 0-.708M4.072 12H1.5a.5.5 0 0 1 0-1h2.072zM14.5 11a.5.5 0 0 1 0 1h-.379l-1-1zM8.25 1C9.216 1 10 1.784 10 2.75v4.5q-.002.285-.087.542L7.658 5.537a3.5 3.5 0 0 0 .36-1.92l-.023-.187a.5.5 0 0 0-.404-.421L7.5 3h-1a.5.5 0 0 0-.49.4L6 3.5v.379L3.121 1zM3 4.5a.5.5 0 0 0 .854.354l.022-.024a2.6 2.6 0 0 1-.55.895a2 2 0 0 1-.137.132l-.002.002a.5.5 0 0 0 .626.782l.001-.002l.002-.001l.006-.005l.069-.06a3.7 3.7 0 0 0 .632-.785a4 4 0 0 0 .19-.368L3 3.707z"/></svg>

React

import type { SVGProps } from "react";

export function FluentTooltipQuoteOff16Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M9.5 14a.5.5 0 0 1 0 1h-8a.5.5 0 0 1 0-1zM1.146 1.146a.5.5 0 0 1 .708 0l13 13l.064.079a.5.5 0 0 1-.693.693l-.079-.064L11.294 12H6.928l.5-1h2.865L8.291 8.998L8.25 9h-.941l-1.362 2.724a.5.5 0 0 1-.894 0L3.69 9h-.94A1.75 1.75 0 0 1 1 7.25v-4.5c0-.301.076-.585.21-.833l-.064-.063a.5.5 0 0 1 0-.708M4.072 12H1.5a.5.5 0 0 1 0-1h2.072zM14.5 11a.5.5 0 0 1 0 1h-.379l-1-1zM8.25 1C9.216 1 10 1.784 10 2.75v4.5q-.002.285-.087.542L7.658 5.537a3.5 3.5 0 0 0 .36-1.92l-.023-.187a.5.5 0 0 0-.404-.421L7.5 3h-1a.5.5 0 0 0-.49.4L6 3.5v.379L3.121 1zM3 4.5a.5.5 0 0 0 .854.354l.022-.024a2.6 2.6 0 0 1-.55.895a2 2 0 0 1-.137.132l-.002.002a.5.5 0 0 0 .626.782l.001-.002l.002-.001l.006-.005l.069-.06a3.7 3.7 0 0 0 .632-.785a4 4 0 0 0 .19-.368L3 3.707z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M9.5 14a.5.5 0 0 1 0 1h-8a.5.5 0 0 1 0-1zM1.146 1.146a.5.5 0 0 1 .708 0l13 13l.064.079a.5.5 0 0 1-.693.693l-.079-.064L11.294 12H6.928l.5-1h2.865L8.291 8.998L8.25 9h-.941l-1.362 2.724a.5.5 0 0 1-.894 0L3.69 9h-.94A1.75 1.75 0 0 1 1 7.25v-4.5c0-.301.076-.585.21-.833l-.064-.063a.5.5 0 0 1 0-.708M4.072 12H1.5a.5.5 0 0 1 0-1h2.072zM14.5 11a.5.5 0 0 1 0 1h-.379l-1-1zM8.25 1C9.216 1 10 1.784 10 2.75v4.5q-.002.285-.087.542L7.658 5.537a3.5 3.5 0 0 0 .36-1.92l-.023-.187a.5.5 0 0 0-.404-.421L7.5 3h-1a.5.5 0 0 0-.49.4L6 3.5v.379L3.121 1zM3 4.5a.5.5 0 0 0 .854.354l.022-.024a2.6 2.6 0 0 1-.55.895a2 2 0 0 1-.137.132l-.002.002a.5.5 0 0 0 .626.782l.001-.002l.002-.001l.006-.005l.069-.06a3.7 3.7 0 0 0 .632-.785a4 4 0 0 0 .19-.368L3 3.707z"/></svg>
</template>

CSS

.icon-tooltip-quote-off-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.5%2014a.5.5%200%200%201%200%201h-8a.5.5%200%200%201%200-1zM1.146%201.146a.5.5%200%200%201%20.708%200l13%2013l.064.079a.5.5%200%200%201-.693.693l-.079-.064L11.294%2012H6.928l.5-1h2.865L8.291%208.998L8.25%209h-.941l-1.362%202.724a.5.5%200%200%201-.894%200L3.69%209h-.94A1.75%201.75%200%200%201%201%207.25v-4.5c0-.301.076-.585.21-.833l-.064-.063a.5.5%200%200%201%200-.708M4.072%2012H1.5a.5.5%200%200%201%200-1h2.072zM14.5%2011a.5.5%200%200%201%200%201h-.379l-1-1zM8.25%201C9.216%201%2010%201.784%2010%202.75v4.5q-.002.285-.087.542L7.658%205.537a3.5%203.5%200%200%200%20.36-1.92l-.023-.187a.5.5%200%200%200-.404-.421L7.5%203h-1a.5.5%200%200%200-.49.4L6%203.5v.379L3.121%201zM3%204.5a.5.5%200%200%200%20.854.354l.022-.024a2.6%202.6%200%200%201-.55.895a2%202%200%200%201-.137.132l-.002.002a.5.5%200%200%200%20.626.782l.001-.002l.002-.001l.006-.005l.069-.06a3.7%203.7%200%200%200%20.632-.785a4%204%200%200%200%20.19-.368L3%203.707z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.5%2014a.5.5%200%200%201%200%201h-8a.5.5%200%200%201%200-1zM1.146%201.146a.5.5%200%200%201%20.708%200l13%2013l.064.079a.5.5%200%200%201-.693.693l-.079-.064L11.294%2012H6.928l.5-1h2.865L8.291%208.998L8.25%209h-.941l-1.362%202.724a.5.5%200%200%201-.894%200L3.69%209h-.94A1.75%201.75%200%200%201%201%207.25v-4.5c0-.301.076-.585.21-.833l-.064-.063a.5.5%200%200%201%200-.708M4.072%2012H1.5a.5.5%200%200%201%200-1h2.072zM14.5%2011a.5.5%200%200%201%200%201h-.379l-1-1zM8.25%201C9.216%201%2010%201.784%2010%202.75v4.5q-.002.285-.087.542L7.658%205.537a3.5%203.5%200%200%200%20.36-1.92l-.023-.187a.5.5%200%200%200-.404-.421L7.5%203h-1a.5.5%200%200%200-.49.4L6%203.5v.379L3.121%201zM3%204.5a.5.5%200%200%200%20.854.354l.022-.024a2.6%202.6%200%200%201-.55.895a2%202%200%200%201-.137.132l-.002.002a.5.5%200%200%200%20.626.782l.001-.002l.002-.001l.006-.005l.069-.06a3.7%203.7%200%200%200%20.632-.785a4%204%200%200%200%20.19-.368L3%203.707z%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-16-filled.svg?color=%231a73e8&size=48