Ai Chat Alt Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ai Chat Alt 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/321469.svg" alt="Ai Chat Alt icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/321469.svg" alt="Ai Chat Alt icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/321469.svg" alt="Ai Chat Alt icon" :width="24" :height="24" />
CSS background
.icon-ai-chat-alt {
background-image: url('https://proicons.com/icon/321469.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="m40.7053,27.6065l-5.0706-2.9275c-3.9626-2.2878-6.4036-6.5158-6.4036-11.0914v-5.8581c0-2.8882-2.3414-5.2296-5.2296-5.2296h0c-2.8882,0-5.2296,2.3414-5.2296,5.2296v5.8567c0,4.5756-2.441,8.8036-6.4036,11.0913l-5.0729,2.9288c-2.5013,1.4441-3.3583,4.6425-1.9142,7.1438h0c1.4441,2.5013,4.6425,3.3583,7.1438,1.9142l5.0717-2.9282c3.9626-2.2878,8.8446-2.2878,12.8072,0l5.0717,2.9282c2.5013,1.4441,5.6997.5871,7.1438-1.9142h0c1.4441-2.5013.5871-5.6997-1.9142-7.1438Z"/><path class="c" d="m7.2947,20.3935l5.0706,2.9275c3.9626,2.2878,6.4036,6.5158,6.4036,11.0914v5.8581c0,2.8882,2.3414,5.2296,5.2296,5.2296h0c2.8882,0,5.2296-2.3414,5.2296-5.2296v-5.8567c0-4.5756,2.441-8.8036,6.4036-11.0913l5.0729-2.9288c2.5013-1.4441,3.3583-4.6425,1.9142-7.1438h0c-1.4441-2.5013-4.6425-3.3583-7.1438-1.9142l-5.0717,2.9282c-3.9626,2.2878-8.8446,2.2878-12.8072,0l-5.0717-2.9282c-2.5013-1.4441-5.6997-.5871-7.1438,1.9142h0c-1.4441,2.5013-.5871,5.6997,1.9142,7.1438Z"/><circle class="c" cx="24.0003" cy="24" r="2.5"/></svg>
Copied!