group arrows rotate icon
group-arrows-rotate from Font Awesome Solid by Dave Gandy · Solid · CC-BY-4.0 Attribution required.
- Name
- group-arrows-rotate
- Set
- Font Awesome Solid
- Style
- Solid
- Viewbox
- 640×640
- 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 640 640"><path fill="currentColor" d="M101.6 186.3c-11.5 18.7-20.6 39-27 60.5c-5 16.9 4.6 34.8 21.5 39.8s34.8-4.6 39.8-21.5c18.4-61.9 67.3-110.8 129.2-129.2c16.9-5 26.6-22.9 21.5-39.8s-22.8-26.5-39.7-21.5a256 256 0 0 0-60.6 27C176.3 79.4 153.9 64 128 64c-35.3 0-64 28.7-64 64c0 25.9 15.4 48.3 37.6 58.3m436.7 0c22.2-10 37.6-32.4 37.6-58.3c0-35.3-28.7-64-64-64c-25.9 0-48.3 15.4-58.3 37.6c-18.7-11.5-39-20.6-60.5-27c-16.9-5-34.8 4.6-39.8 21.5s4.6 34.8 21.5 39.8c61.9 18.4 110.8 67.3 129.2 129.2c5 16.9 22.9 26.6 39.8 21.5s26.6-22.9 21.5-39.8c-6.4-21.5-15.5-41.8-27-60.5M576 512c0-25.9-15.4-48.3-37.6-58.3c11.5-18.7 20.6-39 27-60.5c5-16.9-4.6-34.8-21.5-39.8s-34.8 4.6-39.8 21.5c-18.4 61.9-67.3 110.8-129.2 129.2c-16.9 5-26.6 22.9-21.5 39.8s22.9 26.6 39.8 21.5c21.5-6.4 41.8-15.5 60.5-27c10 22.2 32.4 37.6 58.3 37.6c35.3 0 64-28.7 64-64m-474.4-58.3C79.4 463.7 64 486.1 64 512c0 35.3 28.7 64 64 64c25.9 0 48.3-15.4 58.3-37.6c18.7 11.5 39 20.6 60.5 27c16.9 5 34.8-4.6 39.8-21.5s-4.6-34.8-21.5-39.8c-61.9-18.4-110.8-67.3-129.2-129.2c-5-16.9-22.9-26.6-39.8-21.5s-26.5 22.8-21.5 39.7c6.4 21.5 15.5 41.8 27 60.5zM320 256c15.6 0 30 5.6 41.1 14.9l-15.3 15.3c-6.6 6.6-1.9 17.8 7.4 17.8h60.5c5.7 0 10.4-4.7 10.4-10.4v-60.5c0-9.3-11.2-13.9-17.8-7.4l-11.2 11.2C375.3 219 348.9 208 320 208c-43.6 0-81.3 24.9-99.8 61.1c-6 11.8-1.4 26.3 10.4 32.3s26.3 1.4 32.3-10.4c10.6-20.8 32.2-34.9 57-34.9zm58.6 93.1c-10.6 20.8-32.2 34.9-57 34.9c-15.7 0-30-5.6-41.1-14.9l15.3-15.3c6.6-6.6 1.9-17.8-7.4-17.8H228c-5.7 0-10.4 4.7-10.4 10.4v60.5c0 9.3 11.2 13.9 17.8 7.4l11.2-11.2c19.8 17.9 46.2 28.9 75.1 28.9c43.6 0 81.3-24.9 99.8-61.1c6-11.8 1.4-26.3-10.4-32.3s-26.3-1.4-32.3 10.4z"/></svg>
React
import type { SVGProps } from "react";
export function Fa7SolidGroupArrowsRotate(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M101.6 186.3c-11.5 18.7-20.6 39-27 60.5c-5 16.9 4.6 34.8 21.5 39.8s34.8-4.6 39.8-21.5c18.4-61.9 67.3-110.8 129.2-129.2c16.9-5 26.6-22.9 21.5-39.8s-22.8-26.5-39.7-21.5a256 256 0 0 0-60.6 27C176.3 79.4 153.9 64 128 64c-35.3 0-64 28.7-64 64c0 25.9 15.4 48.3 37.6 58.3m436.7 0c22.2-10 37.6-32.4 37.6-58.3c0-35.3-28.7-64-64-64c-25.9 0-48.3 15.4-58.3 37.6c-18.7-11.5-39-20.6-60.5-27c-16.9-5-34.8 4.6-39.8 21.5s4.6 34.8 21.5 39.8c61.9 18.4 110.8 67.3 129.2 129.2c5 16.9 22.9 26.6 39.8 21.5s26.6-22.9 21.5-39.8c-6.4-21.5-15.5-41.8-27-60.5M576 512c0-25.9-15.4-48.3-37.6-58.3c11.5-18.7 20.6-39 27-60.5c5-16.9-4.6-34.8-21.5-39.8s-34.8 4.6-39.8 21.5c-18.4 61.9-67.3 110.8-129.2 129.2c-16.9 5-26.6 22.9-21.5 39.8s22.9 26.6 39.8 21.5c21.5-6.4 41.8-15.5 60.5-27c10 22.2 32.4 37.6 58.3 37.6c35.3 0 64-28.7 64-64m-474.4-58.3C79.4 463.7 64 486.1 64 512c0 35.3 28.7 64 64 64c25.9 0 48.3-15.4 58.3-37.6c18.7 11.5 39 20.6 60.5 27c16.9 5 34.8-4.6 39.8-21.5s-4.6-34.8-21.5-39.8c-61.9-18.4-110.8-67.3-129.2-129.2c-5-16.9-22.9-26.6-39.8-21.5s-26.5 22.8-21.5 39.7c6.4 21.5 15.5 41.8 27 60.5zM320 256c15.6 0 30 5.6 41.1 14.9l-15.3 15.3c-6.6 6.6-1.9 17.8 7.4 17.8h60.5c5.7 0 10.4-4.7 10.4-10.4v-60.5c0-9.3-11.2-13.9-17.8-7.4l-11.2 11.2C375.3 219 348.9 208 320 208c-43.6 0-81.3 24.9-99.8 61.1c-6 11.8-1.4 26.3 10.4 32.3s26.3 1.4 32.3-10.4c10.6-20.8 32.2-34.9 57-34.9zm58.6 93.1c-10.6 20.8-32.2 34.9-57 34.9c-15.7 0-30-5.6-41.1-14.9l15.3-15.3c6.6-6.6 1.9-17.8-7.4-17.8H228c-5.7 0-10.4 4.7-10.4 10.4v60.5c0 9.3 11.2 13.9 17.8 7.4l11.2-11.2c19.8 17.9 46.2 28.9 75.1 28.9c43.6 0 81.3-24.9 99.8-61.1c6-11.8 1.4-26.3-10.4-32.3s-26.3-1.4-32.3 10.4z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M101.6 186.3c-11.5 18.7-20.6 39-27 60.5c-5 16.9 4.6 34.8 21.5 39.8s34.8-4.6 39.8-21.5c18.4-61.9 67.3-110.8 129.2-129.2c16.9-5 26.6-22.9 21.5-39.8s-22.8-26.5-39.7-21.5a256 256 0 0 0-60.6 27C176.3 79.4 153.9 64 128 64c-35.3 0-64 28.7-64 64c0 25.9 15.4 48.3 37.6 58.3m436.7 0c22.2-10 37.6-32.4 37.6-58.3c0-35.3-28.7-64-64-64c-25.9 0-48.3 15.4-58.3 37.6c-18.7-11.5-39-20.6-60.5-27c-16.9-5-34.8 4.6-39.8 21.5s4.6 34.8 21.5 39.8c61.9 18.4 110.8 67.3 129.2 129.2c5 16.9 22.9 26.6 39.8 21.5s26.6-22.9 21.5-39.8c-6.4-21.5-15.5-41.8-27-60.5M576 512c0-25.9-15.4-48.3-37.6-58.3c11.5-18.7 20.6-39 27-60.5c5-16.9-4.6-34.8-21.5-39.8s-34.8 4.6-39.8 21.5c-18.4 61.9-67.3 110.8-129.2 129.2c-16.9 5-26.6 22.9-21.5 39.8s22.9 26.6 39.8 21.5c21.5-6.4 41.8-15.5 60.5-27c10 22.2 32.4 37.6 58.3 37.6c35.3 0 64-28.7 64-64m-474.4-58.3C79.4 463.7 64 486.1 64 512c0 35.3 28.7 64 64 64c25.9 0 48.3-15.4 58.3-37.6c18.7 11.5 39 20.6 60.5 27c16.9 5 34.8-4.6 39.8-21.5s-4.6-34.8-21.5-39.8c-61.9-18.4-110.8-67.3-129.2-129.2c-5-16.9-22.9-26.6-39.8-21.5s-26.5 22.8-21.5 39.7c6.4 21.5 15.5 41.8 27 60.5zM320 256c15.6 0 30 5.6 41.1 14.9l-15.3 15.3c-6.6 6.6-1.9 17.8 7.4 17.8h60.5c5.7 0 10.4-4.7 10.4-10.4v-60.5c0-9.3-11.2-13.9-17.8-7.4l-11.2 11.2C375.3 219 348.9 208 320 208c-43.6 0-81.3 24.9-99.8 61.1c-6 11.8-1.4 26.3 10.4 32.3s26.3 1.4 32.3-10.4c10.6-20.8 32.2-34.9 57-34.9zm58.6 93.1c-10.6 20.8-32.2 34.9-57 34.9c-15.7 0-30-5.6-41.1-14.9l15.3-15.3c6.6-6.6 1.9-17.8-7.4-17.8H228c-5.7 0-10.4 4.7-10.4 10.4v60.5c0 9.3 11.2 13.9 17.8 7.4l11.2-11.2c19.8 17.9 46.2 28.9 75.1 28.9c43.6 0 81.3-24.9 99.8-61.1c6-11.8 1.4-26.3-10.4-32.3s-26.3-1.4-32.3 10.4z"/></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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M101.6%20186.3c-11.5%2018.7-20.6%2039-27%2060.5c-5%2016.9%204.6%2034.8%2021.5%2039.8s34.8-4.6%2039.8-21.5c18.4-61.9%2067.3-110.8%20129.2-129.2c16.9-5%2026.6-22.9%2021.5-39.8s-22.8-26.5-39.7-21.5a256%20256%200%200%200-60.6%2027C176.3%2079.4%20153.9%2064%20128%2064c-35.3%200-64%2028.7-64%2064c0%2025.9%2015.4%2048.3%2037.6%2058.3m436.7%200c22.2-10%2037.6-32.4%2037.6-58.3c0-35.3-28.7-64-64-64c-25.9%200-48.3%2015.4-58.3%2037.6c-18.7-11.5-39-20.6-60.5-27c-16.9-5-34.8%204.6-39.8%2021.5s4.6%2034.8%2021.5%2039.8c61.9%2018.4%20110.8%2067.3%20129.2%20129.2c5%2016.9%2022.9%2026.6%2039.8%2021.5s26.6-22.9%2021.5-39.8c-6.4-21.5-15.5-41.8-27-60.5M576%20512c0-25.9-15.4-48.3-37.6-58.3c11.5-18.7%2020.6-39%2027-60.5c5-16.9-4.6-34.8-21.5-39.8s-34.8%204.6-39.8%2021.5c-18.4%2061.9-67.3%20110.8-129.2%20129.2c-16.9%205-26.6%2022.9-21.5%2039.8s22.9%2026.6%2039.8%2021.5c21.5-6.4%2041.8-15.5%2060.5-27c10%2022.2%2032.4%2037.6%2058.3%2037.6c35.3%200%2064-28.7%2064-64m-474.4-58.3C79.4%20463.7%2064%20486.1%2064%20512c0%2035.3%2028.7%2064%2064%2064c25.9%200%2048.3-15.4%2058.3-37.6c18.7%2011.5%2039%2020.6%2060.5%2027c16.9%205%2034.8-4.6%2039.8-21.5s-4.6-34.8-21.5-39.8c-61.9-18.4-110.8-67.3-129.2-129.2c-5-16.9-22.9-26.6-39.8-21.5s-26.5%2022.8-21.5%2039.7c6.4%2021.5%2015.5%2041.8%2027%2060.5zM320%20256c15.6%200%2030%205.6%2041.1%2014.9l-15.3%2015.3c-6.6%206.6-1.9%2017.8%207.4%2017.8h60.5c5.7%200%2010.4-4.7%2010.4-10.4v-60.5c0-9.3-11.2-13.9-17.8-7.4l-11.2%2011.2C375.3%20219%20348.9%20208%20320%20208c-43.6%200-81.3%2024.9-99.8%2061.1c-6%2011.8-1.4%2026.3%2010.4%2032.3s26.3%201.4%2032.3-10.4c10.6-20.8%2032.2-34.9%2057-34.9zm58.6%2093.1c-10.6%2020.8-32.2%2034.9-57%2034.9c-15.7%200-30-5.6-41.1-14.9l15.3-15.3c6.6-6.6%201.9-17.8-7.4-17.8H228c-5.7%200-10.4%204.7-10.4%2010.4v60.5c0%209.3%2011.2%2013.9%2017.8%207.4l11.2-11.2c19.8%2017.9%2046.2%2028.9%2075.1%2028.9c43.6%200%2081.3-24.9%2099.8-61.1c6-11.8%201.4-26.3-10.4-32.3s-26.3-1.4-32.3%2010.4z%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M101.6%20186.3c-11.5%2018.7-20.6%2039-27%2060.5c-5%2016.9%204.6%2034.8%2021.5%2039.8s34.8-4.6%2039.8-21.5c18.4-61.9%2067.3-110.8%20129.2-129.2c16.9-5%2026.6-22.9%2021.5-39.8s-22.8-26.5-39.7-21.5a256%20256%200%200%200-60.6%2027C176.3%2079.4%20153.9%2064%20128%2064c-35.3%200-64%2028.7-64%2064c0%2025.9%2015.4%2048.3%2037.6%2058.3m436.7%200c22.2-10%2037.6-32.4%2037.6-58.3c0-35.3-28.7-64-64-64c-25.9%200-48.3%2015.4-58.3%2037.6c-18.7-11.5-39-20.6-60.5-27c-16.9-5-34.8%204.6-39.8%2021.5s4.6%2034.8%2021.5%2039.8c61.9%2018.4%20110.8%2067.3%20129.2%20129.2c5%2016.9%2022.9%2026.6%2039.8%2021.5s26.6-22.9%2021.5-39.8c-6.4-21.5-15.5-41.8-27-60.5M576%20512c0-25.9-15.4-48.3-37.6-58.3c11.5-18.7%2020.6-39%2027-60.5c5-16.9-4.6-34.8-21.5-39.8s-34.8%204.6-39.8%2021.5c-18.4%2061.9-67.3%20110.8-129.2%20129.2c-16.9%205-26.6%2022.9-21.5%2039.8s22.9%2026.6%2039.8%2021.5c21.5-6.4%2041.8-15.5%2060.5-27c10%2022.2%2032.4%2037.6%2058.3%2037.6c35.3%200%2064-28.7%2064-64m-474.4-58.3C79.4%20463.7%2064%20486.1%2064%20512c0%2035.3%2028.7%2064%2064%2064c25.9%200%2048.3-15.4%2058.3-37.6c18.7%2011.5%2039%2020.6%2060.5%2027c16.9%205%2034.8-4.6%2039.8-21.5s-4.6-34.8-21.5-39.8c-61.9-18.4-110.8-67.3-129.2-129.2c-5-16.9-22.9-26.6-39.8-21.5s-26.5%2022.8-21.5%2039.7c6.4%2021.5%2015.5%2041.8%2027%2060.5zM320%20256c15.6%200%2030%205.6%2041.1%2014.9l-15.3%2015.3c-6.6%206.6-1.9%2017.8%207.4%2017.8h60.5c5.7%200%2010.4-4.7%2010.4-10.4v-60.5c0-9.3-11.2-13.9-17.8-7.4l-11.2%2011.2C375.3%20219%20348.9%20208%20320%20208c-43.6%200-81.3%2024.9-99.8%2061.1c-6%2011.8-1.4%2026.3%2010.4%2032.3s26.3%201.4%2032.3-10.4c10.6-20.8%2032.2-34.9%2057-34.9zm58.6%2093.1c-10.6%2020.8-32.2%2034.9-57%2034.9c-15.7%200-30-5.6-41.1-14.9l15.3-15.3c6.6-6.6%201.9-17.8-7.4-17.8H228c-5.7%200-10.4%204.7-10.4%2010.4v60.5c0%209.3%2011.2%2013.9%2017.8%207.4l11.2-11.2c19.8%2017.9%2046.2%2028.9%2075.1%2028.9c43.6%200%2081.3-24.9%2099.8-61.1c6-11.8%201.4-26.3-10.4-32.3s-26.3-1.4-32.3%2010.4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/group-arrows-rotate.svg?color=%231a73e8&size=48