rotate-right-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.

Name
rotate-right-24-filled
Set
Fluent UI System Icons
Style
24 Filled
Viewbox
24×24
License
MIT

3 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System 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="M9.5 15a.75.75 0 0 0 0-1.5H9c-2.485 0-4.5-1.567-4.5-3.5c0-1.874 1.894-3.405 4.275-3.496L9 6.5h6.939l-1.72 1.72a.75.75 0 0 0 .977 1.133l.084-.073l3-3a.75.75 0 0 0 0-1.06l-3-3l-.084-.073a.75.75 0 0 0-.976 1.133L15.938 5H9c-3.314 0-6 2.239-6 5s2.686 5 6 5zm11-4.633a.5.5 0 0 1 .5.5V20a1 1 0 0 1-1 1H3.862a.5.5 0 0 1-.251-.933l16.638-9.632a.5.5 0 0 1 .251-.068"/></svg>

React

import type { SVGProps } from "react";

export function FluentRotateRight24Filled(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="M9.5 15a.75.75 0 0 0 0-1.5H9c-2.485 0-4.5-1.567-4.5-3.5c0-1.874 1.894-3.405 4.275-3.496L9 6.5h6.939l-1.72 1.72a.75.75 0 0 0 .977 1.133l.084-.073l3-3a.75.75 0 0 0 0-1.06l-3-3l-.084-.073a.75.75 0 0 0-.976 1.133L15.938 5H9c-3.314 0-6 2.239-6 5s2.686 5 6 5zm11-4.633a.5.5 0 0 1 .5.5V20a1 1 0 0 1-1 1H3.862a.5.5 0 0 1-.251-.933l16.638-9.632a.5.5 0 0 1 .251-.068"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.5 15a.75.75 0 0 0 0-1.5H9c-2.485 0-4.5-1.567-4.5-3.5c0-1.874 1.894-3.405 4.275-3.496L9 6.5h6.939l-1.72 1.72a.75.75 0 0 0 .977 1.133l.084-.073l3-3a.75.75 0 0 0 0-1.06l-3-3l-.084-.073a.75.75 0 0 0-.976 1.133L15.938 5H9c-3.314 0-6 2.239-6 5s2.686 5 6 5zm11-4.633a.5.5 0 0 1 .5.5V20a1 1 0 0 1-1 1H3.862a.5.5 0 0 1-.251-.933l16.638-9.632a.5.5 0 0 1 .251-.068"/></svg>
</template>

CSS

.icon-rotate-right-24-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%22M9.5%2015a.75.75%200%200%200%200-1.5H9c-2.485%200-4.5-1.567-4.5-3.5c0-1.874%201.894-3.405%204.275-3.496L9%206.5h6.939l-1.72%201.72a.75.75%200%200%200%20.977%201.133l.084-.073l3-3a.75.75%200%200%200%200-1.06l-3-3l-.084-.073a.75.75%200%200%200-.976%201.133L15.938%205H9c-3.314%200-6%202.239-6%205s2.686%205%206%205zm11-4.633a.5.5%200%200%201%20.5.5V20a1%201%200%200%201-1%201H3.862a.5.5%200%200%201-.251-.933l16.638-9.632a.5.5%200%200%201%20.251-.068%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%22M9.5%2015a.75.75%200%200%200%200-1.5H9c-2.485%200-4.5-1.567-4.5-3.5c0-1.874%201.894-3.405%204.275-3.496L9%206.5h6.939l-1.72%201.72a.75.75%200%200%200%20.977%201.133l.084-.073l3-3a.75.75%200%200%200%200-1.06l-3-3l-.084-.073a.75.75%200%200%200-.976%201.133L15.938%205H9c-3.314%200-6%202.239-6%205s2.686%205%206%205zm11-4.633a.5.5%200%200%201%20.5.5V20a1%201%200%200%201-1%201H3.862a.5.5%200%200%201-.251-.933l16.638-9.632a.5.5%200%200%201%20.251-.068%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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