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

Name
restart-alt
Set
Material Symbols Light
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 Light

The same icon in other sets

More ui actions icons from Material Symbols Light

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 19.912q-2.602-.356-4.301-2.32Q5 15.626 5 13q0-1.4.554-2.682t1.523-2.272l.714.713q-.893.831-1.342 1.927T6 13q0 2.2 1.41 3.868q1.41 1.669 3.59 2.044zm2 .038v-1q2.156-.477 3.578-2.123T18 13q0-2.5-1.75-4.25T12 7h-.633l1.6 1.6l-.708.708L9.452 6.5l2.808-2.808l.707.708l-1.6 1.6H12q2.927 0 4.964 2.036T19 13q0 2.621-1.709 4.566Q15.583 19.512 13 19.95"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightRestartAlt(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 19.912q-2.602-.356-4.301-2.32Q5 15.626 5 13q0-1.4.554-2.682t1.523-2.272l.714.713q-.893.831-1.342 1.927T6 13q0 2.2 1.41 3.868q1.41 1.669 3.59 2.044zm2 .038v-1q2.156-.477 3.578-2.123T18 13q0-2.5-1.75-4.25T12 7h-.633l1.6 1.6l-.708.708L9.452 6.5l2.808-2.808l.707.708l-1.6 1.6H12q2.927 0 4.964 2.036T19 13q0 2.621-1.709 4.566Q15.583 19.512 13 19.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 19.912q-2.602-.356-4.301-2.32Q5 15.626 5 13q0-1.4.554-2.682t1.523-2.272l.714.713q-.893.831-1.342 1.927T6 13q0 2.2 1.41 3.868q1.41 1.669 3.59 2.044zm2 .038v-1q2.156-.477 3.578-2.123T18 13q0-2.5-1.75-4.25T12 7h-.633l1.6 1.6l-.708.708L9.452 6.5l2.808-2.808l.707.708l-1.6 1.6H12q2.927 0 4.964 2.036T19 13q0 2.621-1.709 4.566Q15.583 19.512 13 19.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%2019.912q-2.602-.356-4.301-2.32Q5%2015.626%205%2013q0-1.4.554-2.682t1.523-2.272l.714.713q-.893.831-1.342%201.927T6%2013q0%202.2%201.41%203.868q1.41%201.669%203.59%202.044zm2%20.038v-1q2.156-.477%203.578-2.123T18%2013q0-2.5-1.75-4.25T12%207h-.633l1.6%201.6l-.708.708L9.452%206.5l2.808-2.808l.707.708l-1.6%201.6H12q2.927%200%204.964%202.036T19%2013q0%202.621-1.709%204.566Q15.583%2019.512%2013%2019.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%2019.912q-2.602-.356-4.301-2.32Q5%2015.626%205%2013q0-1.4.554-2.682t1.523-2.272l.714.713q-.893.831-1.342%201.927T6%2013q0%202.2%201.41%203.868q1.41%201.669%203.59%202.044zm2%20.038v-1q2.156-.477%203.578-2.123T18%2013q0-2.5-1.75-4.25T12%207h-.633l1.6%201.6l-.708.708L9.452%206.5l2.808-2.808l.707.708l-1.6%201.6H12q2.927%200%204.964%202.036T19%2013q0%202.621-1.709%204.566Q15.583%2019.512%2013%2019.95%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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