Panflix Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Panflix 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/345494.svg" alt="Panflix icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345494.svg" alt="Panflix icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345494.svg" alt="Panflix icon" :width="24" :height="24" />
CSS background
.icon-panflix {
background-image: url('https://proicons.com/icon/345494.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><path class="a" d="M26.3679,43.6259v-10.25a14.3749,14.3749,0,0,0,0-28.75H11.7912a4.4421,4.4421,0,0,0-4.442,4.4421V25.4694c0,9.9355,9.0025,18.1566,19.0185,18.1566Z"/><path class="a" d="M26.3679,33.3757v-5.961a8.36,8.36,0,0,0,0-16.72H17.9158A2.58,2.58,0,0,0,15.34,13.2784v9.5382c0,5.778,5.22,10.5593,11.0277,10.5593Z"/></svg>
Copied!