tooltip quote off icon
tooltip-quote-off-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.
- Name
- tooltip-quote-off-20-filled
- Set
- Fluent UI System Icons
- Style
- 20 Filled
- Viewbox
- 20×20
- 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-regulartooltip-quote-off-24-filledtooltip-quote-off-24-regulartooltip-quote-off-28-filledtooltip-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 20 20"><path fill="currentColor" d="M12.5 17a.5.5 0 0 1 0 1h-10a.5.5 0 0 1 0-1zM2.146 2.146a.5.5 0 0 1 .708 0l15 15l.064.079a.5.5 0 0 1-.693.693l-.079-.064L14.294 15H8.935l.54-1h3.818l-2.021-2.021q-.134.02-.272.021H9.42l-1.48 2.738a.5.5 0 0 1-.878.002L5.562 12H4a2 2 0 0 1-2-2V4c0-.37.102-.717.278-1.015l-.132-.131a.5.5 0 0 1 0-.708M6.063 15H2.5a.5.5 0 0 1 0-1h3.017zM17.5 14a.5.5 0 0 1 0 1h-.379l-1-1zM11 2a2 2 0 0 1 2 2v6c0 .26-.052.508-.143.736L9.642 7.521A5.7 5.7 0 0 0 10 5.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v.379L4.121 2zM5 6.5a.5.5 0 0 0 .799.401c-.202.666-.503 1.095-.653 1.245a.5.5 0 1 0 .708.708c.247-.248.585-.75.83-1.462L5 5.707z"/></svg>
React
import type { SVGProps } from "react";
export function FluentTooltipQuoteOff20Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M12.5 17a.5.5 0 0 1 0 1h-10a.5.5 0 0 1 0-1zM2.146 2.146a.5.5 0 0 1 .708 0l15 15l.064.079a.5.5 0 0 1-.693.693l-.079-.064L14.294 15H8.935l.54-1h3.818l-2.021-2.021q-.134.02-.272.021H9.42l-1.48 2.738a.5.5 0 0 1-.878.002L5.562 12H4a2 2 0 0 1-2-2V4c0-.37.102-.717.278-1.015l-.132-.131a.5.5 0 0 1 0-.708M6.063 15H2.5a.5.5 0 0 1 0-1h3.017zM17.5 14a.5.5 0 0 1 0 1h-.379l-1-1zM11 2a2 2 0 0 1 2 2v6c0 .26-.052.508-.143.736L9.642 7.521A5.7 5.7 0 0 0 10 5.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v.379L4.121 2zM5 6.5a.5.5 0 0 0 .799.401c-.202.666-.503 1.095-.653 1.245a.5.5 0 1 0 .708.708c.247-.248.585-.75.83-1.462L5 5.707z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M12.5 17a.5.5 0 0 1 0 1h-10a.5.5 0 0 1 0-1zM2.146 2.146a.5.5 0 0 1 .708 0l15 15l.064.079a.5.5 0 0 1-.693.693l-.079-.064L14.294 15H8.935l.54-1h3.818l-2.021-2.021q-.134.02-.272.021H9.42l-1.48 2.738a.5.5 0 0 1-.878.002L5.562 12H4a2 2 0 0 1-2-2V4c0-.37.102-.717.278-1.015l-.132-.131a.5.5 0 0 1 0-.708M6.063 15H2.5a.5.5 0 0 1 0-1h3.017zM17.5 14a.5.5 0 0 1 0 1h-.379l-1-1zM11 2a2 2 0 0 1 2 2v6c0 .26-.052.508-.143.736L9.642 7.521A5.7 5.7 0 0 0 10 5.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v.379L4.121 2zM5 6.5a.5.5 0 0 0 .799.401c-.202.666-.503 1.095-.653 1.245a.5.5 0 1 0 .708.708c.247-.248.585-.75.83-1.462L5 5.707z"/></svg> </template>
CSS
.icon-tooltip-quote-off-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.5%2017a.5.5%200%200%201%200%201h-10a.5.5%200%200%201%200-1zM2.146%202.146a.5.5%200%200%201%20.708%200l15%2015l.064.079a.5.5%200%200%201-.693.693l-.079-.064L14.294%2015H8.935l.54-1h3.818l-2.021-2.021q-.134.02-.272.021H9.42l-1.48%202.738a.5.5%200%200%201-.878.002L5.562%2012H4a2%202%200%200%201-2-2V4c0-.37.102-.717.278-1.015l-.132-.131a.5.5%200%200%201%200-.708M6.063%2015H2.5a.5.5%200%200%201%200-1h3.017zM17.5%2014a.5.5%200%200%201%200%201h-.379l-1-1zM11%202a2%202%200%200%201%202%202v6c0%20.26-.052.508-.143.736L9.642%207.521A5.7%205.7%200%200%200%2010%205.5a.5.5%200%200%200-.5-.5h-1a.5.5%200%200%200-.5.5v.379L4.121%202zM5%206.5a.5.5%200%200%200%20.799.401c-.202.666-.503%201.095-.653%201.245a.5.5%200%201%200%20.708.708c.247-.248.585-.75.83-1.462L5%205.707z%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.5%2017a.5.5%200%200%201%200%201h-10a.5.5%200%200%201%200-1zM2.146%202.146a.5.5%200%200%201%20.708%200l15%2015l.064.079a.5.5%200%200%201-.693.693l-.079-.064L14.294%2015H8.935l.54-1h3.818l-2.021-2.021q-.134.02-.272.021H9.42l-1.48%202.738a.5.5%200%200%201-.878.002L5.562%2012H4a2%202%200%200%201-2-2V4c0-.37.102-.717.278-1.015l-.132-.131a.5.5%200%200%201%200-.708M6.063%2015H2.5a.5.5%200%200%201%200-1h3.017zM17.5%2014a.5.5%200%200%201%200%201h-.379l-1-1zM11%202a2%202%200%200%201%202%202v6c0%20.26-.052.508-.143.736L9.642%207.521A5.7%205.7%200%200%200%2010%205.5a.5.5%200%200%200-.5-.5h-1a.5.5%200%200%200-.5.5v.379L4.121%202zM5%206.5a.5.5%200%200%200%20.799.401c-.202.666-.503%201.095-.653%201.245a.5.5%200%201%200%20.708.708c.247-.248.585-.75.83-1.462L5%205.707z%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-20-filled.svg?color=%231a73e8&size=48