rotate-right from Material Design Icons by Pictogrammers · Filled · Arrow · Apache-2.0 Free for personal and commercial use.

Name
rotate-right
Set
Material Design Icons
Style
Filled
Category
Arrow
Viewbox
24×24
License
Apache 2.0
Aliases
arrow-rotate-right

The same icon in other sets

More arrow icons from Material Design Icons

Use the rotate right icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m16.89 15.5l1.42 1.39c.9-1.16 1.45-2.5 1.62-3.89h-2.02c-.14.87-.48 1.72-1.02 2.5M13 17.9v2.02c1.39-.17 2.74-.71 3.9-1.61l-1.44-1.44c-.75.54-1.59.89-2.46 1.03m6.93-6.9a7.9 7.9 0 0 0-1.62-3.89l-1.42 1.42c.54.75.88 1.6 1.02 2.47m-2.36-5.45L11 1v3.07C7.06 4.56 4 7.92 4 12s3.05 7.44 7 7.93v-2.02c-2.84-.48-5-2.94-5-5.91s2.16-5.43 5-5.91V10z"/></svg>

React

import type { SVGProps } from "react";

export function MdiRotateRight(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="m16.89 15.5l1.42 1.39c.9-1.16 1.45-2.5 1.62-3.89h-2.02c-.14.87-.48 1.72-1.02 2.5M13 17.9v2.02c1.39-.17 2.74-.71 3.9-1.61l-1.44-1.44c-.75.54-1.59.89-2.46 1.03m6.93-6.9a7.9 7.9 0 0 0-1.62-3.89l-1.42 1.42c.54.75.88 1.6 1.02 2.47m-2.36-5.45L11 1v3.07C7.06 4.56 4 7.92 4 12s3.05 7.44 7 7.93v-2.02c-2.84-.48-5-2.94-5-5.91s2.16-5.43 5-5.91V10z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m16.89 15.5l1.42 1.39c.9-1.16 1.45-2.5 1.62-3.89h-2.02c-.14.87-.48 1.72-1.02 2.5M13 17.9v2.02c1.39-.17 2.74-.71 3.9-1.61l-1.44-1.44c-.75.54-1.59.89-2.46 1.03m6.93-6.9a7.9 7.9 0 0 0-1.62-3.89l-1.42 1.42c.54.75.88 1.6 1.02 2.47m-2.36-5.45L11 1v3.07C7.06 4.56 4 7.92 4 12s3.05 7.44 7 7.93v-2.02c-2.84-.48-5-2.94-5-5.91s2.16-5.43 5-5.91V10z"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m16.89%2015.5l1.42%201.39c.9-1.16%201.45-2.5%201.62-3.89h-2.02c-.14.87-.48%201.72-1.02%202.5M13%2017.9v2.02c1.39-.17%202.74-.71%203.9-1.61l-1.44-1.44c-.75.54-1.59.89-2.46%201.03m6.93-6.9a7.9%207.9%200%200%200-1.62-3.89l-1.42%201.42c.54.75.88%201.6%201.02%202.47m-2.36-5.45L11%201v3.07C7.06%204.56%204%207.92%204%2012s3.05%207.44%207%207.93v-2.02c-2.84-.48-5-2.94-5-5.91s2.16-5.43%205-5.91V10z%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%22m16.89%2015.5l1.42%201.39c.9-1.16%201.45-2.5%201.62-3.89h-2.02c-.14.87-.48%201.72-1.02%202.5M13%2017.9v2.02c1.39-.17%202.74-.71%203.9-1.61l-1.44-1.44c-.75.54-1.59.89-2.46%201.03m6.93-6.9a7.9%207.9%200%200%200-1.62-3.89l-1.42%201.42c.54.75.88%201.6%201.02%202.47m-2.36-5.45L11%201v3.07C7.06%204.56%204%207.92%204%2012s3.05%207.44%207%207.93v-2.02c-2.84-.48-5-2.94-5-5.91s2.16-5.43%205-5.91V10z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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