Emoji Antenna Bars Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji Antenna Bars 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/325079.svg" alt="Emoji Antenna Bars icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325079.svg" alt="Emoji Antenna Bars icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325079.svg" alt="Emoji Antenna Bars icon" :width="24" :height="24" />
CSS background
.icon-emoji-antenna-bars {
background-image: url('https://proicons.com/icon/325079.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>.h{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="h" d="m5.5,35.5623h3.8542v6.9377h-3.8542v-6.9377"/><path id="d" class="h" d="m13.7865,27.854h3.8542v14.6454h-3.8542v-14.6454"/><path id="e" class="h" d="m22.0729,20.1457h3.8542v22.3533h-3.8542v-22.3533"/><path id="f" class="h" d="m30.3593,12.4375h3.8542v30.0616h-3.8542V12.4375"/><path id="g" class="h" d="m38.6458,5.5h3.8542v36.9998h-3.8542V5.5"/></svg>
Copied!