Filmfriend Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Filmfriend 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/340405.svg" alt="Filmfriend icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340405.svg" alt="Filmfriend icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340405.svg" alt="Filmfriend icon" :width="24" :height="24" />
CSS background
.icon-filmfriend {
background-image: url('https://proicons.com/icon/340405.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M12.5,9.5h23c4.4153,0,8,3.5847,8,8v21H12.5c-4.4153,0-8-3.5847-8-8v-13c0-4.4153,3.5847-8,8-8Z"/><path class="b" d="M30.7537,23.2049l-8.9203-4.6339c-.5964-.3098-1.309.123-1.309.7951v9.2677c0,.6721.7126,1.1049,1.309.7951l8.9203-4.6339c.6439-.3345.6439-1.2557,0-1.5902Z"/></svg>
Copied!