sync-slash from Unicons Solid by Iconscout · Solid · User Interface · Apache-2.0 Free for personal and commercial use.

Name
sync-slash
Set
Unicons Solid
Style
Solid
Category
User Interface
Viewbox
24×24
License
Apache 2.0

The same icon in other sets

More user interface icons from Unicons Solid

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="m18.3 7.1l1.4-1.4l2-2c.4-.4.4-1 0-1.4s-1-.4-1.4 0l-2 2c-3.6-3-8.9-3.1-12.6 0c-.2.1-.4.3-.6.5V3c0-.6-.4-1-1-1s-1 .4-1 1v4.5c0 .6.4 1 1 1h4.5c.6 0 1-.4 1-1s-.4-1-1-1H6.2c2.5-2.6 6.5-3.3 9.8-1.4l.9.6L5.7 16.9C4.6 15.5 4 13.8 4 12c0-.6-.4-1-1-1s-1 .4-1 1c0 2.3.8 4.6 2.3 6.3l-2 2c-.2.2-.3.4-.3.7c0 .6.4 1 1 1c.3 0 .5-.1.7-.3l2-2l1.4-1.4zm1.6 8.4h-4.5c-.6 0-1 .4-1 1s.4 1 1 1h2.4c-2.2 2.4-5.8 3.2-8.9 1.9l-1.5 1.5c1.4.7 3 1.1 4.6 1.1c2.6 0 5-1 6.9-2.8V21c0 .6.4 1 1 1s1-.4 1-1v-4.5c0-.6-.5-1-1-1m-.5-6.6c.4 1 .6 2 .6 3.1c0 .6.4 1 1 1s1-.4 1-1c0-1.6-.4-3.2-1.1-4.6z"/></svg>

React

import type { SVGProps } from "react";

export function UisSyncSlash(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="m18.3 7.1l1.4-1.4l2-2c.4-.4.4-1 0-1.4s-1-.4-1.4 0l-2 2c-3.6-3-8.9-3.1-12.6 0c-.2.1-.4.3-.6.5V3c0-.6-.4-1-1-1s-1 .4-1 1v4.5c0 .6.4 1 1 1h4.5c.6 0 1-.4 1-1s-.4-1-1-1H6.2c2.5-2.6 6.5-3.3 9.8-1.4l.9.6L5.7 16.9C4.6 15.5 4 13.8 4 12c0-.6-.4-1-1-1s-1 .4-1 1c0 2.3.8 4.6 2.3 6.3l-2 2c-.2.2-.3.4-.3.7c0 .6.4 1 1 1c.3 0 .5-.1.7-.3l2-2l1.4-1.4zm1.6 8.4h-4.5c-.6 0-1 .4-1 1s.4 1 1 1h2.4c-2.2 2.4-5.8 3.2-8.9 1.9l-1.5 1.5c1.4.7 3 1.1 4.6 1.1c2.6 0 5-1 6.9-2.8V21c0 .6.4 1 1 1s1-.4 1-1v-4.5c0-.6-.5-1-1-1m-.5-6.6c.4 1 .6 2 .6 3.1c0 .6.4 1 1 1s1-.4 1-1c0-1.6-.4-3.2-1.1-4.6z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m18.3 7.1l1.4-1.4l2-2c.4-.4.4-1 0-1.4s-1-.4-1.4 0l-2 2c-3.6-3-8.9-3.1-12.6 0c-.2.1-.4.3-.6.5V3c0-.6-.4-1-1-1s-1 .4-1 1v4.5c0 .6.4 1 1 1h4.5c.6 0 1-.4 1-1s-.4-1-1-1H6.2c2.5-2.6 6.5-3.3 9.8-1.4l.9.6L5.7 16.9C4.6 15.5 4 13.8 4 12c0-.6-.4-1-1-1s-1 .4-1 1c0 2.3.8 4.6 2.3 6.3l-2 2c-.2.2-.3.4-.3.7c0 .6.4 1 1 1c.3 0 .5-.1.7-.3l2-2l1.4-1.4zm1.6 8.4h-4.5c-.6 0-1 .4-1 1s.4 1 1 1h2.4c-2.2 2.4-5.8 3.2-8.9 1.9l-1.5 1.5c1.4.7 3 1.1 4.6 1.1c2.6 0 5-1 6.9-2.8V21c0 .6.4 1 1 1s1-.4 1-1v-4.5c0-.6-.5-1-1-1m-.5-6.6c.4 1 .6 2 .6 3.1c0 .6.4 1 1 1s1-.4 1-1c0-1.6-.4-3.2-1.1-4.6z"/></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%22m18.3%207.1l1.4-1.4l2-2c.4-.4.4-1%200-1.4s-1-.4-1.4%200l-2%202c-3.6-3-8.9-3.1-12.6%200c-.2.1-.4.3-.6.5V3c0-.6-.4-1-1-1s-1%20.4-1%201v4.5c0%20.6.4%201%201%201h4.5c.6%200%201-.4%201-1s-.4-1-1-1H6.2c2.5-2.6%206.5-3.3%209.8-1.4l.9.6L5.7%2016.9C4.6%2015.5%204%2013.8%204%2012c0-.6-.4-1-1-1s-1%20.4-1%201c0%202.3.8%204.6%202.3%206.3l-2%202c-.2.2-.3.4-.3.7c0%20.6.4%201%201%201c.3%200%20.5-.1.7-.3l2-2l1.4-1.4zm1.6%208.4h-4.5c-.6%200-1%20.4-1%201s.4%201%201%201h2.4c-2.2%202.4-5.8%203.2-8.9%201.9l-1.5%201.5c1.4.7%203%201.1%204.6%201.1c2.6%200%205-1%206.9-2.8V21c0%20.6.4%201%201%201s1-.4%201-1v-4.5c0-.6-.5-1-1-1m-.5-6.6c.4%201%20.6%202%20.6%203.1c0%20.6.4%201%201%201s1-.4%201-1c0-1.6-.4-3.2-1.1-4.6z%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%22m18.3%207.1l1.4-1.4l2-2c.4-.4.4-1%200-1.4s-1-.4-1.4%200l-2%202c-3.6-3-8.9-3.1-12.6%200c-.2.1-.4.3-.6.5V3c0-.6-.4-1-1-1s-1%20.4-1%201v4.5c0%20.6.4%201%201%201h4.5c.6%200%201-.4%201-1s-.4-1-1-1H6.2c2.5-2.6%206.5-3.3%209.8-1.4l.9.6L5.7%2016.9C4.6%2015.5%204%2013.8%204%2012c0-.6-.4-1-1-1s-1%20.4-1%201c0%202.3.8%204.6%202.3%206.3l-2%202c-.2.2-.3.4-.3.7c0%20.6.4%201%201%201c.3%200%20.5-.1.7-.3l2-2l1.4-1.4zm1.6%208.4h-4.5c-.6%200-1%20.4-1%201s.4%201%201%201h2.4c-2.2%202.4-5.8%203.2-8.9%201.9l-1.5%201.5c1.4.7%203%201.1%204.6%201.1c2.6%200%205-1%206.9-2.8V21c0%20.6.4%201%201%201s1-.4%201-1v-4.5c0-.6-.5-1-1-1m-.5-6.6c.4%201%20.6%202%20.6%203.1c0%20.6.4%201%201%201s1-.4%201-1c0-1.6-.4-3.2-1.1-4.6z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uis/sync-slash.svg?color=%231a73e8&size=48