arrow rotate icon

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

Name
arrow-rotate-filled
Set
Reicon
Style
Filled
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.4 4.799A8.96 8.96 0 0 0 12 3a9 9 0 1 0 0 18a9 9 0 0 0 8.588-6.3a1 1 0 1 1 1.908.6C21.095 19.762 16.926 23 12 23C5.925 23 1 18.075 1 12S5.925 1 12 1c2.475 0 4.762.819 6.6 2.2c.765.574 1.567 1.382 2.239 2.157l.161.188V2.5a1 1 0 1 1 2 0V8a1 1 0 0 1-1 1h-5.5a1 1 0 1 1 0-2h3.109a18 18 0 0 0-.282-.334c-.621-.717-1.32-1.41-1.928-1.867"/></svg>

React

import type { SVGProps } from "react";

export function ReiconArrowRotateFilled(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.4 4.799A8.96 8.96 0 0 0 12 3a9 9 0 1 0 0 18a9 9 0 0 0 8.588-6.3a1 1 0 1 1 1.908.6C21.095 19.762 16.926 23 12 23C5.925 23 1 18.075 1 12S5.925 1 12 1c2.475 0 4.762.819 6.6 2.2c.765.574 1.567 1.382 2.239 2.157l.161.188V2.5a1 1 0 1 1 2 0V8a1 1 0 0 1-1 1h-5.5a1 1 0 1 1 0-2h3.109a18 18 0 0 0-.282-.334c-.621-.717-1.32-1.41-1.928-1.867"/></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.4 4.799A8.96 8.96 0 0 0 12 3a9 9 0 1 0 0 18a9 9 0 0 0 8.588-6.3a1 1 0 1 1 1.908.6C21.095 19.762 16.926 23 12 23C5.925 23 1 18.075 1 12S5.925 1 12 1c2.475 0 4.762.819 6.6 2.2c.765.574 1.567 1.382 2.239 2.157l.161.188V2.5a1 1 0 1 1 2 0V8a1 1 0 0 1-1 1h-5.5a1 1 0 1 1 0-2h3.109a18 18 0 0 0-.282-.334c-.621-.717-1.32-1.41-1.928-1.867"/></svg>
</template>

CSS

.icon-arrow-rotate-filled {
  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.4%204.799A8.96%208.96%200%200%200%2012%203a9%209%200%201%200%200%2018a9%209%200%200%200%208.588-6.3a1%201%200%201%201%201.908.6C21.095%2019.762%2016.926%2023%2012%2023C5.925%2023%201%2018.075%201%2012S5.925%201%2012%201c2.475%200%204.762.819%206.6%202.2c.765.574%201.567%201.382%202.239%202.157l.161.188V2.5a1%201%200%201%201%202%200V8a1%201%200%200%201-1%201h-5.5a1%201%200%201%201%200-2h3.109a18%2018%200%200%200-.282-.334c-.621-.717-1.32-1.41-1.928-1.867%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.4%204.799A8.96%208.96%200%200%200%2012%203a9%209%200%201%200%200%2018a9%209%200%200%200%208.588-6.3a1%201%200%201%201%201.908.6C21.095%2019.762%2016.926%2023%2012%2023C5.925%2023%201%2018.075%201%2012S5.925%201%2012%201c2.475%200%204.762.819%206.6%202.2c.765.574%201.567%201.382%202.239%202.157l.161.188V2.5a1%201%200%201%201%202%200V8a1%201%200%200%201-1%201h-5.5a1%201%200%201%201%200-2h3.109a18%2018%200%200%200-.282-.334c-.621-.717-1.32-1.41-1.928-1.867%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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