Gptassist Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Gptassist 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/326740.svg" alt="Gptassist icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326740.svg" alt="Gptassist icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326740.svg" alt="Gptassist icon" :width="24" :height="24" />
CSS background
.icon-gptassist {
background-image: url('https://proicons.com/icon/326740.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="m41.5292,31.569V7.2979c0-.993-.8049-1.7979-1.7979-1.7979H8.2687c-.993,0-1.7979.8049-1.7979,1.7979v24.2711c0,.993.8049,1.7979,1.7979,1.7979h3.9328l3.9328,9.1331,3.9328-9.1331h19.6641c.993,0,1.7979-.8049,1.7979-1.7979Z"/><circle class="c" cx="17.258" cy="15.462" r="2.2473"/><circle class="c" cx="30.742" cy="15.462" r="2.2473"/><path class="c" d="m32.9893,22.4637c0,1.8682-1.7133,3.5945-4.4947,4.5286-2.7813.9341-6.208.9341-8.9893,0-2.7813-.9341-4.4947-2.6604-4.4947-4.5286h17.9786Z"/></svg>
Copied!