update disabled icon
update-disabled from Material Symbols by Google · Regular · Actions · Apache-2.0 Free for personal and commercial use.
- Name
- update-disabled
- Set
- Material Symbols
- 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
The same icon in other sets
More actions icons from Material Symbols
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.775 22.625l-3-3q-1.05.65-2.25 1.013T12 21q-1.875 0-3.512-.712t-2.85-1.925t-1.925-2.85T3 12q0-1.325.363-2.525t1.012-2.25l-3-3L2.8 2.8l18.4 18.4zM12 19q.9 0 1.738-.213t1.587-.612l-9.5-9.5q-.4.75-.612 1.588T5 12q0 2.925 2.038 4.963T12 19m3-9V8h2.75q-1.025-1.4-2.525-2.2T12 5q-.9 0-1.737.213t-1.588.612l-1.45-1.45q1.05-.65 2.25-1.012T12 3q2.05 0 3.888.875T19 6.35V4h2v6zm-2 .15l-2-2V7h2zm6.625 6.625l-1.45-1.45q.275-.55.463-1.125T18.9 13h2.05q-.125 1.05-.462 2t-.863 1.775"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsUpdateDisabled(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.775 22.625l-3-3q-1.05.65-2.25 1.013T12 21q-1.875 0-3.512-.712t-2.85-1.925t-1.925-2.85T3 12q0-1.325.363-2.525t1.012-2.25l-3-3L2.8 2.8l18.4 18.4zM12 19q.9 0 1.738-.213t1.587-.612l-9.5-9.5q-.4.75-.612 1.588T5 12q0 2.925 2.038 4.963T12 19m3-9V8h2.75q-1.025-1.4-2.525-2.2T12 5q-.9 0-1.737.213t-1.588.612l-1.45-1.45q1.05-.65 2.25-1.012T12 3q2.05 0 3.888.875T19 6.35V4h2v6zm-2 .15l-2-2V7h2zm6.625 6.625l-1.45-1.45q.275-.55.463-1.125T18.9 13h2.05q-.125 1.05-.462 2t-.863 1.775"/></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.775 22.625l-3-3q-1.05.65-2.25 1.013T12 21q-1.875 0-3.512-.712t-2.85-1.925t-1.925-2.85T3 12q0-1.325.363-2.525t1.012-2.25l-3-3L2.8 2.8l18.4 18.4zM12 19q.9 0 1.738-.213t1.587-.612l-9.5-9.5q-.4.75-.612 1.588T5 12q0 2.925 2.038 4.963T12 19m3-9V8h2.75q-1.025-1.4-2.525-2.2T12 5q-.9 0-1.737.213t-1.588.612l-1.45-1.45q1.05-.65 2.25-1.012T12 3q2.05 0 3.888.875T19 6.35V4h2v6zm-2 .15l-2-2V7h2zm6.625 6.625l-1.45-1.45q.275-.55.463-1.125T18.9 13h2.05q-.125 1.05-.462 2t-.863 1.775"/></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.775%2022.625l-3-3q-1.05.65-2.25%201.013T12%2021q-1.875%200-3.512-.712t-2.85-1.925t-1.925-2.85T3%2012q0-1.325.363-2.525t1.012-2.25l-3-3L2.8%202.8l18.4%2018.4zM12%2019q.9%200%201.738-.213t1.587-.612l-9.5-9.5q-.4.75-.612%201.588T5%2012q0%202.925%202.038%204.963T12%2019m3-9V8h2.75q-1.025-1.4-2.525-2.2T12%205q-.9%200-1.737.213t-1.588.612l-1.45-1.45q1.05-.65%202.25-1.012T12%203q2.05%200%203.888.875T19%206.35V4h2v6zm-2%20.15l-2-2V7h2zm6.625%206.625l-1.45-1.45q.275-.55.463-1.125T18.9%2013h2.05q-.125%201.05-.462%202t-.863%201.775%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.775%2022.625l-3-3q-1.05.65-2.25%201.013T12%2021q-1.875%200-3.512-.712t-2.85-1.925t-1.925-2.85T3%2012q0-1.325.363-2.525t1.012-2.25l-3-3L2.8%202.8l18.4%2018.4zM12%2019q.9%200%201.738-.213t1.587-.612l-9.5-9.5q-.4.75-.612%201.588T5%2012q0%202.925%202.038%204.963T12%2019m3-9V8h2.75q-1.025-1.4-2.525-2.2T12%205q-.9%200-1.737.213t-1.588.612l-1.45-1.45q1.05-.65%202.25-1.012T12%203q2.05%200%203.888.875T19%206.35V4h2v6zm-2%20.15l-2-2V7h2zm6.625%206.625l-1.45-1.45q.275-.55.463-1.125T18.9%2013h2.05q-.125%201.05-.462%202t-.863%201.775%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/update-disabled.svg?color=%231a73e8&size=48