restart-alt from Material Symbols by Google · Regular · UI Actions · Apache-2.0 Free for personal and commercial use.

Name
restart-alt
Set
Material Symbols
Style
Regular
Category
UI Actions
Viewbox
24×24
License
Apache 2.0
Aliases
restart-alt-outline, restart-alt-outline-sharp, restart-alt-sharp

1 other variant in Material Symbols

The same icon in other sets

More ui actions icons from Material Symbols

Use the restart alt icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11 20.95q-3.025-.375-5.012-2.637T4 13q0-1.65.65-3.162T6.5 7.2l1.425 1.425q-.95.85-1.437 1.975T6 13q0 2.2 1.4 3.888T11 18.95zm2 0v-2q2.175-.4 3.588-2.075T18 13q0-2.5-1.75-4.25T12 7h-.075l1.1 1.1l-1.4 1.4l-3.5-3.5l3.5-3.5l1.4 1.4l-1.1 1.1H12q3.35 0 5.675 2.325T20 13q0 3.025-1.987 5.288T13 20.95"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsRestartAlt(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="M11 20.95q-3.025-.375-5.012-2.637T4 13q0-1.65.65-3.162T6.5 7.2l1.425 1.425q-.95.85-1.437 1.975T6 13q0 2.2 1.4 3.888T11 18.95zm2 0v-2q2.175-.4 3.588-2.075T18 13q0-2.5-1.75-4.25T12 7h-.075l1.1 1.1l-1.4 1.4l-3.5-3.5l3.5-3.5l1.4 1.4l-1.1 1.1H12q3.35 0 5.675 2.325T20 13q0 3.025-1.987 5.288T13 20.95"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11 20.95q-3.025-.375-5.012-2.637T4 13q0-1.65.65-3.162T6.5 7.2l1.425 1.425q-.95.85-1.437 1.975T6 13q0 2.2 1.4 3.888T11 18.95zm2 0v-2q2.175-.4 3.588-2.075T18 13q0-2.5-1.75-4.25T12 7h-.075l1.1 1.1l-1.4 1.4l-3.5-3.5l3.5-3.5l1.4 1.4l-1.1 1.1H12q3.35 0 5.675 2.325T20 13q0 3.025-1.987 5.288T13 20.95"/></svg>
</template>

CSS

.icon-restart-alt {
  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%22M11%2020.95q-3.025-.375-5.012-2.637T4%2013q0-1.65.65-3.162T6.5%207.2l1.425%201.425q-.95.85-1.437%201.975T6%2013q0%202.2%201.4%203.888T11%2018.95zm2%200v-2q2.175-.4%203.588-2.075T18%2013q0-2.5-1.75-4.25T12%207h-.075l1.1%201.1l-1.4%201.4l-3.5-3.5l3.5-3.5l1.4%201.4l-1.1%201.1H12q3.35%200%205.675%202.325T20%2013q0%203.025-1.987%205.288T13%2020.95%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%22M11%2020.95q-3.025-.375-5.012-2.637T4%2013q0-1.65.65-3.162T6.5%207.2l1.425%201.425q-.95.85-1.437%201.975T6%2013q0%202.2%201.4%203.888T11%2018.95zm2%200v-2q2.175-.4%203.588-2.075T18%2013q0-2.5-1.75-4.25T12%207h-.075l1.1%201.1l-1.4%201.4l-3.5-3.5l3.5-3.5l1.4%201.4l-1.1%201.1H12q3.35%200%205.675%202.325T20%2013q0%203.025-1.987%205.288T13%2020.95%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/restart-alt.svg?color=%231a73e8&size=48