Quick Help Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Quick 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/331807.svg" alt="Quick Help icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331807.svg" alt="Quick Help icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331807.svg" alt="Quick Help icon" :width="24" :height="24" />
CSS background
.icon-quick-help {
background-image: url('https://proicons.com/icon/331807.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}.d{fill:#000;stroke-width:0px;}</style></defs><path class="c" d="M40.2108,41.7809c-.7016-.9893-.5928-2.0956.0157-2.9332,3.2764-3.7733,5.2735-8.6869,5.2735-14.0765,0-11.8742-9.6259-21.5-21.5-21.5S2.5,12.8971,2.5,24.7713s9.6259,21.5,21.5,21.5c4.2114,0,8.1276-1.229,11.4442-3.3215,1.4677.6998,4.1006,1.5012,7.8196.8837-1.5153-.4451-2.5705-1.3722-3.053-2.0525Z"/><circle class="d" cx="24" cy="34.9978" r=".75"/><path class="c" d="M17.745,18.5073c0-1.7273.7001-3.291,1.832-4.423s2.6957-1.8321,4.423-1.8321c3.4545,0,6.255,2.8005,6.255,6.255,0,1.7273-.5834,3.4212-1.832,4.423-1.2945,1.0384-4.4454,2.7395-4.4454,5.386"/></svg>
Copied!