Aer Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Aer 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/335987.svg" alt="Aer icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335987.svg" alt="Aer icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335987.svg" alt="Aer icon" :width="24" :height="24" />
CSS background
.icon-aer {
background-image: url('https://proicons.com/icon/335987.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="M34.6718,19.172c1.2802-1.2802,3.2606-1.5409,4.8284-.6357s2.3323,2.7506,1.8637,4.4994-2.0533,2.9647-3.8637,2.9647H8.5002"/><path class="c" d="M6.4998,34h29c1.9236,0,3.6073,1.292,4.1052,3.15s-.3143,3.8188-1.9802,4.7806-3.77.6848-5.1302-.6754"/><path class="c" d="M18.2568,7.2574c1.9202-1.9202,4.8908-2.3113,7.2426-.9535,2.3518,1.3578,3.4984,4.126,2.7956,6.7491s-3.0799,4.4471-5.7956,4.4471H6.4994"/></svg>
Copied!