tooltip quote icon
tooltip-quote-16-filled from Fluent UI System Icons by Microsoft Corporation · 16 Filled · MIT Free for personal and commercial use.
- Name
- tooltip-quote-16-filled
- Set
- Fluent UI System Icons
- Style
- 16 Filled
- Viewbox
- 16×16
- License
- MIT
13 other variants in Fluent UI System Icons
tooltip-quote-12-filledtooltip-quote-12-regulartooltip-quote-16-regulartooltip-quote-20-filledtooltip-quote-20-regulartooltip-quote-24-filledtooltip-quote-24-regulartooltip-quote-28-filledtooltip-quote-28-regulartooltip-quote-32-filledtooltip-quote-32-regulartooltip-quote-48-filledtooltip-quote-48-regular
Related icons in Fluent UI System Icons
Use the tooltip quote icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M9.5 14a.5.5 0 0 1 0 1h-8a.5.5 0 0 1 0-1zm-5.428-2H1.5a.5.5 0 0 1 0-1h2.072zM8.25 1C9.216 1 10 1.784 10 2.75v4.5A1.75 1.75 0 0 1 8.25 9h-.941l-1.362 2.724a.5.5 0 0 1-.894 0L3.69 9h-.94A1.75 1.75 0 0 1 1 7.25v-4.5C1 1.784 1.784 1 2.75 1zm6.25 10a.5.5 0 0 1 0 1H6.928l.5-1zm-11-8a.5.5 0 0 0-.49.4L3 3.5v1a.5.5 0 0 0 .854.354l.022-.024a2.6 2.6 0 0 1-.55.895a2 2 0 0 1-.137.132l-.002.002a.5.5 0 0 0 .626.782l.001-.002l.002-.001l.006-.005l.069-.06a3.7 3.7 0 0 0 .632-.785c.305-.51.58-1.246.495-2.17l-.023-.188a.5.5 0 0 0-.404-.421L4.5 3zm3 0a.5.5 0 0 0-.49.4L6 3.5v1a.5.5 0 0 0 .854.354l.022-.024a2.6 2.6 0 0 1-.55.895a2 2 0 0 1-.137.132l-.002.002a.5.5 0 0 0 .625.782l.002-.002l.002-.001l.006-.005l.069-.06q.065-.058.166-.165c.132-.141.303-.35.465-.62c.306-.51.582-1.246.496-2.17l-.023-.188a.5.5 0 0 0-.404-.421L7.5 3z"/></svg>
React
import type { SVGProps } from "react";
export function FluentTooltipQuote16Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M9.5 14a.5.5 0 0 1 0 1h-8a.5.5 0 0 1 0-1zm-5.428-2H1.5a.5.5 0 0 1 0-1h2.072zM8.25 1C9.216 1 10 1.784 10 2.75v4.5A1.75 1.75 0 0 1 8.25 9h-.941l-1.362 2.724a.5.5 0 0 1-.894 0L3.69 9h-.94A1.75 1.75 0 0 1 1 7.25v-4.5C1 1.784 1.784 1 2.75 1zm6.25 10a.5.5 0 0 1 0 1H6.928l.5-1zm-11-8a.5.5 0 0 0-.49.4L3 3.5v1a.5.5 0 0 0 .854.354l.022-.024a2.6 2.6 0 0 1-.55.895a2 2 0 0 1-.137.132l-.002.002a.5.5 0 0 0 .626.782l.001-.002l.002-.001l.006-.005l.069-.06a3.7 3.7 0 0 0 .632-.785c.305-.51.58-1.246.495-2.17l-.023-.188a.5.5 0 0 0-.404-.421L4.5 3zm3 0a.5.5 0 0 0-.49.4L6 3.5v1a.5.5 0 0 0 .854.354l.022-.024a2.6 2.6 0 0 1-.55.895a2 2 0 0 1-.137.132l-.002.002a.5.5 0 0 0 .625.782l.002-.002l.002-.001l.006-.005l.069-.06q.065-.058.166-.165c.132-.141.303-.35.465-.62c.306-.51.582-1.246.496-2.17l-.023-.188a.5.5 0 0 0-.404-.421L7.5 3z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M9.5 14a.5.5 0 0 1 0 1h-8a.5.5 0 0 1 0-1zm-5.428-2H1.5a.5.5 0 0 1 0-1h2.072zM8.25 1C9.216 1 10 1.784 10 2.75v4.5A1.75 1.75 0 0 1 8.25 9h-.941l-1.362 2.724a.5.5 0 0 1-.894 0L3.69 9h-.94A1.75 1.75 0 0 1 1 7.25v-4.5C1 1.784 1.784 1 2.75 1zm6.25 10a.5.5 0 0 1 0 1H6.928l.5-1zm-11-8a.5.5 0 0 0-.49.4L3 3.5v1a.5.5 0 0 0 .854.354l.022-.024a2.6 2.6 0 0 1-.55.895a2 2 0 0 1-.137.132l-.002.002a.5.5 0 0 0 .626.782l.001-.002l.002-.001l.006-.005l.069-.06a3.7 3.7 0 0 0 .632-.785c.305-.51.58-1.246.495-2.17l-.023-.188a.5.5 0 0 0-.404-.421L4.5 3zm3 0a.5.5 0 0 0-.49.4L6 3.5v1a.5.5 0 0 0 .854.354l.022-.024a2.6 2.6 0 0 1-.55.895a2 2 0 0 1-.137.132l-.002.002a.5.5 0 0 0 .625.782l.002-.002l.002-.001l.006-.005l.069-.06q.065-.058.166-.165c.132-.141.303-.35.465-.62c.306-.51.582-1.246.496-2.17l-.023-.188a.5.5 0 0 0-.404-.421L7.5 3z"/></svg> </template>
CSS
.icon-tooltip-quote-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.5%2014a.5.5%200%200%201%200%201h-8a.5.5%200%200%201%200-1zm-5.428-2H1.5a.5.5%200%200%201%200-1h2.072zM8.25%201C9.216%201%2010%201.784%2010%202.75v4.5A1.75%201.75%200%200%201%208.25%209h-.941l-1.362%202.724a.5.5%200%200%201-.894%200L3.69%209h-.94A1.75%201.75%200%200%201%201%207.25v-4.5C1%201.784%201.784%201%202.75%201zm6.25%2010a.5.5%200%200%201%200%201H6.928l.5-1zm-11-8a.5.5%200%200%200-.49.4L3%203.5v1a.5.5%200%200%200%20.854.354l.022-.024a2.6%202.6%200%200%201-.55.895a2%202%200%200%201-.137.132l-.002.002a.5.5%200%200%200%20.626.782l.001-.002l.002-.001l.006-.005l.069-.06a3.7%203.7%200%200%200%20.632-.785c.305-.51.58-1.246.495-2.17l-.023-.188a.5.5%200%200%200-.404-.421L4.5%203zm3%200a.5.5%200%200%200-.49.4L6%203.5v1a.5.5%200%200%200%20.854.354l.022-.024a2.6%202.6%200%200%201-.55.895a2%202%200%200%201-.137.132l-.002.002a.5.5%200%200%200%20.625.782l.002-.002l.002-.001l.006-.005l.069-.06q.065-.058.166-.165c.132-.141.303-.35.465-.62c.306-.51.582-1.246.496-2.17l-.023-.188a.5.5%200%200%200-.404-.421L7.5%203z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.5%2014a.5.5%200%200%201%200%201h-8a.5.5%200%200%201%200-1zm-5.428-2H1.5a.5.5%200%200%201%200-1h2.072zM8.25%201C9.216%201%2010%201.784%2010%202.75v4.5A1.75%201.75%200%200%201%208.25%209h-.941l-1.362%202.724a.5.5%200%200%201-.894%200L3.69%209h-.94A1.75%201.75%200%200%201%201%207.25v-4.5C1%201.784%201.784%201%202.75%201zm6.25%2010a.5.5%200%200%201%200%201H6.928l.5-1zm-11-8a.5.5%200%200%200-.49.4L3%203.5v1a.5.5%200%200%200%20.854.354l.022-.024a2.6%202.6%200%200%201-.55.895a2%202%200%200%201-.137.132l-.002.002a.5.5%200%200%200%20.626.782l.001-.002l.002-.001l.006-.005l.069-.06a3.7%203.7%200%200%200%20.632-.785c.305-.51.58-1.246.495-2.17l-.023-.188a.5.5%200%200%200-.404-.421L4.5%203zm3%200a.5.5%200%200%200-.49.4L6%203.5v1a.5.5%200%200%200%20.854.354l.022-.024a2.6%202.6%200%200%201-.55.895a2%202%200%200%201-.137.132l-.002.002a.5.5%200%200%200%20.625.782l.002-.002l.002-.001l.006-.005l.069-.06q.065-.058.166-.165c.132-.141.303-.35.465-.62c.306-.51.582-1.246.496-2.17l-.023-.188a.5.5%200%200%200-.404-.421L7.5%203z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/tooltip-quote-16-filled.svg?color=%231a73e8&size=48