File Associations Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The File Associations icon is commonly used in file managers, document editors and upload areas. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/325825.svg" alt="File Associations icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325825.svg" alt="File Associations icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325825.svg" alt="File Associations icon" :width="24" :height="24" />
CSS background
.icon-file-associations {
background-image: url('https://proicons.com/icon/325825.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.h{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="h" d="M39.5,15.5h-9c-1.1046,0-2-.8954-2-2V4.5H10.5c-1.1046,0-2,.8954-2,2v35c0,1.1046.8954,2,2,2h27c1.1046,0,2-.8954,2-2V15.5Z"/><line id="d" class="h" x1="28.5" y1="4.5" x2="39.5" y2="15.5"/><g id="e"><path id="f" class="h" d="M29.5024,26.5025c0-3.4657-3.204-6.183-6.8116-5.3516-1.9666.4533-3.5674,2.0409-4.0334,4.0044-.5633,2.3735.412,4.5739,2.1283,5.8112.4141.2986.6341.7978.6341,1.3084v2.8104h5.1603v-2.9159c0-.4483.19-.8929.558-1.1489,1.4286-.9936,2.3644-2.6459,2.3644-4.5181h0Z"/><line id="g" class="h" x1="21.4199" y1="38" x2="26.5801" y2="38"/></g></svg>
Copied!