Air Miles Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Air 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/336052.svg" alt="Air Miles icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336052.svg" alt="Air Miles icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336052.svg" alt="Air Miles icon" :width="24" :height="24" />
CSS background
.icon-air-miles {
background-image: url('https://proicons.com/icon/336052.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="M11.5239,31.892s7.2054-6.8718,17.8134-6.8718c1.1342,5.5375-.6672,11.4753-3.536,17.4798,10.141-6.0712,12.9431-15.1447,11.3419-19.7089,0,0,2.6687-1.3737,3.4693-3.7088,0,0-.2002-1.0675-4.6035-1.3343-1.9348-6.9386-6.8718-9.9408-19.3479-12.248,0,0,12.4093,7.1108,10.6747,15.1169,0,0-9.4738,4.1364-19.9483,3.3831,8.1395,1.4205,11.2084,1.4205,11.2084,1.4205-4.003,1.6679-7.072,6.4715-7.072,6.4715Z"/></svg>
Copied!