tooltip quote off icon

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

Name
tooltip-quote-off-16-regular
Set
Fluent UI System Icons
Style
16 Regular
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-1zM2 2.75v4.5c0 .414.336.75.75.75H4a.5.5 0 0 1 .447.276L5.5 10.382l1.053-2.106l.036-.06A.5.5 0 0 1 7 8h.293l-2.58-2.58a3.6 3.6 0 0 1-.822 1.153l-.075.065h-.002l-.002.003a.5.5 0 0 1-.624-.782l.001-.002l.027-.023a2.7 2.7 0 0 0 .45-.56a2.7 2.7 0 0 0 .21-.444l-.022.024A.5.5 0 0 1 3 4.5v-.793l-.998-.998zM8.25 1C9.216 1 10 1.784 10 2.75v4.5q-.002.285-.087.542L9 6.879V2.75A.75.75 0 0 0 8.25 2H4.121l-1-1zm-.66 2.009a.5.5 0 0 1 .405.42l.023.188a3.5 3.5 0 0 1-.36 1.92L6 3.88V3.5l.01-.1A.5.5 0 0 1 6.5 3h1z"/></svg>

React

import type { SVGProps } from "react";

export function FluentTooltipQuoteOff16Regular(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-1zM2 2.75v4.5c0 .414.336.75.75.75H4a.5.5 0 0 1 .447.276L5.5 10.382l1.053-2.106l.036-.06A.5.5 0 0 1 7 8h.293l-2.58-2.58a3.6 3.6 0 0 1-.822 1.153l-.075.065h-.002l-.002.003a.5.5 0 0 1-.624-.782l.001-.002l.027-.023a2.7 2.7 0 0 0 .45-.56a2.7 2.7 0 0 0 .21-.444l-.022.024A.5.5 0 0 1 3 4.5v-.793l-.998-.998zM8.25 1C9.216 1 10 1.784 10 2.75v4.5q-.002.285-.087.542L9 6.879V2.75A.75.75 0 0 0 8.25 2H4.121l-1-1zm-.66 2.009a.5.5 0 0 1 .405.42l.023.188a3.5 3.5 0 0 1-.36 1.92L6 3.88V3.5l.01-.1A.5.5 0 0 1 6.5 3h1z"/></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-1zM2 2.75v4.5c0 .414.336.75.75.75H4a.5.5 0 0 1 .447.276L5.5 10.382l1.053-2.106l.036-.06A.5.5 0 0 1 7 8h.293l-2.58-2.58a3.6 3.6 0 0 1-.822 1.153l-.075.065h-.002l-.002.003a.5.5 0 0 1-.624-.782l.001-.002l.027-.023a2.7 2.7 0 0 0 .45-.56a2.7 2.7 0 0 0 .21-.444l-.022.024A.5.5 0 0 1 3 4.5v-.793l-.998-.998zM8.25 1C9.216 1 10 1.784 10 2.75v4.5q-.002.285-.087.542L9 6.879V2.75A.75.75 0 0 0 8.25 2H4.121l-1-1zm-.66 2.009a.5.5 0 0 1 .405.42l.023.188a3.5 3.5 0 0 1-.36 1.92L6 3.88V3.5l.01-.1A.5.5 0 0 1 6.5 3h1z"/></svg>
</template>

CSS

.icon-tooltip-quote-off-16-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%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-1zM2%202.75v4.5c0%20.414.336.75.75.75H4a.5.5%200%200%201%20.447.276L5.5%2010.382l1.053-2.106l.036-.06A.5.5%200%200%201%207%208h.293l-2.58-2.58a3.6%203.6%200%200%201-.822%201.153l-.075.065h-.002l-.002.003a.5.5%200%200%201-.624-.782l.001-.002l.027-.023a2.7%202.7%200%200%200%20.45-.56a2.7%202.7%200%200%200%20.21-.444l-.022.024A.5.5%200%200%201%203%204.5v-.793l-.998-.998zM8.25%201C9.216%201%2010%201.784%2010%202.75v4.5q-.002.285-.087.542L9%206.879V2.75A.75.75%200%200%200%208.25%202H4.121l-1-1zm-.66%202.009a.5.5%200%200%201%20.405.42l.023.188a3.5%203.5%200%200%201-.36%201.92L6%203.88V3.5l.01-.1A.5.5%200%200%201%206.5%203h1z%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-1zM2%202.75v4.5c0%20.414.336.75.75.75H4a.5.5%200%200%201%20.447.276L5.5%2010.382l1.053-2.106l.036-.06A.5.5%200%200%201%207%208h.293l-2.58-2.58a3.6%203.6%200%200%201-.822%201.153l-.075.065h-.002l-.002.003a.5.5%200%200%201-.624-.782l.001-.002l.027-.023a2.7%202.7%200%200%200%20.45-.56a2.7%202.7%200%200%200%20.21-.444l-.022.024A.5.5%200%200%201%203%204.5v-.793l-.998-.998zM8.25%201C9.216%201%2010%201.784%2010%202.75v4.5q-.002.285-.087.542L9%206.879V2.75A.75.75%200%200%200%208.25%202H4.121l-1-1zm-.66%202.009a.5.5%200%200%201%20.405.42l.023.188a3.5%203.5%200%200%201-.36%201.92L6%203.88V3.5l.01-.1A.5.5%200%200%201%206.5%203h1z%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-regular.svg?color=%231a73e8&size=48