sync slash icon
sync-slash from Unicons by Iconscout · Line · User Interface · Apache-2.0 Free for personal and commercial use.
- Name
- sync-slash
- Set
- Unicons
- Style
- Line
- Category
- User Interface
- Viewbox
- 24×24
- License
- Apache 2.0
The same icon in other sets
More user interface icons from Unicons
Use the sync slash icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.88 15.5h-4.5a1 1 0 0 0 0 2h2.4A8 8 0 0 1 12 20a8.1 8.1 0 0 1-3.12-.63l-1.49 1.49A9.8 9.8 0 0 0 12 22a10 10 0 0 0 6.88-2.77V21a1 1 0 0 0 2 0v-4.5a1 1 0 0 0-1-1m-1.57-8.4l1.43-1.43l2-2a1 1 0 1 0-1.42-1.42l-2 2A9.9 9.9 0 0 0 12 2a10 10 0 0 0-6.88 2.77V3a1 1 0 0 0-2 0v4.5a1 1 0 0 0 1 1h4.5a1 1 0 0 0 0-2h-2.4a7.93 7.93 0 0 1 10.67-.81l-11.2 11.2A7.93 7.93 0 0 1 4 12a1 1 0 0 0-2 0a9.9 9.9 0 0 0 2.27 6.32l-2 2a1 1 0 0 0 0 1.42a1 1 0 0 0 1.42 0l2-2l1.43-1.43Zm1.06 1.78A8.1 8.1 0 0 1 20 12a1 1 0 0 0 2 0a9.8 9.8 0 0 0-1.14-4.61Z"/></svg>
React
import type { SVGProps } from "react";
export function UilSyncSlash(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.88 15.5h-4.5a1 1 0 0 0 0 2h2.4A8 8 0 0 1 12 20a8.1 8.1 0 0 1-3.12-.63l-1.49 1.49A9.8 9.8 0 0 0 12 22a10 10 0 0 0 6.88-2.77V21a1 1 0 0 0 2 0v-4.5a1 1 0 0 0-1-1m-1.57-8.4l1.43-1.43l2-2a1 1 0 1 0-1.42-1.42l-2 2A9.9 9.9 0 0 0 12 2a10 10 0 0 0-6.88 2.77V3a1 1 0 0 0-2 0v4.5a1 1 0 0 0 1 1h4.5a1 1 0 0 0 0-2h-2.4a7.93 7.93 0 0 1 10.67-.81l-11.2 11.2A7.93 7.93 0 0 1 4 12a1 1 0 0 0-2 0a9.9 9.9 0 0 0 2.27 6.32l-2 2a1 1 0 0 0 0 1.42a1 1 0 0 0 1.42 0l2-2l1.43-1.43Zm1.06 1.78A8.1 8.1 0 0 1 20 12a1 1 0 0 0 2 0a9.8 9.8 0 0 0-1.14-4.61Z"/></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.88 15.5h-4.5a1 1 0 0 0 0 2h2.4A8 8 0 0 1 12 20a8.1 8.1 0 0 1-3.12-.63l-1.49 1.49A9.8 9.8 0 0 0 12 22a10 10 0 0 0 6.88-2.77V21a1 1 0 0 0 2 0v-4.5a1 1 0 0 0-1-1m-1.57-8.4l1.43-1.43l2-2a1 1 0 1 0-1.42-1.42l-2 2A9.9 9.9 0 0 0 12 2a10 10 0 0 0-6.88 2.77V3a1 1 0 0 0-2 0v4.5a1 1 0 0 0 1 1h4.5a1 1 0 0 0 0-2h-2.4a7.93 7.93 0 0 1 10.67-.81l-11.2 11.2A7.93 7.93 0 0 1 4 12a1 1 0 0 0-2 0a9.9 9.9 0 0 0 2.27 6.32l-2 2a1 1 0 0 0 0 1.42a1 1 0 0 0 1.42 0l2-2l1.43-1.43Zm1.06 1.78A8.1 8.1 0 0 1 20 12a1 1 0 0 0 2 0a9.8 9.8 0 0 0-1.14-4.61Z"/></svg> </template>
CSS
.icon-sync-slash {
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.88%2015.5h-4.5a1%201%200%200%200%200%202h2.4A8%208%200%200%201%2012%2020a8.1%208.1%200%200%201-3.12-.63l-1.49%201.49A9.8%209.8%200%200%200%2012%2022a10%2010%200%200%200%206.88-2.77V21a1%201%200%200%200%202%200v-4.5a1%201%200%200%200-1-1m-1.57-8.4l1.43-1.43l2-2a1%201%200%201%200-1.42-1.42l-2%202A9.9%209.9%200%200%200%2012%202a10%2010%200%200%200-6.88%202.77V3a1%201%200%200%200-2%200v4.5a1%201%200%200%200%201%201h4.5a1%201%200%200%200%200-2h-2.4a7.93%207.93%200%200%201%2010.67-.81l-11.2%2011.2A7.93%207.93%200%200%201%204%2012a1%201%200%200%200-2%200a9.9%209.9%200%200%200%202.27%206.32l-2%202a1%201%200%200%200%200%201.42a1%201%200%200%200%201.42%200l2-2l1.43-1.43Zm1.06%201.78A8.1%208.1%200%200%201%2020%2012a1%201%200%200%200%202%200a9.8%209.8%200%200%200-1.14-4.61Z%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.88%2015.5h-4.5a1%201%200%200%200%200%202h2.4A8%208%200%200%201%2012%2020a8.1%208.1%200%200%201-3.12-.63l-1.49%201.49A9.8%209.8%200%200%200%2012%2022a10%2010%200%200%200%206.88-2.77V21a1%201%200%200%200%202%200v-4.5a1%201%200%200%200-1-1m-1.57-8.4l1.43-1.43l2-2a1%201%200%201%200-1.42-1.42l-2%202A9.9%209.9%200%200%200%2012%202a10%2010%200%200%200-6.88%202.77V3a1%201%200%200%200-2%200v4.5a1%201%200%200%200%201%201h4.5a1%201%200%200%200%200-2h-2.4a7.93%207.93%200%200%201%2010.67-.81l-11.2%2011.2A7.93%207.93%200%200%201%204%2012a1%201%200%200%200-2%200a9.9%209.9%200%200%200%202.27%206.32l-2%202a1%201%200%200%200%200%201.42a1%201%200%200%200%201.42%200l2-2l1.43-1.43Zm1.06%201.78A8.1%208.1%200%200%201%2020%2012a1%201%200%200%200%202%200a9.8%209.8%200%200%200-1.14-4.61Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uil/sync-slash.svg?color=%231a73e8&size=48