sync desktop icon
sync-desktop-rounded from Material Symbols by Google · Rounded · UI Actions · Apache-2.0 Free for personal and commercial use.
- Name
- sync-desktop-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- UI Actions
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols
The same icon in other sets
More ui actions icons from Material Symbols
Use the sync desktop icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.5 19q-.625 0-1.062-.437T13 17.5v-3q0-.625.438-1.062T14.5 13h6q.625 0 1.063.438T22 14.5v3q0 .625-.437 1.063T20.5 19zM13 22q-.425 0-.712-.288T12 21t.288-.712T13 20h9q.425 0 .713.288T23 21t-.288.713T22 22zM6 12q0 1.35.538 2.488T8 16.45V15q0-.425.288-.712T9 14t.713.288T10 15v4q0 .425-.288.713T9 20H5q-.425 0-.712-.288T4 19t.288-.712T5 18h1.725q-1.275-1.1-2-2.65T4 12q0-2.375 1.237-4.275t3.213-2.9q.35-.2.725-.012t.5.587t-.038.775t-.512.575q-1.4.775-2.262 2.163T6 12m10-4.45V9q0 .425-.288.713T15 10t-.712-.288T14 9V5q0-.425.288-.712T15 4h4q.425 0 .713.288T20 5t-.288.713T19 6h-1.725q.825.725 1.438 1.663T19.65 9.7q.125.4-.1.725t-.65.4t-.762-.162t-.488-.638q-.25-.725-.675-1.35T16 7.55"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsSyncDesktopRounded(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="M14.5 19q-.625 0-1.062-.437T13 17.5v-3q0-.625.438-1.062T14.5 13h6q.625 0 1.063.438T22 14.5v3q0 .625-.437 1.063T20.5 19zM13 22q-.425 0-.712-.288T12 21t.288-.712T13 20h9q.425 0 .713.288T23 21t-.288.713T22 22zM6 12q0 1.35.538 2.488T8 16.45V15q0-.425.288-.712T9 14t.713.288T10 15v4q0 .425-.288.713T9 20H5q-.425 0-.712-.288T4 19t.288-.712T5 18h1.725q-1.275-1.1-2-2.65T4 12q0-2.375 1.237-4.275t3.213-2.9q.35-.2.725-.012t.5.587t-.038.775t-.512.575q-1.4.775-2.262 2.163T6 12m10-4.45V9q0 .425-.288.713T15 10t-.712-.288T14 9V5q0-.425.288-.712T15 4h4q.425 0 .713.288T20 5t-.288.713T19 6h-1.725q.825.725 1.438 1.663T19.65 9.7q.125.4-.1.725t-.65.4t-.762-.162t-.488-.638q-.25-.725-.675-1.35T16 7.55"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.5 19q-.625 0-1.062-.437T13 17.5v-3q0-.625.438-1.062T14.5 13h6q.625 0 1.063.438T22 14.5v3q0 .625-.437 1.063T20.5 19zM13 22q-.425 0-.712-.288T12 21t.288-.712T13 20h9q.425 0 .713.288T23 21t-.288.713T22 22zM6 12q0 1.35.538 2.488T8 16.45V15q0-.425.288-.712T9 14t.713.288T10 15v4q0 .425-.288.713T9 20H5q-.425 0-.712-.288T4 19t.288-.712T5 18h1.725q-1.275-1.1-2-2.65T4 12q0-2.375 1.237-4.275t3.213-2.9q.35-.2.725-.012t.5.587t-.038.775t-.512.575q-1.4.775-2.262 2.163T6 12m10-4.45V9q0 .425-.288.713T15 10t-.712-.288T14 9V5q0-.425.288-.712T15 4h4q.425 0 .713.288T20 5t-.288.713T19 6h-1.725q.825.725 1.438 1.663T19.65 9.7q.125.4-.1.725t-.65.4t-.762-.162t-.488-.638q-.25-.725-.675-1.35T16 7.55"/></svg> </template>
CSS
.icon-sync-desktop-rounded {
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%22M14.5%2019q-.625%200-1.062-.437T13%2017.5v-3q0-.625.438-1.062T14.5%2013h6q.625%200%201.063.438T22%2014.5v3q0%20.625-.437%201.063T20.5%2019zM13%2022q-.425%200-.712-.288T12%2021t.288-.712T13%2020h9q.425%200%20.713.288T23%2021t-.288.713T22%2022zM6%2012q0%201.35.538%202.488T8%2016.45V15q0-.425.288-.712T9%2014t.713.288T10%2015v4q0%20.425-.288.713T9%2020H5q-.425%200-.712-.288T4%2019t.288-.712T5%2018h1.725q-1.275-1.1-2-2.65T4%2012q0-2.375%201.237-4.275t3.213-2.9q.35-.2.725-.012t.5.587t-.038.775t-.512.575q-1.4.775-2.262%202.163T6%2012m10-4.45V9q0%20.425-.288.713T15%2010t-.712-.288T14%209V5q0-.425.288-.712T15%204h4q.425%200%20.713.288T20%205t-.288.713T19%206h-1.725q.825.725%201.438%201.663T19.65%209.7q.125.4-.1.725t-.65.4t-.762-.162t-.488-.638q-.25-.725-.675-1.35T16%207.55%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%22M14.5%2019q-.625%200-1.062-.437T13%2017.5v-3q0-.625.438-1.062T14.5%2013h6q.625%200%201.063.438T22%2014.5v3q0%20.625-.437%201.063T20.5%2019zM13%2022q-.425%200-.712-.288T12%2021t.288-.712T13%2020h9q.425%200%20.713.288T23%2021t-.288.713T22%2022zM6%2012q0%201.35.538%202.488T8%2016.45V15q0-.425.288-.712T9%2014t.713.288T10%2015v4q0%20.425-.288.713T9%2020H5q-.425%200-.712-.288T4%2019t.288-.712T5%2018h1.725q-1.275-1.1-2-2.65T4%2012q0-2.375%201.237-4.275t3.213-2.9q.35-.2.725-.012t.5.587t-.038.775t-.512.575q-1.4.775-2.262%202.163T6%2012m10-4.45V9q0%20.425-.288.713T15%2010t-.712-.288T14%209V5q0-.425.288-.712T15%204h4q.425%200%20.713.288T20%205t-.288.713T19%206h-1.725q.825.725%201.438%201.663T19.65%209.7q.125.4-.1.725t-.65.4t-.762-.162t-.488-.638q-.25-.725-.675-1.35T16%207.55%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/sync-desktop-rounded.svg?color=%231a73e8&size=48