tooltip quote off icon
tooltip-quote-off-32-regular from Fluent UI System Icons by Microsoft Corporation · 32 Regular · MIT Free for personal and commercial use.
- Name
- tooltip-quote-off-32-regular
- Set
- Fluent UI System Icons
- Style
- 32 Regular
- Viewbox
- 32×32
- 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-28-regulartooltip-quote-off-32-filledtooltip-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 32 32"><path fill="currentColor" d="M2.293 2.293a1 1 0 0 1 1.414 0l26 26l.07.076a1 1 0 0 1-1.408 1.407l-.076-.069L22.586 24h-8.27l1.199-2h5.07l-3-3h-2.019l-2.709 4.515a1 1 0 0 1-1.64.107l-.074-.107L8.433 19H5.25A3.25 3.25 0 0 1 2 15.75V5.25c0-.533.129-1.036.356-1.48l-.063-.063a1 1 0 0 1 0-1.414M21 27a1 1 0 1 1 0 2H3a1 1 0 1 1 0-2zM9.685 24H3a1 1 0 1 1 0-2h5.485zM29 22a1 1 0 1 1 0 2h-1.463l-2-2zM4 15.75c0 .69.56 1.25 1.25 1.25H9a1 1 0 0 1 .857.485L12 21.055l2.143-3.57l.074-.107A1 1 0 0 1 15 17h.586l-5.361-5.361q-.18.383-.373.698a6.3 6.3 0 0 1-.818 1.066a5 5 0 0 1-.426.39l-.004.004l-.003.003a1 1 0 0 1-1.2-1.6l.027-.024q.052-.045.163-.157a4.4 4.4 0 0 0 .752-1.082A.997.997 0 0 1 7 10V8.414l-3-3zM18.75 2A3.25 3.25 0 0 1 22 5.25v10.5c0 .76-.264 1.458-.701 2.012l-1.44-1.439A1.2 1.2 0 0 0 20 15.75V5.25C20 4.56 19.44 4 18.75 4H7.536l-2-2zm-2.648 5.005A1 1 0 0 1 17 8c0 1.942-.556 3.367-1.14 4.322L13 9.462V8a1 1 0 0 1 1-1h2z"/></svg>
React
import type { SVGProps } from "react";
export function FluentTooltipQuoteOff32Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M2.293 2.293a1 1 0 0 1 1.414 0l26 26l.07.076a1 1 0 0 1-1.408 1.407l-.076-.069L22.586 24h-8.27l1.199-2h5.07l-3-3h-2.019l-2.709 4.515a1 1 0 0 1-1.64.107l-.074-.107L8.433 19H5.25A3.25 3.25 0 0 1 2 15.75V5.25c0-.533.129-1.036.356-1.48l-.063-.063a1 1 0 0 1 0-1.414M21 27a1 1 0 1 1 0 2H3a1 1 0 1 1 0-2zM9.685 24H3a1 1 0 1 1 0-2h5.485zM29 22a1 1 0 1 1 0 2h-1.463l-2-2zM4 15.75c0 .69.56 1.25 1.25 1.25H9a1 1 0 0 1 .857.485L12 21.055l2.143-3.57l.074-.107A1 1 0 0 1 15 17h.586l-5.361-5.361q-.18.383-.373.698a6.3 6.3 0 0 1-.818 1.066a5 5 0 0 1-.426.39l-.004.004l-.003.003a1 1 0 0 1-1.2-1.6l.027-.024q.052-.045.163-.157a4.4 4.4 0 0 0 .752-1.082A.997.997 0 0 1 7 10V8.414l-3-3zM18.75 2A3.25 3.25 0 0 1 22 5.25v10.5c0 .76-.264 1.458-.701 2.012l-1.44-1.439A1.2 1.2 0 0 0 20 15.75V5.25C20 4.56 19.44 4 18.75 4H7.536l-2-2zm-2.648 5.005A1 1 0 0 1 17 8c0 1.942-.556 3.367-1.14 4.322L13 9.462V8a1 1 0 0 1 1-1h2z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M2.293 2.293a1 1 0 0 1 1.414 0l26 26l.07.076a1 1 0 0 1-1.408 1.407l-.076-.069L22.586 24h-8.27l1.199-2h5.07l-3-3h-2.019l-2.709 4.515a1 1 0 0 1-1.64.107l-.074-.107L8.433 19H5.25A3.25 3.25 0 0 1 2 15.75V5.25c0-.533.129-1.036.356-1.48l-.063-.063a1 1 0 0 1 0-1.414M21 27a1 1 0 1 1 0 2H3a1 1 0 1 1 0-2zM9.685 24H3a1 1 0 1 1 0-2h5.485zM29 22a1 1 0 1 1 0 2h-1.463l-2-2zM4 15.75c0 .69.56 1.25 1.25 1.25H9a1 1 0 0 1 .857.485L12 21.055l2.143-3.57l.074-.107A1 1 0 0 1 15 17h.586l-5.361-5.361q-.18.383-.373.698a6.3 6.3 0 0 1-.818 1.066a5 5 0 0 1-.426.39l-.004.004l-.003.003a1 1 0 0 1-1.2-1.6l.027-.024q.052-.045.163-.157a4.4 4.4 0 0 0 .752-1.082A.997.997 0 0 1 7 10V8.414l-3-3zM18.75 2A3.25 3.25 0 0 1 22 5.25v10.5c0 .76-.264 1.458-.701 2.012l-1.44-1.439A1.2 1.2 0 0 0 20 15.75V5.25C20 4.56 19.44 4 18.75 4H7.536l-2-2zm-2.648 5.005A1 1 0 0 1 17 8c0 1.942-.556 3.367-1.14 4.322L13 9.462V8a1 1 0 0 1 1-1h2z"/></svg> </template>
CSS
.icon-tooltip-quote-off-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.293%202.293a1%201%200%200%201%201.414%200l26%2026l.07.076a1%201%200%200%201-1.408%201.407l-.076-.069L22.586%2024h-8.27l1.199-2h5.07l-3-3h-2.019l-2.709%204.515a1%201%200%200%201-1.64.107l-.074-.107L8.433%2019H5.25A3.25%203.25%200%200%201%202%2015.75V5.25c0-.533.129-1.036.356-1.48l-.063-.063a1%201%200%200%201%200-1.414M21%2027a1%201%200%201%201%200%202H3a1%201%200%201%201%200-2zM9.685%2024H3a1%201%200%201%201%200-2h5.485zM29%2022a1%201%200%201%201%200%202h-1.463l-2-2zM4%2015.75c0%20.69.56%201.25%201.25%201.25H9a1%201%200%200%201%20.857.485L12%2021.055l2.143-3.57l.074-.107A1%201%200%200%201%2015%2017h.586l-5.361-5.361q-.18.383-.373.698a6.3%206.3%200%200%201-.818%201.066a5%205%200%200%201-.426.39l-.004.004l-.003.003a1%201%200%200%201-1.2-1.6l.027-.024q.052-.045.163-.157a4.4%204.4%200%200%200%20.752-1.082A.997.997%200%200%201%207%2010V8.414l-3-3zM18.75%202A3.25%203.25%200%200%201%2022%205.25v10.5c0%20.76-.264%201.458-.701%202.012l-1.44-1.439A1.2%201.2%200%200%200%2020%2015.75V5.25C20%204.56%2019.44%204%2018.75%204H7.536l-2-2zm-2.648%205.005A1%201%200%200%201%2017%208c0%201.942-.556%203.367-1.14%204.322L13%209.462V8a1%201%200%200%201%201-1h2z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.293%202.293a1%201%200%200%201%201.414%200l26%2026l.07.076a1%201%200%200%201-1.408%201.407l-.076-.069L22.586%2024h-8.27l1.199-2h5.07l-3-3h-2.019l-2.709%204.515a1%201%200%200%201-1.64.107l-.074-.107L8.433%2019H5.25A3.25%203.25%200%200%201%202%2015.75V5.25c0-.533.129-1.036.356-1.48l-.063-.063a1%201%200%200%201%200-1.414M21%2027a1%201%200%201%201%200%202H3a1%201%200%201%201%200-2zM9.685%2024H3a1%201%200%201%201%200-2h5.485zM29%2022a1%201%200%201%201%200%202h-1.463l-2-2zM4%2015.75c0%20.69.56%201.25%201.25%201.25H9a1%201%200%200%201%20.857.485L12%2021.055l2.143-3.57l.074-.107A1%201%200%200%201%2015%2017h.586l-5.361-5.361q-.18.383-.373.698a6.3%206.3%200%200%201-.818%201.066a5%205%200%200%201-.426.39l-.004.004l-.003.003a1%201%200%200%201-1.2-1.6l.027-.024q.052-.045.163-.157a4.4%204.4%200%200%200%20.752-1.082A.997.997%200%200%201%207%2010V8.414l-3-3zM18.75%202A3.25%203.25%200%200%201%2022%205.25v10.5c0%20.76-.264%201.458-.701%202.012l-1.44-1.439A1.2%201.2%200%200%200%2020%2015.75V5.25C20%204.56%2019.44%204%2018.75%204H7.536l-2-2zm-2.648%205.005A1%201%200%200%201%2017%208c0%201.942-.556%203.367-1.14%204.322L13%209.462V8a1%201%200%200%201%201-1h2z%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-32-regular.svg?color=%231a73e8&size=48