Help Icon
Free SVG icon from the Memory Icons collection. Download or copy for use in any project.
The 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/312173.svg" alt="Help icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/312173.svg" alt="Help icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/312173.svg" alt="Help icon" :width="24" :height="24" />
CSS background
.icon-help {
background-image: url('https://proicons.com/icon/312173.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-help" viewBox="0 0 22 22"><path d="M12 15H10V12H11V11H12V10H13V9H14V6H13V5H9V6H8V9H6V5H7V4H8V3H14V4H15V5H16V10H15V11H14V12H13V13H12M12 19H10V17H12Z" /></svg>
Help in other icon packs
Copied!