arrow rotate icon

arrow-rotate from Reicon by REICON · Outline · Arrows · MIT Free for personal and commercial use.

Name
arrow-rotate
Set
Reicon
Style
Outline
Category
Arrows
Viewbox
24×24
License
MIT

1 other variant in Reicon

More arrows icons from Reicon

Use the arrow rotate icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.55 4.599A9.2 9.2 0 0 0 12 2.75a9.25 9.25 0 1 0 0 18.5a9.25 9.25 0 0 0 8.827-6.475a.75.75 0 1 1 1.43.45C20.889 19.585 16.816 22.75 12 22.75C6.063 22.75 1.25 17.937 1.25 12S6.063 1.25 12 1.25c2.42 0 4.654.8 6.45 2.15c.745.56 1.535 1.352 2.2 2.12c.21.243.412.489.6.729V2.5a.75.75 0 0 1 1.5 0V8a.75.75 0 0 1-.75.75h-5.5a.75.75 0 0 1 0-1.5h3.629a19 19 0 0 0-.613-.748c-.628-.724-1.338-1.431-1.966-1.903"/></svg>

React

import type { SVGProps } from "react";

export function ReiconArrowRotate(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="M17.55 4.599A9.2 9.2 0 0 0 12 2.75a9.25 9.25 0 1 0 0 18.5a9.25 9.25 0 0 0 8.827-6.475a.75.75 0 1 1 1.43.45C20.889 19.585 16.816 22.75 12 22.75C6.063 22.75 1.25 17.937 1.25 12S6.063 1.25 12 1.25c2.42 0 4.654.8 6.45 2.15c.745.56 1.535 1.352 2.2 2.12c.21.243.412.489.6.729V2.5a.75.75 0 0 1 1.5 0V8a.75.75 0 0 1-.75.75h-5.5a.75.75 0 0 1 0-1.5h3.629a19 19 0 0 0-.613-.748c-.628-.724-1.338-1.431-1.966-1.903"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.55 4.599A9.2 9.2 0 0 0 12 2.75a9.25 9.25 0 1 0 0 18.5a9.25 9.25 0 0 0 8.827-6.475a.75.75 0 1 1 1.43.45C20.889 19.585 16.816 22.75 12 22.75C6.063 22.75 1.25 17.937 1.25 12S6.063 1.25 12 1.25c2.42 0 4.654.8 6.45 2.15c.745.56 1.535 1.352 2.2 2.12c.21.243.412.489.6.729V2.5a.75.75 0 0 1 1.5 0V8a.75.75 0 0 1-.75.75h-5.5a.75.75 0 0 1 0-1.5h3.629a19 19 0 0 0-.613-.748c-.628-.724-1.338-1.431-1.966-1.903"/></svg>
</template>

CSS

.icon-arrow-rotate {
  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%22M17.55%204.599A9.2%209.2%200%200%200%2012%202.75a9.25%209.25%200%201%200%200%2018.5a9.25%209.25%200%200%200%208.827-6.475a.75.75%200%201%201%201.43.45C20.889%2019.585%2016.816%2022.75%2012%2022.75C6.063%2022.75%201.25%2017.937%201.25%2012S6.063%201.25%2012%201.25c2.42%200%204.654.8%206.45%202.15c.745.56%201.535%201.352%202.2%202.12c.21.243.412.489.6.729V2.5a.75.75%200%200%201%201.5%200V8a.75.75%200%200%201-.75.75h-5.5a.75.75%200%200%201%200-1.5h3.629a19%2019%200%200%200-.613-.748c-.628-.724-1.338-1.431-1.966-1.903%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%22M17.55%204.599A9.2%209.2%200%200%200%2012%202.75a9.25%209.25%200%201%200%200%2018.5a9.25%209.25%200%200%200%208.827-6.475a.75.75%200%201%201%201.43.45C20.889%2019.585%2016.816%2022.75%2012%2022.75C6.063%2022.75%201.25%2017.937%201.25%2012S6.063%201.25%2012%201.25c2.42%200%204.654.8%206.45%202.15c.745.56%201.535%201.352%202.2%202.12c.21.243.412.489.6.729V2.5a.75.75%200%200%201%201.5%200V8a.75.75%200%200%201-.75.75h-5.5a.75.75%200%200%201%200-1.5h3.629a19%2019%200%200%200-.613-.748c-.628-.724-1.338-1.431-1.966-1.903%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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