Filmic Pro Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Filmic Pro 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/340406.svg" alt="Filmic Pro icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340406.svg" alt="Filmic Pro icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340406.svg" alt="Filmic Pro icon" :width="24" :height="24" />
CSS background
.icon-filmic-pro {
background-image: url('https://proicons.com/icon/340406.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="M14.6297,14.6296h27.8703v-5.1296c0-2.2091-1.7909-4-4-4H9.5c-2.2091,0-4,1.7909-4,4v29c0,2.2091,1.7909,4,4,4h5.1297V14.6296Z"/><path class="b" d="M21.5607,29.1075c-1.1046,0-2,.8954-2,2v11.3925h18.9393c2.2091,0,4-1.7909,4-4v-9.3925h-20.9393Z"/><rect class="b" x="37.7477" y="18.6262" width="4.7523" height="6.2523" rx="1" ry="1"/><rect class="b" x="28.6542" y="18.6262" width="4.7523" height="6.2523" rx="1" ry="1"/><rect class="b" x="19.5607" y="18.6262" width="4.7523" height="6.2523" rx="1" ry="1"/></svg>
Copied!