rotation icon
rotation from Reicon by REICON · Outline · UI · MIT Free for personal and commercial use.
- Name
- rotation
- Set
- Reicon
- Style
- Outline
- Category
- UI
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
The same icon in other sets
All rotation icons →More ui icons from Reicon
Use the rotation icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><circle cx="12" cy="12" r="2.333"/><path d="M14.003 21.401C13.378 21.79 12.704 22 12 22c-3.237 0-5.863-4.477-5.863-10S8.763 2 12 2s5.863 4.477 5.863 10c0 1.845-.294 3.575-.804 5.057"/><path d="M11.431 6.148q.283-.01.569-.01c5.523 0 10 2.625 10 5.863s-4.477 5.863-10 5.863S2 15.237 2 12c0-2.156 1.985-4.04 4.943-5.059"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconRotation(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><circle cx="12" cy="12" r="2.333"/><path d="M14.003 21.401C13.378 21.79 12.704 22 12 22c-3.237 0-5.863-4.477-5.863-10S8.763 2 12 2s5.863 4.477 5.863 10c0 1.845-.294 3.575-.804 5.057"/><path d="M11.431 6.148q.283-.01.569-.01c5.523 0 10 2.625 10 5.863s-4.477 5.863-10 5.863S2 15.237 2 12c0-2.156 1.985-4.04 4.943-5.059"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><circle cx="12" cy="12" r="2.333"/><path d="M14.003 21.401C13.378 21.79 12.704 22 12 22c-3.237 0-5.863-4.477-5.863-10S8.763 2 12 2s5.863 4.477 5.863 10c0 1.845-.294 3.575-.804 5.057"/><path d="M11.431 6.148q.283-.01.569-.01c5.523 0 10 2.625 10 5.863s-4.477 5.863-10 5.863S2 15.237 2 12c0-2.156 1.985-4.04 4.943-5.059"/></g></svg> </template>
CSS
.icon-rotation {
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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%222.333%22%2F%3E%3Cpath%20d%3D%22M14.003%2021.401C13.378%2021.79%2012.704%2022%2012%2022c-3.237%200-5.863-4.477-5.863-10S8.763%202%2012%202s5.863%204.477%205.863%2010c0%201.845-.294%203.575-.804%205.057%22%2F%3E%3Cpath%20d%3D%22M11.431%206.148q.283-.01.569-.01c5.523%200%2010%202.625%2010%205.863s-4.477%205.863-10%205.863S2%2015.237%202%2012c0-2.156%201.985-4.04%204.943-5.059%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%222.333%22%2F%3E%3Cpath%20d%3D%22M14.003%2021.401C13.378%2021.79%2012.704%2022%2012%2022c-3.237%200-5.863-4.477-5.863-10S8.763%202%2012%202s5.863%204.477%205.863%2010c0%201.845-.294%203.575-.804%205.057%22%2F%3E%3Cpath%20d%3D%22M11.431%206.148q.283-.01.569-.01c5.523%200%2010%202.625%2010%205.863s-4.477%205.863-10%205.863S2%2015.237%202%2012c0-2.156%201.985-4.04%204.943-5.059%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/rotation.svg?color=%231a73e8&size=48