rotate bottom right icon

rotate-bottom-right from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
rotate-bottom-right
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the rotate bottom 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="M15 17c3.3 0 4.95 0 5.975-1.025S22 13.3 22 10s0-4.95-1.025-5.975S18.3 3 15 3s-4.95 0-5.975 1.025S8 6.7 8 10s0 4.95 1.025 5.975S11.7 17 15 17M2 14.42l1.11-1.346C3.701 12.358 3.996 12 4.364 12v1c0 3.771 0 5.657 1.171 6.828S8.592 21 12.364 21H13"/></svg>

React

import type { SVGProps } from "react";

export function HugeiconsRotateBottomRight(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="M15 17c3.3 0 4.95 0 5.975-1.025S22 13.3 22 10s0-4.95-1.025-5.975S18.3 3 15 3s-4.95 0-5.975 1.025S8 6.7 8 10s0 4.95 1.025 5.975S11.7 17 15 17M2 14.42l1.11-1.346C3.701 12.358 3.996 12 4.364 12v1c0 3.771 0 5.657 1.171 6.828S8.592 21 12.364 21H13"/></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="M15 17c3.3 0 4.95 0 5.975-1.025S22 13.3 22 10s0-4.95-1.025-5.975S18.3 3 15 3s-4.95 0-5.975 1.025S8 6.7 8 10s0 4.95 1.025 5.975S11.7 17 15 17M2 14.42l1.11-1.346C3.701 12.358 3.996 12 4.364 12v1c0 3.771 0 5.657 1.171 6.828S8.592 21 12.364 21H13"/></svg>
</template>

CSS

.icon-rotate-bottom-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%22M15%2017c3.3%200%204.95%200%205.975-1.025S22%2013.3%2022%2010s0-4.95-1.025-5.975S18.3%203%2015%203s-4.95%200-5.975%201.025S8%206.7%208%2010s0%204.95%201.025%205.975S11.7%2017%2015%2017M2%2014.42l1.11-1.346C3.701%2012.358%203.996%2012%204.364%2012v1c0%203.771%200%205.657%201.171%206.828S8.592%2021%2012.364%2021H13%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%22M15%2017c3.3%200%204.95%200%205.975-1.025S22%2013.3%2022%2010s0-4.95-1.025-5.975S18.3%203%2015%203s-4.95%200-5.975%201.025S8%206.7%208%2010s0%204.95%201.025%205.975S11.7%2017%2015%2017M2%2014.42l1.11-1.346C3.701%2012.358%203.996%2012%204.364%2012v1c0%203.771%200%205.657%201.171%206.828S8.592%2021%2012.364%2021H13%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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