rotate 360 icon

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

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

The same icon in other sets

Related icons in Huge Icons

Use the rotate 360 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="M20.437 12.506c2.985-5.503 1.624-9.24-3.482-9.506c-3.712.07-7.54 2.07-10.596 5.164c-2.565 2.597-5.09 6.315-4.163 9.854c.205.781.604 1.314 1.234 1.815c1.694 1.346 3.357 1.465 6.56.678c3.244-.985 5.255-2.47 6.95-3.99m0 0l.006-.004q.003-.006-.004-.008l-.004.006zm0 0c.37 1.096.136 2.073-.502 3.99"/></svg>

React

import type { SVGProps } from "react";

export function HugeiconsRotate360(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="M20.437 12.506c2.985-5.503 1.624-9.24-3.482-9.506c-3.712.07-7.54 2.07-10.596 5.164c-2.565 2.597-5.09 6.315-4.163 9.854c.205.781.604 1.314 1.234 1.815c1.694 1.346 3.357 1.465 6.56.678c3.244-.985 5.255-2.47 6.95-3.99m0 0l.006-.004q.003-.006-.004-.008l-.004.006zm0 0c.37 1.096.136 2.073-.502 3.99"/></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="M20.437 12.506c2.985-5.503 1.624-9.24-3.482-9.506c-3.712.07-7.54 2.07-10.596 5.164c-2.565 2.597-5.09 6.315-4.163 9.854c.205.781.604 1.314 1.234 1.815c1.694 1.346 3.357 1.465 6.56.678c3.244-.985 5.255-2.47 6.95-3.99m0 0l.006-.004q.003-.006-.004-.008l-.004.006zm0 0c.37 1.096.136 2.073-.502 3.99"/></svg>
</template>

CSS

.icon-rotate-360 {
  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%22M20.437%2012.506c2.985-5.503%201.624-9.24-3.482-9.506c-3.712.07-7.54%202.07-10.596%205.164c-2.565%202.597-5.09%206.315-4.163%209.854c.205.781.604%201.314%201.234%201.815c1.694%201.346%203.357%201.465%206.56.678c3.244-.985%205.255-2.47%206.95-3.99m0%200l.006-.004q.003-.006-.004-.008l-.004.006zm0%200c.37%201.096.136%202.073-.502%203.99%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%22M20.437%2012.506c2.985-5.503%201.624-9.24-3.482-9.506c-3.712.07-7.54%202.07-10.596%205.164c-2.565%202.597-5.09%206.315-4.163%209.854c.205.781.604%201.314%201.234%201.815c1.694%201.346%203.357%201.465%206.56.678c3.244-.985%205.255-2.47%206.95-3.99m0%200l.006-.004q.003-.006-.004-.008l-.004.006zm0%200c.37%201.096.136%202.073-.502%203.99%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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