File Shortcut Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The File Shortcut 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/325841.svg" alt="File Shortcut icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325841.svg" alt="File Shortcut icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325841.svg" alt="File Shortcut icon" :width="24" :height="24" />
CSS background
.icon-file-shortcut {
background-image: url('https://proicons.com/icon/325841.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><path class="b" d="M13.0648,5.5h15.9517c.5732,0,1.0378.4646,1.0378,1.0378v16.0516M16.9522,25.8314c3.0338-3.4166,4.4548-4.9708,5.1125-5.6637.3306-.3484.755-.2385,1.0733.1212l3.0892,3.4913c.6331.7155,1.815.2677,1.815-.6877v-14.4784c0-.5731-.4646-1.0377-1.0378-1.0377h-14.4083c-.9218,0-1.3861,1.112-.738,1.7674l3.1964,3.2328c.4056.4101.4016,1.0712-.0064,1.4787-1.2772,1.2754-4.0102,4.0598-6.6742,7.1294-3.5175,4.053-5.6334,16.8344,11.3914,21.2967.515.135.8453-.4987.4522-.8577-4.6781-4.2721-8.9803-9.3558-3.2651-15.7923Z"/><path class="b" d="M28.2964,39.7726c-.7624.0056-1.385-.608-1.3906-1.3704s.608-1.385,1.3704-1.3906,1.385.608,1.3906,1.3704c.0001.0221-.0002.0441-.0011.0662-.0242.7387-.6303,1.3248-1.3693,1.3244Z"/><path class="b" d="M36.2877,39.7726c-.7624.0056-1.385-.608-1.3906-1.3704s.608-1.385,1.3704-1.3906,1.385.608,1.3906,1.3704c.0001.0221-.0002.0441-.0011.0662-.0242.7387-.6303,1.3248-1.3693,1.3244Z"/><path class="b" d="M32.2696,31.3211h0c5.4053,0,9.7871,4.3818,9.7871,9.7871h0c0,.7686-.6231,1.3918-1.3918,1.3918h-16.8356c-.7686,0-1.3918-.6231-1.3918-1.3918h0c0-5.4053,4.3817-9.7872,9.787-9.7872.015,0,.03,0,.045,0h0Z"/><line class="b" x1="23.8294" y1="29.8621" x2="26.6128" y2="33.1282"/><line class="b" x1="40.7323" y1="29.8621" x2="37.9601" y2="33.1282"/></svg>
Copied!