tooltip quote off icon

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

Name
tooltip-quote-off-48-regular
Set
Fluent UI System Icons
Style
48 Regular
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.5zM6.5 23.75c0 .966.784 1.75 1.75 1.75h5.25c.473 0 .906.268 1.118.691l2.882 5.764l2.882-5.764l.09-.151a1.25 1.25 0 0 1 1.028-.54h2.232l-7.912-7.912a9 9 0 0 1-.823 1.322a7.8 7.8 0 0 1-1.435 1.465a6 6 0 0 1-.666.447l-.08.043l-.004.001l-.003.002a1.25 1.25 0 0 1-1.23-2.173l.103-.058l-.004.002l.005-.003l.061-.036c.062-.038.162-.104.288-.202c.253-.195.609-.517.97-.996c.321-.423.654-.983.926-1.707l-.032-.03l-1.376.306A1.25 1.25 0 0 1 11 14.75v-1.982l-4.5-4.5zM26.75 4A4.25 4.25 0 0 1 31 8.25v15.5c0 .763-.203 1.479-.555 2.098l-1.953-1.953q.007-.072.008-.145V8.25a1.75 1.75 0 0 0-1.75-1.75H11.098L8.598 4zm-2.872 7.007A1.25 1.25 0 0 1 25 12.25a14 14 0 0 1-.142 1.988c-.275 1.904-.928 3.333-1.648 4.374l-1.809-1.808c.193-.328.38-.708.543-1.15l-1.384.308l-1.56-1.56V12.25l.006-.124A1.25 1.25 0 0 1 20.25 11h3.5z"/></svg>

React

import type { SVGProps } from "react";

export function FluentTooltipQuoteOff48Regular(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.5zM6.5 23.75c0 .966.784 1.75 1.75 1.75h5.25c.473 0 .906.268 1.118.691l2.882 5.764l2.882-5.764l.09-.151a1.25 1.25 0 0 1 1.028-.54h2.232l-7.912-7.912a9 9 0 0 1-.823 1.322a7.8 7.8 0 0 1-1.435 1.465a6 6 0 0 1-.666.447l-.08.043l-.004.001l-.003.002a1.25 1.25 0 0 1-1.23-2.173l.103-.058l-.004.002l.005-.003l.061-.036c.062-.038.162-.104.288-.202c.253-.195.609-.517.97-.996c.321-.423.654-.983.926-1.707l-.032-.03l-1.376.306A1.25 1.25 0 0 1 11 14.75v-1.982l-4.5-4.5zM26.75 4A4.25 4.25 0 0 1 31 8.25v15.5c0 .763-.203 1.479-.555 2.098l-1.953-1.953q.007-.072.008-.145V8.25a1.75 1.75 0 0 0-1.75-1.75H11.098L8.598 4zm-2.872 7.007A1.25 1.25 0 0 1 25 12.25a14 14 0 0 1-.142 1.988c-.275 1.904-.928 3.333-1.648 4.374l-1.809-1.808c.193-.328.38-.708.543-1.15l-1.384.308l-1.56-1.56V12.25l.006-.124A1.25 1.25 0 0 1 20.25 11h3.5z"/></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.5zM6.5 23.75c0 .966.784 1.75 1.75 1.75h5.25c.473 0 .906.268 1.118.691l2.882 5.764l2.882-5.764l.09-.151a1.25 1.25 0 0 1 1.028-.54h2.232l-7.912-7.912a9 9 0 0 1-.823 1.322a7.8 7.8 0 0 1-1.435 1.465a6 6 0 0 1-.666.447l-.08.043l-.004.001l-.003.002a1.25 1.25 0 0 1-1.23-2.173l.103-.058l-.004.002l.005-.003l.061-.036c.062-.038.162-.104.288-.202c.253-.195.609-.517.97-.996c.321-.423.654-.983.926-1.707l-.032-.03l-1.376.306A1.25 1.25 0 0 1 11 14.75v-1.982l-4.5-4.5zM26.75 4A4.25 4.25 0 0 1 31 8.25v15.5c0 .763-.203 1.479-.555 2.098l-1.953-1.953q.007-.072.008-.145V8.25a1.75 1.75 0 0 0-1.75-1.75H11.098L8.598 4zm-2.872 7.007A1.25 1.25 0 0 1 25 12.25a14 14 0 0 1-.142 1.988c-.275 1.904-.928 3.333-1.648 4.374l-1.809-1.808c.193-.328.38-.708.543-1.15l-1.384.308l-1.56-1.56V12.25l.006-.124A1.25 1.25 0 0 1 20.25 11h3.5z"/></svg>
</template>

CSS

.icon-tooltip-quote-off-48-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%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.5zM6.5%2023.75c0%20.966.784%201.75%201.75%201.75h5.25c.473%200%20.906.268%201.118.691l2.882%205.764l2.882-5.764l.09-.151a1.25%201.25%200%200%201%201.028-.54h2.232l-7.912-7.912a9%209%200%200%201-.823%201.322a7.8%207.8%200%200%201-1.435%201.465a6%206%200%200%201-.666.447l-.08.043l-.004.001l-.003.002a1.25%201.25%200%200%201-1.23-2.173l.103-.058l-.004.002l.005-.003l.061-.036c.062-.038.162-.104.288-.202c.253-.195.609-.517.97-.996c.321-.423.654-.983.926-1.707l-.032-.03l-1.376.306A1.25%201.25%200%200%201%2011%2014.75v-1.982l-4.5-4.5zM26.75%204A4.25%204.25%200%200%201%2031%208.25v15.5c0%20.763-.203%201.479-.555%202.098l-1.953-1.953q.007-.072.008-.145V8.25a1.75%201.75%200%200%200-1.75-1.75H11.098L8.598%204zm-2.872%207.007A1.25%201.25%200%200%201%2025%2012.25a14%2014%200%200%201-.142%201.988c-.275%201.904-.928%203.333-1.648%204.374l-1.809-1.808c.193-.328.38-.708.543-1.15l-1.384.308l-1.56-1.56V12.25l.006-.124A1.25%201.25%200%200%201%2020.25%2011h3.5z%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.5zM6.5%2023.75c0%20.966.784%201.75%201.75%201.75h5.25c.473%200%20.906.268%201.118.691l2.882%205.764l2.882-5.764l.09-.151a1.25%201.25%200%200%201%201.028-.54h2.232l-7.912-7.912a9%209%200%200%201-.823%201.322a7.8%207.8%200%200%201-1.435%201.465a6%206%200%200%201-.666.447l-.08.043l-.004.001l-.003.002a1.25%201.25%200%200%201-1.23-2.173l.103-.058l-.004.002l.005-.003l.061-.036c.062-.038.162-.104.288-.202c.253-.195.609-.517.97-.996c.321-.423.654-.983.926-1.707l-.032-.03l-1.376.306A1.25%201.25%200%200%201%2011%2014.75v-1.982l-4.5-4.5zM26.75%204A4.25%204.25%200%200%201%2031%208.25v15.5c0%20.763-.203%201.479-.555%202.098l-1.953-1.953q.007-.072.008-.145V8.25a1.75%201.75%200%200%200-1.75-1.75H11.098L8.598%204zm-2.872%207.007A1.25%201.25%200%200%201%2025%2012.25a14%2014%200%200%201-.142%201.988c-.275%201.904-.928%203.333-1.648%204.374l-1.809-1.808c.193-.328.38-.708.543-1.15l-1.384.308l-1.56-1.56V12.25l.006-.124A1.25%201.25%200%200%201%2020.25%2011h3.5z%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-regular.svg?color=%231a73e8&size=48