Symbol Question Mark Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Symbol Question Mark 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/333563.svg" alt="Symbol Question Mark icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333563.svg" alt="Symbol Question Mark icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333563.svg" alt="Symbol Question Mark icon" :width="24" :height="24" />
CSS background
.icon-symbol-question-mark {
background-image: url('https://proicons.com/icon/333563.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 xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:#000;}.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="a"><g><circle class="c" cx="24" cy="34.7477" r=".75"/><path class="d" d="m17.0796,19.4227c0-1.911.7746-3.6411,2.0269-4.8935s2.9825-2.027,4.8935-2.027c3.8221,0,6.9204,3.0984,6.9204,6.9204,0,1.911-.6454,3.7852-2.0269,4.8935-1.4322,1.1489-4.9184,3.0309-4.9184,5.959"/></g></g><g id="b"><circle class="d" cx="24" cy="24" r="21.5"/></g></svg>
Copied!