rotate right icon
rotate-right-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- rotate-right-20-regular
- Set
- Fluent UI System Icons
- Style
- 20 Regular
- Viewbox
- 20×20
- 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 20 20"><path fill="currentColor" d="M7.613 12a.526.526 0 0 0 .532-.52a.526.526 0 0 0-.532-.519h-.355c-1.764 0-3.193-1.084-3.193-2.423c0-1.297 1.344-2.357 3.034-2.42l.16-.003h4.923l-1.22 1.19a.51.51 0 0 0 0 .735a.54.54 0 0 0 .693.05l.06-.05l2.13-2.077a.51.51 0 0 0 0-.734l-2.13-2.077l-.06-.05a.54.54 0 0 0-.693.05a.51.51 0 0 0 0 .734l1.22 1.19H7.258C4.906 5.077 3 6.627 3 8.539S4.906 12 7.258 12zM16 10.413V16H5.82zM16.206 17c.439 0 .794-.337.794-.752V9.376A.387.387 0 0 0 16.603 9a.4.4 0 0 0-.199.05L3.198 16.299a.366.366 0 0 0-.145.514a.4.4 0 0 0 .344.188z"/></svg>
React
import type { SVGProps } from "react";
export function FluentRotateRight20Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M7.613 12a.526.526 0 0 0 .532-.52a.526.526 0 0 0-.532-.519h-.355c-1.764 0-3.193-1.084-3.193-2.423c0-1.297 1.344-2.357 3.034-2.42l.16-.003h4.923l-1.22 1.19a.51.51 0 0 0 0 .735a.54.54 0 0 0 .693.05l.06-.05l2.13-2.077a.51.51 0 0 0 0-.734l-2.13-2.077l-.06-.05a.54.54 0 0 0-.693.05a.51.51 0 0 0 0 .734l1.22 1.19H7.258C4.906 5.077 3 6.627 3 8.539S4.906 12 7.258 12zM16 10.413V16H5.82zM16.206 17c.439 0 .794-.337.794-.752V9.376A.387.387 0 0 0 16.603 9a.4.4 0 0 0-.199.05L3.198 16.299a.366.366 0 0 0-.145.514a.4.4 0 0 0 .344.188z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M7.613 12a.526.526 0 0 0 .532-.52a.526.526 0 0 0-.532-.519h-.355c-1.764 0-3.193-1.084-3.193-2.423c0-1.297 1.344-2.357 3.034-2.42l.16-.003h4.923l-1.22 1.19a.51.51 0 0 0 0 .735a.54.54 0 0 0 .693.05l.06-.05l2.13-2.077a.51.51 0 0 0 0-.734l-2.13-2.077l-.06-.05a.54.54 0 0 0-.693.05a.51.51 0 0 0 0 .734l1.22 1.19H7.258C4.906 5.077 3 6.627 3 8.539S4.906 12 7.258 12zM16 10.413V16H5.82zM16.206 17c.439 0 .794-.337.794-.752V9.376A.387.387 0 0 0 16.603 9a.4.4 0 0 0-.199.05L3.198 16.299a.366.366 0 0 0-.145.514a.4.4 0 0 0 .344.188z"/></svg> </template>
CSS
.icon-rotate-right-20-regular {
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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.613%2012a.526.526%200%200%200%20.532-.52a.526.526%200%200%200-.532-.519h-.355c-1.764%200-3.193-1.084-3.193-2.423c0-1.297%201.344-2.357%203.034-2.42l.16-.003h4.923l-1.22%201.19a.51.51%200%200%200%200%20.735a.54.54%200%200%200%20.693.05l.06-.05l2.13-2.077a.51.51%200%200%200%200-.734l-2.13-2.077l-.06-.05a.54.54%200%200%200-.693.05a.51.51%200%200%200%200%20.734l1.22%201.19H7.258C4.906%205.077%203%206.627%203%208.539S4.906%2012%207.258%2012zM16%2010.413V16H5.82zM16.206%2017c.439%200%20.794-.337.794-.752V9.376A.387.387%200%200%200%2016.603%209a.4.4%200%200%200-.199.05L3.198%2016.299a.366.366%200%200%200-.145.514a.4.4%200%200%200%20.344.188z%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.613%2012a.526.526%200%200%200%20.532-.52a.526.526%200%200%200-.532-.519h-.355c-1.764%200-3.193-1.084-3.193-2.423c0-1.297%201.344-2.357%203.034-2.42l.16-.003h4.923l-1.22%201.19a.51.51%200%200%200%200%20.735a.54.54%200%200%200%20.693.05l.06-.05l2.13-2.077a.51.51%200%200%200%200-.734l-2.13-2.077l-.06-.05a.54.54%200%200%200-.693.05a.51.51%200%200%200%200%20.734l1.22%201.19H7.258C4.906%205.077%203%206.627%203%208.539S4.906%2012%207.258%2012zM16%2010.413V16H5.82zM16.206%2017c.439%200%20.794-.337.794-.752V9.376A.387.387%200%200%200%2016.603%209a.4.4%200%200%200-.199.05L3.198%2016.299a.366.366%200%200%200-.145.514a.4.4%200%200%200%20.344.188z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/rotate-right-20-regular.svg?color=%231a73e8&size=48