Mint Mobile Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mint Mobile 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/343914.svg" alt="Mint Mobile icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343914.svg" alt="Mint Mobile icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343914.svg" alt="Mint Mobile icon" :width="24" :height="24" />
CSS background
.icon-mint-mobile {
background-image: url('https://proicons.com/icon/343914.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><g><path class="c" d="m6.0811,23.4747c7.9054-2.1081,15.8108-1.0541,15.8108,1.0541h4.2162c0-2.1081,7.9054-3.4257,15.8108-1.0541"/><path class="c" d="m7.1351,23.2111c0,8.9595,3.6892,10.8041,7.3784,10.8041s7.3784-2.6351,7.3784-9.4865"/><path class="c" d="m40.8649,23.2111c0,8.9595-3.6892,10.8041-7.3784,10.8041s-7.3784-2.6351-7.3784-9.4865"/></g><path class="c" d="m27.6892,15.3584c4.2162-2.6351,8.9595-6.3243,14.7568-5.5338.527,4.2162-.527,7.9054-2.1081,12.1216,1.0541,2.3716,2.3716,4.4797,3.1622,8.9595l-2.3716-.2635,2.3716,3.4257c-1.9215-1.1124-3.6102-1.7786-5.1257-2.1026-3.2192-.6883-5.6563.1671-7.8824,1.5667-2.187,1.3748-4.1704,3.2747-6.4919,4.7521"/><path class="c" d="m20.3108,15.3584c-2.6351-1.5811-5.2703-3.6892-7.9054-4.4797-2.6351-.527-6.8514,4.4797-6.5457,5.2129.3991,1.9078,1.0394,3.8199,1.8024,5.8546-1.0541,2.3716-2.3716,4.4797-3.1622,8.9595l2.3716-.2635-2.3716,3.4257c5.9126-3.423,9.6202-2.6201,12.8584-.6287,2.2463,1.3812,4.2669,3.334,6.6412,4.8449"/><path class="c" d="m20.3108,15.3584c2.6351-.527,4.7432-.527,7.3784,0"/><path class="c" d="m19.7838,35.122c2.6351.2635,5.7973.2635,8.4324,0h0"/><path class="c" d="m5.8597,16.0921c2.0659,1.1114,4.4376,1.6384,6.5457,1.6384.527-3.1622.527-5.0068,0-6.8514"/></svg>
Copied!