file sync icon
file-sync-outline from Material Design Icons by Pictogrammers · Outline · Files / Folders · Apache-2.0 Free for personal and commercial use.
- Name
- file-sync-outline
- Set
- Material Design Icons
- Style
- Outline
- Category
- Files / Folders
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in Material Design Icons
The same icon in other sets
More files / folders icons from Material Design Icons
clipboard-filefilefile-arrow-left-rightfile-arrow-up-downfile-cabinetfile-cadfile-cad-boxfile-cancelfile-certificatefile-chartfile-chart-checkfile-checkfile-cogfile-comparefile-delimitedfile-documentfile-document-arrow-rightfile-document-checkfile-document-minusfile-document-multiplefile-document-plusfile-document-refreshfile-document-removefile-download
Use the file sync icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.8 22H6c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h8l6 6v3.5c-.6-.3-1.3-.4-2-.5V9h-5V4H6v16h5.5c.3.7.8 1.4 1.3 2M17 12l-2.2 2.2l2.2 2.2V15c1.4 0 2.5 1.1 2.5 2.5c0 .4-.1.8-.3 1.1l1.1 1.1c.4-.6.7-1.4.7-2.2c0-2.2-1.8-4-4-4zm2.2 8.8L17 18.5V20c-1.4 0-2.5-1.1-2.5-2.5c0-.4.1-.8.3-1.1l-1.1-1.1c-.4.6-.7 1.4-.7 2.2c0 2.2 1.8 4 4 4V23z"/></svg>
React
import type { SVGProps } from "react";
export function MdiFileSyncOutline(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="M12.8 22H6c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h8l6 6v3.5c-.6-.3-1.3-.4-2-.5V9h-5V4H6v16h5.5c.3.7.8 1.4 1.3 2M17 12l-2.2 2.2l2.2 2.2V15c1.4 0 2.5 1.1 2.5 2.5c0 .4-.1.8-.3 1.1l1.1 1.1c.4-.6.7-1.4.7-2.2c0-2.2-1.8-4-4-4zm2.2 8.8L17 18.5V20c-1.4 0-2.5-1.1-2.5-2.5c0-.4.1-.8.3-1.1l-1.1-1.1c-.4.6-.7 1.4-.7 2.2c0 2.2 1.8 4 4 4V23z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.8 22H6c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h8l6 6v3.5c-.6-.3-1.3-.4-2-.5V9h-5V4H6v16h5.5c.3.7.8 1.4 1.3 2M17 12l-2.2 2.2l2.2 2.2V15c1.4 0 2.5 1.1 2.5 2.5c0 .4-.1.8-.3 1.1l1.1 1.1c.4-.6.7-1.4.7-2.2c0-2.2-1.8-4-4-4zm2.2 8.8L17 18.5V20c-1.4 0-2.5-1.1-2.5-2.5c0-.4.1-.8.3-1.1l-1.1-1.1c-.4.6-.7 1.4-.7 2.2c0 2.2 1.8 4 4 4V23z"/></svg> </template>
CSS
.icon-file-sync-outline {
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%22M12.8%2022H6c-1.1%200-2-.9-2-2V4c0-1.1.9-2%202-2h8l6%206v3.5c-.6-.3-1.3-.4-2-.5V9h-5V4H6v16h5.5c.3.7.8%201.4%201.3%202M17%2012l-2.2%202.2l2.2%202.2V15c1.4%200%202.5%201.1%202.5%202.5c0%20.4-.1.8-.3%201.1l1.1%201.1c.4-.6.7-1.4.7-2.2c0-2.2-1.8-4-4-4zm2.2%208.8L17%2018.5V20c-1.4%200-2.5-1.1-2.5-2.5c0-.4.1-.8.3-1.1l-1.1-1.1c-.4.6-.7%201.4-.7%202.2c0%202.2%201.8%204%204%204V23z%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%22M12.8%2022H6c-1.1%200-2-.9-2-2V4c0-1.1.9-2%202-2h8l6%206v3.5c-.6-.3-1.3-.4-2-.5V9h-5V4H6v16h5.5c.3.7.8%201.4%201.3%202M17%2012l-2.2%202.2l2.2%202.2V15c1.4%200%202.5%201.1%202.5%202.5c0%20.4-.1.8-.3%201.1l1.1%201.1c.4-.6.7-1.4.7-2.2c0-2.2-1.8-4-4-4zm2.2%208.8L17%2018.5V20c-1.4%200-2.5-1.1-2.5-2.5c0-.4.1-.8.3-1.1l-1.1-1.1c-.4.6-.7%201.4-.7%202.2c0%202.2%201.8%204%204%204V23z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/file-sync-outline.svg?color=%231a73e8&size=48