arrows rotate icon
arrows-rotate-filled from Reicon by REICON · Filled · Arrows · MIT Free for personal and commercial use.
- Name
- arrows-rotate-filled
- Set
- Reicon
- Style
- Filled
- 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 21a9 9 0 0 0 8.82-7.199a1 1 0 0 1 1.96.398C21.761 19.22 17.324 23 12.001 23C8.279 23 4.991 21.152 3 18.324V20a1 1 0 1 1-2 0v-4.5a1 1 0 0 1 1-1h4.5a1 1 0 1 1 0 2H4.205A9 9 0 0 0 12 21M3.18 10.199A9.003 9.003 0 0 1 19.796 7.5H17.5a1 1 0 1 0 0 2h4.501a1 1 0 0 0 1-1V4a1 1 0 0 0-2 0v1.675A10.99 10.99 0 0 0 12 1C6.677 1 2.24 4.78 1.22 9.801a1 1 0 0 0 1.96.398"/></svg>
React
import type { SVGProps } from "react";
export function ReiconArrowsRotateFilled(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 21a9 9 0 0 0 8.82-7.199a1 1 0 0 1 1.96.398C21.761 19.22 17.324 23 12.001 23C8.279 23 4.991 21.152 3 18.324V20a1 1 0 1 1-2 0v-4.5a1 1 0 0 1 1-1h4.5a1 1 0 1 1 0 2H4.205A9 9 0 0 0 12 21M3.18 10.199A9.003 9.003 0 0 1 19.796 7.5H17.5a1 1 0 1 0 0 2h4.501a1 1 0 0 0 1-1V4a1 1 0 0 0-2 0v1.675A10.99 10.99 0 0 0 12 1C6.677 1 2.24 4.78 1.22 9.801a1 1 0 0 0 1.96.398"/></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 21a9 9 0 0 0 8.82-7.199a1 1 0 0 1 1.96.398C21.761 19.22 17.324 23 12.001 23C8.279 23 4.991 21.152 3 18.324V20a1 1 0 1 1-2 0v-4.5a1 1 0 0 1 1-1h4.5a1 1 0 1 1 0 2H4.205A9 9 0 0 0 12 21M3.18 10.199A9.003 9.003 0 0 1 19.796 7.5H17.5a1 1 0 1 0 0 2h4.501a1 1 0 0 0 1-1V4a1 1 0 0 0-2 0v1.675A10.99 10.99 0 0 0 12 1C6.677 1 2.24 4.78 1.22 9.801a1 1 0 0 0 1.96.398"/></svg> </template>
CSS
.icon-arrows-rotate-filled {
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%2021a9%209%200%200%200%208.82-7.199a1%201%200%200%201%201.96.398C21.761%2019.22%2017.324%2023%2012.001%2023C8.279%2023%204.991%2021.152%203%2018.324V20a1%201%200%201%201-2%200v-4.5a1%201%200%200%201%201-1h4.5a1%201%200%201%201%200%202H4.205A9%209%200%200%200%2012%2021M3.18%2010.199A9.003%209.003%200%200%201%2019.796%207.5H17.5a1%201%200%201%200%200%202h4.501a1%201%200%200%200%201-1V4a1%201%200%200%200-2%200v1.675A10.99%2010.99%200%200%200%2012%201C6.677%201%202.24%204.78%201.22%209.801a1%201%200%200%200%201.96.398%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%2021a9%209%200%200%200%208.82-7.199a1%201%200%200%201%201.96.398C21.761%2019.22%2017.324%2023%2012.001%2023C8.279%2023%204.991%2021.152%203%2018.324V20a1%201%200%201%201-2%200v-4.5a1%201%200%200%201%201-1h4.5a1%201%200%201%201%200%202H4.205A9%209%200%200%200%2012%2021M3.18%2010.199A9.003%209.003%200%200%201%2019.796%207.5H17.5a1%201%200%201%200%200%202h4.501a1%201%200%200%200%201-1V4a1%201%200%200%200-2%200v1.675A10.99%2010.99%200%200%200%2012%201C6.677%201%202.24%204.78%201.22%209.801a1%201%200%200%200%201.96.398%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/arrows-rotate-filled.svg?color=%231a73e8&size=48