file moved icon
file-moved-24 from Octicons by GitHub · 24 · MIT Free for personal and commercial use.
- Name
- file-moved-24
- Set
- Octicons
- Style
- 24
- Viewbox
- 24×24
- License
- MIT
1 other variant in Octicons
Related icons in Octicons
Use the file moved icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 3a2 2 0 0 1 2-2h9.982a2 2 0 0 1 1.414.586l4.018 4.018A2 2 0 0 1 21 7.018V21a2 2 0 0 1-2 2H4.75a.75.75 0 0 1 0-1.5H19a.5.5 0 0 0 .5-.5V7a.5.5 0 0 0-.146-.336l-4.018-4.018A.5.5 0 0 0 15 2.5H5a.5.5 0 0 0-.5.5v6.25a.75.75 0 0 1-1.5 0z"/><path fill="currentColor" d="M7.21 14.25H1.75a.75.75 0 0 0 0 1.5h5.46s-.008 2.249 0 3.256a.75.75 0 0 0 1.262.542l4.285-4a.75.75 0 0 0 0-1.096l-4.285-4A.75.75 0 0 0 7.21 11z"/></svg>
React
import type { SVGProps } from "react";
export function OcticonFileMoved24(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 3a2 2 0 0 1 2-2h9.982a2 2 0 0 1 1.414.586l4.018 4.018A2 2 0 0 1 21 7.018V21a2 2 0 0 1-2 2H4.75a.75.75 0 0 1 0-1.5H19a.5.5 0 0 0 .5-.5V7a.5.5 0 0 0-.146-.336l-4.018-4.018A.5.5 0 0 0 15 2.5H5a.5.5 0 0 0-.5.5v6.25a.75.75 0 0 1-1.5 0z"/><path fill="currentColor" d="M7.21 14.25H1.75a.75.75 0 0 0 0 1.5h5.46s-.008 2.249 0 3.256a.75.75 0 0 0 1.262.542l4.285-4a.75.75 0 0 0 0-1.096l-4.285-4A.75.75 0 0 0 7.21 11z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 3a2 2 0 0 1 2-2h9.982a2 2 0 0 1 1.414.586l4.018 4.018A2 2 0 0 1 21 7.018V21a2 2 0 0 1-2 2H4.75a.75.75 0 0 1 0-1.5H19a.5.5 0 0 0 .5-.5V7a.5.5 0 0 0-.146-.336l-4.018-4.018A.5.5 0 0 0 15 2.5H5a.5.5 0 0 0-.5.5v6.25a.75.75 0 0 1-1.5 0z"/><path fill="currentColor" d="M7.21 14.25H1.75a.75.75 0 0 0 0 1.5h5.46s-.008 2.249 0 3.256a.75.75 0 0 0 1.262.542l4.285-4a.75.75 0 0 0 0-1.096l-4.285-4A.75.75 0 0 0 7.21 11z"/></svg> </template>
CSS
.icon-file-moved-24 {
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%22currentColor%22%20d%3D%22M3%203a2%202%200%200%201%202-2h9.982a2%202%200%200%201%201.414.586l4.018%204.018A2%202%200%200%201%2021%207.018V21a2%202%200%200%201-2%202H4.75a.75.75%200%200%201%200-1.5H19a.5.5%200%200%200%20.5-.5V7a.5.5%200%200%200-.146-.336l-4.018-4.018A.5.5%200%200%200%2015%202.5H5a.5.5%200%200%200-.5.5v6.25a.75.75%200%200%201-1.5%200z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.21%2014.25H1.75a.75.75%200%200%200%200%201.5h5.46s-.008%202.249%200%203.256a.75.75%200%200%200%201.262.542l4.285-4a.75.75%200%200%200%200-1.096l-4.285-4A.75.75%200%200%200%207.21%2011z%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%22currentColor%22%20d%3D%22M3%203a2%202%200%200%201%202-2h9.982a2%202%200%200%201%201.414.586l4.018%204.018A2%202%200%200%201%2021%207.018V21a2%202%200%200%201-2%202H4.75a.75.75%200%200%201%200-1.5H19a.5.5%200%200%200%20.5-.5V7a.5.5%200%200%200-.146-.336l-4.018-4.018A.5.5%200%200%200%2015%202.5H5a.5.5%200%200%200-.5.5v6.25a.75.75%200%200%201-1.5%200z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.21%2014.25H1.75a.75.75%200%200%200%200%201.5h5.46s-.008%202.249%200%203.256a.75.75%200%200%200%201.262.542l4.285-4a.75.75%200%200%200%200-1.096l-4.285-4A.75.75%200%200%200%207.21%2011z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/octicon/file-moved-24.svg?color=%231a73e8&size=48