rotate top right icon
rotate-top-right from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- rotate-top-right
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
rotate-01rotate-02rotate-360rotate-bottom-leftrotate-bottom-rightrotate-ccwrotate-ccw-keyrotate-ccw-squarerotate-clockwiserotate-croprotate-cwrotate-cw-squarerotate-left-01rotate-left-02rotate-left-03rotate-left-04rotate-left-05rotate-left-06rotate-right-01rotate-right-02rotate-right-03rotate-right-04rotate-right-05rotate-right-06
Use the rotate top right icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M7 15c0 3.3 0 4.95 1.025 5.975S10.7 22 14 22s4.95 0 5.975-1.025S21 18.3 21 15s0-4.95-1.025-5.975S17.3 8 14 8S9.05 8 8.025 9.025S7 11.7 7 15M9.58 2l1.346 1.11c.716.591 1.074.886 1.074 1.254h-1c-3.771 0-5.657 0-6.828 1.171S3 8.592 3 12.364V13"/></svg>
React
import type { SVGProps } from "react";
export function HugeiconsRotateTopRight(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M7 15c0 3.3 0 4.95 1.025 5.975S10.7 22 14 22s4.95 0 5.975-1.025S21 18.3 21 15s0-4.95-1.025-5.975S17.3 8 14 8S9.05 8 8.025 9.025S7 11.7 7 15M9.58 2l1.346 1.11c.716.591 1.074.886 1.074 1.254h-1c-3.771 0-5.657 0-6.828 1.171S3 8.592 3 12.364V13"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M7 15c0 3.3 0 4.95 1.025 5.975S10.7 22 14 22s4.95 0 5.975-1.025S21 18.3 21 15s0-4.95-1.025-5.975S17.3 8 14 8S9.05 8 8.025 9.025S7 11.7 7 15M9.58 2l1.346 1.11c.716.591 1.074.886 1.074 1.254h-1c-3.771 0-5.657 0-6.828 1.171S3 8.592 3 12.364V13"/></svg> </template>
CSS
.icon-rotate-top-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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M7%2015c0%203.3%200%204.95%201.025%205.975S10.7%2022%2014%2022s4.95%200%205.975-1.025S21%2018.3%2021%2015s0-4.95-1.025-5.975S17.3%208%2014%208S9.05%208%208.025%209.025S7%2011.7%207%2015M9.58%202l1.346%201.11c.716.591%201.074.886%201.074%201.254h-1c-3.771%200-5.657%200-6.828%201.171S3%208.592%203%2012.364V13%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M7%2015c0%203.3%200%204.95%201.025%205.975S10.7%2022%2014%2022s4.95%200%205.975-1.025S21%2018.3%2021%2015s0-4.95-1.025-5.975S17.3%208%2014%208S9.05%208%208.025%209.025S7%2011.7%207%2015M9.58%202l1.346%201.11c.716.591%201.074.886%201.074%201.254h-1c-3.771%200-5.657%200-6.828%201.171S3%208.592%203%2012.364V13%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/rotate-top-right.svg?color=%231a73e8&size=48