round sync disabled icon

round-sync-disabled from Google Material Icons by Material Design Authors · Baseline · Notification · Apache-2.0 Free for personal and commercial use.

Name
round-sync-disabled
Set
Google Material Icons
Style
Baseline
Category
Notification
Viewbox
24×24
License
Apache 2.0

More notification icons from Google Material Icons

Use the round 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="M10 5.74v-.19c0-.68-.71-1.11-1.32-.82c-.19.09-.36.2-.54.3L9.6 6.49c.24-.18.4-.45.4-.75M20 12c0-2.21-.91-4.2-2.36-5.64l1.51-1.51a.5.5 0 0 0-.36-.85H14v4.79c0 .45.54.67.85.35l1.39-1.39C17.32 8.85 18 10.34 18 12c0 .85-.18 1.66-.5 2.39l1.48 1.48A7.9 7.9 0 0 0 20 12M3.57 4.7a.996.996 0 0 0 0 1.41l1.65 1.65A8 8 0 0 0 4 12c0 2.21.91 4.2 2.36 5.64l-1.51 1.51a.5.5 0 0 0 .36.85H9.5c.28 0 .5-.22.5-.5v-4.29c0-.45-.54-.67-.85-.35l-1.39 1.39C6.68 15.15 6 13.66 6 12c0-1 .26-1.93.69-2.76l8.07 8.07c-.01.02-.01.02-.01.04c-.43.12-.75.48-.75.91v.18c0 .68.71 1.11 1.32.82c.31-.14.61-.31.9-.49l1.87 1.87a.996.996 0 1 0 1.41-1.41L4.98 4.7a.996.996 0 0 0-1.41 0"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundSyncDisabled(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="M10 5.74v-.19c0-.68-.71-1.11-1.32-.82c-.19.09-.36.2-.54.3L9.6 6.49c.24-.18.4-.45.4-.75M20 12c0-2.21-.91-4.2-2.36-5.64l1.51-1.51a.5.5 0 0 0-.36-.85H14v4.79c0 .45.54.67.85.35l1.39-1.39C17.32 8.85 18 10.34 18 12c0 .85-.18 1.66-.5 2.39l1.48 1.48A7.9 7.9 0 0 0 20 12M3.57 4.7a.996.996 0 0 0 0 1.41l1.65 1.65A8 8 0 0 0 4 12c0 2.21.91 4.2 2.36 5.64l-1.51 1.51a.5.5 0 0 0 .36.85H9.5c.28 0 .5-.22.5-.5v-4.29c0-.45-.54-.67-.85-.35l-1.39 1.39C6.68 15.15 6 13.66 6 12c0-1 .26-1.93.69-2.76l8.07 8.07c-.01.02-.01.02-.01.04c-.43.12-.75.48-.75.91v.18c0 .68.71 1.11 1.32.82c.31-.14.61-.31.9-.49l1.87 1.87a.996.996 0 1 0 1.41-1.41L4.98 4.7a.996.996 0 0 0-1.41 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10 5.74v-.19c0-.68-.71-1.11-1.32-.82c-.19.09-.36.2-.54.3L9.6 6.49c.24-.18.4-.45.4-.75M20 12c0-2.21-.91-4.2-2.36-5.64l1.51-1.51a.5.5 0 0 0-.36-.85H14v4.79c0 .45.54.67.85.35l1.39-1.39C17.32 8.85 18 10.34 18 12c0 .85-.18 1.66-.5 2.39l1.48 1.48A7.9 7.9 0 0 0 20 12M3.57 4.7a.996.996 0 0 0 0 1.41l1.65 1.65A8 8 0 0 0 4 12c0 2.21.91 4.2 2.36 5.64l-1.51 1.51a.5.5 0 0 0 .36.85H9.5c.28 0 .5-.22.5-.5v-4.29c0-.45-.54-.67-.85-.35l-1.39 1.39C6.68 15.15 6 13.66 6 12c0-1 .26-1.93.69-2.76l8.07 8.07c-.01.02-.01.02-.01.04c-.43.12-.75.48-.75.91v.18c0 .68.71 1.11 1.32.82c.31-.14.61-.31.9-.49l1.87 1.87a.996.996 0 1 0 1.41-1.41L4.98 4.7a.996.996 0 0 0-1.41 0"/></svg>
</template>

CSS

.icon-round-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%22M10%205.74v-.19c0-.68-.71-1.11-1.32-.82c-.19.09-.36.2-.54.3L9.6%206.49c.24-.18.4-.45.4-.75M20%2012c0-2.21-.91-4.2-2.36-5.64l1.51-1.51a.5.5%200%200%200-.36-.85H14v4.79c0%20.45.54.67.85.35l1.39-1.39C17.32%208.85%2018%2010.34%2018%2012c0%20.85-.18%201.66-.5%202.39l1.48%201.48A7.9%207.9%200%200%200%2020%2012M3.57%204.7a.996.996%200%200%200%200%201.41l1.65%201.65A8%208%200%200%200%204%2012c0%202.21.91%204.2%202.36%205.64l-1.51%201.51a.5.5%200%200%200%20.36.85H9.5c.28%200%20.5-.22.5-.5v-4.29c0-.45-.54-.67-.85-.35l-1.39%201.39C6.68%2015.15%206%2013.66%206%2012c0-1%20.26-1.93.69-2.76l8.07%208.07c-.01.02-.01.02-.01.04c-.43.12-.75.48-.75.91v.18c0%20.68.71%201.11%201.32.82c.31-.14.61-.31.9-.49l1.87%201.87a.996.996%200%201%200%201.41-1.41L4.98%204.7a.996.996%200%200%200-1.41%200%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%22M10%205.74v-.19c0-.68-.71-1.11-1.32-.82c-.19.09-.36.2-.54.3L9.6%206.49c.24-.18.4-.45.4-.75M20%2012c0-2.21-.91-4.2-2.36-5.64l1.51-1.51a.5.5%200%200%200-.36-.85H14v4.79c0%20.45.54.67.85.35l1.39-1.39C17.32%208.85%2018%2010.34%2018%2012c0%20.85-.18%201.66-.5%202.39l1.48%201.48A7.9%207.9%200%200%200%2020%2012M3.57%204.7a.996.996%200%200%200%200%201.41l1.65%201.65A8%208%200%200%200%204%2012c0%202.21.91%204.2%202.36%205.64l-1.51%201.51a.5.5%200%200%200%20.36.85H9.5c.28%200%20.5-.22.5-.5v-4.29c0-.45-.54-.67-.85-.35l-1.39%201.39C6.68%2015.15%206%2013.66%206%2012c0-1%20.26-1.93.69-2.76l8.07%208.07c-.01.02-.01.02-.01.04c-.43.12-.75.48-.75.91v.18c0%20.68.71%201.11%201.32.82c.31-.14.61-.31.9-.49l1.87%201.87a.996.996%200%201%200%201.41-1.41L4.98%204.7a.996.996%200%200%200-1.41%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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