Gomobile Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Gomobile 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/326601.svg" alt="Gomobile icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326601.svg" alt="Gomobile icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326601.svg" alt="Gomobile icon" :width="24" :height="24" />
CSS background
.icon-gomobile {
background-image: url('https://proicons.com/icon/326601.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M23.6,15.4c2.5-1.3,5.2-2.2,8-2.8.1,0,.2-.1.1-.2-1.7-1-3.5-2-5.4-3.1.4,0,.7-.1.9,0,2.8.5,5.7,1,8.3,2.5.1.1.4.1.6,0,.9-.1,1.8-.2,2.6-.3.1,0,.1.2.1.2-.4.5-.9,1-1.3,1.5-.2.2-.4.6-.4.9-.1,2.4-.5,4.8-1.2,7.1-.1.2-.2.4-.4.8-.3-2.4-.1-4.6-1.2-6.6-1.9,1-3.7,1.9-5.5,2.8l-.1-.1c.9-1.1,1.8-2.2,2.6-3.3.1-.1-.1-.2-.1-.2-2.5.2-5,.5-7.6.8Z"/><path class="b" d="M11.2,18.8c1.1-.2,2.2-.6,3.3-.6,1.6,0,3-.2,4.3-1.1.5-.3,1.1-.5,1.9-.6-.3.6-.6,1.2-.9,1.8,2.1.6,4.2,1.1,6,2.3v.2h-.6c-1.8-.1-3.6-.2-5.3-.2-.7,0-1.2.3-1.3,1-.3,1.3-.7,2.6-1.2,4-.4-1.3-.9-2.5-1.3-4-1.7,1.4-3.3,2.7-4.9,4-.1,0-.1-.1-.2-.1.5-1,1-1.9,1.6-2.8s1.4-1.8,2.2-2.8c-.6-.2-1.2-.4-1.7-.6-.6-.1-1.2-.2-1.8-.3-.1,0-.1-.1-.1-.2Z"/><path class="b" d="M15.1,31.1c-.3.6-.6,1.2-.9,1.7-.3.5-.2,1,.3,1.3.8.5,1.7,1,2.5,1.7-1.1-.1-2.3-.3-3.5-.4.1.7.1,1.4.2,2.1-.1,0-.1.1-.2.1-.4-.5-1-1-1.3-1.6-.6-1.4-1.7-2-3-2.6-.3-.1-.6-.3-1-.6.6-.2,1-.5,1.4-.6.8-.2.8-.6.8-1.3-.1-1.2,0-2.4.1-3.6h.3c.1.2.2.5.3.7.3,1,.6,2,.9,2.9.1.5.4.6.9.5.6-.2,1.3-.2,2.2-.3Z"/><path class="b" d="M24.3,33c.2.7.3,1,.4,1.5.9-.5,1.7-.9,2.7-1.5-.2.3-.2.4-.3.5-.5.5-.9.9-1.4,1.4q-.8.7-.7,1.7c-1.8.6-3.6,1.2-5.4,1.7,0-.1-.1-.1-.1-.2.5-.4,1.1-.9,1.7-1.4-.6-.2-1.1-.5-1.6-.7,0-.1-.1-.2-.1-.2,2.1.2,3.8-.5,4.8-2.8Z"/><path class="b" d="M38.4992,5.5008H9.5008c-2.2091,0-4,1.7909-4,4v28.9984c0,2.2091,1.7909,4,4,4h28.9984c2.2091,0,4-1.7909,4-4V9.5008c0-2.2091-1.7909-4-4-4Z"/></svg>
Copied!