Asia Miles Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Asia Miles 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/336638.svg" alt="Asia Miles icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336638.svg" alt="Asia Miles icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336638.svg" alt="Asia Miles icon" :width="24" :height="24" />
CSS background
.icon-asia-miles {
background-image: url('https://proicons.com/icon/336638.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>.j{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="c"><path id="d" class="j" d="M7.93395155,43l10.58682984-24.17628008,10.64283482,24.17628008"/><ellipse id="e" class="j" cx="18.54878272" cy="30.91190872" rx="9.98766403" ry="2.01047239"/></g><path id="f" class="j" d="M27.04783466,5s1.830363,14.52104595,13.01821379,11.0832556c-3.38831437,2.60736745-7.19811611,4.63911481-11.89334504,5.46161098"/></svg>
Copied!