update disabled icon
update-disabled-rounded from Material Symbols by Google · Rounded · Actions · Apache-2.0 Free for personal and commercial use.
- Name
- update-disabled-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Actions
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- update-disabled-outline-rounded
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.075 21.9l-2.3-2.275q-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-2.3-2.3q-.3-.3-.3-.713t.3-.712t.713-.3t.712.3l17 17q.3.3.3.7t-.3.7t-.712.3t-.713-.3M12 19q.9 0 1.738-.213t1.587-.612l-9.5-9.5q-.4.75-.612 1.588T5 12q0 2.925 2.038 4.963T12 19m4-9q-.425 0-.712-.288T15 9t.288-.712T16 8h1.75q-1.025-1.4-2.525-2.2T12 5q-.675 0-1.4.138t-1.35.412q-.375.175-.75.013t-.55-.538t-.012-.763t.537-.537q.8-.35 1.725-.537T12 3q2.05 0 3.888.875T19 6.35V5q0-.425.288-.712T20 4t.713.288T21 5v4q0 .425-.288.713T20 10zm-4.712-1.137Q11 8.575 11 8.15V8q0-.425.288-.712T12 7t.713.288T13 8v.15q0 .425-.288.713T12 9.15t-.712-.288m7.687 7.238q-.35-.15-.55-.513t0-.837q.075-.2.175-.45t.15-.45q.125-.4.463-.612t.737-.163q.425.05.675.363t.15.687q-.1.35-.237.725t-.263.7q-.2.475-.575.588t-.725-.038"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsUpdateDisabledRounded(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.075 21.9l-2.3-2.275q-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-2.3-2.3q-.3-.3-.3-.713t.3-.712t.713-.3t.712.3l17 17q.3.3.3.7t-.3.7t-.712.3t-.713-.3M12 19q.9 0 1.738-.213t1.587-.612l-9.5-9.5q-.4.75-.612 1.588T5 12q0 2.925 2.038 4.963T12 19m4-9q-.425 0-.712-.288T15 9t.288-.712T16 8h1.75q-1.025-1.4-2.525-2.2T12 5q-.675 0-1.4.138t-1.35.412q-.375.175-.75.013t-.55-.538t-.012-.763t.537-.537q.8-.35 1.725-.537T12 3q2.05 0 3.888.875T19 6.35V5q0-.425.288-.712T20 4t.713.288T21 5v4q0 .425-.288.713T20 10zm-4.712-1.137Q11 8.575 11 8.15V8q0-.425.288-.712T12 7t.713.288T13 8v.15q0 .425-.288.713T12 9.15t-.712-.288m7.687 7.238q-.35-.15-.55-.513t0-.837q.075-.2.175-.45t.15-.45q.125-.4.463-.612t.737-.163q.425.05.675.363t.15.687q-.1.35-.237.725t-.263.7q-.2.475-.575.588t-.725-.038"/></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.075 21.9l-2.3-2.275q-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-2.3-2.3q-.3-.3-.3-.713t.3-.712t.713-.3t.712.3l17 17q.3.3.3.7t-.3.7t-.712.3t-.713-.3M12 19q.9 0 1.738-.213t1.587-.612l-9.5-9.5q-.4.75-.612 1.588T5 12q0 2.925 2.038 4.963T12 19m4-9q-.425 0-.712-.288T15 9t.288-.712T16 8h1.75q-1.025-1.4-2.525-2.2T12 5q-.675 0-1.4.138t-1.35.412q-.375.175-.75.013t-.55-.538t-.012-.763t.537-.537q.8-.35 1.725-.537T12 3q2.05 0 3.888.875T19 6.35V5q0-.425.288-.712T20 4t.713.288T21 5v4q0 .425-.288.713T20 10zm-4.712-1.137Q11 8.575 11 8.15V8q0-.425.288-.712T12 7t.713.288T13 8v.15q0 .425-.288.713T12 9.15t-.712-.288m7.687 7.238q-.35-.15-.55-.513t0-.837q.075-.2.175-.45t.15-.45q.125-.4.463-.612t.737-.163q.425.05.675.363t.15.687q-.1.35-.237.725t-.263.7q-.2.475-.575.588t-.725-.038"/></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.075%2021.9l-2.3-2.275q-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-2.3-2.3q-.3-.3-.3-.713t.3-.712t.713-.3t.712.3l17%2017q.3.3.3.7t-.3.7t-.712.3t-.713-.3M12%2019q.9%200%201.738-.213t1.587-.612l-9.5-9.5q-.4.75-.612%201.588T5%2012q0%202.925%202.038%204.963T12%2019m4-9q-.425%200-.712-.288T15%209t.288-.712T16%208h1.75q-1.025-1.4-2.525-2.2T12%205q-.675%200-1.4.138t-1.35.412q-.375.175-.75.013t-.55-.538t-.012-.763t.537-.537q.8-.35%201.725-.537T12%203q2.05%200%203.888.875T19%206.35V5q0-.425.288-.712T20%204t.713.288T21%205v4q0%20.425-.288.713T20%2010zm-4.712-1.137Q11%208.575%2011%208.15V8q0-.425.288-.712T12%207t.713.288T13%208v.15q0%20.425-.288.713T12%209.15t-.712-.288m7.687%207.238q-.35-.15-.55-.513t0-.837q.075-.2.175-.45t.15-.45q.125-.4.463-.612t.737-.163q.425.05.675.363t.15.687q-.1.35-.237.725t-.263.7q-.2.475-.575.588t-.725-.038%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.075%2021.9l-2.3-2.275q-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-2.3-2.3q-.3-.3-.3-.713t.3-.712t.713-.3t.712.3l17%2017q.3.3.3.7t-.3.7t-.712.3t-.713-.3M12%2019q.9%200%201.738-.213t1.587-.612l-9.5-9.5q-.4.75-.612%201.588T5%2012q0%202.925%202.038%204.963T12%2019m4-9q-.425%200-.712-.288T15%209t.288-.712T16%208h1.75q-1.025-1.4-2.525-2.2T12%205q-.675%200-1.4.138t-1.35.412q-.375.175-.75.013t-.55-.538t-.012-.763t.537-.537q.8-.35%201.725-.537T12%203q2.05%200%203.888.875T19%206.35V5q0-.425.288-.712T20%204t.713.288T21%205v4q0%20.425-.288.713T20%2010zm-4.712-1.137Q11%208.575%2011%208.15V8q0-.425.288-.712T12%207t.713.288T13%208v.15q0%20.425-.288.713T12%209.15t-.712-.288m7.687%207.238q-.35-.15-.55-.513t0-.837q.075-.2.175-.45t.15-.45q.125-.4.463-.612t.737-.163q.425.05.675.363t.15.687q-.1.35-.237.725t-.263.7q-.2.475-.575.588t-.725-.038%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-rounded.svg?color=%231a73e8&size=48