Question Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Question 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/306301.svg" alt="Question icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306301.svg" alt="Question icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306301.svg" alt="Question icon" :width="24" :height="24" />
CSS background
.icon-question {
background-image: url('https://proicons.com/icon/306301.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M406 450c19-3 38-8 58-14s39-14 55-25 31-23 42-39 16-35 16-59c0-34-12-60-37-79s-58-27-99-27c-17 0-32 1-45 2-14 1-26 3-37 6s-23 6-35 10c-11 3-24 8-36 12-12-21-21-42-28-65-7-22-12-46-13-70 21-7 40-13 58-19 17-5 35-9 51-12 18-3 34-6 51-7s35-2 55-2c96 0 169 22 218 66s74 104 74 181c0 37-8 70-22 97-14 28-32 51-53 70-20 19-41 34-63 46-22 11-39 20-53 26v109c-28 5-55 8-81 8s-52-3-76-8V450zm-12 480c-5-30-7-59-7-88s2-59 7-89c30-5 59-8 88-8s59 3 89 8c5 30 8 60 8 88 0 30-3 59-8 89-30 5-59 8-88 8s-59-3-89-8z"/></svg>
Question in other icon packs
Copied!