tooltip quote off icon
tooltip-quote-off-28-regular from Fluent UI System Icons by Microsoft Corporation · 28 Regular · MIT Free for personal and commercial use.
- Name
- tooltip-quote-off-28-regular
- Set
- Fluent UI System Icons
- Style
- 28 Regular
- 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-filledtooltip-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.5zM3.5 4.75v8.5c0 .69.56 1.25 1.25 1.25H7.5a.75.75 0 0 1 .67.415L10 18.573l1.83-3.658l.053-.09a.75.75 0 0 1 .617-.325h.94L8.815 9.876c-.141.29-.294.547-.45.772a5.3 5.3 0 0 1-.803.915a4 4 0 0 1-.407.319l-.005.002l-.002.002a.75.75 0 0 1-.796-1.272l.038-.027c.037-.028.098-.075.173-.142c.15-.135.36-.35.572-.655a4.5 4.5 0 0 0 .498-.952l-.736.147A.75.75 0 0 1 6 8.25V7.06L3.514 4.575a1 1 0 0 0-.014.176M15.25 2A2.75 2.75 0 0 1 18 4.75v8.5c0 .454-.112.882-.308 1.26l-1.196-1.197q.003-.03.004-.063v-8.5c0-.69-.56-1.25-1.25-1.25H6.683L5.183 2zm-1.352 4.015a.75.75 0 0 1 .602.735c0 1.6-.445 2.785-.953 3.614l-1.104-1.103q.1-.194.19-.423l-.51.101L11 7.817V6.75l.004-.077A.75.75 0 0 1 11.75 6h2z"/></svg>
React
import type { SVGProps } from "react";
export function FluentTooltipQuoteOff28Regular(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.5zM3.5 4.75v8.5c0 .69.56 1.25 1.25 1.25H7.5a.75.75 0 0 1 .67.415L10 18.573l1.83-3.658l.053-.09a.75.75 0 0 1 .617-.325h.94L8.815 9.876c-.141.29-.294.547-.45.772a5.3 5.3 0 0 1-.803.915a4 4 0 0 1-.407.319l-.005.002l-.002.002a.75.75 0 0 1-.796-1.272l.038-.027c.037-.028.098-.075.173-.142c.15-.135.36-.35.572-.655a4.5 4.5 0 0 0 .498-.952l-.736.147A.75.75 0 0 1 6 8.25V7.06L3.514 4.575a1 1 0 0 0-.014.176M15.25 2A2.75 2.75 0 0 1 18 4.75v8.5c0 .454-.112.882-.308 1.26l-1.196-1.197q.003-.03.004-.063v-8.5c0-.69-.56-1.25-1.25-1.25H6.683L5.183 2zm-1.352 4.015a.75.75 0 0 1 .602.735c0 1.6-.445 2.785-.953 3.614l-1.104-1.103q.1-.194.19-.423l-.51.101L11 7.817V6.75l.004-.077A.75.75 0 0 1 11.75 6h2z"/></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.5zM3.5 4.75v8.5c0 .69.56 1.25 1.25 1.25H7.5a.75.75 0 0 1 .67.415L10 18.573l1.83-3.658l.053-.09a.75.75 0 0 1 .617-.325h.94L8.815 9.876c-.141.29-.294.547-.45.772a5.3 5.3 0 0 1-.803.915a4 4 0 0 1-.407.319l-.005.002l-.002.002a.75.75 0 0 1-.796-1.272l.038-.027c.037-.028.098-.075.173-.142c.15-.135.36-.35.572-.655a4.5 4.5 0 0 0 .498-.952l-.736.147A.75.75 0 0 1 6 8.25V7.06L3.514 4.575a1 1 0 0 0-.014.176M15.25 2A2.75 2.75 0 0 1 18 4.75v8.5c0 .454-.112.882-.308 1.26l-1.196-1.197q.003-.03.004-.063v-8.5c0-.69-.56-1.25-1.25-1.25H6.683L5.183 2zm-1.352 4.015a.75.75 0 0 1 .602.735c0 1.6-.445 2.785-.953 3.614l-1.104-1.103q.1-.194.19-.423l-.51.101L11 7.817V6.75l.004-.077A.75.75 0 0 1 11.75 6h2z"/></svg> </template>
CSS
.icon-tooltip-quote-off-28-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%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.5zM3.5%204.75v8.5c0%20.69.56%201.25%201.25%201.25H7.5a.75.75%200%200%201%20.67.415L10%2018.573l1.83-3.658l.053-.09a.75.75%200%200%201%20.617-.325h.94L8.815%209.876c-.141.29-.294.547-.45.772a5.3%205.3%200%200%201-.803.915a4%204%200%200%201-.407.319l-.005.002l-.002.002a.75.75%200%200%201-.796-1.272l.038-.027c.037-.028.098-.075.173-.142c.15-.135.36-.35.572-.655a4.5%204.5%200%200%200%20.498-.952l-.736.147A.75.75%200%200%201%206%208.25V7.06L3.514%204.575a1%201%200%200%200-.014.176M15.25%202A2.75%202.75%200%200%201%2018%204.75v8.5c0%20.454-.112.882-.308%201.26l-1.196-1.197q.003-.03.004-.063v-8.5c0-.69-.56-1.25-1.25-1.25H6.683L5.183%202zm-1.352%204.015a.75.75%200%200%201%20.602.735c0%201.6-.445%202.785-.953%203.614l-1.104-1.103q.1-.194.19-.423l-.51.101L11%207.817V6.75l.004-.077A.75.75%200%200%201%2011.75%206h2z%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.5zM3.5%204.75v8.5c0%20.69.56%201.25%201.25%201.25H7.5a.75.75%200%200%201%20.67.415L10%2018.573l1.83-3.658l.053-.09a.75.75%200%200%201%20.617-.325h.94L8.815%209.876c-.141.29-.294.547-.45.772a5.3%205.3%200%200%201-.803.915a4%204%200%200%201-.407.319l-.005.002l-.002.002a.75.75%200%200%201-.796-1.272l.038-.027c.037-.028.098-.075.173-.142c.15-.135.36-.35.572-.655a4.5%204.5%200%200%200%20.498-.952l-.736.147A.75.75%200%200%201%206%208.25V7.06L3.514%204.575a1%201%200%200%200-.014.176M15.25%202A2.75%202.75%200%200%201%2018%204.75v8.5c0%20.454-.112.882-.308%201.26l-1.196-1.197q.003-.03.004-.063v-8.5c0-.69-.56-1.25-1.25-1.25H6.683L5.183%202zm-1.352%204.015a.75.75%200%200%201%20.602.735c0%201.6-.445%202.785-.953%203.614l-1.104-1.103q.1-.194.19-.423l-.51.101L11%207.817V6.75l.004-.077A.75.75%200%200%201%2011.75%206h2z%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-regular.svg?color=%231a73e8&size=48