tooltip quote icon
tooltip-quote-48-regular from Fluent UI System Icons by Microsoft Corporation · 48 Regular · MIT Free for personal and commercial use.
- Name
- tooltip-quote-48-regular
- Set
- Fluent UI System Icons
- Style
- 48 Regular
- Viewbox
- 48×48
- License
- MIT
13 other variants in Fluent UI System Icons
tooltip-quote-12-filledtooltip-quote-12-regulartooltip-quote-16-filledtooltip-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-filled
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 48 48"><path fill="currentColor" d="M29.878 41.507a1.25 1.25 0 0 1 0 2.486L29.75 44H5.25a1.25 1.25 0 1 1 0-2.5h24.5zM14.49 36H5.25a1.25 1.25 0 1 1 0-2.5h7.991zM26.75 4A4.25 4.25 0 0 1 31 8.25v15.5A4.25 4.25 0 0 1 26.75 28h-4.477l-3.655 7.309a1.25 1.25 0 0 1-2.236 0L12.727 28H8.25A4.25 4.25 0 0 1 4 23.75V8.25A4.25 4.25 0 0 1 8.25 4zm16 29.5a1.25 1.25 0 1 1 0 2.5H20.509l1.25-2.5zm-34.5-27A1.75 1.75 0 0 0 6.5 8.25v15.5c0 .966.784 1.75 1.75 1.75h5.25c.473 0 .906.268 1.118.691l2.882 5.764l2.882-5.764l.09-.151a1.25 1.25 0 0 1 1.028-.54h5.25a1.75 1.75 0 0 0 1.75-1.75V8.25a1.75 1.75 0 0 0-1.75-1.75zm7.628 4.507A1.25 1.25 0 0 1 17 12.25a14 14 0 0 1-.142 1.988c-.303 2.091-1.059 3.612-1.86 4.672a7.8 7.8 0 0 1-1.436 1.465a6 6 0 0 1-.666.447l-.08.043l-.004.001l-.003.002a1.25 1.25 0 0 1-1.23-2.173l.103-.058l-.004.002l.005-.003l.061-.036c.062-.038.162-.104.288-.202c.253-.195.609-.517.97-.996a6.8 6.8 0 0 0 .942-1.748l-1.424.317A1.25 1.25 0 0 1 11 14.75v-2.5l.006-.124A1.25 1.25 0 0 1 12.25 11h3.5zm8 0A1.25 1.25 0 0 1 25 12.25a14 14 0 0 1-.142 1.988c-.303 2.091-1.059 3.612-1.86 4.672a7.8 7.8 0 0 1-1.437 1.465a6 6 0 0 1-.666.447l-.08.043l-.003.001l-.003.002a1.25 1.25 0 0 1-1.23-2.173l.103-.058l-.004.002l.005-.003l.061-.036c.062-.038.162-.104.288-.202c.253-.195.609-.517.97-.996a6.8 6.8 0 0 0 .942-1.748l-1.424.317A1.25 1.25 0 0 1 19 14.75v-2.5l.006-.124A1.25 1.25 0 0 1 20.25 11h3.5z"/></svg>
React
import type { SVGProps } from "react";
export function FluentTooltipQuote48Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M29.878 41.507a1.25 1.25 0 0 1 0 2.486L29.75 44H5.25a1.25 1.25 0 1 1 0-2.5h24.5zM14.49 36H5.25a1.25 1.25 0 1 1 0-2.5h7.991zM26.75 4A4.25 4.25 0 0 1 31 8.25v15.5A4.25 4.25 0 0 1 26.75 28h-4.477l-3.655 7.309a1.25 1.25 0 0 1-2.236 0L12.727 28H8.25A4.25 4.25 0 0 1 4 23.75V8.25A4.25 4.25 0 0 1 8.25 4zm16 29.5a1.25 1.25 0 1 1 0 2.5H20.509l1.25-2.5zm-34.5-27A1.75 1.75 0 0 0 6.5 8.25v15.5c0 .966.784 1.75 1.75 1.75h5.25c.473 0 .906.268 1.118.691l2.882 5.764l2.882-5.764l.09-.151a1.25 1.25 0 0 1 1.028-.54h5.25a1.75 1.75 0 0 0 1.75-1.75V8.25a1.75 1.75 0 0 0-1.75-1.75zm7.628 4.507A1.25 1.25 0 0 1 17 12.25a14 14 0 0 1-.142 1.988c-.303 2.091-1.059 3.612-1.86 4.672a7.8 7.8 0 0 1-1.436 1.465a6 6 0 0 1-.666.447l-.08.043l-.004.001l-.003.002a1.25 1.25 0 0 1-1.23-2.173l.103-.058l-.004.002l.005-.003l.061-.036c.062-.038.162-.104.288-.202c.253-.195.609-.517.97-.996a6.8 6.8 0 0 0 .942-1.748l-1.424.317A1.25 1.25 0 0 1 11 14.75v-2.5l.006-.124A1.25 1.25 0 0 1 12.25 11h3.5zm8 0A1.25 1.25 0 0 1 25 12.25a14 14 0 0 1-.142 1.988c-.303 2.091-1.059 3.612-1.86 4.672a7.8 7.8 0 0 1-1.437 1.465a6 6 0 0 1-.666.447l-.08.043l-.003.001l-.003.002a1.25 1.25 0 0 1-1.23-2.173l.103-.058l-.004.002l.005-.003l.061-.036c.062-.038.162-.104.288-.202c.253-.195.609-.517.97-.996a6.8 6.8 0 0 0 .942-1.748l-1.424.317A1.25 1.25 0 0 1 19 14.75v-2.5l.006-.124A1.25 1.25 0 0 1 20.25 11h3.5z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M29.878 41.507a1.25 1.25 0 0 1 0 2.486L29.75 44H5.25a1.25 1.25 0 1 1 0-2.5h24.5zM14.49 36H5.25a1.25 1.25 0 1 1 0-2.5h7.991zM26.75 4A4.25 4.25 0 0 1 31 8.25v15.5A4.25 4.25 0 0 1 26.75 28h-4.477l-3.655 7.309a1.25 1.25 0 0 1-2.236 0L12.727 28H8.25A4.25 4.25 0 0 1 4 23.75V8.25A4.25 4.25 0 0 1 8.25 4zm16 29.5a1.25 1.25 0 1 1 0 2.5H20.509l1.25-2.5zm-34.5-27A1.75 1.75 0 0 0 6.5 8.25v15.5c0 .966.784 1.75 1.75 1.75h5.25c.473 0 .906.268 1.118.691l2.882 5.764l2.882-5.764l.09-.151a1.25 1.25 0 0 1 1.028-.54h5.25a1.75 1.75 0 0 0 1.75-1.75V8.25a1.75 1.75 0 0 0-1.75-1.75zm7.628 4.507A1.25 1.25 0 0 1 17 12.25a14 14 0 0 1-.142 1.988c-.303 2.091-1.059 3.612-1.86 4.672a7.8 7.8 0 0 1-1.436 1.465a6 6 0 0 1-.666.447l-.08.043l-.004.001l-.003.002a1.25 1.25 0 0 1-1.23-2.173l.103-.058l-.004.002l.005-.003l.061-.036c.062-.038.162-.104.288-.202c.253-.195.609-.517.97-.996a6.8 6.8 0 0 0 .942-1.748l-1.424.317A1.25 1.25 0 0 1 11 14.75v-2.5l.006-.124A1.25 1.25 0 0 1 12.25 11h3.5zm8 0A1.25 1.25 0 0 1 25 12.25a14 14 0 0 1-.142 1.988c-.303 2.091-1.059 3.612-1.86 4.672a7.8 7.8 0 0 1-1.437 1.465a6 6 0 0 1-.666.447l-.08.043l-.003.001l-.003.002a1.25 1.25 0 0 1-1.23-2.173l.103-.058l-.004.002l.005-.003l.061-.036c.062-.038.162-.104.288-.202c.253-.195.609-.517.97-.996a6.8 6.8 0 0 0 .942-1.748l-1.424.317A1.25 1.25 0 0 1 19 14.75v-2.5l.006-.124A1.25 1.25 0 0 1 20.25 11h3.5z"/></svg> </template>
CSS
.icon-tooltip-quote-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M29.878%2041.507a1.25%201.25%200%200%201%200%202.486L29.75%2044H5.25a1.25%201.25%200%201%201%200-2.5h24.5zM14.49%2036H5.25a1.25%201.25%200%201%201%200-2.5h7.991zM26.75%204A4.25%204.25%200%200%201%2031%208.25v15.5A4.25%204.25%200%200%201%2026.75%2028h-4.477l-3.655%207.309a1.25%201.25%200%200%201-2.236%200L12.727%2028H8.25A4.25%204.25%200%200%201%204%2023.75V8.25A4.25%204.25%200%200%201%208.25%204zm16%2029.5a1.25%201.25%200%201%201%200%202.5H20.509l1.25-2.5zm-34.5-27A1.75%201.75%200%200%200%206.5%208.25v15.5c0%20.966.784%201.75%201.75%201.75h5.25c.473%200%20.906.268%201.118.691l2.882%205.764l2.882-5.764l.09-.151a1.25%201.25%200%200%201%201.028-.54h5.25a1.75%201.75%200%200%200%201.75-1.75V8.25a1.75%201.75%200%200%200-1.75-1.75zm7.628%204.507A1.25%201.25%200%200%201%2017%2012.25a14%2014%200%200%201-.142%201.988c-.303%202.091-1.059%203.612-1.86%204.672a7.8%207.8%200%200%201-1.436%201.465a6%206%200%200%201-.666.447l-.08.043l-.004.001l-.003.002a1.25%201.25%200%200%201-1.23-2.173l.103-.058l-.004.002l.005-.003l.061-.036c.062-.038.162-.104.288-.202c.253-.195.609-.517.97-.996a6.8%206.8%200%200%200%20.942-1.748l-1.424.317A1.25%201.25%200%200%201%2011%2014.75v-2.5l.006-.124A1.25%201.25%200%200%201%2012.25%2011h3.5zm8%200A1.25%201.25%200%200%201%2025%2012.25a14%2014%200%200%201-.142%201.988c-.303%202.091-1.059%203.612-1.86%204.672a7.8%207.8%200%200%201-1.437%201.465a6%206%200%200%201-.666.447l-.08.043l-.003.001l-.003.002a1.25%201.25%200%200%201-1.23-2.173l.103-.058l-.004.002l.005-.003l.061-.036c.062-.038.162-.104.288-.202c.253-.195.609-.517.97-.996a6.8%206.8%200%200%200%20.942-1.748l-1.424.317A1.25%201.25%200%200%201%2019%2014.75v-2.5l.006-.124A1.25%201.25%200%200%201%2020.25%2011h3.5z%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M29.878%2041.507a1.25%201.25%200%200%201%200%202.486L29.75%2044H5.25a1.25%201.25%200%201%201%200-2.5h24.5zM14.49%2036H5.25a1.25%201.25%200%201%201%200-2.5h7.991zM26.75%204A4.25%204.25%200%200%201%2031%208.25v15.5A4.25%204.25%200%200%201%2026.75%2028h-4.477l-3.655%207.309a1.25%201.25%200%200%201-2.236%200L12.727%2028H8.25A4.25%204.25%200%200%201%204%2023.75V8.25A4.25%204.25%200%200%201%208.25%204zm16%2029.5a1.25%201.25%200%201%201%200%202.5H20.509l1.25-2.5zm-34.5-27A1.75%201.75%200%200%200%206.5%208.25v15.5c0%20.966.784%201.75%201.75%201.75h5.25c.473%200%20.906.268%201.118.691l2.882%205.764l2.882-5.764l.09-.151a1.25%201.25%200%200%201%201.028-.54h5.25a1.75%201.75%200%200%200%201.75-1.75V8.25a1.75%201.75%200%200%200-1.75-1.75zm7.628%204.507A1.25%201.25%200%200%201%2017%2012.25a14%2014%200%200%201-.142%201.988c-.303%202.091-1.059%203.612-1.86%204.672a7.8%207.8%200%200%201-1.436%201.465a6%206%200%200%201-.666.447l-.08.043l-.004.001l-.003.002a1.25%201.25%200%200%201-1.23-2.173l.103-.058l-.004.002l.005-.003l.061-.036c.062-.038.162-.104.288-.202c.253-.195.609-.517.97-.996a6.8%206.8%200%200%200%20.942-1.748l-1.424.317A1.25%201.25%200%200%201%2011%2014.75v-2.5l.006-.124A1.25%201.25%200%200%201%2012.25%2011h3.5zm8%200A1.25%201.25%200%200%201%2025%2012.25a14%2014%200%200%201-.142%201.988c-.303%202.091-1.059%203.612-1.86%204.672a7.8%207.8%200%200%201-1.437%201.465a6%206%200%200%201-.666.447l-.08.043l-.003.001l-.003.002a1.25%201.25%200%200%201-1.23-2.173l.103-.058l-.004.002l.005-.003l.061-.036c.062-.038.162-.104.288-.202c.253-.195.609-.517.97-.996a6.8%206.8%200%200%200%20.942-1.748l-1.424.317A1.25%201.25%200%200%201%2019%2014.75v-2.5l.006-.124A1.25%201.25%200%200%201%2020.25%2011h3.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/tooltip-quote-48-regular.svg?color=%231a73e8&size=48