Allcast Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Allcast 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/336181.svg" alt="Allcast icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336181.svg" alt="Allcast icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336181.svg" alt="Allcast icon" :width="24" :height="24" />
CSS background
.icon-allcast {
background-image: url('https://proicons.com/icon/336181.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="a" x="5.5" y="9.4466" width="37" height="25.2272" rx="1.6818"/><path class="a" d="M15.1018,38.5534H32.8981"/><path class="a" d="M5.5,30.6747a3.9992,3.9992,0,0,1,3.9992,3.9991h0"/><path class="a" d="M5.5,27.6753a6.9985,6.9985,0,0,1,6.9986,6.9985h0"/><path class="a" d="M5.5,18.6772A15.9966,15.9966,0,0,1,21.4967,34.6738"/><path class="a" d="M5.5,24.6759a9.9979,9.9979,0,0,1,9.9979,9.9979h0"/><path class="a" d="M5.5,21.6765A12.9974,12.9974,0,0,1,18.4973,34.6738"/></svg>
Copied!