Expo Go Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Expo Go 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/325631.svg" alt="Expo Go icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325631.svg" alt="Expo Go icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325631.svg" alt="Expo Go icon" :width="24" :height="24" />
CSS background
.icon-expo-go {
background-image: url('https://proicons.com/icon/325631.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"><path d="M27.3881,5.5l2.296,1.3417-9.2805,5.3581-2.296-1.3417,9.2805-5.3581Z" style="fill:none; stroke:#000; stroke-linecap:round; stroke-linejoin:round;"/><path d="M20.4041,12.2l10.146,30.3-3.7152-2.1832-8.54-20.386-7.9815,10.732-2.1428-1.2522,9.9375-18.552" style="fill:none; stroke:#000; stroke-linecap:round; stroke-linejoin:round;"/><path d="M30.5501,42.5l9.2793-5.3574-3.3945-10.139c-.2132.0368-.4285.0609-.6445.0723-3.0376,0-5.5-2.4624-5.5-5.5.0129-1.9504,1.0578-3.7481,2.7461-4.7246l-3.3516-10.01" style="fill:none; stroke:#000; stroke-linecap:round; stroke-linejoin:round;"/><path d="M20.3601,24.862l-10.047,5.8008" style="fill:none; stroke:#000; stroke-linecap:round; stroke-linejoin:round;"/><circle cx="35.7901" cy="21.576" r="3.5" style="fill:none; stroke:#000; stroke-linecap:round; stroke-linejoin:round;"/><path d="M38.7061,19.64h0c0,2.2091-1.7909,4-4,4-.7383,0-1.4622-.2043-2.0916-.5904" style="fill:none; stroke:#000; stroke-linecap:round; stroke-linejoin:round;"/></svg>
Copied!