restart icon

restart-bold from Solar by 480 Design · Bold · Arrows · CC-BY-4.0 Attribution required.

Name
restart-bold
Set
Solar
Style
Bold
Category
Arrows
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

The same icon in other sets

More arrows icons from Solar

Use the restart icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.2577 3.50828C18.538 3.62437 18.7207 3.89785 18.7207 4.20119V8.44383C18.7207 8.85805 18.3849 9.19383 17.9707 9.19383H13.728C13.4247 9.19383 13.1512 9.0111 13.0351 8.73085C12.9191 8.45059 12.9832 8.128 13.1977 7.9135L14.8007 6.3105C12.1674 5.20912 9.01606 5.7309 6.87348 7.87348C4.04217 10.7048 4.04217 15.2952 6.87348 18.1265C9.70478 20.9578 14.2952 20.9578 17.1265 18.1265C18.7727 16.4803 19.4622 14.2401 19.1935 12.0937C19.142 11.6827 19.4335 11.3078 19.8445 11.2563C20.2555 11.2049 20.6304 11.4963 20.6819 11.9073C21.0057 14.4934 20.1746 17.1997 18.1872 19.1872C14.7701 22.6043 9.2299 22.6043 5.81282 19.1872C2.39573 15.7701 2.39573 10.2299 5.81282 6.81282C8.55119 4.07444 12.6515 3.5312 15.9309 5.18028L17.4404 3.67086C17.6549 3.45637 17.9774 3.3922 18.2577 3.50828Z"/></svg>

React

import type { SVGProps } from "react";

export function SolarRestartBold(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.2577 3.50828C18.538 3.62437 18.7207 3.89785 18.7207 4.20119V8.44383C18.7207 8.85805 18.3849 9.19383 17.9707 9.19383H13.728C13.4247 9.19383 13.1512 9.0111 13.0351 8.73085C12.9191 8.45059 12.9832 8.128 13.1977 7.9135L14.8007 6.3105C12.1674 5.20912 9.01606 5.7309 6.87348 7.87348C4.04217 10.7048 4.04217 15.2952 6.87348 18.1265C9.70478 20.9578 14.2952 20.9578 17.1265 18.1265C18.7727 16.4803 19.4622 14.2401 19.1935 12.0937C19.142 11.6827 19.4335 11.3078 19.8445 11.2563C20.2555 11.2049 20.6304 11.4963 20.6819 11.9073C21.0057 14.4934 20.1746 17.1997 18.1872 19.1872C14.7701 22.6043 9.2299 22.6043 5.81282 19.1872C2.39573 15.7701 2.39573 10.2299 5.81282 6.81282C8.55119 4.07444 12.6515 3.5312 15.9309 5.18028L17.4404 3.67086C17.6549 3.45637 17.9774 3.3922 18.2577 3.50828Z"/></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.2577 3.50828C18.538 3.62437 18.7207 3.89785 18.7207 4.20119V8.44383C18.7207 8.85805 18.3849 9.19383 17.9707 9.19383H13.728C13.4247 9.19383 13.1512 9.0111 13.0351 8.73085C12.9191 8.45059 12.9832 8.128 13.1977 7.9135L14.8007 6.3105C12.1674 5.20912 9.01606 5.7309 6.87348 7.87348C4.04217 10.7048 4.04217 15.2952 6.87348 18.1265C9.70478 20.9578 14.2952 20.9578 17.1265 18.1265C18.7727 16.4803 19.4622 14.2401 19.1935 12.0937C19.142 11.6827 19.4335 11.3078 19.8445 11.2563C20.2555 11.2049 20.6304 11.4963 20.6819 11.9073C21.0057 14.4934 20.1746 17.1997 18.1872 19.1872C14.7701 22.6043 9.2299 22.6043 5.81282 19.1872C2.39573 15.7701 2.39573 10.2299 5.81282 6.81282C8.55119 4.07444 12.6515 3.5312 15.9309 5.18028L17.4404 3.67086C17.6549 3.45637 17.9774 3.3922 18.2577 3.50828Z"/></svg>
</template>

CSS

.icon-restart-bold {
  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.2577%203.50828C18.538%203.62437%2018.7207%203.89785%2018.7207%204.20119V8.44383C18.7207%208.85805%2018.3849%209.19383%2017.9707%209.19383H13.728C13.4247%209.19383%2013.1512%209.0111%2013.0351%208.73085C12.9191%208.45059%2012.9832%208.128%2013.1977%207.9135L14.8007%206.3105C12.1674%205.20912%209.01606%205.7309%206.87348%207.87348C4.04217%2010.7048%204.04217%2015.2952%206.87348%2018.1265C9.70478%2020.9578%2014.2952%2020.9578%2017.1265%2018.1265C18.7727%2016.4803%2019.4622%2014.2401%2019.1935%2012.0937C19.142%2011.6827%2019.4335%2011.3078%2019.8445%2011.2563C20.2555%2011.2049%2020.6304%2011.4963%2020.6819%2011.9073C21.0057%2014.4934%2020.1746%2017.1997%2018.1872%2019.1872C14.7701%2022.6043%209.2299%2022.6043%205.81282%2019.1872C2.39573%2015.7701%202.39573%2010.2299%205.81282%206.81282C8.55119%204.07444%2012.6515%203.5312%2015.9309%205.18028L17.4404%203.67086C17.6549%203.45637%2017.9774%203.3922%2018.2577%203.50828Z%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.2577%203.50828C18.538%203.62437%2018.7207%203.89785%2018.7207%204.20119V8.44383C18.7207%208.85805%2018.3849%209.19383%2017.9707%209.19383H13.728C13.4247%209.19383%2013.1512%209.0111%2013.0351%208.73085C12.9191%208.45059%2012.9832%208.128%2013.1977%207.9135L14.8007%206.3105C12.1674%205.20912%209.01606%205.7309%206.87348%207.87348C4.04217%2010.7048%204.04217%2015.2952%206.87348%2018.1265C9.70478%2020.9578%2014.2952%2020.9578%2017.1265%2018.1265C18.7727%2016.4803%2019.4622%2014.2401%2019.1935%2012.0937C19.142%2011.6827%2019.4335%2011.3078%2019.8445%2011.2563C20.2555%2011.2049%2020.6304%2011.4963%2020.6819%2011.9073C21.0057%2014.4934%2020.1746%2017.1997%2018.1872%2019.1872C14.7701%2022.6043%209.2299%2022.6043%205.81282%2019.1872C2.39573%2015.7701%202.39573%2010.2299%205.81282%206.81282C8.55119%204.07444%2012.6515%203.5312%2015.9309%205.18028L17.4404%203.67086C17.6549%203.45637%2017.9774%203.3922%2018.2577%203.50828Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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