tooltip quote off icon
tooltip-quote-off-28-filled from Fluent UI System Icons by Microsoft Corporation · 28 Filled · MIT Free for personal and commercial use.
- Name
- tooltip-quote-off-28-filled
- Set
- Fluent UI System Icons
- Style
- 28 Filled
- Viewbox
- 28×28
- License
- MIT
13 other variants in Fluent UI System Icons
tooltip-quote-off-12-filledtooltip-quote-off-12-regulartooltip-quote-off-16-filledtooltip-quote-off-16-regulartooltip-quote-off-20-filledtooltip-quote-off-20-regulartooltip-quote-off-24-filledtooltip-quote-off-24-regulartooltip-quote-off-28-regulartooltip-quote-off-32-filledtooltip-quote-off-32-regulartooltip-quote-off-48-filledtooltip-quote-off-48-regular
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 28 28"><path fill="currentColor" d="M17.327 24.504a.75.75 0 0 1 0 1.492L17.25 26H2.75a.75.75 0 0 1 0-1.5h14.5zM2.22 2.22a.75.75 0 0 1 1.06 0l22.5 22.5l.052.056a.75.75 0 0 1-1.056 1.056l-.056-.052L19.94 21h-8.36l.75-1.5h6.108l-3.5-3.5h-1.975l-2.293 4.585a.75.75 0 0 1-1.342 0L7.036 16H4.75A2.75 2.75 0 0 1 2 13.25v-8.5c0-.487.127-.944.349-1.34l-.13-.13a.75.75 0 0 1 0-1.06M8.419 21H2.75a.75.75 0 0 1 0-1.5h4.919zm16.831-1.5a.75.75 0 0 1 0 1.5h-1.067l-1.5-1.5zM15.25 2A2.75 2.75 0 0 1 18 4.75v8.5c0 .454-.112.882-.308 1.26l-4.145-4.146c.508-.83.953-2.015.953-3.614a.75.75 0 0 0-.602-.735L13.75 6h-2a.75.75 0 0 0-.746.673L11 6.75v1.067L5.183 2zM6 8.25a.75.75 0 0 0 .897.735l.736-.147a4.5 4.5 0 0 1-.498.952c-.212.305-.422.52-.572.655a2 2 0 0 1-.211.17a.75.75 0 0 0 .795 1.27l.003-.001l.005-.002a4 4 0 0 0 .407-.32c.225-.2.516-.501.803-.914c.156-.225.309-.482.45-.772L6 7.061z"/></svg>
React
import type { SVGProps } from "react";
export function FluentTooltipQuoteOff28Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M17.327 24.504a.75.75 0 0 1 0 1.492L17.25 26H2.75a.75.75 0 0 1 0-1.5h14.5zM2.22 2.22a.75.75 0 0 1 1.06 0l22.5 22.5l.052.056a.75.75 0 0 1-1.056 1.056l-.056-.052L19.94 21h-8.36l.75-1.5h6.108l-3.5-3.5h-1.975l-2.293 4.585a.75.75 0 0 1-1.342 0L7.036 16H4.75A2.75 2.75 0 0 1 2 13.25v-8.5c0-.487.127-.944.349-1.34l-.13-.13a.75.75 0 0 1 0-1.06M8.419 21H2.75a.75.75 0 0 1 0-1.5h4.919zm16.831-1.5a.75.75 0 0 1 0 1.5h-1.067l-1.5-1.5zM15.25 2A2.75 2.75 0 0 1 18 4.75v8.5c0 .454-.112.882-.308 1.26l-4.145-4.146c.508-.83.953-2.015.953-3.614a.75.75 0 0 0-.602-.735L13.75 6h-2a.75.75 0 0 0-.746.673L11 6.75v1.067L5.183 2zM6 8.25a.75.75 0 0 0 .897.735l.736-.147a4.5 4.5 0 0 1-.498.952c-.212.305-.422.52-.572.655a2 2 0 0 1-.211.17a.75.75 0 0 0 .795 1.27l.003-.001l.005-.002a4 4 0 0 0 .407-.32c.225-.2.516-.501.803-.914c.156-.225.309-.482.45-.772L6 7.061z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M17.327 24.504a.75.75 0 0 1 0 1.492L17.25 26H2.75a.75.75 0 0 1 0-1.5h14.5zM2.22 2.22a.75.75 0 0 1 1.06 0l22.5 22.5l.052.056a.75.75 0 0 1-1.056 1.056l-.056-.052L19.94 21h-8.36l.75-1.5h6.108l-3.5-3.5h-1.975l-2.293 4.585a.75.75 0 0 1-1.342 0L7.036 16H4.75A2.75 2.75 0 0 1 2 13.25v-8.5c0-.487.127-.944.349-1.34l-.13-.13a.75.75 0 0 1 0-1.06M8.419 21H2.75a.75.75 0 0 1 0-1.5h4.919zm16.831-1.5a.75.75 0 0 1 0 1.5h-1.067l-1.5-1.5zM15.25 2A2.75 2.75 0 0 1 18 4.75v8.5c0 .454-.112.882-.308 1.26l-4.145-4.146c.508-.83.953-2.015.953-3.614a.75.75 0 0 0-.602-.735L13.75 6h-2a.75.75 0 0 0-.746.673L11 6.75v1.067L5.183 2zM6 8.25a.75.75 0 0 0 .897.735l.736-.147a4.5 4.5 0 0 1-.498.952c-.212.305-.422.52-.572.655a2 2 0 0 1-.211.17a.75.75 0 0 0 .795 1.27l.003-.001l.005-.002a4 4 0 0 0 .407-.32c.225-.2.516-.501.803-.914c.156-.225.309-.482.45-.772L6 7.061z"/></svg> </template>
CSS
.icon-tooltip-quote-off-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.327%2024.504a.75.75%200%200%201%200%201.492L17.25%2026H2.75a.75.75%200%200%201%200-1.5h14.5zM2.22%202.22a.75.75%200%200%201%201.06%200l22.5%2022.5l.052.056a.75.75%200%200%201-1.056%201.056l-.056-.052L19.94%2021h-8.36l.75-1.5h6.108l-3.5-3.5h-1.975l-2.293%204.585a.75.75%200%200%201-1.342%200L7.036%2016H4.75A2.75%202.75%200%200%201%202%2013.25v-8.5c0-.487.127-.944.349-1.34l-.13-.13a.75.75%200%200%201%200-1.06M8.419%2021H2.75a.75.75%200%200%201%200-1.5h4.919zm16.831-1.5a.75.75%200%200%201%200%201.5h-1.067l-1.5-1.5zM15.25%202A2.75%202.75%200%200%201%2018%204.75v8.5c0%20.454-.112.882-.308%201.26l-4.145-4.146c.508-.83.953-2.015.953-3.614a.75.75%200%200%200-.602-.735L13.75%206h-2a.75.75%200%200%200-.746.673L11%206.75v1.067L5.183%202zM6%208.25a.75.75%200%200%200%20.897.735l.736-.147a4.5%204.5%200%200%201-.498.952c-.212.305-.422.52-.572.655a2%202%200%200%201-.211.17a.75.75%200%200%200%20.795%201.27l.003-.001l.005-.002a4%204%200%200%200%20.407-.32c.225-.2.516-.501.803-.914c.156-.225.309-.482.45-.772L6%207.061z%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.327%2024.504a.75.75%200%200%201%200%201.492L17.25%2026H2.75a.75.75%200%200%201%200-1.5h14.5zM2.22%202.22a.75.75%200%200%201%201.06%200l22.5%2022.5l.052.056a.75.75%200%200%201-1.056%201.056l-.056-.052L19.94%2021h-8.36l.75-1.5h6.108l-3.5-3.5h-1.975l-2.293%204.585a.75.75%200%200%201-1.342%200L7.036%2016H4.75A2.75%202.75%200%200%201%202%2013.25v-8.5c0-.487.127-.944.349-1.34l-.13-.13a.75.75%200%200%201%200-1.06M8.419%2021H2.75a.75.75%200%200%201%200-1.5h4.919zm16.831-1.5a.75.75%200%200%201%200%201.5h-1.067l-1.5-1.5zM15.25%202A2.75%202.75%200%200%201%2018%204.75v8.5c0%20.454-.112.882-.308%201.26l-4.145-4.146c.508-.83.953-2.015.953-3.614a.75.75%200%200%200-.602-.735L13.75%206h-2a.75.75%200%200%200-.746.673L11%206.75v1.067L5.183%202zM6%208.25a.75.75%200%200%200%20.897.735l.736-.147a4.5%204.5%200%200%201-.498.952c-.212.305-.422.52-.572.655a2%202%200%200%201-.211.17a.75.75%200%200%200%20.795%201.27l.003-.001l.005-.002a4%204%200%200%200%20.407-.32c.225-.2.516-.501.803-.914c.156-.225.309-.482.45-.772L6%207.061z%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-28-filled.svg?color=%231a73e8&size=48