Gptmobile Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Gptmobile 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/326741.svg" alt="Gptmobile icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326741.svg" alt="Gptmobile icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326741.svg" alt="Gptmobile icon" :width="24" :height="24" />
CSS background
.icon-gptmobile {
background-image: url('https://proicons.com/icon/326741.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="M10.231,10.6016l-4.731,20.5475h24.3255l6.4608,8.4026,6.2136-31.1032-32.269,2.1532Z"/><path class="c" d="M16.4082,15.0148v10.8034h14.4045v-10.9446h-14.4045v.1412Z"/><path class="c" d="M13.4782,18.5099v4.0954"/><path class="c" d="M33.462,18.3688v4.1307"/><circle class="c" cx="20.4688" cy="19.6398" r=".9582"/><circle class="c" cx="26.6907" cy="19.7654" r=".9582"/></svg>
Copied!