arrows rotate icon
arrows-rotate from Reicon by REICON · Outline · Arrows · MIT Free for personal and commercial use.
- Name
- arrows-rotate
- Set
- Reicon
- Style
- Outline
- Category
- Arrows
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
The same icon in other sets
More arrows icons from Reicon
angle-downangle-down-circleangle-down-squareangle-leftangle-left-circleangle-left-squareangle-rightangle-right-circleangle-right-squareangle-upangle-up-circleangle-up-squareangles-leftangles-left2angles-rightangles-right2arrow-door-inarrow-door-outarrow-dotted-rotate-anticlockwisearrow-downarrow-down-2arrow-down-3arrow-down-circlearrow-down-left
Use the arrows rotate icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.001 21.25c4.474 0 8.208-3.177 9.065-7.4a.75.75 0 0 1 1.47.3c-.996 4.906-5.333 8.6-10.535 8.6a10.74 10.74 0 0 1-9.251-5.271V20a.75.75 0 0 1-1.5 0v-4.5a.75.75 0 0 1 .75-.75h4.5a.75.75 0 0 1 0 1.5H3.783a9.25 9.25 0 0 0 8.218 5m-9.066-11.1A9.25 9.25 0 0 1 12 2.75a9.25 9.25 0 0 1 8.218 5H17.5a.75.75 0 0 0 0 1.5h4.501a.75.75 0 0 0 .75-.75V4a.75.75 0 0 0-1.5 0v2.521A10.74 10.74 0 0 0 12 1.25c-5.202 0-9.539 3.694-10.535 8.6a.75.75 0 0 0 1.47.3"/></svg>
React
import type { SVGProps } from "react";
export function ReiconArrowsRotate(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.001 21.25c4.474 0 8.208-3.177 9.065-7.4a.75.75 0 0 1 1.47.3c-.996 4.906-5.333 8.6-10.535 8.6a10.74 10.74 0 0 1-9.251-5.271V20a.75.75 0 0 1-1.5 0v-4.5a.75.75 0 0 1 .75-.75h4.5a.75.75 0 0 1 0 1.5H3.783a9.25 9.25 0 0 0 8.218 5m-9.066-11.1A9.25 9.25 0 0 1 12 2.75a9.25 9.25 0 0 1 8.218 5H17.5a.75.75 0 0 0 0 1.5h4.501a.75.75 0 0 0 .75-.75V4a.75.75 0 0 0-1.5 0v2.521A10.74 10.74 0 0 0 12 1.25c-5.202 0-9.539 3.694-10.535 8.6a.75.75 0 0 0 1.47.3"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.001 21.25c4.474 0 8.208-3.177 9.065-7.4a.75.75 0 0 1 1.47.3c-.996 4.906-5.333 8.6-10.535 8.6a10.74 10.74 0 0 1-9.251-5.271V20a.75.75 0 0 1-1.5 0v-4.5a.75.75 0 0 1 .75-.75h4.5a.75.75 0 0 1 0 1.5H3.783a9.25 9.25 0 0 0 8.218 5m-9.066-11.1A9.25 9.25 0 0 1 12 2.75a9.25 9.25 0 0 1 8.218 5H17.5a.75.75 0 0 0 0 1.5h4.501a.75.75 0 0 0 .75-.75V4a.75.75 0 0 0-1.5 0v2.521A10.74 10.74 0 0 0 12 1.25c-5.202 0-9.539 3.694-10.535 8.6a.75.75 0 0 0 1.47.3"/></svg> </template>
CSS
.icon-arrows-rotate {
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%22currentColor%22%20d%3D%22M12.001%2021.25c4.474%200%208.208-3.177%209.065-7.4a.75.75%200%200%201%201.47.3c-.996%204.906-5.333%208.6-10.535%208.6a10.74%2010.74%200%200%201-9.251-5.271V20a.75.75%200%200%201-1.5%200v-4.5a.75.75%200%200%201%20.75-.75h4.5a.75.75%200%200%201%200%201.5H3.783a9.25%209.25%200%200%200%208.218%205m-9.066-11.1A9.25%209.25%200%200%201%2012%202.75a9.25%209.25%200%200%201%208.218%205H17.5a.75.75%200%200%200%200%201.5h4.501a.75.75%200%200%200%20.75-.75V4a.75.75%200%200%200-1.5%200v2.521A10.74%2010.74%200%200%200%2012%201.25c-5.202%200-9.539%203.694-10.535%208.6a.75.75%200%200%200%201.47.3%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%22currentColor%22%20d%3D%22M12.001%2021.25c4.474%200%208.208-3.177%209.065-7.4a.75.75%200%200%201%201.47.3c-.996%204.906-5.333%208.6-10.535%208.6a10.74%2010.74%200%200%201-9.251-5.271V20a.75.75%200%200%201-1.5%200v-4.5a.75.75%200%200%201%20.75-.75h4.5a.75.75%200%200%201%200%201.5H3.783a9.25%209.25%200%200%200%208.218%205m-9.066-11.1A9.25%209.25%200%200%201%2012%202.75a9.25%209.25%200%200%201%208.218%205H17.5a.75.75%200%200%200%200%201.5h4.501a.75.75%200%200%200%20.75-.75V4a.75.75%200%200%200-1.5%200v2.521A10.74%2010.74%200%200%200%2012%201.25c-5.202%200-9.539%203.694-10.535%208.6a.75.75%200%200%200%201.47.3%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/arrows-rotate.svg?color=%231a73e8&size=48