update disabled icon
update-disabled-rounded from Material Symbols Light by Google · Rounded · Actions · Apache-2.0 Free for personal and commercial use.
- Name
- update-disabled-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Actions
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- update-disabled-outline-rounded
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.479 20.9l-2.57-2.563q-1.03.784-2.268 1.224q-1.239.439-2.622.439q-1.663 0-3.118-.626T6.359 17.66t-1.714-2.542T4.02 12q0-1.402.45-2.63t1.233-2.241L3.094 4.52q-.146-.146-.156-.347t.156-.366t.357-.166t.357.166l16.384 16.384q.146.146.156.344t-.156.364t-.357.165q-.19 0-.356-.165m-7.46-1.9q1.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 19m3.347-10.538q-.214 0-.357-.144t-.143-.357t.143-.356t.357-.144h1.98q-1.044-1.15-2.41-1.805Q13.572 5 12.02 5q-.771 0-1.544.157t-1.456.508q-.183.08-.375.032q-.192-.047-.29-.23q-.098-.182-.041-.387t.239-.278q.8-.388 1.696-.595T12.019 4q1.723 0 3.282.711q1.559.712 2.718 1.985V4.808q0-.214.144-.357t.356-.143t.357.143t.143.357v2.846q0 .348-.23.578t-.578.23zm-3.703.468q-.144-.143-.144-.357V7.5q0-.213.143-.357T12.02 7t.357.143t.143.357v1.073q0 .214-.143.357t-.357.143t-.357-.143m6.832 6.728q-.177-.131-.203-.32q-.027-.19.076-.396q.172-.315.3-.719q.13-.404.199-.739q.067-.226.231-.352q.165-.126.372-.096q.233.031.339.219t.044.408q-.1.466-.228.995t-.426.873q-.142.205-.334.231t-.37-.104"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightUpdateDisabledRounded(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.479 20.9l-2.57-2.563q-1.03.784-2.268 1.224q-1.239.439-2.622.439q-1.663 0-3.118-.626T6.359 17.66t-1.714-2.542T4.02 12q0-1.402.45-2.63t1.233-2.241L3.094 4.52q-.146-.146-.156-.347t.156-.366t.357-.166t.357.166l16.384 16.384q.146.146.156.344t-.156.364t-.357.165q-.19 0-.356-.165m-7.46-1.9q1.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 19m3.347-10.538q-.214 0-.357-.144t-.143-.357t.143-.356t.357-.144h1.98q-1.044-1.15-2.41-1.805Q13.572 5 12.02 5q-.771 0-1.544.157t-1.456.508q-.183.08-.375.032q-.192-.047-.29-.23q-.098-.182-.041-.387t.239-.278q.8-.388 1.696-.595T12.019 4q1.723 0 3.282.711q1.559.712 2.718 1.985V4.808q0-.214.144-.357t.356-.143t.357.143t.143.357v2.846q0 .348-.23.578t-.578.23zm-3.703.468q-.144-.143-.144-.357V7.5q0-.213.143-.357T12.02 7t.357.143t.143.357v1.073q0 .214-.143.357t-.357.143t-.357-.143m6.832 6.728q-.177-.131-.203-.32q-.027-.19.076-.396q.172-.315.3-.719q.13-.404.199-.739q.067-.226.231-.352q.165-.126.372-.096q.233.031.339.219t.044.408q-.1.466-.228.995t-.426.873q-.142.205-.334.231t-.37-.104"/></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.479 20.9l-2.57-2.563q-1.03.784-2.268 1.224q-1.239.439-2.622.439q-1.663 0-3.118-.626T6.359 17.66t-1.714-2.542T4.02 12q0-1.402.45-2.63t1.233-2.241L3.094 4.52q-.146-.146-.156-.347t.156-.366t.357-.166t.357.166l16.384 16.384q.146.146.156.344t-.156.364t-.357.165q-.19 0-.356-.165m-7.46-1.9q1.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 19m3.347-10.538q-.214 0-.357-.144t-.143-.357t.143-.356t.357-.144h1.98q-1.044-1.15-2.41-1.805Q13.572 5 12.02 5q-.771 0-1.544.157t-1.456.508q-.183.08-.375.032q-.192-.047-.29-.23q-.098-.182-.041-.387t.239-.278q.8-.388 1.696-.595T12.019 4q1.723 0 3.282.711q1.559.712 2.718 1.985V4.808q0-.214.144-.357t.356-.143t.357.143t.143.357v2.846q0 .348-.23.578t-.578.23zm-3.703.468q-.144-.143-.144-.357V7.5q0-.213.143-.357T12.02 7t.357.143t.143.357v1.073q0 .214-.143.357t-.357.143t-.357-.143m6.832 6.728q-.177-.131-.203-.32q-.027-.19.076-.396q.172-.315.3-.719q.13-.404.199-.739q.067-.226.231-.352q.165-.126.372-.096q.233.031.339.219t.044.408q-.1.466-.228.995t-.426.873q-.142.205-.334.231t-.37-.104"/></svg> </template>
CSS
.icon-update-disabled-rounded {
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.479%2020.9l-2.57-2.563q-1.03.784-2.268%201.224q-1.239.439-2.622.439q-1.663%200-3.118-.626T6.359%2017.66t-1.714-2.542T4.02%2012q0-1.402.45-2.63t1.233-2.241L3.094%204.52q-.146-.146-.156-.347t.156-.366t.357-.166t.357.166l16.384%2016.384q.146.146.156.344t-.156.364t-.357.165q-.19%200-.356-.165m-7.46-1.9q1.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%2019m3.347-10.538q-.214%200-.357-.144t-.143-.357t.143-.356t.357-.144h1.98q-1.044-1.15-2.41-1.805Q13.572%205%2012.02%205q-.771%200-1.544.157t-1.456.508q-.183.08-.375.032q-.192-.047-.29-.23q-.098-.182-.041-.387t.239-.278q.8-.388%201.696-.595T12.019%204q1.723%200%203.282.711q1.559.712%202.718%201.985V4.808q0-.214.144-.357t.356-.143t.357.143t.143.357v2.846q0%20.348-.23.578t-.578.23zm-3.703.468q-.144-.143-.144-.357V7.5q0-.213.143-.357T12.02%207t.357.143t.143.357v1.073q0%20.214-.143.357t-.357.143t-.357-.143m6.832%206.728q-.177-.131-.203-.32q-.027-.19.076-.396q.172-.315.3-.719q.13-.404.199-.739q.067-.226.231-.352q.165-.126.372-.096q.233.031.339.219t.044.408q-.1.466-.228.995t-.426.873q-.142.205-.334.231t-.37-.104%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.479%2020.9l-2.57-2.563q-1.03.784-2.268%201.224q-1.239.439-2.622.439q-1.663%200-3.118-.626T6.359%2017.66t-1.714-2.542T4.02%2012q0-1.402.45-2.63t1.233-2.241L3.094%204.52q-.146-.146-.156-.347t.156-.366t.357-.166t.357.166l16.384%2016.384q.146.146.156.344t-.156.364t-.357.165q-.19%200-.356-.165m-7.46-1.9q1.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%2019m3.347-10.538q-.214%200-.357-.144t-.143-.357t.143-.356t.357-.144h1.98q-1.044-1.15-2.41-1.805Q13.572%205%2012.02%205q-.771%200-1.544.157t-1.456.508q-.183.08-.375.032q-.192-.047-.29-.23q-.098-.182-.041-.387t.239-.278q.8-.388%201.696-.595T12.019%204q1.723%200%203.282.711q1.559.712%202.718%201.985V4.808q0-.214.144-.357t.356-.143t.357.143t.143.357v2.846q0%20.348-.23.578t-.578.23zm-3.703.468q-.144-.143-.144-.357V7.5q0-.213.143-.357T12.02%207t.357.143t.143.357v1.073q0%20.214-.143.357t-.357.143t-.357-.143m6.832%206.728q-.177-.131-.203-.32q-.027-.19.076-.396q.172-.315.3-.719q.13-.404.199-.739q.067-.226.231-.352q.165-.126.372-.096q.233.031.339.219t.044.408q-.1.466-.228.995t-.426.873q-.142.205-.334.231t-.37-.104%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-rounded.svg?color=%231a73e8&size=48