Tooltip End Help Icon
Free SVG icon from the Memory Icons collection. Download or copy for use in any project.
The Tooltip End Help 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/312320.svg" alt="Tooltip End Help icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/312320.svg" alt="Tooltip End Help icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/312320.svg" alt="Tooltip End Help icon" :width="24" :height="24" />
CSS background
.icon-tooltip-end-help {
background-image: url('https://proicons.com/icon/312320.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-help" viewBox="0 0 22 22"><path d="M14 13H12V11H13V10H14V8H12V10H10V7H11V6H15V7H16V11H15V12H14M14 16H12V14H14M20 21H6V20H5V15H4V14H3V13H2V12H1V10H2V9H3V8H4V7H5V2H6V1H20V2H21V20H20M19 19V3H7V8H6V9H5V10H4V12H5V13H6V14H7V19Z" /></svg>
Copied!