Ask Ai Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ask Ai 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/322080.svg" alt="Ask Ai icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322080.svg" alt="Ask Ai icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322080.svg" alt="Ask Ai icon" :width="24" :height="24" />
CSS background
.icon-ask-ai {
background-image: url('https://proicons.com/icon/322080.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;}</style></defs><path class="c" d="m14.9284,32.8387l1.8971,5.8349c.2368.7282,1.1706.931,1.6881.3666l8.4582-9.2257"/><path class="c" d="m37.8855,25.0366s-1.0586,5.6176-7.3285,5.6176-10.2192-7.7357-14.942-7.7357c-5.5778,0-7.0435,4.6821-7.0435,7.7357,0,2.6057,1.3843,3.6643,3.2164,3.6643s5.2521-3.0943,6.7178-4.6821h8.0994"/><path class="c" d="m15.6149,22.9186c0-2.6871-2.1578-4.7635-5.5371-4.7635s-5.5778,1.6693-5.5778,6.3921,4.0829,5.6579,4.0829,5.6579"/><path class="c" d="m7.2565,18.7013c-1.2742-3.3622,1.8849-6.6534,6.7706-6.6534,7.41,0,8.081,12.031,15.1863,12.031,5.9035,0,9.8629-7.658,7.1657-12.0717-3.5828-5.8628-9.5745-4.7854-12.0987-2.3833"/><path class="c" d="m14.0271,12.0479c1.3436-4.5193,8.0817-4.6618,10.7485-1.995s2.5243,6.4735-1.2178,10.6423"/><path class="c" d="m33.0429,22.9186c2.868,3.481,9.9178,2.9967,10.4267-3.9043s-5.5324-6.7905-6.739-6.3288"/></svg>
Copied!