Fiio Cast Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Fiio Cast 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/340379.svg" alt="Fiio Cast icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340379.svg" alt="Fiio Cast icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340379.svg" alt="Fiio Cast icon" :width="24" :height="24" />
CSS background
.icon-fiio-cast {
background-image: url('https://proicons.com/icon/340379.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M17.3027,35.3952h-8.8027c-2.2091,0-4-1.7909-4-4V14.7111c0-2.5535,2.0777-4.6429,4.6429-4.6429h29.7143c2.5652,0,4.6428,2.0893,4.6428,4.6429v16.6841c0,2.2091-1.7909,4-4,4h-8.8026"/><polygon class="c" points="24.0002 32.3183 18.9796 37.9317 29.0208 37.9317 24.0002 32.3183"/><path class="c" d="M15.9447,32.5398c.3598-4.1322,3.8304-7.3589,8.0554-7.3589s7.6956,3.2268,8.0554,7.3589"/><path class="c" d="M12.5554,28.0711c1.9848-4.3411,6.3607-7.3589,11.4447-7.3589s9.4598,3.0179,11.4447,7.3589"/><path class="c" d="M9.7116,24.2987c2.9714-4.7473,8.2643-7.9045,14.2884-7.9045s11.317,3.1572,14.2884,7.9045"/></svg>
Copied!