Filester Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Filester 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/340403.svg" alt="Filester icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340403.svg" alt="Filester icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340403.svg" alt="Filester icon" :width="24" :height="24" />
CSS background
.icon-filester {
background-image: url('https://proicons.com/icon/340403.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="m33.8544,10.6978c-1.7329-2.581-4.6931-2.5223-6.3659-1.9099-1.0252-1.873-3.0457-3.0717-5.0631-2.7297-2.1464.2411-3.972,2.1857-4.3078,4.4887-1.4539-1.0782-3.2166-1.7394-4.9942-1.5245-2.5181.2378-4.8204,2.0978-5.7976,4.6256-1.0582,2.544-.6565,5.6451.8693,7.8634-.9233.2638-1.8256.6873-2.5271,1.4104-1.9305,1.8437-2.2333,5.2868-.6565,7.4954,1.2561,1.9381,3.6332,2.6548,5.7017,2.0912.1289,2.6776.3242,7.9776,7.3,9.4416m16.2741-31.9504c.2818-.4658.6026-.9023.9383-1.3258,2.9438,4.632,5.8996,9.2608,8.7744,13.945-1.6398.4365-3.3605.0456-5.0332.2248-.2458,5.9415-2.8778,11.7071-7.1406,15.4467-4.3647,3.9447-10.4291,5.5115-15.9749,4.3193,10.3263-2.5723,16.2687-12.0134,15.9719-19.7888-1.8106-.1336-3.6662.2247-5.4439-.1987,2.5721-4.2542,5.297-8.3977,7.908-12.6225Z"/></svg>
Copied!