folder move icon
folder-move-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- folder-move-20-regular
- Set
- Fluent UI System Icons
- Style
- 20 Regular
- Viewbox
- 20×20
- 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 20 20"><path d="M14.5 10a4.5 4.5 0 1 1 0 9a4.5 4.5 0 0 1 0-9zM7.167 3c.27 0 .535.073.765.21l.135.09l1.6 1.2H15.5a2.5 2.5 0 0 1 2.495 2.336L18 7v3.257a5.508 5.508 0 0 0-.736-.513L17 9.6V7a1.5 1.5 0 0 0-1.356-1.493L15.5 5.5H9.62L8.157 7.034a1.5 1.5 0 0 1-.934.458l-.153.008H3v7a1.5 1.5 0 0 0 1.356 1.493L4.5 16h4.707c.074.261.167.515.277.76L9.6 17H4.5a2.5 2.5 0 0 1-2.495-2.336L2 14.5v-9a2.5 2.5 0 0 1 2.336-2.495L4.5 3h2.667zm6.98 9.146a.5.5 0 0 0-.058.638l.057.07L15.293 14H12.5a.5.5 0 0 0-.09.992l.09.008h2.793l-1.147 1.146a.5.5 0 0 0 .638.765l.07-.057l2-2a.504.504 0 0 0 .141-.285l.005-.066a.508.508 0 0 0-.102-.306l-.044-.05l-2-2a.5.5 0 0 0-.708 0zM7.166 4H4.5a1.5 1.5 0 0 0-1.493 1.356L3 5.5v1h4.071a.5.5 0 0 0 .302-.101l.06-.054L8.694 5.02L7.467 4.1a.5.5 0 0 0-.22-.094L7.167 4z" fill="currentColor" fill-rule="nonzero"/></svg>
React
import type { SVGProps } from "react";
export function FluentFolderMove20Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path d="M14.5 10a4.5 4.5 0 1 1 0 9a4.5 4.5 0 0 1 0-9zM7.167 3c.27 0 .535.073.765.21l.135.09l1.6 1.2H15.5a2.5 2.5 0 0 1 2.495 2.336L18 7v3.257a5.508 5.508 0 0 0-.736-.513L17 9.6V7a1.5 1.5 0 0 0-1.356-1.493L15.5 5.5H9.62L8.157 7.034a1.5 1.5 0 0 1-.934.458l-.153.008H3v7a1.5 1.5 0 0 0 1.356 1.493L4.5 16h4.707c.074.261.167.515.277.76L9.6 17H4.5a2.5 2.5 0 0 1-2.495-2.336L2 14.5v-9a2.5 2.5 0 0 1 2.336-2.495L4.5 3h2.667zm6.98 9.146a.5.5 0 0 0-.058.638l.057.07L15.293 14H12.5a.5.5 0 0 0-.09.992l.09.008h2.793l-1.147 1.146a.5.5 0 0 0 .638.765l.07-.057l2-2a.504.504 0 0 0 .141-.285l.005-.066a.508.508 0 0 0-.102-.306l-.044-.05l-2-2a.5.5 0 0 0-.708 0zM7.166 4H4.5a1.5 1.5 0 0 0-1.493 1.356L3 5.5v1h4.071a.5.5 0 0 0 .302-.101l.06-.054L8.694 5.02L7.467 4.1a.5.5 0 0 0-.22-.094L7.167 4z" fill="currentColor" fillRule="nonzero"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path d="M14.5 10a4.5 4.5 0 1 1 0 9a4.5 4.5 0 0 1 0-9zM7.167 3c.27 0 .535.073.765.21l.135.09l1.6 1.2H15.5a2.5 2.5 0 0 1 2.495 2.336L18 7v3.257a5.508 5.508 0 0 0-.736-.513L17 9.6V7a1.5 1.5 0 0 0-1.356-1.493L15.5 5.5H9.62L8.157 7.034a1.5 1.5 0 0 1-.934.458l-.153.008H3v7a1.5 1.5 0 0 0 1.356 1.493L4.5 16h4.707c.074.261.167.515.277.76L9.6 17H4.5a2.5 2.5 0 0 1-2.495-2.336L2 14.5v-9a2.5 2.5 0 0 1 2.336-2.495L4.5 3h2.667zm6.98 9.146a.5.5 0 0 0-.058.638l.057.07L15.293 14H12.5a.5.5 0 0 0-.09.992l.09.008h2.793l-1.147 1.146a.5.5 0 0 0 .638.765l.07-.057l2-2a.504.504 0 0 0 .141-.285l.005-.066a.508.508 0 0 0-.102-.306l-.044-.05l-2-2a.5.5 0 0 0-.708 0zM7.166 4H4.5a1.5 1.5 0 0 0-1.493 1.356L3 5.5v1h4.071a.5.5 0 0 0 .302-.101l.06-.054L8.694 5.02L7.467 4.1a.5.5 0 0 0-.22-.094L7.167 4z" fill="currentColor" fill-rule="nonzero"/></svg> </template>
CSS
.icon-folder-move-20-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%2020%2020%22%3E%3Cpath%20d%3D%22M14.5%2010a4.5%204.5%200%201%201%200%209a4.5%204.5%200%200%201%200-9zM7.167%203c.27%200%20.535.073.765.21l.135.09l1.6%201.2H15.5a2.5%202.5%200%200%201%202.495%202.336L18%207v3.257a5.508%205.508%200%200%200-.736-.513L17%209.6V7a1.5%201.5%200%200%200-1.356-1.493L15.5%205.5H9.62L8.157%207.034a1.5%201.5%200%200%201-.934.458l-.153.008H3v7a1.5%201.5%200%200%200%201.356%201.493L4.5%2016h4.707c.074.261.167.515.277.76L9.6%2017H4.5a2.5%202.5%200%200%201-2.495-2.336L2%2014.5v-9a2.5%202.5%200%200%201%202.336-2.495L4.5%203h2.667zm6.98%209.146a.5.5%200%200%200-.058.638l.057.07L15.293%2014H12.5a.5.5%200%200%200-.09.992l.09.008h2.793l-1.147%201.146a.5.5%200%200%200%20.638.765l.07-.057l2-2a.504.504%200%200%200%20.141-.285l.005-.066a.508.508%200%200%200-.102-.306l-.044-.05l-2-2a.5.5%200%200%200-.708%200zM7.166%204H4.5a1.5%201.5%200%200%200-1.493%201.356L3%205.5v1h4.071a.5.5%200%200%200%20.302-.101l.06-.054L8.694%205.02L7.467%204.1a.5.5%200%200%200-.22-.094L7.167%204z%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%2020%2020%22%3E%3Cpath%20d%3D%22M14.5%2010a4.5%204.5%200%201%201%200%209a4.5%204.5%200%200%201%200-9zM7.167%203c.27%200%20.535.073.765.21l.135.09l1.6%201.2H15.5a2.5%202.5%200%200%201%202.495%202.336L18%207v3.257a5.508%205.508%200%200%200-.736-.513L17%209.6V7a1.5%201.5%200%200%200-1.356-1.493L15.5%205.5H9.62L8.157%207.034a1.5%201.5%200%200%201-.934.458l-.153.008H3v7a1.5%201.5%200%200%200%201.356%201.493L4.5%2016h4.707c.074.261.167.515.277.76L9.6%2017H4.5a2.5%202.5%200%200%201-2.495-2.336L2%2014.5v-9a2.5%202.5%200%200%201%202.336-2.495L4.5%203h2.667zm6.98%209.146a.5.5%200%200%200-.058.638l.057.07L15.293%2014H12.5a.5.5%200%200%200-.09.992l.09.008h2.793l-1.147%201.146a.5.5%200%200%200%20.638.765l.07-.057l2-2a.504.504%200%200%200%20.141-.285l.005-.066a.508.508%200%200%200-.102-.306l-.044-.05l-2-2a.5.5%200%200%200-.708%200zM7.166%204H4.5a1.5%201.5%200%200%200-1.493%201.356L3%205.5v1h4.071a.5.5%200%200%200%20.302-.101l.06-.054L8.694%205.02L7.467%204.1a.5.5%200%200%200-.22-.094L7.167%204z%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-20-regular.svg?color=%231a73e8&size=48