tooltip quote off icon

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

Name
tooltip-quote-off-48-filled
Set
Fluent UI System Icons
Style
48 Filled
Viewbox
48×48
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 48 48"><path fill="currentColor" d="M29.878 41.507a1.25 1.25 0 0 1 0 2.486L29.75 44H5.25a1.25 1.25 0 1 1 0-2.5h24.5zM4.366 4.367a1.25 1.25 0 0 1 1.768 0l37.5 37.5l.086.095a1.25 1.25 0 0 1-1.758 1.758l-.096-.086L34.232 36H20.51l1.25-2.5h9.973l-5.5-5.5h-3.96l-3.654 7.309a1.25 1.25 0 0 1-2.236 0L12.727 28H8.25A4.25 4.25 0 0 1 4 23.75V8.25c0-.719.178-1.396.493-1.99l-.127-.126a1.25 1.25 0 0 1 0-1.768M14.491 36H5.25a1.25 1.25 0 1 1 0-2.5h7.991zm28.259-2.5a1.25 1.25 0 1 1 0 2.5h-2.152l-2.5-2.5zM26.75 4A4.25 4.25 0 0 1 31 8.25v15.5c0 .763-.203 1.479-.555 2.098l-7.235-7.236c.72-1.041 1.373-2.47 1.648-4.374q.015-.069.02-.141c.077-.573.122-1.188.122-1.847a1.25 1.25 0 0 0-1.122-1.243L23.75 11h-3.5a1.25 1.25 0 0 0-1.244 1.126L19 12.25v2.152L16.997 12.4l.003-.149a1.25 1.25 0 0 0-1.122-1.243L15.75 11h-.152l-7-7zM13.928 15.695a6.7 6.7 0 0 1-.925 1.707a5.3 5.3 0 0 1-.97.996a3 3 0 0 1-.35.238l-.005.003l.004-.002l-.103.058a1.25 1.25 0 0 0 1.23 2.173l.004-.002h.002a3 3 0 0 0 .242-.139c.13-.08.303-.196.505-.352a7.8 7.8 0 0 0 1.435-1.465c.287-.38.567-.82.823-1.322zM11 14.75a1.25 1.25 0 0 0 1.52 1.22l1.377-.306L11 12.768z"/></svg>

React

import type { SVGProps } from "react";

export function FluentTooltipQuoteOff48Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M29.878 41.507a1.25 1.25 0 0 1 0 2.486L29.75 44H5.25a1.25 1.25 0 1 1 0-2.5h24.5zM4.366 4.367a1.25 1.25 0 0 1 1.768 0l37.5 37.5l.086.095a1.25 1.25 0 0 1-1.758 1.758l-.096-.086L34.232 36H20.51l1.25-2.5h9.973l-5.5-5.5h-3.96l-3.654 7.309a1.25 1.25 0 0 1-2.236 0L12.727 28H8.25A4.25 4.25 0 0 1 4 23.75V8.25c0-.719.178-1.396.493-1.99l-.127-.126a1.25 1.25 0 0 1 0-1.768M14.491 36H5.25a1.25 1.25 0 1 1 0-2.5h7.991zm28.259-2.5a1.25 1.25 0 1 1 0 2.5h-2.152l-2.5-2.5zM26.75 4A4.25 4.25 0 0 1 31 8.25v15.5c0 .763-.203 1.479-.555 2.098l-7.235-7.236c.72-1.041 1.373-2.47 1.648-4.374q.015-.069.02-.141c.077-.573.122-1.188.122-1.847a1.25 1.25 0 0 0-1.122-1.243L23.75 11h-3.5a1.25 1.25 0 0 0-1.244 1.126L19 12.25v2.152L16.997 12.4l.003-.149a1.25 1.25 0 0 0-1.122-1.243L15.75 11h-.152l-7-7zM13.928 15.695a6.7 6.7 0 0 1-.925 1.707a5.3 5.3 0 0 1-.97.996a3 3 0 0 1-.35.238l-.005.003l.004-.002l-.103.058a1.25 1.25 0 0 0 1.23 2.173l.004-.002h.002a3 3 0 0 0 .242-.139c.13-.08.303-.196.505-.352a7.8 7.8 0 0 0 1.435-1.465c.287-.38.567-.82.823-1.322zM11 14.75a1.25 1.25 0 0 0 1.52 1.22l1.377-.306L11 12.768z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M29.878 41.507a1.25 1.25 0 0 1 0 2.486L29.75 44H5.25a1.25 1.25 0 1 1 0-2.5h24.5zM4.366 4.367a1.25 1.25 0 0 1 1.768 0l37.5 37.5l.086.095a1.25 1.25 0 0 1-1.758 1.758l-.096-.086L34.232 36H20.51l1.25-2.5h9.973l-5.5-5.5h-3.96l-3.654 7.309a1.25 1.25 0 0 1-2.236 0L12.727 28H8.25A4.25 4.25 0 0 1 4 23.75V8.25c0-.719.178-1.396.493-1.99l-.127-.126a1.25 1.25 0 0 1 0-1.768M14.491 36H5.25a1.25 1.25 0 1 1 0-2.5h7.991zm28.259-2.5a1.25 1.25 0 1 1 0 2.5h-2.152l-2.5-2.5zM26.75 4A4.25 4.25 0 0 1 31 8.25v15.5c0 .763-.203 1.479-.555 2.098l-7.235-7.236c.72-1.041 1.373-2.47 1.648-4.374q.015-.069.02-.141c.077-.573.122-1.188.122-1.847a1.25 1.25 0 0 0-1.122-1.243L23.75 11h-3.5a1.25 1.25 0 0 0-1.244 1.126L19 12.25v2.152L16.997 12.4l.003-.149a1.25 1.25 0 0 0-1.122-1.243L15.75 11h-.152l-7-7zM13.928 15.695a6.7 6.7 0 0 1-.925 1.707a5.3 5.3 0 0 1-.97.996a3 3 0 0 1-.35.238l-.005.003l.004-.002l-.103.058a1.25 1.25 0 0 0 1.23 2.173l.004-.002h.002a3 3 0 0 0 .242-.139c.13-.08.303-.196.505-.352a7.8 7.8 0 0 0 1.435-1.465c.287-.38.567-.82.823-1.322zM11 14.75a1.25 1.25 0 0 0 1.52 1.22l1.377-.306L11 12.768z"/></svg>
</template>

