Buffalo Airstation Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Buffalo Airstation 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/323012.svg" alt="Buffalo Airstation icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323012.svg" alt="Buffalo Airstation icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323012.svg" alt="Buffalo Airstation icon" :width="24" :height="24" />
CSS background
.icon-buffalo-airstation {
background-image: url('https://proicons.com/icon/323012.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M24,5.5C13.783,5.5,5.5,13.7827,5.5,24c.0092,8.0909,5.2749,15.237,13,17.643v-12.58h-7.5L30.5,12.001l11.93,10.439c-.8107-9.5764-8.8191-16.937-18.43-16.939v-.001Z"/><path class="c" d="M26.5,42.5c0-8.8366,7.1634-16,16-16"/><path class="c" d="M30.5,42.5c0-6.6274,5.3726-12,12-12"/><path class="c" d="M34.5,42.5c0-4.4183,3.5817-8,8-8"/><path class="c" d="M38.5,42.5c0-2.2091,1.7909-4,4-4"/></svg>
Copied!