restart off icon
restart-off from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.
- Name
- restart-off
- Set
- Material Design Icons
- Style
- Filled
- Viewbox
- 24×24
- License
- Apache 2.0
Related icons in Material Design Icons
Use the restart off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m20.8 22.7l-4.2-4.2c-1.7 1.2-3.7 1.7-5.7 1.4l.5-2c1.3.1 2.6-.2 3.7-.9L1.1 3l1.3-1.3l14.1 14.1l1.4 1.4l4.2 4.2zM12 6c1.5 0 3.1.6 4.2 1.8c1.8 1.8 2.2 4.4 1.3 6.6l1.5 1.5c1.7-3 1.2-6.9-1.4-9.5C16.1 4.8 14 4 12 4V.7l-4.1 4L12 8.8zM6.6 9.4L5.1 7.9C3.3 11 3.7 15 6.3 17.7c.8.7 1.7 1.3 2.7 1.7l.5-2q-.9-.45-1.8-1.2c-1.8-1.8-2.2-4.6-1.1-6.8"/></svg>
React
import type { SVGProps } from "react";
export function MdiRestartOff(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.8 22.7l-4.2-4.2c-1.7 1.2-3.7 1.7-5.7 1.4l.5-2c1.3.1 2.6-.2 3.7-.9L1.1 3l1.3-1.3l14.1 14.1l1.4 1.4l4.2 4.2zM12 6c1.5 0 3.1.6 4.2 1.8c1.8 1.8 2.2 4.4 1.3 6.6l1.5 1.5c1.7-3 1.2-6.9-1.4-9.5C16.1 4.8 14 4 12 4V.7l-4.1 4L12 8.8zM6.6 9.4L5.1 7.9C3.3 11 3.7 15 6.3 17.7c.8.7 1.7 1.3 2.7 1.7l.5-2q-.9-.45-1.8-1.2c-1.8-1.8-2.2-4.6-1.1-6.8"/></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.8 22.7l-4.2-4.2c-1.7 1.2-3.7 1.7-5.7 1.4l.5-2c1.3.1 2.6-.2 3.7-.9L1.1 3l1.3-1.3l14.1 14.1l1.4 1.4l4.2 4.2zM12 6c1.5 0 3.1.6 4.2 1.8c1.8 1.8 2.2 4.4 1.3 6.6l1.5 1.5c1.7-3 1.2-6.9-1.4-9.5C16.1 4.8 14 4 12 4V.7l-4.1 4L12 8.8zM6.6 9.4L5.1 7.9C3.3 11 3.7 15 6.3 17.7c.8.7 1.7 1.3 2.7 1.7l.5-2q-.9-.45-1.8-1.2c-1.8-1.8-2.2-4.6-1.1-6.8"/></svg> </template>
CSS
.icon-restart-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%22m20.8%2022.7l-4.2-4.2c-1.7%201.2-3.7%201.7-5.7%201.4l.5-2c1.3.1%202.6-.2%203.7-.9L1.1%203l1.3-1.3l14.1%2014.1l1.4%201.4l4.2%204.2zM12%206c1.5%200%203.1.6%204.2%201.8c1.8%201.8%202.2%204.4%201.3%206.6l1.5%201.5c1.7-3%201.2-6.9-1.4-9.5C16.1%204.8%2014%204%2012%204V.7l-4.1%204L12%208.8zM6.6%209.4L5.1%207.9C3.3%2011%203.7%2015%206.3%2017.7c.8.7%201.7%201.3%202.7%201.7l.5-2q-.9-.45-1.8-1.2c-1.8-1.8-2.2-4.6-1.1-6.8%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.8%2022.7l-4.2-4.2c-1.7%201.2-3.7%201.7-5.7%201.4l.5-2c1.3.1%202.6-.2%203.7-.9L1.1%203l1.3-1.3l14.1%2014.1l1.4%201.4l4.2%204.2zM12%206c1.5%200%203.1.6%204.2%201.8c1.8%201.8%202.2%204.4%201.3%206.6l1.5%201.5c1.7-3%201.2-6.9-1.4-9.5C16.1%204.8%2014%204%2012%204V.7l-4.1%204L12%208.8zM6.6%209.4L5.1%207.9C3.3%2011%203.7%2015%206.3%2017.7c.8.7%201.7%201.3%202.7%201.7l.5-2q-.9-.45-1.8-1.2c-1.8-1.8-2.2-4.6-1.1-6.8%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/restart-off.svg?color=%231a73e8&size=48