Tooltip End Text Icon
Free SVG icon from the Memory Icons collection. Download or copy for use in any project.
The Tooltip End 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/312321.svg" alt="Tooltip End Text icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/312321.svg" alt="Tooltip End Text icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/312321.svg" alt="Tooltip End Text icon" :width="24" :height="24" />
CSS background
.icon-tooltip-end-text {
background-image: url('https://proicons.com/icon/312321.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-end-text" viewBox="0 0 22 22"><path d="M17 8V6H9V8H17M15 16V14H9V16H15M17 12V10H9V12H17M21 20V2H20V1H6V2H5V7H4V8H3V9H2V10H1V12H2V13H3V14H4V15H5V20H6V21H20V20H21M19 19H7V14H6V13H5V12H4V10H5V9H6V8H7V3H19V19Z" /></svg>
Copied!