tooltip-2-rounded from Material Symbols Light by Google · Rounded · Communicate · Apache-2.0 Free for personal and commercial use.

Name
tooltip-2-rounded
Set
Material Symbols Light
Style
Rounded
Category
Communicate
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols Light

The same icon in other sets

More communicate icons from Material Symbols Light

Use the tooltip 2 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.5 13.75h7v-1h-7zm0-3h11v-1h-11zm0-3h11v-1h-11zM4.616 17.5q-.667 0-1.141-.475T3 15.886V4.615q0-.666.475-1.14T4.615 3h14.77q.666 0 1.14.475T21 4.615v11.27q0 .666-.475 1.14t-1.14.475H14.29l-1.62 2.462q-.13.186-.295.28t-.376.093t-.376-.094t-.295-.28L9.709 17.5z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightTooltip2Rounded(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.5 13.75h7v-1h-7zm0-3h11v-1h-11zm0-3h11v-1h-11zM4.616 17.5q-.667 0-1.141-.475T3 15.886V4.615q0-.666.475-1.14T4.615 3h14.77q.666 0 1.14.475T21 4.615v11.27q0 .666-.475 1.14t-1.14.475H14.29l-1.62 2.462q-.13.186-.295.28t-.376.093t-.376-.094t-.295-.28L9.709 17.5z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.5 13.75h7v-1h-7zm0-3h11v-1h-11zm0-3h11v-1h-11zM4.616 17.5q-.667 0-1.141-.475T3 15.886V4.615q0-.666.475-1.14T4.615 3h14.77q.666 0 1.14.475T21 4.615v11.27q0 .666-.475 1.14t-1.14.475H14.29l-1.62 2.462q-.13.186-.295.28t-.376.093t-.376-.094t-.295-.28L9.709 17.5z"/></svg>
</template>

CSS

.icon-tooltip-2-rounded {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.5%2013.75h7v-1h-7zm0-3h11v-1h-11zm0-3h11v-1h-11zM4.616%2017.5q-.667%200-1.141-.475T3%2015.886V4.615q0-.666.475-1.14T4.615%203h14.77q.666%200%201.14.475T21%204.615v11.27q0%20.666-.475%201.14t-1.14.475H14.29l-1.62%202.462q-.13.186-.295.28t-.376.093t-.376-.094t-.295-.28L9.709%2017.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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.5%2013.75h7v-1h-7zm0-3h11v-1h-11zm0-3h11v-1h-11zM4.616%2017.5q-.667%200-1.141-.475T3%2015.886V4.615q0-.666.475-1.14T4.615%203h14.77q.666%200%201.14.475T21%204.615v11.27q0%20.666-.475%201.14t-1.14.475H14.29l-1.62%202.462q-.13.186-.295.28t-.376.093t-.376-.094t-.295-.28L9.709%2017.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/tooltip-2-rounded.svg?color=%231a73e8&size=48