Expo Wallet Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Expo Wallet 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/340191.svg" alt="Expo Wallet icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340191.svg" alt="Expo Wallet icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340191.svg" alt="Expo Wallet icon" :width="24" :height="24" />
CSS background
.icon-expo-wallet {
background-image: url('https://proicons.com/icon/340191.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m16.7,11.3118l5.6935,9.9202"/><path class="c" d="m25.4839,26.6112l5.7445,10.1176"/><path class="c" d="m4.7639,15.902c3.9788,6.9261,7.9578,13.8527,11.9367,20.7788"/><path class="c" d="m31.2552,11.3111c-4.8515,8.4566-9.7029,16.9131-14.5546,25.3697"/><path class="c" d="m43.2361,15.8166c-3.9936,6.9547-7.9874,13.9095-11.9809,20.8642"/><path class="c" d="m31.2552,11.3111c3.0226-.0133,6.0453-.0266,9.0677-.0399"/><path class="c" d="m16.7006,11.3111c-3.0079.0151-6.0157.0302-9.0236.0453"/><path class="c" d="m40.3229,11.2713c1.0783.0202,2.0759.5795,2.6604,1.4916.5845.9121.6792,2.0573.2526,3.0541"/><path class="c" d="m7.6771,11.3561c-1.0783.0202-2.0759.5795-2.6604,1.4916-.5845.9121-.6792,2.0573-.2526,3.0541"/><circle class="c" cx="36.0864" cy="16.6065" r="1.319"/></svg>
Copied!