Tooltip Below Text Icon
Free SVG icon from the Memory Icons collection. Download or copy for use in any project.
The Tooltip Below Text icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/312317.svg" alt="Tooltip Below Text icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/312317.svg" alt="Tooltip Below Text icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/312317.svg" alt="Tooltip Below Text icon" :width="24" :height="24" />
CSS background
.icon-tooltip-below-text {
background-image: url('https://proicons.com/icon/312317.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" id="memory-tooltip-below-text" viewBox="0 0 22 22"><path d="M2 21H20V20H21V6H20V5H15V4H14V3H13V2H12V1H10V2H9V3H8V4H7V5H2V6H1V20H2V21M3 19V7H8V6H9V5H10V4H12V5H13V6H14V7H19V19H3M5 16H15V14H5V16M5 12H17V10H5V12Z" /></svg>
Copied!