Brand Aircell Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Brand Aircell 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/305066.svg" alt="Brand Aircell icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305066.svg" alt="Brand Aircell icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305066.svg" alt="Brand Aircell icon" :width="24" :height="24" />
CSS background
.icon-brand-aircell {
background-image: url('https://proicons.com/icon/305066.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M522 672c-59 4-118 4-177-1s-117-15-175-28c-57-12-113-30-170-45 96 75 327 133 486 123 137-9 264-51 384-124-60 17-116 36-173 48-58 13-117 23-175 27zM251 527c131 54 266 72 405 46 114-22 214-72 302-147-223 123-460 150-707 101zm520-90c92-30 168-83 229-159-142 118-306 170-489 171 88 18 175 16 260-12z"/></svg>
Copied!