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

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

The same icon in other sets

Related icons in Font Awesome Solid

Use the rotate right icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M552 256H408c-9.7 0-18.5-5.8-22.2-14.8s-1.7-19.3 5.2-26.2l46.7-46.7c-75.3-58.6-184.3-53.3-253.5 15.9c-75 75-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-362c94.3-94.3 243.7-99.6 344.3-16.2L535 71c6.9-6.9 17.2-8.9 26.2-5.2S576 78.3 576 88v144c0 13.3-10.7 24-24 24"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidRotateRight(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="M552 256H408c-9.7 0-18.5-5.8-22.2-14.8s-1.7-19.3 5.2-26.2l46.7-46.7c-75.3-58.6-184.3-53.3-253.5 15.9c-75 75-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-362c94.3-94.3 243.7-99.6 344.3-16.2L535 71c6.9-6.9 17.2-8.9 26.2-5.2S576 78.3 576 88v144c0 13.3-10.7 24-24 24"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M552 256H408c-9.7 0-18.5-5.8-22.2-14.8s-1.7-19.3 5.2-26.2l46.7-46.7c-75.3-58.6-184.3-53.3-253.5 15.9c-75 75-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-362c94.3-94.3 243.7-99.6 344.3-16.2L535 71c6.9-6.9 17.2-8.9 26.2-5.2S576 78.3 576 88v144c0 13.3-10.7 24-24 24"/></svg>
</template>

CSS

.icon-rotate-right {
  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%22M552%20256H408c-9.7%200-18.5-5.8-22.2-14.8s-1.7-19.3%205.2-26.2l46.7-46.7c-75.3-58.6-184.3-53.3-253.5%2015.9c-75%2075-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-362c94.3-94.3%20243.7-99.6%20344.3-16.2L535%2071c6.9-6.9%2017.2-8.9%2026.2-5.2S576%2078.3%20576%2088v144c0%2013.3-10.7%2024-24%2024%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%22M552%20256H408c-9.7%200-18.5-5.8-22.2-14.8s-1.7-19.3%205.2-26.2l46.7-46.7c-75.3-58.6-184.3-53.3-253.5%2015.9c-75%2075-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-362c94.3-94.3%20243.7-99.6%20344.3-16.2L535%2071c6.9-6.9%2017.2-8.9%2026.2-5.2S576%2078.3%20576%2088v144c0%2013.3-10.7%2024-24%2024%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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