Cell Broadcast Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Cell Broadcast 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/323544.svg" alt="Cell Broadcast icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323544.svg" alt="Cell Broadcast icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323544.svg" alt="Cell Broadcast icon" :width="24" :height="24" />
CSS background
.icon-cell-broadcast {
background-image: url('https://proicons.com/icon/323544.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>.j{fill:none;stroke:#000;stroke-linejoin:round;}</style></defs><rect id="c" class="j" x="6.2488" y="14.8823" width="22.4001" height="17.6956"/><path id="d" class="j" d="m41.7512,5.5l-.026,36.4269"/><path id="e" class="j" d="m28.5371,14.985l13.1584-9.411"/><path id="f" class="j" d="m28.5655,32.5507l13.1136,9.4677"/><path id="g" class="j" d="m10.5646,32.636l-.045,8.1961"/><path id="h" class="j" d="m13.6808,32.6227l-.045,8.1961"/><path id="i" class="j" d="m13.6426,40.7545c.0031.6152-.2996,1.1915-.7912,1.5063s-1.0952.3191-1.5781.0111-.7693-.88-.7489-1.4955"/></svg>
Copied!