arrows alt icon
arrows-alt from Prime Icons by PrimeTek · Regular · MIT Free for personal and commercial use.
- Name
- arrows-alt
- Set
- Prime Icons
- Style
- Regular
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Related icons in Prime Icons
Use the arrows alt icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.69 12.29c-.04.09-.09.17-.16.24l-2.5 2.5c-.15.15-.34.22-.53.22s-.38-.07-.53-.22a.754.754 0 0 1 0-1.06l1.22-1.22h-5.44v5.44l1.22-1.22c.29-.29.77-.29 1.06 0s.29.77 0 1.06l-2.5 2.5a.78.78 0 0 1-.53.22a.78.78 0 0 1-.53-.22l-2.5-2.5c-.29-.29-.29-.77 0-1.06s.77-.29 1.06 0l1.22 1.22v-5.44H5.81l1.22 1.22c.29.29.29.77 0 1.06c-.15.15-.34.22-.53.22s-.38-.07-.53-.22l-2.5-2.5a.8.8 0 0 1-.16-.24a.7.7 0 0 1 0-.57c.04-.09.09-.17.16-.24l2.5-2.5c.29-.29.77-.29 1.06 0s.29.77 0 1.06l-1.22 1.22h5.44V5.81l-1.22 1.22c-.29.29-.77.29-1.06 0s-.29-.77 0-1.06l2.5-2.5c.07-.07.15-.12.24-.16c.18-.08.39-.08.57 0c.09.04.17.09.24.16l2.5 2.5c.29.29.29.77 0 1.06c-.15.15-.34.22-.53.22s-.38-.07-.53-.22l-1.22-1.22v5.44h5.44l-1.22-1.22c-.29-.29-.29-.77 0-1.06s.77-.29 1.06 0l2.5 2.5c.07.07.12.15.16.24c.08.18.08.39 0 .57Z"/></svg>
React
import type { SVGProps } from "react";
export function PrimeArrowsAlt(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="M20.69 12.29c-.04.09-.09.17-.16.24l-2.5 2.5c-.15.15-.34.22-.53.22s-.38-.07-.53-.22a.754.754 0 0 1 0-1.06l1.22-1.22h-5.44v5.44l1.22-1.22c.29-.29.77-.29 1.06 0s.29.77 0 1.06l-2.5 2.5a.78.78 0 0 1-.53.22a.78.78 0 0 1-.53-.22l-2.5-2.5c-.29-.29-.29-.77 0-1.06s.77-.29 1.06 0l1.22 1.22v-5.44H5.81l1.22 1.22c.29.29.29.77 0 1.06c-.15.15-.34.22-.53.22s-.38-.07-.53-.22l-2.5-2.5a.8.8 0 0 1-.16-.24a.7.7 0 0 1 0-.57c.04-.09.09-.17.16-.24l2.5-2.5c.29-.29.77-.29 1.06 0s.29.77 0 1.06l-1.22 1.22h5.44V5.81l-1.22 1.22c-.29.29-.77.29-1.06 0s-.29-.77 0-1.06l2.5-2.5c.07-.07.15-.12.24-.16c.18-.08.39-.08.57 0c.09.04.17.09.24.16l2.5 2.5c.29.29.29.77 0 1.06c-.15.15-.34.22-.53.22s-.38-.07-.53-.22l-1.22-1.22v5.44h5.44l-1.22-1.22c-.29-.29-.29-.77 0-1.06s.77-.29 1.06 0l2.5 2.5c.07.07.12.15.16.24c.08.18.08.39 0 .57Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.69 12.29c-.04.09-.09.17-.16.24l-2.5 2.5c-.15.15-.34.22-.53.22s-.38-.07-.53-.22a.754.754 0 0 1 0-1.06l1.22-1.22h-5.44v5.44l1.22-1.22c.29-.29.77-.29 1.06 0s.29.77 0 1.06l-2.5 2.5a.78.78 0 0 1-.53.22a.78.78 0 0 1-.53-.22l-2.5-2.5c-.29-.29-.29-.77 0-1.06s.77-.29 1.06 0l1.22 1.22v-5.44H5.81l1.22 1.22c.29.29.29.77 0 1.06c-.15.15-.34.22-.53.22s-.38-.07-.53-.22l-2.5-2.5a.8.8 0 0 1-.16-.24a.7.7 0 0 1 0-.57c.04-.09.09-.17.16-.24l2.5-2.5c.29-.29.77-.29 1.06 0s.29.77 0 1.06l-1.22 1.22h5.44V5.81l-1.22 1.22c-.29.29-.77.29-1.06 0s-.29-.77 0-1.06l2.5-2.5c.07-.07.15-.12.24-.16c.18-.08.39-.08.57 0c.09.04.17.09.24.16l2.5 2.5c.29.29.29.77 0 1.06c-.15.15-.34.22-.53.22s-.38-.07-.53-.22l-1.22-1.22v5.44h5.44l-1.22-1.22c-.29-.29-.29-.77 0-1.06s.77-.29 1.06 0l2.5 2.5c.07.07.12.15.16.24c.08.18.08.39 0 .57Z"/></svg> </template>
CSS
.icon-arrows-alt {
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%22M20.69%2012.29c-.04.09-.09.17-.16.24l-2.5%202.5c-.15.15-.34.22-.53.22s-.38-.07-.53-.22a.754.754%200%200%201%200-1.06l1.22-1.22h-5.44v5.44l1.22-1.22c.29-.29.77-.29%201.06%200s.29.77%200%201.06l-2.5%202.5a.78.78%200%200%201-.53.22a.78.78%200%200%201-.53-.22l-2.5-2.5c-.29-.29-.29-.77%200-1.06s.77-.29%201.06%200l1.22%201.22v-5.44H5.81l1.22%201.22c.29.29.29.77%200%201.06c-.15.15-.34.22-.53.22s-.38-.07-.53-.22l-2.5-2.5a.8.8%200%200%201-.16-.24a.7.7%200%200%201%200-.57c.04-.09.09-.17.16-.24l2.5-2.5c.29-.29.77-.29%201.06%200s.29.77%200%201.06l-1.22%201.22h5.44V5.81l-1.22%201.22c-.29.29-.77.29-1.06%200s-.29-.77%200-1.06l2.5-2.5c.07-.07.15-.12.24-.16c.18-.08.39-.08.57%200c.09.04.17.09.24.16l2.5%202.5c.29.29.29.77%200%201.06c-.15.15-.34.22-.53.22s-.38-.07-.53-.22l-1.22-1.22v5.44h5.44l-1.22-1.22c-.29-.29-.29-.77%200-1.06s.77-.29%201.06%200l2.5%202.5c.07.07.12.15.16.24c.08.18.08.39%200%20.57Z%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%22M20.69%2012.29c-.04.09-.09.17-.16.24l-2.5%202.5c-.15.15-.34.22-.53.22s-.38-.07-.53-.22a.754.754%200%200%201%200-1.06l1.22-1.22h-5.44v5.44l1.22-1.22c.29-.29.77-.29%201.06%200s.29.77%200%201.06l-2.5%202.5a.78.78%200%200%201-.53.22a.78.78%200%200%201-.53-.22l-2.5-2.5c-.29-.29-.29-.77%200-1.06s.77-.29%201.06%200l1.22%201.22v-5.44H5.81l1.22%201.22c.29.29.29.77%200%201.06c-.15.15-.34.22-.53.22s-.38-.07-.53-.22l-2.5-2.5a.8.8%200%200%201-.16-.24a.7.7%200%200%201%200-.57c.04-.09.09-.17.16-.24l2.5-2.5c.29-.29.77-.29%201.06%200s.29.77%200%201.06l-1.22%201.22h5.44V5.81l-1.22%201.22c-.29.29-.77.29-1.06%200s-.29-.77%200-1.06l2.5-2.5c.07-.07.15-.12.24-.16c.18-.08.39-.08.57%200c.09.04.17.09.24.16l2.5%202.5c.29.29.29.77%200%201.06c-.15.15-.34.22-.53.22s-.38-.07-.53-.22l-1.22-1.22v5.44h5.44l-1.22-1.22c-.29-.29-.29-.77%200-1.06s.77-.29%201.06%200l2.5%202.5c.07.07.12.15.16.24c.08.18.08.39%200%20.57Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/prime/arrows-alt.svg?color=%231a73e8&size=48