CSS

.icon-tooltip-quote-off-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M29.878%2041.507a1.25%201.25%200%200%201%200%202.486L29.75%2044H5.25a1.25%201.25%200%201%201%200-2.5h24.5zM4.366%204.367a1.25%201.25%200%200%201%201.768%200l37.5%2037.5l.086.095a1.25%201.25%200%200%201-1.758%201.758l-.096-.086L34.232%2036H20.51l1.25-2.5h9.973l-5.5-5.5h-3.96l-3.654%207.309a1.25%201.25%200%200%201-2.236%200L12.727%2028H8.25A4.25%204.25%200%200%201%204%2023.75V8.25c0-.719.178-1.396.493-1.99l-.127-.126a1.25%201.25%200%200%201%200-1.768M14.491%2036H5.25a1.25%201.25%200%201%201%200-2.5h7.991zm28.259-2.5a1.25%201.25%200%201%201%200%202.5h-2.152l-2.5-2.5zM26.75%204A4.25%204.25%200%200%201%2031%208.25v15.5c0%20.763-.203%201.479-.555%202.098l-7.235-7.236c.72-1.041%201.373-2.47%201.648-4.374q.015-.069.02-.141c.077-.573.122-1.188.122-1.847a1.25%201.25%200%200%200-1.122-1.243L23.75%2011h-3.5a1.25%201.25%200%200%200-1.244%201.126L19%2012.25v2.152L16.997%2012.4l.003-.149a1.25%201.25%200%200%200-1.122-1.243L15.75%2011h-.152l-7-7zM13.928%2015.695a6.7%206.7%200%200%201-.925%201.707a5.3%205.3%200%200%201-.97.996a3%203%200%200%201-.35.238l-.005.003l.004-.002l-.103.058a1.25%201.25%200%200%200%201.23%202.173l.004-.002h.002a3%203%200%200%200%20.242-.139c.13-.08.303-.196.505-.352a7.8%207.8%200%200%200%201.435-1.465c.287-.38.567-.82.823-1.322zM11%2014.75a1.25%201.25%200%200%200%201.52%201.22l1.377-.306L11%2012.768z%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M29.878%2041.507a1.25%201.25%200%200%201%200%202.486L29.75%2044H5.25a1.25%201.25%200%201%201%200-2.5h24.5zM4.366%204.367a1.25%201.25%200%200%201%201.768%200l37.5%2037.5l.086.095a1.25%201.25%200%200%201-1.758%201.758l-.096-.086L34.232%2036H20.51l1.25-2.5h9.973l-5.5-5.5h-3.96l-3.654%207.309a1.25%201.25%200%200%201-2.236%200L12.727%2028H8.25A4.25%204.25%200%200%201%204%2023.75V8.25c0-.719.178-1.396.493-1.99l-.127-.126a1.25%201.25%200%200%201%200-1.768M14.491%2036H5.25a1.25%201.25%200%201%201%200-2.5h7.991zm28.259-2.5a1.25%201.25%200%201%201%200%202.5h-2.152l-2.5-2.5zM26.75%204A4.25%204.25%200%200%201%2031%208.25v15.5c0%20.763-.203%201.479-.555%202.098l-7.235-7.236c.72-1.041%201.373-2.47%201.648-4.374q.015-.069.02-.141c.077-.573.122-1.188.122-1.847a1.25%201.25%200%200%200-1.122-1.243L23.75%2011h-3.5a1.25%201.25%200%200%200-1.244%201.126L19%2012.25v2.152L16.997%2012.4l.003-.149a1.25%201.25%200%200%200-1.122-1.243L15.75%2011h-.152l-7-7zM13.928%2015.695a6.7%206.7%200%200%201-.925%201.707a5.3%205.3%200%200%201-.97.996a3%203%200%200%201-.35.238l-.005.003l.004-.002l-.103.058a1.25%201.25%200%200%200%201.23%202.173l.004-.002h.002a3%203%200%200%200%20.242-.139c.13-.08.303-.196.505-.352a7.8%207.8%200%200%200%201.435-1.465c.287-.38.567-.82.823-1.322zM11%2014.75a1.25%201.25%200%200%200%201.52%201.22l1.377-.306L11%2012.768z%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-48-filled.svg?color=%231a73e8&size=48