Miles And More Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Miles And More 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/329283.svg" alt="Miles And More icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329283.svg" alt="Miles And More icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329283.svg" alt="Miles And More icon" :width="24" :height="24" />
CSS background
.icon-miles-and-more {
background-image: url('https://proicons.com/icon/329283.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}.d{fill:#000;stroke-width:0px;}</style></defs><polyline class="c" points="9.5 28.1331 9.5 21.437 12.8517 28.1405 16.2035 21.4472 16.2035 28.1405"/><circle class="d" cx="18.0125" cy="21.6465" r=".75"/><line class="c" x1="18.0125" y1="23.6994" x2="18.0125" y2="28.1405"/><path class="c" d="M27.2806,27.7658c.306.2569.6364.3747,1.3783.3747h.376c.6119,0,1.1079-.4971,1.1079-1.1103h0c0-.6132-.496-1.1103-1.1079-1.1103h-.752c-.6119,0-1.1079-.4971-1.1079-1.1103h0c0-.6132.496-1.1103,1.1079-1.1103h.376c.7419,0,1.0723.1177,1.3783.3747"/><path class="c" d="M25.3419,27.2948c-.2886.5052-.8326.8457-1.4561.8457h0c-.9256,0-1.6759-.7503-1.6759-1.6759v-1.0893c0-.9256.7503-1.6759,1.6759-1.6759h0c.9256,0,1.6759.7503,1.6759,1.6759v.5447s-3.3517,0-3.3517,0"/><path class="c" d="M19.8215,21.437v5.8656c0,.4628.3752.8379.8379.8379h.2514"/><polyline class="c" points="18.0125 36.4926 18.0125 29.7965 21.3642 36.5 24.716 29.8067 24.716 36.5"/><rect class="c" x="26.4154" y="32.0589" width="3.3517" height="4.4411" rx="1.6759" ry="1.6759"/><path class="c" d="M31.5111,33.7348c0-.9256.7503-1.6759,1.6759-1.6759h0"/><line class="c" x1="31.5111" y1="32.0589" x2="31.5111" y2="36.5"/><path class="c" d="M37.5485,35.6543c-.2886.5052-.8326.8457-1.4561.8457h0c-.9256,0-1.6759-.7503-1.6759-1.6759v-1.0893c0-.9256.7503-1.6759,1.6759-1.6759h0c.9256,0,1.6759.7503,1.6759,1.6759v.5447s-3.3517,0-3.3517,0"/><path class="c" d="M15.2438,36.5h-.5664c-.3753,0-.7279-.1795-.9486-.483l-2.3251-3.1961c-.2989-.3923-.8244-.9087-.8244-1.6739,0-.7224.5867-1.3505,1.4029-1.3505.7949,0,1.3585.6281,1.3585,1.3505,0,.765-.6199,1.4191-1.7654,1.6364-1.277.2423-2.0752.943-2.0752,2.0981,0,.9339.5887,1.6185,1.7656,1.6185,1.5471,0,2.4576-1.467,3.8024-3.2699"/><path id="b" class="c" d="M38.5,5.5H9.5c-2.2,0-4,1.8-4,4v29c0,2.2,1.8,4,4,4h29c2.2,0,4-1.8,4-4V9.5c0-2.2-1.8-4-4-4Z"/></svg>
Copied!