restart icon

restart-broken from Solar by 480 Design · Broken · Arrows · CC-BY-4.0 Attribution required.

Name
restart-broken
Set
Solar
Style
Broken
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"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M19.7285 10.9277C20.4413 13.5967 19.7507 16.5624 17.6569 18.6562C15.1798 21.1333 11.4826 21.6464 8.5 20.1955"/><path d="M18.364 8.04928L17.6569 7.34217M14.1214 8.04928H18.364V3.80664"/><path d="M5.75374 17.9995C3.23316 14.8583 3.42963 10.2567 6.34315 7.34315C9.46734 4.21895 14.5327 4.21895 17.6569 7.34315"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarRestartBroken(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M19.7285 10.9277C20.4413 13.5967 19.7507 16.5624 17.6569 18.6562C15.1798 21.1333 11.4826 21.6464 8.5 20.1955"/><path d="M18.364 8.04928L17.6569 7.34217M14.1214 8.04928H18.364V3.80664"/><path d="M5.75374 17.9995C3.23316 14.8583 3.42963 10.2567 6.34315 7.34315C9.46734 4.21895 14.5327 4.21895 17.6569 7.34315"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M19.7285 10.9277C20.4413 13.5967 19.7507 16.5624 17.6569 18.6562C15.1798 21.1333 11.4826 21.6464 8.5 20.1955"/><path d="M18.364 8.04928L17.6569 7.34217M14.1214 8.04928H18.364V3.80664"/><path d="M5.75374 17.9995C3.23316 14.8583 3.42963 10.2567 6.34315 7.34315C9.46734 4.21895 14.5327 4.21895 17.6569 7.34315"/></g></svg>
</template>

CSS

.icon-restart-broken {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M19.7285%2010.9277C20.4413%2013.5967%2019.7507%2016.5624%2017.6569%2018.6562C15.1798%2021.1333%2011.4826%2021.6464%208.5%2020.1955%22%2F%3E%3Cpath%20d%3D%22M18.364%208.04928L17.6569%207.34217M14.1214%208.04928H18.364V3.80664%22%2F%3E%3Cpath%20d%3D%22M5.75374%2017.9995C3.23316%2014.8583%203.42963%2010.2567%206.34315%207.34315C9.46734%204.21895%2014.5327%204.21895%2017.6569%207.34315%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M19.7285%2010.9277C20.4413%2013.5967%2019.7507%2016.5624%2017.6569%2018.6562C15.1798%2021.1333%2011.4826%2021.6464%208.5%2020.1955%22%2F%3E%3Cpath%20d%3D%22M18.364%208.04928L17.6569%207.34217M14.1214%208.04928H18.364V3.80664%22%2F%3E%3Cpath%20d%3D%22M5.75374%2017.9995C3.23316%2014.8583%203.42963%2010.2567%206.34315%207.34315C9.46734%204.21895%2014.5327%204.21895%2017.6569%207.34315%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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