folder move icon
folder-move-48-regular from Fluent UI System Icons by Microsoft Corporation · 48 Regular · MIT Free for personal and commercial use.
- Name
- folder-move-48-regular
- Set
- Fluent UI System Icons
- Style
- 48 Regular
- Viewbox
- 48×48
- License
- MIT
7 other variants in Fluent UI System Icons
The same icon in other sets
Related icons in Fluent UI System Icons
folder-add-16-filledfolder-arrow-left-16-filledfolder-arrow-right-16-filledfolder-arrow-up-16-filledfolder-briefcase-20-filledfolder-data-bar-20-filledfolder-dismiss-16-filledfolder-document-16-filledfolder-globe-16-filledfolder-hint-20-filledfolder-holder-20-filledfolder-junk-20-filledfolder-lightning-16-filledfolder-link-16-filledfolder-list-16-filledfolder-mail-16-filledfolder-multiple-16-filledfolder-open-16-filledfolder-open-down-16-filledfolder-open-vertical-16-filledfolder-people-20-filledfolder-person-16-filledfolder-prohibited-16-filledfolder-public-16-regular
Use the folder move icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path d="M17.06 9c.833 0 1.64.277 2.295.784l.175.144l2.586 2.263c.19.166.425.27.673.3l.15.009H40.25a3.75 3.75 0 0 1 3.745 3.55l.005.2v7.806a12.026 12.026 0 0 0-2.5-1.724V16.25a1.25 1.25 0 0 0-1.122-1.244L40.25 15l-17.403-.001l-2.126 2.616a3.75 3.75 0 0 1-2.686 1.378L17.81 19L6.5 18.999V35.25c0 .647.492 1.18 1.122 1.244l.128.006h16.769c.268.881.635 1.719 1.087 2.501L7.75 39a3.75 3.75 0 0 1-3.745-3.55L4 35.25v-22.5a3.75 3.75 0 0 1 3.55-3.745L7.75 9h9.31zm0 2.5H7.75a1.25 1.25 0 0 0-1.244 1.122l-.006.128v3.749l11.31.001c.33 0 .643-.13.876-.358l.094-.104l1.635-2.013l-2.531-2.216a1.25 1.25 0 0 0-.673-.3l-.15-.009zM36 23c5.523 0 10 4.477 10 10s-4.477 10-10 10s-10-4.477-10-10s4.477-10 10-10zm0 4.634l-.113.076l-.094.083l-.083.094a1 1 0 0 0 0 1.226l.083.094L38.585 32H31l-.117.007a1 1 0 0 0-.876.876L30 33l.007.117a1 1 0 0 0 .876.876L31 34h7.585l-2.792 2.793l-.083.094a1 1 0 0 0 1.403 1.403l.094-.083l4.5-4.5l.05-.054l.073-.094l.045-.075l.031-.06l.044-.112l.023-.078l.02-.117L42 33l-.003-.076l-.017-.125l-.03-.11l-.021-.06l-.054-.113l-.045-.075l-.043-.058l-.038-.046l-.042-.044l-4.5-4.5l-.094-.083a1.001 1.001 0 0 0-1.114-.076z" fill="currentColor" fill-rule="nonzero"/></svg>
React
import type { SVGProps } from "react";
export function FluentFolderMove48Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path d="M17.06 9c.833 0 1.64.277 2.295.784l.175.144l2.586 2.263c.19.166.425.27.673.3l.15.009H40.25a3.75 3.75 0 0 1 3.745 3.55l.005.2v7.806a12.026 12.026 0 0 0-2.5-1.724V16.25a1.25 1.25 0 0 0-1.122-1.244L40.25 15l-17.403-.001l-2.126 2.616a3.75 3.75 0 0 1-2.686 1.378L17.81 19L6.5 18.999V35.25c0 .647.492 1.18 1.122 1.244l.128.006h16.769c.268.881.635 1.719 1.087 2.501L7.75 39a3.75 3.75 0 0 1-3.745-3.55L4 35.25v-22.5a3.75 3.75 0 0 1 3.55-3.745L7.75 9h9.31zm0 2.5H7.75a1.25 1.25 0 0 0-1.244 1.122l-.006.128v3.749l11.31.001c.33 0 .643-.13.876-.358l.094-.104l1.635-2.013l-2.531-2.216a1.25 1.25 0 0 0-.673-.3l-.15-.009zM36 23c5.523 0 10 4.477 10 10s-4.477 10-10 10s-10-4.477-10-10s4.477-10 10-10zm0 4.634l-.113.076l-.094.083l-.083.094a1 1 0 0 0 0 1.226l.083.094L38.585 32H31l-.117.007a1 1 0 0 0-.876.876L30 33l.007.117a1 1 0 0 0 .876.876L31 34h7.585l-2.792 2.793l-.083.094a1 1 0 0 0 1.403 1.403l.094-.083l4.5-4.5l.05-.054l.073-.094l.045-.075l.031-.06l.044-.112l.023-.078l.02-.117L42 33l-.003-.076l-.017-.125l-.03-.11l-.021-.06l-.054-.113l-.045-.075l-.043-.058l-.038-.046l-.042-.044l-4.5-4.5l-.094-.083a1.001 1.001 0 0 0-1.114-.076z" fill="currentColor" fillRule="nonzero"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path d="M17.06 9c.833 0 1.64.277 2.295.784l.175.144l2.586 2.263c.19.166.425.27.673.3l.15.009H40.25a3.75 3.75 0 0 1 3.745 3.55l.005.2v7.806a12.026 12.026 0 0 0-2.5-1.724V16.25a1.25 1.25 0 0 0-1.122-1.244L40.25 15l-17.403-.001l-2.126 2.616a3.75 3.75 0 0 1-2.686 1.378L17.81 19L6.5 18.999V35.25c0 .647.492 1.18 1.122 1.244l.128.006h16.769c.268.881.635 1.719 1.087 2.501L7.75 39a3.75 3.75 0 0 1-3.745-3.55L4 35.25v-22.5a3.75 3.75 0 0 1 3.55-3.745L7.75 9h9.31zm0 2.5H7.75a1.25 1.25 0 0 0-1.244 1.122l-.006.128v3.749l11.31.001c.33 0 .643-.13.876-.358l.094-.104l1.635-2.013l-2.531-2.216a1.25 1.25 0 0 0-.673-.3l-.15-.009zM36 23c5.523 0 10 4.477 10 10s-4.477 10-10 10s-10-4.477-10-10s4.477-10 10-10zm0 4.634l-.113.076l-.094.083l-.083.094a1 1 0 0 0 0 1.226l.083.094L38.585 32H31l-.117.007a1 1 0 0 0-.876.876L30 33l.007.117a1 1 0 0 0 .876.876L31 34h7.585l-2.792 2.793l-.083.094a1 1 0 0 0 1.403 1.403l.094-.083l4.5-4.5l.05-.054l.073-.094l.045-.075l.031-.06l.044-.112l.023-.078l.02-.117L42 33l-.003-.076l-.017-.125l-.03-.11l-.021-.06l-.054-.113l-.045-.075l-.043-.058l-.038-.046l-.042-.044l-4.5-4.5l-.094-.083a1.001 1.001 0 0 0-1.114-.076z" fill="currentColor" fill-rule="nonzero"/></svg> </template>
CSS
.icon-folder-move-48-regular {
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%2048%2048%22%3E%3Cpath%20d%3D%22M17.06%209c.833%200%201.64.277%202.295.784l.175.144l2.586%202.263c.19.166.425.27.673.3l.15.009H40.25a3.75%203.75%200%200%201%203.745%203.55l.005.2v7.806a12.026%2012.026%200%200%200-2.5-1.724V16.25a1.25%201.25%200%200%200-1.122-1.244L40.25%2015l-17.403-.001l-2.126%202.616a3.75%203.75%200%200%201-2.686%201.378L17.81%2019L6.5%2018.999V35.25c0%20.647.492%201.18%201.122%201.244l.128.006h16.769c.268.881.635%201.719%201.087%202.501L7.75%2039a3.75%203.75%200%200%201-3.745-3.55L4%2035.25v-22.5a3.75%203.75%200%200%201%203.55-3.745L7.75%209h9.31zm0%202.5H7.75a1.25%201.25%200%200%200-1.244%201.122l-.006.128v3.749l11.31.001c.33%200%20.643-.13.876-.358l.094-.104l1.635-2.013l-2.531-2.216a1.25%201.25%200%200%200-.673-.3l-.15-.009zM36%2023c5.523%200%2010%204.477%2010%2010s-4.477%2010-10%2010s-10-4.477-10-10s4.477-10%2010-10zm0%204.634l-.113.076l-.094.083l-.083.094a1%201%200%200%200%200%201.226l.083.094L38.585%2032H31l-.117.007a1%201%200%200%200-.876.876L30%2033l.007.117a1%201%200%200%200%20.876.876L31%2034h7.585l-2.792%202.793l-.083.094a1%201%200%200%200%201.403%201.403l.094-.083l4.5-4.5l.05-.054l.073-.094l.045-.075l.031-.06l.044-.112l.023-.078l.02-.117L42%2033l-.003-.076l-.017-.125l-.03-.11l-.021-.06l-.054-.113l-.045-.075l-.043-.058l-.038-.046l-.042-.044l-4.5-4.5l-.094-.083a1.001%201.001%200%200%200-1.114-.076z%22%20fill%3D%22currentColor%22%20fill-rule%3D%22nonzero%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%2048%2048%22%3E%3Cpath%20d%3D%22M17.06%209c.833%200%201.64.277%202.295.784l.175.144l2.586%202.263c.19.166.425.27.673.3l.15.009H40.25a3.75%203.75%200%200%201%203.745%203.55l.005.2v7.806a12.026%2012.026%200%200%200-2.5-1.724V16.25a1.25%201.25%200%200%200-1.122-1.244L40.25%2015l-17.403-.001l-2.126%202.616a3.75%203.75%200%200%201-2.686%201.378L17.81%2019L6.5%2018.999V35.25c0%20.647.492%201.18%201.122%201.244l.128.006h16.769c.268.881.635%201.719%201.087%202.501L7.75%2039a3.75%203.75%200%200%201-3.745-3.55L4%2035.25v-22.5a3.75%203.75%200%200%201%203.55-3.745L7.75%209h9.31zm0%202.5H7.75a1.25%201.25%200%200%200-1.244%201.122l-.006.128v3.749l11.31.001c.33%200%20.643-.13.876-.358l.094-.104l1.635-2.013l-2.531-2.216a1.25%201.25%200%200%200-.673-.3l-.15-.009zM36%2023c5.523%200%2010%204.477%2010%2010s-4.477%2010-10%2010s-10-4.477-10-10s4.477-10%2010-10zm0%204.634l-.113.076l-.094.083l-.083.094a1%201%200%200%200%200%201.226l.083.094L38.585%2032H31l-.117.007a1%201%200%200%200-.876.876L30%2033l.007.117a1%201%200%200%200%20.876.876L31%2034h7.585l-2.792%202.793l-.083.094a1%201%200%200%200%201.403%201.403l.094-.083l4.5-4.5l.05-.054l.073-.094l.045-.075l.031-.06l.044-.112l.023-.078l.02-.117L42%2033l-.003-.076l-.017-.125l-.03-.11l-.021-.06l-.054-.113l-.045-.075l-.043-.058l-.038-.046l-.042-.044l-4.5-4.5l-.094-.083a1.001%201.001%200%200%200-1.114-.076z%22%20fill%3D%22currentColor%22%20fill-rule%3D%22nonzero%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/folder-move-48-regular.svg?color=%231a73e8&size=48