update-disabled from Material Symbols Light by Google · Regular · Actions · Apache-2.0 Free for personal and commercial use.

Name
update-disabled
Set
Material Symbols Light
Style
Regular
Category
Actions
Viewbox
24×24
License
Apache 2.0
Aliases
update-disabled-outline, update-disabled-outline-sharp, update-disabled-sharp

1 other variant in Material Symbols Light

The same icon in other sets

More actions icons from Material Symbols Light

Use the 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="m19.833 21.26l-2.923-2.924q-1.031.785-2.27 1.225q-1.238.439-2.62.439q-1.664 0-3.119-.626T6.359 17.66t-1.714-2.542T4.02 12q0-1.402.45-2.63t1.233-2.241L2.741 4.167l.713-.713l17.092 17.092zM12.019 19q1.17 0 2.228-.376t1.924-1.026l-9.769-9.77q-.65.885-1.016 1.934q-.367 1.05-.367 2.238q0 2.925 2.038 4.963T12.019 19m2.847-10.538v-1h2.48q-1.044-1.15-2.41-1.806Q13.572 5 12.02 5q-.919 0-1.766.213q-.847.212-1.597.631l-.72-.719q.897-.534 1.923-.83T12.02 4q1.723 0 3.282.712q1.559.711 2.718 1.984V4.308h1v4.154zm-2.347 1.246l-1-1V7h1zm6.375 6.375l-.738-.739q.294-.55.491-1.125T18.939 13h1.011q-.106.858-.376 1.625t-.68 1.458"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightUpdateDisabled(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.833 21.26l-2.923-2.924q-1.031.785-2.27 1.225q-1.238.439-2.62.439q-1.664 0-3.119-.626T6.359 17.66t-1.714-2.542T4.02 12q0-1.402.45-2.63t1.233-2.241L2.741 4.167l.713-.713l17.092 17.092zM12.019 19q1.17 0 2.228-.376t1.924-1.026l-9.769-9.77q-.65.885-1.016 1.934q-.367 1.05-.367 2.238q0 2.925 2.038 4.963T12.019 19m2.847-10.538v-1h2.48q-1.044-1.15-2.41-1.806Q13.572 5 12.02 5q-.919 0-1.766.213q-.847.212-1.597.631l-.72-.719q.897-.534 1.923-.83T12.02 4q1.723 0 3.282.712q1.559.711 2.718 1.984V4.308h1v4.154zm-2.347 1.246l-1-1V7h1zm6.375 6.375l-.738-.739q.294-.55.491-1.125T18.939 13h1.011q-.106.858-.376 1.625t-.68 1.458"/></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.833 21.26l-2.923-2.924q-1.031.785-2.27 1.225q-1.238.439-2.62.439q-1.664 0-3.119-.626T6.359 17.66t-1.714-2.542T4.02 12q0-1.402.45-2.63t1.233-2.241L2.741 4.167l.713-.713l17.092 17.092zM12.019 19q1.17 0 2.228-.376t1.924-1.026l-9.769-9.77q-.65.885-1.016 1.934q-.367 1.05-.367 2.238q0 2.925 2.038 4.963T12.019 19m2.847-10.538v-1h2.48q-1.044-1.15-2.41-1.806Q13.572 5 12.02 5q-.919 0-1.766.213q-.847.212-1.597.631l-.72-.719q.897-.534 1.923-.83T12.02 4q1.723 0 3.282.712q1.559.711 2.718 1.984V4.308h1v4.154zm-2.347 1.246l-1-1V7h1zm6.375 6.375l-.738-.739q.294-.55.491-1.125T18.939 13h1.011q-.106.858-.376 1.625t-.68 1.458"/></svg>
</template>

CSS

.icon-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%22m19.833%2021.26l-2.923-2.924q-1.031.785-2.27%201.225q-1.238.439-2.62.439q-1.664%200-3.119-.626T6.359%2017.66t-1.714-2.542T4.02%2012q0-1.402.45-2.63t1.233-2.241L2.741%204.167l.713-.713l17.092%2017.092zM12.019%2019q1.17%200%202.228-.376t1.924-1.026l-9.769-9.77q-.65.885-1.016%201.934q-.367%201.05-.367%202.238q0%202.925%202.038%204.963T12.019%2019m2.847-10.538v-1h2.48q-1.044-1.15-2.41-1.806Q13.572%205%2012.02%205q-.919%200-1.766.213q-.847.212-1.597.631l-.72-.719q.897-.534%201.923-.83T12.02%204q1.723%200%203.282.712q1.559.711%202.718%201.984V4.308h1v4.154zm-2.347%201.246l-1-1V7h1zm6.375%206.375l-.738-.739q.294-.55.491-1.125T18.939%2013h1.011q-.106.858-.376%201.625t-.68%201.458%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.833%2021.26l-2.923-2.924q-1.031.785-2.27%201.225q-1.238.439-2.62.439q-1.664%200-3.119-.626T6.359%2017.66t-1.714-2.542T4.02%2012q0-1.402.45-2.63t1.233-2.241L2.741%204.167l.713-.713l17.092%2017.092zM12.019%2019q1.17%200%202.228-.376t1.924-1.026l-9.769-9.77q-.65.885-1.016%201.934q-.367%201.05-.367%202.238q0%202.925%202.038%204.963T12.019%2019m2.847-10.538v-1h2.48q-1.044-1.15-2.41-1.806Q13.572%205%2012.02%205q-.919%200-1.766.213q-.847.212-1.597.631l-.72-.719q.897-.534%201.923-.83T12.02%204q1.723%200%203.282.712q1.559.711%202.718%201.984V4.308h1v4.154zm-2.347%201.246l-1-1V7h1zm6.375%206.375l-.738-.739q.294-.55.491-1.125T18.939%2013h1.011q-.106.858-.376%201.625t-.68%201.458%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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