Streamyfin Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Streamyfin 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/347935.svg" alt="Streamyfin icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347935.svg" alt="Streamyfin icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347935.svg" alt="Streamyfin icon" :width="24" :height="24" />
CSS background
.icon-streamyfin {
background-image: url('https://proicons.com/icon/347935.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>.g{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="g" d="M39.74873252,17.16205904L21.40207744,6.56961279c-5.2638494-3.03908487-11.84366116.75977122-11.84366116,6.83794096v21.1848925c0,6.07816974,6.57981175,9.87702583,11.84366116,6.83794096l18.34665508-10.59244625c5.2638494-3.03908487,5.2638494-10.63679705,0-13.67588192Z"/><path id="f" class="g" d="M42.38363807,28.37985596c-6.34156861.76816916-8.51412503.58266372-11.22950105-.46222092-2.56989548-.9889033-5.66317591-3.31259488-6.97188311-4.80460808,3.04742243-2.94833928,5.32176859-3.67372742,9.28756176-2.5981192-5.96784527-4.15040626-4.02064316-2.698531-5.94077836-4.17905865-1.76566861-1.19006962-3.43727725-2.53006421-5.24930535-3.64391308-2.00858421-.95810549-4.74416181.40701366-4.91440919,2.70402465-.27282256,1.46723869-.03600689,2.95975628-.03104791,4.43693761l-.00004445.00005927c-2.34670939-.6329507-5.39972425-1.23354213-7.7758232-.00168427"/></svg>
Copied!