folder transfer icon
folder-transfer from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- folder-transfer
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Related icons in Huge Icons
folder-01folder-02folder-03folder-addfolder-archivefolder-attachmentfolder-audiofolder-blockfolder-checkfolder-clockfolder-closedfolder-cloudfolder-codefolder-cogfolder-detailsfolder-details-referencefolder-downfolder-downloadfolder-editfolder-exportfolder-favouritefolder-file-storagefolder-gitfolder-git-2
Use the folder transfer icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M15.5 3.5c4.2 0 6 2.4 6 6l-2-1m-11 12c-4.2 0-6-2.4-6-6l2 1m3-10.988l-.32-.642c-.259-.522-.388-.783-.587-.969a1.5 1.5 0 0 0-.498-.309c-.255-.095-.547-.095-1.13-.094c-.904 0-1.356.001-1.696.19a1.5 1.5 0 0 0-.581.582c-.189.34-.189.792-.189 1.697V7.5c0 1.886 0 2.829.586 3.415s1.528.585 3.414.585h2.504c1.4 0 2.1 0 2.604-.335a2 2 0 0 0 .556-.556c.336-.504.336-1.204.336-2.605c0-1.403 0-2.105-.337-2.609a2 2 0 0 0-.557-.556c-.505-.335-1.207-.334-2.61-.33zm9 10.002l.318-.642c.26-.522.389-.783.588-.969a1.5 1.5 0 0 1 .498-.309c.255-.095.546-.095 1.129-.094c.904 0 1.357.001 1.696.19a1.5 1.5 0 0 1 .582.582c.189.34.189.792.189 1.697v2.533c0 1.886 0 2.829-.586 3.414c-.586.586-1.529.586-3.414.586h-2.504c-1.4 0-2.1 0-2.604-.335a2 2 0 0 1-.557-.556c-.335-.504-.335-1.204-.335-2.605c0-1.403 0-2.105.336-2.61a2 2 0 0 1 .558-.556c.505-.335 1.207-.333 2.61-.33z"/></svg>
React
import type { SVGProps } from "react";
export function HugeiconsFolderTransfer(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M15.5 3.5c4.2 0 6 2.4 6 6l-2-1m-11 12c-4.2 0-6-2.4-6-6l2 1m3-10.988l-.32-.642c-.259-.522-.388-.783-.587-.969a1.5 1.5 0 0 0-.498-.309c-.255-.095-.547-.095-1.13-.094c-.904 0-1.356.001-1.696.19a1.5 1.5 0 0 0-.581.582c-.189.34-.189.792-.189 1.697V7.5c0 1.886 0 2.829.586 3.415s1.528.585 3.414.585h2.504c1.4 0 2.1 0 2.604-.335a2 2 0 0 0 .556-.556c.336-.504.336-1.204.336-2.605c0-1.403 0-2.105-.337-2.609a2 2 0 0 0-.557-.556c-.505-.335-1.207-.334-2.61-.33zm9 10.002l.318-.642c.26-.522.389-.783.588-.969a1.5 1.5 0 0 1 .498-.309c.255-.095.546-.095 1.129-.094c.904 0 1.357.001 1.696.19a1.5 1.5 0 0 1 .582.582c.189.34.189.792.189 1.697v2.533c0 1.886 0 2.829-.586 3.414c-.586.586-1.529.586-3.414.586h-2.504c-1.4 0-2.1 0-2.604-.335a2 2 0 0 1-.557-.556c-.335-.504-.335-1.204-.335-2.605c0-1.403 0-2.105.336-2.61a2 2 0 0 1 .558-.556c.505-.335 1.207-.333 2.61-.33z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M15.5 3.5c4.2 0 6 2.4 6 6l-2-1m-11 12c-4.2 0-6-2.4-6-6l2 1m3-10.988l-.32-.642c-.259-.522-.388-.783-.587-.969a1.5 1.5 0 0 0-.498-.309c-.255-.095-.547-.095-1.13-.094c-.904 0-1.356.001-1.696.19a1.5 1.5 0 0 0-.581.582c-.189.34-.189.792-.189 1.697V7.5c0 1.886 0 2.829.586 3.415s1.528.585 3.414.585h2.504c1.4 0 2.1 0 2.604-.335a2 2 0 0 0 .556-.556c.336-.504.336-1.204.336-2.605c0-1.403 0-2.105-.337-2.609a2 2 0 0 0-.557-.556c-.505-.335-1.207-.334-2.61-.33zm9 10.002l.318-.642c.26-.522.389-.783.588-.969a1.5 1.5 0 0 1 .498-.309c.255-.095.546-.095 1.129-.094c.904 0 1.357.001 1.696.19a1.5 1.5 0 0 1 .582.582c.189.34.189.792.189 1.697v2.533c0 1.886 0 2.829-.586 3.414c-.586.586-1.529.586-3.414.586h-2.504c-1.4 0-2.1 0-2.604-.335a2 2 0 0 1-.557-.556c-.335-.504-.335-1.204-.335-2.605c0-1.403 0-2.105.336-2.61a2 2 0 0 1 .558-.556c.505-.335 1.207-.333 2.61-.33z"/></svg> </template>
CSS
.icon-folder-transfer {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M15.5%203.5c4.2%200%206%202.4%206%206l-2-1m-11%2012c-4.2%200-6-2.4-6-6l2%201m3-10.988l-.32-.642c-.259-.522-.388-.783-.587-.969a1.5%201.5%200%200%200-.498-.309c-.255-.095-.547-.095-1.13-.094c-.904%200-1.356.001-1.696.19a1.5%201.5%200%200%200-.581.582c-.189.34-.189.792-.189%201.697V7.5c0%201.886%200%202.829.586%203.415s1.528.585%203.414.585h2.504c1.4%200%202.1%200%202.604-.335a2%202%200%200%200%20.556-.556c.336-.504.336-1.204.336-2.605c0-1.403%200-2.105-.337-2.609a2%202%200%200%200-.557-.556c-.505-.335-1.207-.334-2.61-.33zm9%2010.002l.318-.642c.26-.522.389-.783.588-.969a1.5%201.5%200%200%201%20.498-.309c.255-.095.546-.095%201.129-.094c.904%200%201.357.001%201.696.19a1.5%201.5%200%200%201%20.582.582c.189.34.189.792.189%201.697v2.533c0%201.886%200%202.829-.586%203.414c-.586.586-1.529.586-3.414.586h-2.504c-1.4%200-2.1%200-2.604-.335a2%202%200%200%201-.557-.556c-.335-.504-.335-1.204-.335-2.605c0-1.403%200-2.105.336-2.61a2%202%200%200%201%20.558-.556c.505-.335%201.207-.333%202.61-.33z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M15.5%203.5c4.2%200%206%202.4%206%206l-2-1m-11%2012c-4.2%200-6-2.4-6-6l2%201m3-10.988l-.32-.642c-.259-.522-.388-.783-.587-.969a1.5%201.5%200%200%200-.498-.309c-.255-.095-.547-.095-1.13-.094c-.904%200-1.356.001-1.696.19a1.5%201.5%200%200%200-.581.582c-.189.34-.189.792-.189%201.697V7.5c0%201.886%200%202.829.586%203.415s1.528.585%203.414.585h2.504c1.4%200%202.1%200%202.604-.335a2%202%200%200%200%20.556-.556c.336-.504.336-1.204.336-2.605c0-1.403%200-2.105-.337-2.609a2%202%200%200%200-.557-.556c-.505-.335-1.207-.334-2.61-.33zm9%2010.002l.318-.642c.26-.522.389-.783.588-.969a1.5%201.5%200%200%201%20.498-.309c.255-.095.546-.095%201.129-.094c.904%200%201.357.001%201.696.19a1.5%201.5%200%200%201%20.582.582c.189.34.189.792.189%201.697v2.533c0%201.886%200%202.829-.586%203.414c-.586.586-1.529.586-3.414.586h-2.504c-1.4%200-2.1%200-2.604-.335a2%202%200%200%201-.557-.556c-.335-.504-.335-1.204-.335-2.605c0-1.403%200-2.105.336-2.61a2%202%200%200%201%20.558-.556c.505-.335%201.207-.333%202.61-.33z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/folder-transfer.svg?color=%231a73e8&size=48