outline update disabled icon
outline-update-disabled from Google Material Icons by Material Design Authors · Baseline · Action · Apache-2.0 Free for personal and commercial use.
- Name
- outline-update-disabled
- Set
- Google Material Icons
- Style
- Baseline
- Category
- Action
- Viewbox
- 24×24
- License
- Apache 2.0
More action icons from Google Material Icons
baseline-123baseline-3d-rotationbaseline-abcbaseline-accessibilitybaseline-accessibility-newbaseline-accessiblebaseline-accessible-forwardbaseline-account-balancebaseline-account-balance-walletbaseline-account-boxbaseline-account-circlebaseline-add-cardbaseline-add-homebaseline-add-shopping-cartbaseline-add-taskbaseline-add-to-drivebaseline-addchartbaseline-admin-panel-settingsbaseline-ads-clickbaseline-alarmbaseline-alarm-addbaseline-alarm-offbaseline-alarm-onbaseline-all-inbox
Use the outline 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.94 13a8.9 8.9 0 0 1-1.33 3.79l-1.47-1.47c.38-.71.65-1.49.77-2.32zM8.67 5.84A7.06 7.06 0 0 1 12 5a7.01 7.01 0 0 1 5.74 3H15v2h6V4h-2v2.36C17.35 4.32 14.83 3 12 3c-1.76 0-3.4.51-4.78 1.39zM11 7v1.17l2 2V7zm8.78 15.61l-3-3A8.97 8.97 0 0 1 12 21a9 9 0 0 1-9-9c0-1.76.51-3.4 1.39-4.78l-3-3L2.8 2.81l18.38 18.38zm-4.46-4.46L5.84 8.67A7.06 7.06 0 0 0 5 12c0 3.86 3.14 7 7 7c1.2 0 2.34-.31 3.32-.85"/></svg>
React
import type { SVGProps } from "react";
export function IcOutlineUpdateDisabled(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.94 13a8.9 8.9 0 0 1-1.33 3.79l-1.47-1.47c.38-.71.65-1.49.77-2.32zM8.67 5.84A7.06 7.06 0 0 1 12 5a7.01 7.01 0 0 1 5.74 3H15v2h6V4h-2v2.36C17.35 4.32 14.83 3 12 3c-1.76 0-3.4.51-4.78 1.39zM11 7v1.17l2 2V7zm8.78 15.61l-3-3A8.97 8.97 0 0 1 12 21a9 9 0 0 1-9-9c0-1.76.51-3.4 1.39-4.78l-3-3L2.8 2.81l18.38 18.38zm-4.46-4.46L5.84 8.67A7.06 7.06 0 0 0 5 12c0 3.86 3.14 7 7 7c1.2 0 2.34-.31 3.32-.85"/></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.94 13a8.9 8.9 0 0 1-1.33 3.79l-1.47-1.47c.38-.71.65-1.49.77-2.32zM8.67 5.84A7.06 7.06 0 0 1 12 5a7.01 7.01 0 0 1 5.74 3H15v2h6V4h-2v2.36C17.35 4.32 14.83 3 12 3c-1.76 0-3.4.51-4.78 1.39zM11 7v1.17l2 2V7zm8.78 15.61l-3-3A8.97 8.97 0 0 1 12 21a9 9 0 0 1-9-9c0-1.76.51-3.4 1.39-4.78l-3-3L2.8 2.81l18.38 18.38zm-4.46-4.46L5.84 8.67A7.06 7.06 0 0 0 5 12c0 3.86 3.14 7 7 7c1.2 0 2.34-.31 3.32-.85"/></svg> </template>
CSS
.icon-outline-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.94%2013a8.9%208.9%200%200%201-1.33%203.79l-1.47-1.47c.38-.71.65-1.49.77-2.32zM8.67%205.84A7.06%207.06%200%200%201%2012%205a7.01%207.01%200%200%201%205.74%203H15v2h6V4h-2v2.36C17.35%204.32%2014.83%203%2012%203c-1.76%200-3.4.51-4.78%201.39zM11%207v1.17l2%202V7zm8.78%2015.61l-3-3A8.97%208.97%200%200%201%2012%2021a9%209%200%200%201-9-9c0-1.76.51-3.4%201.39-4.78l-3-3L2.8%202.81l18.38%2018.38zm-4.46-4.46L5.84%208.67A7.06%207.06%200%200%200%205%2012c0%203.86%203.14%207%207%207c1.2%200%202.34-.31%203.32-.85%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.94%2013a8.9%208.9%200%200%201-1.33%203.79l-1.47-1.47c.38-.71.65-1.49.77-2.32zM8.67%205.84A7.06%207.06%200%200%201%2012%205a7.01%207.01%200%200%201%205.74%203H15v2h6V4h-2v2.36C17.35%204.32%2014.83%203%2012%203c-1.76%200-3.4.51-4.78%201.39zM11%207v1.17l2%202V7zm8.78%2015.61l-3-3A8.97%208.97%200%200%201%2012%2021a9%209%200%200%201-9-9c0-1.76.51-3.4%201.39-4.78l-3-3L2.8%202.81l18.38%2018.38zm-4.46-4.46L5.84%208.67A7.06%207.06%200%200%200%205%2012c0%203.86%203.14%207%207%207c1.2%200%202.34-.31%203.32-.85%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/outline-update-disabled.svg?color=%231a73e8&size=48