sync disabled icon
sync-disabled from Material Symbols by Google · Regular · UI Actions · Apache-2.0 Free for personal and commercial use.
- Name
- sync-disabled
- Set
- Material Symbols
- Style
- Regular
- Category
- UI Actions
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- sync-disabled-outline, sync-disabled-outline-sharp, sync-disabled-sharp
1 other variant in Material Symbols
The same icon in other sets
More ui actions icons from Material Symbols
Use the sync disabled icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m19.8 22.6l-3.725-3.725q-.475.275-.987.5T14 19.75v-2.1q.15-.05.3-.112t.3-.138l-8-8q-.275.625-.437 1.288T6 12.05q0 1.125.425 2.188T7.75 16.2l.25.25V14h2v6H4v-2h2.75l-.4-.35q-1.225-1.225-1.787-2.662T4 12.05q0-1.125.288-2.162t.837-1.963L1.4 4.2l1.425-1.425l18.4 18.4zm-.875-6.575l-1.5-1.5q.275-.6.425-1.25T18 11.95q0-1.125-.425-2.187T16.25 7.8L16 7.55V10h-2V4h6v2h-2.75l.4.35q1.225 1.225 1.788 2.663T20 11.95q0 1.125-.288 2.138t-.787 1.937m-9.45-9.45l-1.5-1.5Q8.45 4.8 8.95 4.6T10 4.25v2.1q-.125.05-.262.1t-.263.125"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsSyncDisabled(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="m19.8 22.6l-3.725-3.725q-.475.275-.987.5T14 19.75v-2.1q.15-.05.3-.112t.3-.138l-8-8q-.275.625-.437 1.288T6 12.05q0 1.125.425 2.188T7.75 16.2l.25.25V14h2v6H4v-2h2.75l-.4-.35q-1.225-1.225-1.787-2.662T4 12.05q0-1.125.288-2.162t.837-1.963L1.4 4.2l1.425-1.425l18.4 18.4zm-.875-6.575l-1.5-1.5q.275-.6.425-1.25T18 11.95q0-1.125-.425-2.187T16.25 7.8L16 7.55V10h-2V4h6v2h-2.75l.4.35q1.225 1.225 1.788 2.663T20 11.95q0 1.125-.288 2.138t-.787 1.937m-9.45-9.45l-1.5-1.5Q8.45 4.8 8.95 4.6T10 4.25v2.1q-.125.05-.262.1t-.263.125"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m19.8 22.6l-3.725-3.725q-.475.275-.987.5T14 19.75v-2.1q.15-.05.3-.112t.3-.138l-8-8q-.275.625-.437 1.288T6 12.05q0 1.125.425 2.188T7.75 16.2l.25.25V14h2v6H4v-2h2.75l-.4-.35q-1.225-1.225-1.787-2.662T4 12.05q0-1.125.288-2.162t.837-1.963L1.4 4.2l1.425-1.425l18.4 18.4zm-.875-6.575l-1.5-1.5q.275-.6.425-1.25T18 11.95q0-1.125-.425-2.187T16.25 7.8L16 7.55V10h-2V4h6v2h-2.75l.4.35q1.225 1.225 1.788 2.663T20 11.95q0 1.125-.288 2.138t-.787 1.937m-9.45-9.45l-1.5-1.5Q8.45 4.8 8.95 4.6T10 4.25v2.1q-.125.05-.262.1t-.263.125"/></svg> </template>
CSS
.icon-sync-disabled {
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%22m19.8%2022.6l-3.725-3.725q-.475.275-.987.5T14%2019.75v-2.1q.15-.05.3-.112t.3-.138l-8-8q-.275.625-.437%201.288T6%2012.05q0%201.125.425%202.188T7.75%2016.2l.25.25V14h2v6H4v-2h2.75l-.4-.35q-1.225-1.225-1.787-2.662T4%2012.05q0-1.125.288-2.162t.837-1.963L1.4%204.2l1.425-1.425l18.4%2018.4zm-.875-6.575l-1.5-1.5q.275-.6.425-1.25T18%2011.95q0-1.125-.425-2.187T16.25%207.8L16%207.55V10h-2V4h6v2h-2.75l.4.35q1.225%201.225%201.788%202.663T20%2011.95q0%201.125-.288%202.138t-.787%201.937m-9.45-9.45l-1.5-1.5Q8.45%204.8%208.95%204.6T10%204.25v2.1q-.125.05-.262.1t-.263.125%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%22m19.8%2022.6l-3.725-3.725q-.475.275-.987.5T14%2019.75v-2.1q.15-.05.3-.112t.3-.138l-8-8q-.275.625-.437%201.288T6%2012.05q0%201.125.425%202.188T7.75%2016.2l.25.25V14h2v6H4v-2h2.75l-.4-.35q-1.225-1.225-1.787-2.662T4%2012.05q0-1.125.288-2.162t.837-1.963L1.4%204.2l1.425-1.425l18.4%2018.4zm-.875-6.575l-1.5-1.5q.275-.6.425-1.25T18%2011.95q0-1.125-.425-2.187T16.25%207.8L16%207.55V10h-2V4h6v2h-2.75l.4.35q1.225%201.225%201.788%202.663T20%2011.95q0%201.125-.288%202.138t-.787%201.937m-9.45-9.45l-1.5-1.5Q8.45%204.8%208.95%204.6T10%204.25v2.1q-.125.05-.262.1t-.263.125%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/sync-disabled.svg?color=%231a73e8&size=48