Tooltip Below Help Icon
Free SVG icon from the Memory Icons collection. Download or copy for use in any project.
The Tooltip Below 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/312316.svg" alt="Tooltip Below Help icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/312316.svg" alt="Tooltip Below Help icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/312316.svg" alt="Tooltip Below Help icon" :width="24" :height="24" />
CSS background
.icon-tooltip-below-help {
background-image: url('https://proicons.com/icon/312316.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-help" viewBox="0 0 22 22"><path d="M12 14H10V12H11V11H12V10H10V11H8V9H9V8H13V9H14V12H13V13H12M12 17H10V15H12M20 21H2V20H1V6H2V5H7V4H8V3H9V2H10V1H12V2H13V3H14V4H15V5H20V6H21V20H20M19 19V7H14V6H13V5H12V4H10V5H9V6H8V7H3V19Z" /></svg>
Copied!