autorenew off icon
autorenew-off from Material Design Icons by Pictogrammers · Filled · Arrow · Apache-2.0 Free for personal and commercial use.
- Name
- autorenew-off
- Set
- Material Design Icons
- Style
- Filled
- Category
- Arrow
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- circle-arrows-off, circular-arrows-off, clockwise-arrows-off
More arrow icons from Material Design Icons
arrow-allarrow-bottom-leftarrow-bottom-left-bold-boxarrow-bottom-left-bold-outlinearrow-bottom-left-thickarrow-bottom-left-thinarrow-bottom-left-thin-circle-outlinearrow-bottom-rightarrow-bottom-right-bold-boxarrow-bottom-right-bold-outlinearrow-bottom-right-thickarrow-bottom-right-thinarrow-bottom-right-thin-circle-outlinearrow-collapsearrow-collapse-allarrow-collapse-downarrow-collapse-horizontalarrow-collapse-leftarrow-collapse-rightarrow-collapse-uparrow-collapse-verticalarrow-decisionarrow-downarrow-down-bold
Use the autorenew off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18 12c0-1-.26-1.96-.7-2.8l1.46-1.46A7.93 7.93 0 0 1 20 12c0 1.39-.36 2.68-1 3.82l-1.5-1.5c.32-.72.5-1.49.5-2.32M2.39 1.73L1.11 3L5.5 7.37C4.55 8.68 4 10.27 4 12c0 1.57.46 3.03 1.24 4.26L6.7 14.8A5.9 5.9 0 0 1 6 12c0-1.17.34-2.26.92-3.19l8.27 8.27c-.93.58-2.02.92-3.19.92v-3l-4 4l4 4v-3c1.73 0 3.32-.55 4.63-1.5l4.21 4.23l1.27-1.27zM12 6v2.8l.1.1L16 5l-4-4v3c-1.38 0-2.68.36-3.82 1l1.5 1.5c.72-.32 1.5-.5 2.32-.5"/></svg>
React
import type { SVGProps } from "react";
export function MdiAutorenewOff(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="M18 12c0-1-.26-1.96-.7-2.8l1.46-1.46A7.93 7.93 0 0 1 20 12c0 1.39-.36 2.68-1 3.82l-1.5-1.5c.32-.72.5-1.49.5-2.32M2.39 1.73L1.11 3L5.5 7.37C4.55 8.68 4 10.27 4 12c0 1.57.46 3.03 1.24 4.26L6.7 14.8A5.9 5.9 0 0 1 6 12c0-1.17.34-2.26.92-3.19l8.27 8.27c-.93.58-2.02.92-3.19.92v-3l-4 4l4 4v-3c1.73 0 3.32-.55 4.63-1.5l4.21 4.23l1.27-1.27zM12 6v2.8l.1.1L16 5l-4-4v3c-1.38 0-2.68.36-3.82 1l1.5 1.5c.72-.32 1.5-.5 2.32-.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18 12c0-1-.26-1.96-.7-2.8l1.46-1.46A7.93 7.93 0 0 1 20 12c0 1.39-.36 2.68-1 3.82l-1.5-1.5c.32-.72.5-1.49.5-2.32M2.39 1.73L1.11 3L5.5 7.37C4.55 8.68 4 10.27 4 12c0 1.57.46 3.03 1.24 4.26L6.7 14.8A5.9 5.9 0 0 1 6 12c0-1.17.34-2.26.92-3.19l8.27 8.27c-.93.58-2.02.92-3.19.92v-3l-4 4l4 4v-3c1.73 0 3.32-.55 4.63-1.5l4.21 4.23l1.27-1.27zM12 6v2.8l.1.1L16 5l-4-4v3c-1.38 0-2.68.36-3.82 1l1.5 1.5c.72-.32 1.5-.5 2.32-.5"/></svg> </template>
CSS
.icon-autorenew-off {
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%22M18%2012c0-1-.26-1.96-.7-2.8l1.46-1.46A7.93%207.93%200%200%201%2020%2012c0%201.39-.36%202.68-1%203.82l-1.5-1.5c.32-.72.5-1.49.5-2.32M2.39%201.73L1.11%203L5.5%207.37C4.55%208.68%204%2010.27%204%2012c0%201.57.46%203.03%201.24%204.26L6.7%2014.8A5.9%205.9%200%200%201%206%2012c0-1.17.34-2.26.92-3.19l8.27%208.27c-.93.58-2.02.92-3.19.92v-3l-4%204l4%204v-3c1.73%200%203.32-.55%204.63-1.5l4.21%204.23l1.27-1.27zM12%206v2.8l.1.1L16%205l-4-4v3c-1.38%200-2.68.36-3.82%201l1.5%201.5c.72-.32%201.5-.5%202.32-.5%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%22M18%2012c0-1-.26-1.96-.7-2.8l1.46-1.46A7.93%207.93%200%200%201%2020%2012c0%201.39-.36%202.68-1%203.82l-1.5-1.5c.32-.72.5-1.49.5-2.32M2.39%201.73L1.11%203L5.5%207.37C4.55%208.68%204%2010.27%204%2012c0%201.57.46%203.03%201.24%204.26L6.7%2014.8A5.9%205.9%200%200%201%206%2012c0-1.17.34-2.26.92-3.19l8.27%208.27c-.93.58-2.02.92-3.19.92v-3l-4%204l4%204v-3c1.73%200%203.32-.55%204.63-1.5l4.21%204.23l1.27-1.27zM12%206v2.8l.1.1L16%205l-4-4v3c-1.38%200-2.68.36-3.82%201l1.5%201.5c.72-.32%201.5-.5%202.32-.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/autorenew-off.svg?color=%231a73e8&size=48