Questionai Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Questionai 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/331797.svg" alt="Questionai icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331797.svg" alt="Questionai icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331797.svg" alt="Questionai icon" :width="24" :height="24" />
CSS background
.icon-questionai {
background-image: url('https://proicons.com/icon/331797.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>.e{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="e" d="m38.0651,36.015l-.0036,6.485h-14.0599c-8.6892,0-16.2073-6.0474-18.0695-14.5347-1.8622-8.4873,2.4335-17.1268,10.3246-20.7646,7.891-3.6378,17.2504-1.2934,22.4948,5.6346,5.2444,6.9281,4.9567,16.5724-.6865,23.1797Z"/><path id="d" class="e" d="m32.4419,31.2093v3.8618s-8.4402.0292-8.4402.0292c-5.2135,0-9.7244-3.6284-10.8417-8.7208-1.1173-5.0924,1.4601-10.2761,6.1947-12.4587,4.7346-2.1827,10.3502-.7761,13.4969,3.3808,3.1466,4.1568,2.9762,9.9434-.4097,13.9078Z"/></svg>
Copied!