arrow right rotate icon

arrow-right-rotate from Font Awesome Solid by Dave Gandy · Solid · CC-BY-4.0 Attribution required.

Name
arrow-right-rotate
Set
Font Awesome Solid
Style
Solid
Viewbox
640×640
License
CC BY 4.0

Related icons in Font Awesome Solid

Use the arrow right rotate icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="m500.7 138.7l11.3 10.7V96c0-17.7 14.3-32 32-32s32 14.3 32 32v128c0 17.7-14.3 32-32 32H416c-17.7 0-32-14.3-32-32s14.3-32 32-32h47.9l-7.6-7.2l-.6-.6c-75-75-196.5-75-271.5 0s-75 196.5 0 271.5s196.5 75 271.5 0q12.3-12.3 21.9-26.1c10.1-14.5 30.1-18 44.6-7.9s18 30.1 7.9 44.6c-8.5 12.2-18.2 23.8-29.1 34.7c-100 100-262.1 100-362 0s-100-262 0-362c99.9-99.9 261.7-100 361.7-.3"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidArrowRightRotate(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="m500.7 138.7l11.3 10.7V96c0-17.7 14.3-32 32-32s32 14.3 32 32v128c0 17.7-14.3 32-32 32H416c-17.7 0-32-14.3-32-32s14.3-32 32-32h47.9l-7.6-7.2l-.6-.6c-75-75-196.5-75-271.5 0s-75 196.5 0 271.5s196.5 75 271.5 0q12.3-12.3 21.9-26.1c10.1-14.5 30.1-18 44.6-7.9s18 30.1 7.9 44.6c-8.5 12.2-18.2 23.8-29.1 34.7c-100 100-262.1 100-362 0s-100-262 0-362c99.9-99.9 261.7-100 361.7-.3"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="m500.7 138.7l11.3 10.7V96c0-17.7 14.3-32 32-32s32 14.3 32 32v128c0 17.7-14.3 32-32 32H416c-17.7 0-32-14.3-32-32s14.3-32 32-32h47.9l-7.6-7.2l-.6-.6c-75-75-196.5-75-271.5 0s-75 196.5 0 271.5s196.5 75 271.5 0q12.3-12.3 21.9-26.1c10.1-14.5 30.1-18 44.6-7.9s18 30.1 7.9 44.6c-8.5 12.2-18.2 23.8-29.1 34.7c-100 100-262.1 100-362 0s-100-262 0-362c99.9-99.9 261.7-100 361.7-.3"/></svg>
</template>

CSS

.icon-arrow-right-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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m500.7%20138.7l11.3%2010.7V96c0-17.7%2014.3-32%2032-32s32%2014.3%2032%2032v128c0%2017.7-14.3%2032-32%2032H416c-17.7%200-32-14.3-32-32s14.3-32%2032-32h47.9l-7.6-7.2l-.6-.6c-75-75-196.5-75-271.5%200s-75%20196.5%200%20271.5s196.5%2075%20271.5%200q12.3-12.3%2021.9-26.1c10.1-14.5%2030.1-18%2044.6-7.9s18%2030.1%207.9%2044.6c-8.5%2012.2-18.2%2023.8-29.1%2034.7c-100%20100-262.1%20100-362%200s-100-262%200-362c99.9-99.9%20261.7-100%20361.7-.3%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m500.7%20138.7l11.3%2010.7V96c0-17.7%2014.3-32%2032-32s32%2014.3%2032%2032v128c0%2017.7-14.3%2032-32%2032H416c-17.7%200-32-14.3-32-32s14.3-32%2032-32h47.9l-7.6-7.2l-.6-.6c-75-75-196.5-75-271.5%200s-75%20196.5%200%20271.5s196.5%2075%20271.5%200q12.3-12.3%2021.9-26.1c10.1-14.5%2030.1-18%2044.6-7.9s18%2030.1%207.9%2044.6c-8.5%2012.2-18.2%2023.8-29.1%2034.7c-100%20100-262.1%20100-362%200s-100-262%200-362c99.9-99.9%20261.7-100%20361.7-.3%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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