Freereels Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Freereels 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/326262.svg" alt="Freereels icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326262.svg" alt="Freereels icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326262.svg" alt="Freereels icon" :width="24" :height="24" />
CSS background
.icon-freereels {
background-image: url('https://proicons.com/icon/326262.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="b" x="13.1562" y="6.8471" width="21.7482" height="33.6446" rx="5.8766" ry="5.8766"/><path class="b" d="M13.4664,10.8525l-3.5248.5635c-2.8508.453-4.8066,3.1491-4.3425,6l2.5414,15.9999c.453,2.8508,3.105,4.7845,5.9447,4.3536"/><path class="b" d="M34.5954,10.8525l3.5248.5635c2.8508.453,4.8066,3.1491,4.3425,6l-2.5414,15.9999c-.453,2.8508-3.105,4.7845-5.9447,4.3536"/><path class="b" d="M28.7428,22.5791l-6.839-4.1474c-.72-.4366-1.6406.0817-1.6406.9238v8.2947c0,.8421.9206,1.3604,1.6406.9238l6.839-4.1474c.6936-.4206.6936-1.427,0-1.8476Z"/></svg>
Copied!