round update disabled icon

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

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

More action icons from Google Material Icons

Use the round update disabled icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.49 20.49L3.51 3.51A.996.996 0 1 0 2.1 4.92l2.31 2.31C3.57 8.56 3.05 10.09 3 11.74A9.003 9.003 0 0 0 12 21c1.76 0 3.39-.52 4.78-1.39l2.29 2.29c.39.39 1.02.39 1.41 0c.4-.39.4-1.02.01-1.41m-9.77-1.6c-2.78-.49-5.04-2.71-5.58-5.47c-.34-1.72-.03-3.36.72-4.73l9.46 9.46a7.08 7.08 0 0 1-4.6.74M13 8v2.17l-2-2V8c0-.55.45-1 1-1s1 .45 1 1m7.72 6.23c-.23.92-.61 1.77-1.1 2.55l-1.47-1.47c.27-.5.49-1.03.63-1.59c.11-.42.51-.72.95-.72c.65 0 1.15.61.99 1.23M7.24 4.41a8.9 8.9 0 0 1 5-1.41c2.65.07 5 1.28 6.6 3.16l1.31-1.31a.5.5 0 0 1 .85.36V9.5c0 .28-.22.5-.5.5h-4.29c-.45 0-.67-.54-.35-.85l1.55-1.55C16.12 6.02 14.18 5 12 5c-1.2 0-2.33.31-3.32.85z"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundUpdateDisabled(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="M20.49 20.49L3.51 3.51A.996.996 0 1 0 2.1 4.92l2.31 2.31C3.57 8.56 3.05 10.09 3 11.74A9.003 9.003 0 0 0 12 21c1.76 0 3.39-.52 4.78-1.39l2.29 2.29c.39.39 1.02.39 1.41 0c.4-.39.4-1.02.01-1.41m-9.77-1.6c-2.78-.49-5.04-2.71-5.58-5.47c-.34-1.72-.03-3.36.72-4.73l9.46 9.46a7.08 7.08 0 0 1-4.6.74M13 8v2.17l-2-2V8c0-.55.45-1 1-1s1 .45 1 1m7.72 6.23c-.23.92-.61 1.77-1.1 2.55l-1.47-1.47c.27-.5.49-1.03.63-1.59c.11-.42.51-.72.95-.72c.65 0 1.15.61.99 1.23M7.24 4.41a8.9 8.9 0 0 1 5-1.41c2.65.07 5 1.28 6.6 3.16l1.31-1.31a.5.5 0 0 1 .85.36V9.5c0 .28-.22.5-.5.5h-4.29c-.45 0-.67-.54-.35-.85l1.55-1.55C16.12 6.02 14.18 5 12 5c-1.2 0-2.33.31-3.32.85z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.49 20.49L3.51 3.51A.996.996 0 1 0 2.1 4.92l2.31 2.31C3.57 8.56 3.05 10.09 3 11.74A9.003 9.003 0 0 0 12 21c1.76 0 3.39-.52 4.78-1.39l2.29 2.29c.39.39 1.02.39 1.41 0c.4-.39.4-1.02.01-1.41m-9.77-1.6c-2.78-.49-5.04-2.71-5.58-5.47c-.34-1.72-.03-3.36.72-4.73l9.46 9.46a7.08 7.08 0 0 1-4.6.74M13 8v2.17l-2-2V8c0-.55.45-1 1-1s1 .45 1 1m7.72 6.23c-.23.92-.61 1.77-1.1 2.55l-1.47-1.47c.27-.5.49-1.03.63-1.59c.11-.42.51-.72.95-.72c.65 0 1.15.61.99 1.23M7.24 4.41a8.9 8.9 0 0 1 5-1.41c2.65.07 5 1.28 6.6 3.16l1.31-1.31a.5.5 0 0 1 .85.36V9.5c0 .28-.22.5-.5.5h-4.29c-.45 0-.67-.54-.35-.85l1.55-1.55C16.12 6.02 14.18 5 12 5c-1.2 0-2.33.31-3.32.85z"/></svg>
</template>

CSS

.icon-round-update-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%22M20.49%2020.49L3.51%203.51A.996.996%200%201%200%202.1%204.92l2.31%202.31C3.57%208.56%203.05%2010.09%203%2011.74A9.003%209.003%200%200%200%2012%2021c1.76%200%203.39-.52%204.78-1.39l2.29%202.29c.39.39%201.02.39%201.41%200c.4-.39.4-1.02.01-1.41m-9.77-1.6c-2.78-.49-5.04-2.71-5.58-5.47c-.34-1.72-.03-3.36.72-4.73l9.46%209.46a7.08%207.08%200%200%201-4.6.74M13%208v2.17l-2-2V8c0-.55.45-1%201-1s1%20.45%201%201m7.72%206.23c-.23.92-.61%201.77-1.1%202.55l-1.47-1.47c.27-.5.49-1.03.63-1.59c.11-.42.51-.72.95-.72c.65%200%201.15.61.99%201.23M7.24%204.41a8.9%208.9%200%200%201%205-1.41c2.65.07%205%201.28%206.6%203.16l1.31-1.31a.5.5%200%200%201%20.85.36V9.5c0%20.28-.22.5-.5.5h-4.29c-.45%200-.67-.54-.35-.85l1.55-1.55C16.12%206.02%2014.18%205%2012%205c-1.2%200-2.33.31-3.32.85z%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%22M20.49%2020.49L3.51%203.51A.996.996%200%201%200%202.1%204.92l2.31%202.31C3.57%208.56%203.05%2010.09%203%2011.74A9.003%209.003%200%200%200%2012%2021c1.76%200%203.39-.52%204.78-1.39l2.29%202.29c.39.39%201.02.39%201.41%200c.4-.39.4-1.02.01-1.41m-9.77-1.6c-2.78-.49-5.04-2.71-5.58-5.47c-.34-1.72-.03-3.36.72-4.73l9.46%209.46a7.08%207.08%200%200%201-4.6.74M13%208v2.17l-2-2V8c0-.55.45-1%201-1s1%20.45%201%201m7.72%206.23c-.23.92-.61%201.77-1.1%202.55l-1.47-1.47c.27-.5.49-1.03.63-1.59c.11-.42.51-.72.95-.72c.65%200%201.15.61.99%201.23M7.24%204.41a8.9%208.9%200%200%201%205-1.41c2.65.07%205%201.28%206.6%203.16l1.31-1.31a.5.5%200%200%201%20.85.36V9.5c0%20.28-.22.5-.5.5h-4.29c-.45%200-.67-.54-.35-.85l1.55-1.55C16.12%206.02%2014.18%205%2012%205c-1.2%200-2.33.31-3.32.85z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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