group arrows rotate icon
group-arrows-rotate from Font Awesome 6 Solid by Dave Gandy · Regular · CC-BY-4.0 Attribution required.
- Name
- group-arrows-rotate
- Set
- Font Awesome 6 Solid
- Style
- Regular
- Viewbox
- 512×512
- License
- CC BY 4.0
The same icon in other sets
Use the group arrows rotate icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M201.1 71.9c16.9-5 26.6-22.9 21.5-39.8s-22.9-26.6-39.8-21.5a256 256 0 0 0-60.6 27C114.3 34 105.4 32 96 32c-35.3 0-64 28.7-64 64c0 9.4 2 18.3 5.6 26.3c-11.5 18.7-20.6 39-27 60.6c-5 16.9 4.6 34.8 21.5 39.8s34.8-4.6 39.8-21.5c4.3-14.6 10.4-28.5 17.9-41.4c2 .2 4.1.3 6.1.3c35.3 0 64-28.7 64-64c0-2.1-.1-4.1-.3-6.1c12.9-7.5 26.8-13.6 41.4-17.9zm128-61.3c-16.9-5-34.8 4.6-39.8 21.5s4.6 34.8 21.5 39.8c14.6 4.3 28.5 10.4 41.4 17.9c-.2 2-.3 4.1-.3 6.1c0 35.3 28.7 64 64 64c2.1 0 4.1-.1 6.2-.3c7.5 12.9 13.6 26.8 17.9 41.4c5 16.9 22.9 26.6 39.8 21.5s26.6-22.9 21.5-39.8a256 256 0 0 0-27-60.6c3.6-8 5.6-16.9 5.6-26.3c0-35.3-28.7-64-64-64c-9.4 0-18.3 2-26.3 5.6c-18.7-11.5-39-20.6-60.6-27zM71.9 310.9c-5-16.9-22.9-26.6-39.8-21.5s-26.6 22.9-21.5 39.8a256 256 0 0 0 27 60.6C34 397.7 32 406.6 32 416c0 35.3 28.7 64 64 64c9.4 0 18.3-2 26.3-5.6c18.7 11.5 39 20.6 60.6 27c16.9 5 34.8-4.6 39.8-21.5s-4.6-34.8-21.5-39.8c-14.6-4.3-28.5-10.4-41.4-17.9c.2-2 .3-4.1.3-6.2c0-35.3-28.7-64-64-64c-2.1 0-4.1.1-6.2.3c-7.5-12.9-13.6-26.8-17.9-41.4zm429.4 18.3c5-16.9-4.6-34.8-21.5-39.8S445 294 440 310.9c-4.3 14.6-10.4 28.5-17.9 41.4c-2-.2-4.1-.3-6.2-.3c-35.3 0-64 28.7-64 64c0 2.1.1 4.1.3 6.2c-12.9 7.5-26.8 13.6-41.4 17.9c-16.9 5-26.6 22.9-21.5 39.8s22.9 26.6 39.8 21.5a256 256 0 0 0 60.6-27c8 3.6 16.9 5.6 26.3 5.6c35.3 0 64-28.7 64-64c0-9.4-2-18.3-5.6-26.3c11.5-18.7 20.6-39 27-60.6zm-308.5-72.4c0-15.6 5.6-29.9 14.9-41.1L223 231c6.6 6.6 17.8 1.9 17.8-7.4v-60.5c0-5.7-4.7-10.4-10.4-10.4h-60.5c-9.3 0-13.9 11.2-7.4 17.8l11.2 11.2c-17.9 19.8-28.9 46.2-28.9 75.1c0 43.6 24.9 81.3 61.1 99.8c11.8 6 26.3 1.4 32.3-10.4s1.4-26.3-10.4-32.3c-20.8-10.6-34.9-32.2-34.9-57zm93.1-58.6c20.8 10.6 34.9 32.2 34.9 57c0 15.6-5.6 29.9-14.9 41.1L290.6 281c-6.6-6.6-17.8-1.9-17.8 7.4v60.5c0 5.7 4.7 10.4 10.4 10.4h60.5c9.3 0 13.9-11.2 7.4-17.8l-11.2-11.2c17.9-19.8 28.9-46.2 28.9-75.1c0-43.6-24.9-81.3-61.1-99.8c-11.8-6-26.3-1.4-32.3 10.4s-1.4 26.3 10.4 32.3z"/></svg>
React
import type { SVGProps } from "react";
export function Fa6SolidGroupArrowsRotate(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M201.1 71.9c16.9-5 26.6-22.9 21.5-39.8s-22.9-26.6-39.8-21.5a256 256 0 0 0-60.6 27C114.3 34 105.4 32 96 32c-35.3 0-64 28.7-64 64c0 9.4 2 18.3 5.6 26.3c-11.5 18.7-20.6 39-27 60.6c-5 16.9 4.6 34.8 21.5 39.8s34.8-4.6 39.8-21.5c4.3-14.6 10.4-28.5 17.9-41.4c2 .2 4.1.3 6.1.3c35.3 0 64-28.7 64-64c0-2.1-.1-4.1-.3-6.1c12.9-7.5 26.8-13.6 41.4-17.9zm128-61.3c-16.9-5-34.8 4.6-39.8 21.5s4.6 34.8 21.5 39.8c14.6 4.3 28.5 10.4 41.4 17.9c-.2 2-.3 4.1-.3 6.1c0 35.3 28.7 64 64 64c2.1 0 4.1-.1 6.2-.3c7.5 12.9 13.6 26.8 17.9 41.4c5 16.9 22.9 26.6 39.8 21.5s26.6-22.9 21.5-39.8a256 256 0 0 0-27-60.6c3.6-8 5.6-16.9 5.6-26.3c0-35.3-28.7-64-64-64c-9.4 0-18.3 2-26.3 5.6c-18.7-11.5-39-20.6-60.6-27zM71.9 310.9c-5-16.9-22.9-26.6-39.8-21.5s-26.6 22.9-21.5 39.8a256 256 0 0 0 27 60.6C34 397.7 32 406.6 32 416c0 35.3 28.7 64 64 64c9.4 0 18.3-2 26.3-5.6c18.7 11.5 39 20.6 60.6 27c16.9 5 34.8-4.6 39.8-21.5s-4.6-34.8-21.5-39.8c-14.6-4.3-28.5-10.4-41.4-17.9c.2-2 .3-4.1.3-6.2c0-35.3-28.7-64-64-64c-2.1 0-4.1.1-6.2.3c-7.5-12.9-13.6-26.8-17.9-41.4zm429.4 18.3c5-16.9-4.6-34.8-21.5-39.8S445 294 440 310.9c-4.3 14.6-10.4 28.5-17.9 41.4c-2-.2-4.1-.3-6.2-.3c-35.3 0-64 28.7-64 64c0 2.1.1 4.1.3 6.2c-12.9 7.5-26.8 13.6-41.4 17.9c-16.9 5-26.6 22.9-21.5 39.8s22.9 26.6 39.8 21.5a256 256 0 0 0 60.6-27c8 3.6 16.9 5.6 26.3 5.6c35.3 0 64-28.7 64-64c0-9.4-2-18.3-5.6-26.3c11.5-18.7 20.6-39 27-60.6zm-308.5-72.4c0-15.6 5.6-29.9 14.9-41.1L223 231c6.6 6.6 17.8 1.9 17.8-7.4v-60.5c0-5.7-4.7-10.4-10.4-10.4h-60.5c-9.3 0-13.9 11.2-7.4 17.8l11.2 11.2c-17.9 19.8-28.9 46.2-28.9 75.1c0 43.6 24.9 81.3 61.1 99.8c11.8 6 26.3 1.4 32.3-10.4s1.4-26.3-10.4-32.3c-20.8-10.6-34.9-32.2-34.9-57zm93.1-58.6c20.8 10.6 34.9 32.2 34.9 57c0 15.6-5.6 29.9-14.9 41.1L290.6 281c-6.6-6.6-17.8-1.9-17.8 7.4v60.5c0 5.7 4.7 10.4 10.4 10.4h60.5c9.3 0 13.9-11.2 7.4-17.8l-11.2-11.2c17.9-19.8 28.9-46.2 28.9-75.1c0-43.6-24.9-81.3-61.1-99.8c-11.8-6-26.3-1.4-32.3 10.4s-1.4 26.3 10.4 32.3z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M201.1 71.9c16.9-5 26.6-22.9 21.5-39.8s-22.9-26.6-39.8-21.5a256 256 0 0 0-60.6 27C114.3 34 105.4 32 96 32c-35.3 0-64 28.7-64 64c0 9.4 2 18.3 5.6 26.3c-11.5 18.7-20.6 39-27 60.6c-5 16.9 4.6 34.8 21.5 39.8s34.8-4.6 39.8-21.5c4.3-14.6 10.4-28.5 17.9-41.4c2 .2 4.1.3 6.1.3c35.3 0 64-28.7 64-64c0-2.1-.1-4.1-.3-6.1c12.9-7.5 26.8-13.6 41.4-17.9zm128-61.3c-16.9-5-34.8 4.6-39.8 21.5s4.6 34.8 21.5 39.8c14.6 4.3 28.5 10.4 41.4 17.9c-.2 2-.3 4.1-.3 6.1c0 35.3 28.7 64 64 64c2.1 0 4.1-.1 6.2-.3c7.5 12.9 13.6 26.8 17.9 41.4c5 16.9 22.9 26.6 39.8 21.5s26.6-22.9 21.5-39.8a256 256 0 0 0-27-60.6c3.6-8 5.6-16.9 5.6-26.3c0-35.3-28.7-64-64-64c-9.4 0-18.3 2-26.3 5.6c-18.7-11.5-39-20.6-60.6-27zM71.9 310.9c-5-16.9-22.9-26.6-39.8-21.5s-26.6 22.9-21.5 39.8a256 256 0 0 0 27 60.6C34 397.7 32 406.6 32 416c0 35.3 28.7 64 64 64c9.4 0 18.3-2 26.3-5.6c18.7 11.5 39 20.6 60.6 27c16.9 5 34.8-4.6 39.8-21.5s-4.6-34.8-21.5-39.8c-14.6-4.3-28.5-10.4-41.4-17.9c.2-2 .3-4.1.3-6.2c0-35.3-28.7-64-64-64c-2.1 0-4.1.1-6.2.3c-7.5-12.9-13.6-26.8-17.9-41.4zm429.4 18.3c5-16.9-4.6-34.8-21.5-39.8S445 294 440 310.9c-4.3 14.6-10.4 28.5-17.9 41.4c-2-.2-4.1-.3-6.2-.3c-35.3 0-64 28.7-64 64c0 2.1.1 4.1.3 6.2c-12.9 7.5-26.8 13.6-41.4 17.9c-16.9 5-26.6 22.9-21.5 39.8s22.9 26.6 39.8 21.5a256 256 0 0 0 60.6-27c8 3.6 16.9 5.6 26.3 5.6c35.3 0 64-28.7 64-64c0-9.4-2-18.3-5.6-26.3c11.5-18.7 20.6-39 27-60.6zm-308.5-72.4c0-15.6 5.6-29.9 14.9-41.1L223 231c6.6 6.6 17.8 1.9 17.8-7.4v-60.5c0-5.7-4.7-10.4-10.4-10.4h-60.5c-9.3 0-13.9 11.2-7.4 17.8l11.2 11.2c-17.9 19.8-28.9 46.2-28.9 75.1c0 43.6 24.9 81.3 61.1 99.8c11.8 6 26.3 1.4 32.3-10.4s1.4-26.3-10.4-32.3c-20.8-10.6-34.9-32.2-34.9-57zm93.1-58.6c20.8 10.6 34.9 32.2 34.9 57c0 15.6-5.6 29.9-14.9 41.1L290.6 281c-6.6-6.6-17.8-1.9-17.8 7.4v60.5c0 5.7 4.7 10.4 10.4 10.4h60.5c9.3 0 13.9-11.2 7.4-17.8l-11.2-11.2c17.9-19.8 28.9-46.2 28.9-75.1c0-43.6-24.9-81.3-61.1-99.8c-11.8-6-26.3-1.4-32.3 10.4s-1.4 26.3 10.4 32.3z"/></svg> </template>
CSS
.icon-group-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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M201.1%2071.9c16.9-5%2026.6-22.9%2021.5-39.8s-22.9-26.6-39.8-21.5a256%20256%200%200%200-60.6%2027C114.3%2034%20105.4%2032%2096%2032c-35.3%200-64%2028.7-64%2064c0%209.4%202%2018.3%205.6%2026.3c-11.5%2018.7-20.6%2039-27%2060.6c-5%2016.9%204.6%2034.8%2021.5%2039.8s34.8-4.6%2039.8-21.5c4.3-14.6%2010.4-28.5%2017.9-41.4c2%20.2%204.1.3%206.1.3c35.3%200%2064-28.7%2064-64c0-2.1-.1-4.1-.3-6.1c12.9-7.5%2026.8-13.6%2041.4-17.9zm128-61.3c-16.9-5-34.8%204.6-39.8%2021.5s4.6%2034.8%2021.5%2039.8c14.6%204.3%2028.5%2010.4%2041.4%2017.9c-.2%202-.3%204.1-.3%206.1c0%2035.3%2028.7%2064%2064%2064c2.1%200%204.1-.1%206.2-.3c7.5%2012.9%2013.6%2026.8%2017.9%2041.4c5%2016.9%2022.9%2026.6%2039.8%2021.5s26.6-22.9%2021.5-39.8a256%20256%200%200%200-27-60.6c3.6-8%205.6-16.9%205.6-26.3c0-35.3-28.7-64-64-64c-9.4%200-18.3%202-26.3%205.6c-18.7-11.5-39-20.6-60.6-27zM71.9%20310.9c-5-16.9-22.9-26.6-39.8-21.5s-26.6%2022.9-21.5%2039.8a256%20256%200%200%200%2027%2060.6C34%20397.7%2032%20406.6%2032%20416c0%2035.3%2028.7%2064%2064%2064c9.4%200%2018.3-2%2026.3-5.6c18.7%2011.5%2039%2020.6%2060.6%2027c16.9%205%2034.8-4.6%2039.8-21.5s-4.6-34.8-21.5-39.8c-14.6-4.3-28.5-10.4-41.4-17.9c.2-2%20.3-4.1.3-6.2c0-35.3-28.7-64-64-64c-2.1%200-4.1.1-6.2.3c-7.5-12.9-13.6-26.8-17.9-41.4zm429.4%2018.3c5-16.9-4.6-34.8-21.5-39.8S445%20294%20440%20310.9c-4.3%2014.6-10.4%2028.5-17.9%2041.4c-2-.2-4.1-.3-6.2-.3c-35.3%200-64%2028.7-64%2064c0%202.1.1%204.1.3%206.2c-12.9%207.5-26.8%2013.6-41.4%2017.9c-16.9%205-26.6%2022.9-21.5%2039.8s22.9%2026.6%2039.8%2021.5a256%20256%200%200%200%2060.6-27c8%203.6%2016.9%205.6%2026.3%205.6c35.3%200%2064-28.7%2064-64c0-9.4-2-18.3-5.6-26.3c11.5-18.7%2020.6-39%2027-60.6zm-308.5-72.4c0-15.6%205.6-29.9%2014.9-41.1L223%20231c6.6%206.6%2017.8%201.9%2017.8-7.4v-60.5c0-5.7-4.7-10.4-10.4-10.4h-60.5c-9.3%200-13.9%2011.2-7.4%2017.8l11.2%2011.2c-17.9%2019.8-28.9%2046.2-28.9%2075.1c0%2043.6%2024.9%2081.3%2061.1%2099.8c11.8%206%2026.3%201.4%2032.3-10.4s1.4-26.3-10.4-32.3c-20.8-10.6-34.9-32.2-34.9-57zm93.1-58.6c20.8%2010.6%2034.9%2032.2%2034.9%2057c0%2015.6-5.6%2029.9-14.9%2041.1L290.6%20281c-6.6-6.6-17.8-1.9-17.8%207.4v60.5c0%205.7%204.7%2010.4%2010.4%2010.4h60.5c9.3%200%2013.9-11.2%207.4-17.8l-11.2-11.2c17.9-19.8%2028.9-46.2%2028.9-75.1c0-43.6-24.9-81.3-61.1-99.8c-11.8-6-26.3-1.4-32.3%2010.4s-1.4%2026.3%2010.4%2032.3z%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M201.1%2071.9c16.9-5%2026.6-22.9%2021.5-39.8s-22.9-26.6-39.8-21.5a256%20256%200%200%200-60.6%2027C114.3%2034%20105.4%2032%2096%2032c-35.3%200-64%2028.7-64%2064c0%209.4%202%2018.3%205.6%2026.3c-11.5%2018.7-20.6%2039-27%2060.6c-5%2016.9%204.6%2034.8%2021.5%2039.8s34.8-4.6%2039.8-21.5c4.3-14.6%2010.4-28.5%2017.9-41.4c2%20.2%204.1.3%206.1.3c35.3%200%2064-28.7%2064-64c0-2.1-.1-4.1-.3-6.1c12.9-7.5%2026.8-13.6%2041.4-17.9zm128-61.3c-16.9-5-34.8%204.6-39.8%2021.5s4.6%2034.8%2021.5%2039.8c14.6%204.3%2028.5%2010.4%2041.4%2017.9c-.2%202-.3%204.1-.3%206.1c0%2035.3%2028.7%2064%2064%2064c2.1%200%204.1-.1%206.2-.3c7.5%2012.9%2013.6%2026.8%2017.9%2041.4c5%2016.9%2022.9%2026.6%2039.8%2021.5s26.6-22.9%2021.5-39.8a256%20256%200%200%200-27-60.6c3.6-8%205.6-16.9%205.6-26.3c0-35.3-28.7-64-64-64c-9.4%200-18.3%202-26.3%205.6c-18.7-11.5-39-20.6-60.6-27zM71.9%20310.9c-5-16.9-22.9-26.6-39.8-21.5s-26.6%2022.9-21.5%2039.8a256%20256%200%200%200%2027%2060.6C34%20397.7%2032%20406.6%2032%20416c0%2035.3%2028.7%2064%2064%2064c9.4%200%2018.3-2%2026.3-5.6c18.7%2011.5%2039%2020.6%2060.6%2027c16.9%205%2034.8-4.6%2039.8-21.5s-4.6-34.8-21.5-39.8c-14.6-4.3-28.5-10.4-41.4-17.9c.2-2%20.3-4.1.3-6.2c0-35.3-28.7-64-64-64c-2.1%200-4.1.1-6.2.3c-7.5-12.9-13.6-26.8-17.9-41.4zm429.4%2018.3c5-16.9-4.6-34.8-21.5-39.8S445%20294%20440%20310.9c-4.3%2014.6-10.4%2028.5-17.9%2041.4c-2-.2-4.1-.3-6.2-.3c-35.3%200-64%2028.7-64%2064c0%202.1.1%204.1.3%206.2c-12.9%207.5-26.8%2013.6-41.4%2017.9c-16.9%205-26.6%2022.9-21.5%2039.8s22.9%2026.6%2039.8%2021.5a256%20256%200%200%200%2060.6-27c8%203.6%2016.9%205.6%2026.3%205.6c35.3%200%2064-28.7%2064-64c0-9.4-2-18.3-5.6-26.3c11.5-18.7%2020.6-39%2027-60.6zm-308.5-72.4c0-15.6%205.6-29.9%2014.9-41.1L223%20231c6.6%206.6%2017.8%201.9%2017.8-7.4v-60.5c0-5.7-4.7-10.4-10.4-10.4h-60.5c-9.3%200-13.9%2011.2-7.4%2017.8l11.2%2011.2c-17.9%2019.8-28.9%2046.2-28.9%2075.1c0%2043.6%2024.9%2081.3%2061.1%2099.8c11.8%206%2026.3%201.4%2032.3-10.4s1.4-26.3-10.4-32.3c-20.8-10.6-34.9-32.2-34.9-57zm93.1-58.6c20.8%2010.6%2034.9%2032.2%2034.9%2057c0%2015.6-5.6%2029.9-14.9%2041.1L290.6%20281c-6.6-6.6-17.8-1.9-17.8%207.4v60.5c0%205.7%204.7%2010.4%2010.4%2010.4h60.5c9.3%200%2013.9-11.2%207.4-17.8l-11.2-11.2c17.9-19.8%2028.9-46.2%2028.9-75.1c0-43.6-24.9-81.3-61.1-99.8c-11.8-6-26.3-1.4-32.3%2010.4s-1.4%2026.3%2010.4%2032.3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/group-arrows-rotate.svg?color=%231a73e8&size=48