tooltip quote off icon
tooltip-quote-off-32-filled from Fluent UI System Icons by Microsoft Corporation · 32 Filled · MIT Free for personal and commercial use.
- Name
- tooltip-quote-off-32-filled
- Set
- Fluent UI System Icons
- Style
- 32 Filled
- 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-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 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-2zM18.75 2A3.25 3.25 0 0 1 22 5.25v10.5c0 .76-.264 1.458-.701 2.012l-5.44-5.44C16.444 11.367 17 9.942 17 8a1 1 0 0 0-.898-.995L16 7h-2a1 1 0 0 0-1 1v1.463L5.536 2zM7 10a.997.997 0 0 0 1.343.937a4.4 4.4 0 0 1-.752 1.082a3 3 0 0 1-.192.181a1 1 0 0 0 1.2 1.6l.005-.003l.004-.003l.012-.009l.031-.025l.093-.078c.075-.066.175-.159.29-.279c.23-.24.526-.592.818-1.066q.192-.315.373-.698L7 8.414z"/></svg>
React
import type { SVGProps } from "react";
export function FluentTooltipQuoteOff32Filled(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-2zM18.75 2A3.25 3.25 0 0 1 22 5.25v10.5c0 .76-.264 1.458-.701 2.012l-5.44-5.44C16.444 11.367 17 9.942 17 8a1 1 0 0 0-.898-.995L16 7h-2a1 1 0 0 0-1 1v1.463L5.536 2zM7 10a.997.997 0 0 0 1.343.937a4.4 4.4 0 0 1-.752 1.082a3 3 0 0 1-.192.181a1 1 0 0 0 1.2 1.6l.005-.003l.004-.003l.012-.009l.031-.025l.093-.078c.075-.066.175-.159.29-.279c.23-.24.526-.592.818-1.066q.192-.315.373-.698L7 8.414z"/></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-2zM18.75 2A3.25 3.25 0 0 1 22 5.25v10.5c0 .76-.264 1.458-.701 2.012l-5.44-5.44C16.444 11.367 17 9.942 17 8a1 1 0 0 0-.898-.995L16 7h-2a1 1 0 0 0-1 1v1.463L5.536 2zM7 10a.997.997 0 0 0 1.343.937a4.4 4.4 0 0 1-.752 1.082a3 3 0 0 1-.192.181a1 1 0 0 0 1.2 1.6l.005-.003l.004-.003l.012-.009l.031-.025l.093-.078c.075-.066.175-.159.29-.279c.23-.24.526-.592.818-1.066q.192-.315.373-.698L7 8.414z"/></svg> </template>
CSS
.icon-tooltip-quote-off-32-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%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-2zM18.75%202A3.25%203.25%200%200%201%2022%205.25v10.5c0%20.76-.264%201.458-.701%202.012l-5.44-5.44C16.444%2011.367%2017%209.942%2017%208a1%201%200%200%200-.898-.995L16%207h-2a1%201%200%200%200-1%201v1.463L5.536%202zM7%2010a.997.997%200%200%200%201.343.937a4.4%204.4%200%200%201-.752%201.082a3%203%200%200%201-.192.181a1%201%200%200%200%201.2%201.6l.005-.003l.004-.003l.012-.009l.031-.025l.093-.078c.075-.066.175-.159.29-.279c.23-.24.526-.592.818-1.066q.192-.315.373-.698L7%208.414z%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-2zM18.75%202A3.25%203.25%200%200%201%2022%205.25v10.5c0%20.76-.264%201.458-.701%202.012l-5.44-5.44C16.444%2011.367%2017%209.942%2017%208a1%201%200%200%200-.898-.995L16%207h-2a1%201%200%200%200-1%201v1.463L5.536%202zM7%2010a.997.997%200%200%200%201.343.937a4.4%204.4%200%200%201-.752%201.082a3%203%200%200%201-.192.181a1%201%200%200%200%201.2%201.6l.005-.003l.004-.003l.012-.009l.031-.025l.093-.078c.075-.066.175-.159.29-.279c.23-.24.526-.592.818-1.066q.192-.315.373-.698L7%208.414z%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-filled.svg?color=%231a73e8&size=48