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

Name
restart-alt-rounded
Set
Material Symbols Light
Style
Rounded
Category
UI Actions
Viewbox
24×24
License
Apache 2.0
Aliases
restart-alt-outline-rounded

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="M10.421 19.796q-2.382-.532-3.902-2.414T5 13q0-1.271.466-2.443q.465-1.173 1.282-2.151q.14-.166.329-.169t.36.169q.14.14.143.338t-.138.375q-.715.794-1.079 1.796Q6 11.918 6 13q0 2.102 1.303 3.728t3.313 2.105q.17.042.277.183t.107.311q0 .25-.167.393t-.412.076m3.158.038q-.244.068-.412-.078T13 19.36q0-.166.107-.306t.278-.202q1.99-.58 3.302-2.175T18 13q0-2.5-1.75-4.25T12 7h-.633l1.246 1.246q.16.16.16.354t-.16.354t-.353.16q-.194 0-.354-.16l-1.889-1.889q-.13-.13-.183-.267T9.78 6.5t.053-.298t.183-.268l1.889-1.888q.16-.16.354-.16t.354.16t.159.354t-.16.354L11.368 6H12q2.927 0 4.964 2.036T19 13q0 2.475-1.529 4.35t-3.892 2.485"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightRestartAltRounded(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="M10.421 19.796q-2.382-.532-3.902-2.414T5 13q0-1.271.466-2.443q.465-1.173 1.282-2.151q.14-.166.329-.169t.36.169q.14.14.143.338t-.138.375q-.715.794-1.079 1.796Q6 11.918 6 13q0 2.102 1.303 3.728t3.313 2.105q.17.042.277.183t.107.311q0 .25-.167.393t-.412.076m3.158.038q-.244.068-.412-.078T13 19.36q0-.166.107-.306t.278-.202q1.99-.58 3.302-2.175T18 13q0-2.5-1.75-4.25T12 7h-.633l1.246 1.246q.16.16.16.354t-.16.354t-.353.16q-.194 0-.354-.16l-1.889-1.889q-.13-.13-.183-.267T9.78 6.5t.053-.298t.183-.268l1.889-1.888q.16-.16.354-.16t.354.16t.159.354t-.16.354L11.368 6H12q2.927 0 4.964 2.036T19 13q0 2.475-1.529 4.35t-3.892 2.485"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.421 19.796q-2.382-.532-3.902-2.414T5 13q0-1.271.466-2.443q.465-1.173 1.282-2.151q.14-.166.329-.169t.36.169q.14.14.143.338t-.138.375q-.715.794-1.079 1.796Q6 11.918 6 13q0 2.102 1.303 3.728t3.313 2.105q.17.042.277.183t.107.311q0 .25-.167.393t-.412.076m3.158.038q-.244.068-.412-.078T13 19.36q0-.166.107-.306t.278-.202q1.99-.58 3.302-2.175T18 13q0-2.5-1.75-4.25T12 7h-.633l1.246 1.246q.16.16.16.354t-.16.354t-.353.16q-.194 0-.354-.16l-1.889-1.889q-.13-.13-.183-.267T9.78 6.5t.053-.298t.183-.268l1.889-1.888q.16-.16.354-.16t.354.16t.159.354t-.16.354L11.368 6H12q2.927 0 4.964 2.036T19 13q0 2.475-1.529 4.35t-3.892 2.485"/></svg>
</template>

CSS

.icon-restart-alt-rounded {
  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%22M10.421%2019.796q-2.382-.532-3.902-2.414T5%2013q0-1.271.466-2.443q.465-1.173%201.282-2.151q.14-.166.329-.169t.36.169q.14.14.143.338t-.138.375q-.715.794-1.079%201.796Q6%2011.918%206%2013q0%202.102%201.303%203.728t3.313%202.105q.17.042.277.183t.107.311q0%20.25-.167.393t-.412.076m3.158.038q-.244.068-.412-.078T13%2019.36q0-.166.107-.306t.278-.202q1.99-.58%203.302-2.175T18%2013q0-2.5-1.75-4.25T12%207h-.633l1.246%201.246q.16.16.16.354t-.16.354t-.353.16q-.194%200-.354-.16l-1.889-1.889q-.13-.13-.183-.267T9.78%206.5t.053-.298t.183-.268l1.889-1.888q.16-.16.354-.16t.354.16t.159.354t-.16.354L11.368%206H12q2.927%200%204.964%202.036T19%2013q0%202.475-1.529%204.35t-3.892%202.485%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%22M10.421%2019.796q-2.382-.532-3.902-2.414T5%2013q0-1.271.466-2.443q.465-1.173%201.282-2.151q.14-.166.329-.169t.36.169q.14.14.143.338t-.138.375q-.715.794-1.079%201.796Q6%2011.918%206%2013q0%202.102%201.303%203.728t3.313%202.105q.17.042.277.183t.107.311q0%20.25-.167.393t-.412.076m3.158.038q-.244.068-.412-.078T13%2019.36q0-.166.107-.306t.278-.202q1.99-.58%203.302-2.175T18%2013q0-2.5-1.75-4.25T12%207h-.633l1.246%201.246q.16.16.16.354t-.16.354t-.353.16q-.194%200-.354-.16l-1.889-1.889q-.13-.13-.183-.267T9.78%206.5t.053-.298t.183-.268l1.889-1.888q.16-.16.354-.16t.354.16t.159.354t-.16.354L11.368%206H12q2.927%200%204.964%202.036T19%2013q0%202.475-1.529%204.35t-3.892%202.485%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-rounded.svg?color=%231a73e8&size=48