arrow path rounded square icon
arrow-path-rounded-square-solid from HeroIcons by Refactoring UI Inc · Solid 24x24 · MIT Free for personal and commercial use.
- Name
- arrow-path-rounded-square-solid
- Set
- HeroIcons
- Style
- Solid 24x24
- Viewbox
- 24×24
- License
- MIT
3 other variants in HeroIcons
Related icons in HeroIcons
arrow-downarrow-down-circlearrow-down-leftarrow-down-on-squarearrow-down-on-square-stackarrow-down-rightarrow-down-trayarrow-leftarrow-left-circlearrow-left-end-on-rectanglearrow-left-on-rectanglearrow-left-start-on-rectanglearrow-long-downarrow-long-leftarrow-long-rightarrow-long-uparrow-patharrow-rightarrow-right-circlearrow-right-end-on-rectanglearrow-right-on-rectanglearrow-right-start-on-rectanglearrow-small-downarrow-small-left
Use the arrow path rounded square icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M12 5.25q1.82 0 3.605.135a3.256 3.256 0 0 1 3.01 3.01q.066.875.1 1.759L17.03 8.47a.75.75 0 1 0-1.06 1.06l3 3a.75.75 0 0 0 1.06 0l3-3a.75.75 0 0 0-1.06-1.06l-1.752 1.751q-.035-.975-.108-1.939a4.756 4.756 0 0 0-4.392-4.392a49.4 49.4 0 0 0-7.436 0A4.756 4.756 0 0 0 3.89 8.282q-.026.335-.046.672a.75.75 0 1 0 1.497.092q.02-.326.044-.651a3.256 3.256 0 0 1 3.01-3.01Q10.18 5.25 12 5.25m-6.97 6.22a.75.75 0 0 0-1.06 0l-3 3a.75.75 0 1 0 1.06 1.06l1.752-1.751q.035.975.108 1.939a4.756 4.756 0 0 0 4.392 4.392a49.4 49.4 0 0 0 7.436 0a4.756 4.756 0 0 0 4.392-4.392q.025-.334.046-.672a.75.75 0 0 0-1.497-.092q-.02.325-.044.651a3.256 3.256 0 0 1-3.01 3.01a48 48 0 0 1-7.21 0a3.256 3.256 0 0 1-3.01-3.01a48 48 0 0 1-.1-1.759L6.97 15.53a.75.75 0 0 0 1.06-1.06z" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function HeroiconsArrowPathRoundedSquareSolid(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" fillRule="evenodd" d="M12 5.25q1.82 0 3.605.135a3.256 3.256 0 0 1 3.01 3.01q.066.875.1 1.759L17.03 8.47a.75.75 0 1 0-1.06 1.06l3 3a.75.75 0 0 0 1.06 0l3-3a.75.75 0 0 0-1.06-1.06l-1.752 1.751q-.035-.975-.108-1.939a4.756 4.756 0 0 0-4.392-4.392a49.4 49.4 0 0 0-7.436 0A4.756 4.756 0 0 0 3.89 8.282q-.026.335-.046.672a.75.75 0 1 0 1.497.092q.02-.326.044-.651a3.256 3.256 0 0 1 3.01-3.01Q10.18 5.25 12 5.25m-6.97 6.22a.75.75 0 0 0-1.06 0l-3 3a.75.75 0 1 0 1.06 1.06l1.752-1.751q.035.975.108 1.939a4.756 4.756 0 0 0 4.392 4.392a49.4 49.4 0 0 0 7.436 0a4.756 4.756 0 0 0 4.392-4.392q.025-.334.046-.672a.75.75 0 0 0-1.497-.092q-.02.325-.044.651a3.256 3.256 0 0 1-3.01 3.01a48 48 0 0 1-7.21 0a3.256 3.256 0 0 1-3.01-3.01a48 48 0 0 1-.1-1.759L6.97 15.53a.75.75 0 0 0 1.06-1.06z" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M12 5.25q1.82 0 3.605.135a3.256 3.256 0 0 1 3.01 3.01q.066.875.1 1.759L17.03 8.47a.75.75 0 1 0-1.06 1.06l3 3a.75.75 0 0 0 1.06 0l3-3a.75.75 0 0 0-1.06-1.06l-1.752 1.751q-.035-.975-.108-1.939a4.756 4.756 0 0 0-4.392-4.392a49.4 49.4 0 0 0-7.436 0A4.756 4.756 0 0 0 3.89 8.282q-.026.335-.046.672a.75.75 0 1 0 1.497.092q.02-.326.044-.651a3.256 3.256 0 0 1 3.01-3.01Q10.18 5.25 12 5.25m-6.97 6.22a.75.75 0 0 0-1.06 0l-3 3a.75.75 0 1 0 1.06 1.06l1.752-1.751q.035.975.108 1.939a4.756 4.756 0 0 0 4.392 4.392a49.4 49.4 0 0 0 7.436 0a4.756 4.756 0 0 0 4.392-4.392q.025-.334.046-.672a.75.75 0 0 0-1.497-.092q-.02.325-.044.651a3.256 3.256 0 0 1-3.01 3.01a48 48 0 0 1-7.21 0a3.256 3.256 0 0 1-3.01-3.01a48 48 0 0 1-.1-1.759L6.97 15.53a.75.75 0 0 0 1.06-1.06z" clip-rule="evenodd"/></svg> </template>
CSS
.icon-arrow-path-rounded-square-solid {
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%20fill-rule%3D%22evenodd%22%20d%3D%22M12%205.25q1.82%200%203.605.135a3.256%203.256%200%200%201%203.01%203.01q.066.875.1%201.759L17.03%208.47a.75.75%200%201%200-1.06%201.06l3%203a.75.75%200%200%200%201.06%200l3-3a.75.75%200%200%200-1.06-1.06l-1.752%201.751q-.035-.975-.108-1.939a4.756%204.756%200%200%200-4.392-4.392a49.4%2049.4%200%200%200-7.436%200A4.756%204.756%200%200%200%203.89%208.282q-.026.335-.046.672a.75.75%200%201%200%201.497.092q.02-.326.044-.651a3.256%203.256%200%200%201%203.01-3.01Q10.18%205.25%2012%205.25m-6.97%206.22a.75.75%200%200%200-1.06%200l-3%203a.75.75%200%201%200%201.06%201.06l1.752-1.751q.035.975.108%201.939a4.756%204.756%200%200%200%204.392%204.392a49.4%2049.4%200%200%200%207.436%200a4.756%204.756%200%200%200%204.392-4.392q.025-.334.046-.672a.75.75%200%200%200-1.497-.092q-.02.325-.044.651a3.256%203.256%200%200%201-3.01%203.01a48%2048%200%200%201-7.21%200a3.256%203.256%200%200%201-3.01-3.01a48%2048%200%200%201-.1-1.759L6.97%2015.53a.75.75%200%200%200%201.06-1.06z%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M12%205.25q1.82%200%203.605.135a3.256%203.256%200%200%201%203.01%203.01q.066.875.1%201.759L17.03%208.47a.75.75%200%201%200-1.06%201.06l3%203a.75.75%200%200%200%201.06%200l3-3a.75.75%200%200%200-1.06-1.06l-1.752%201.751q-.035-.975-.108-1.939a4.756%204.756%200%200%200-4.392-4.392a49.4%2049.4%200%200%200-7.436%200A4.756%204.756%200%200%200%203.89%208.282q-.026.335-.046.672a.75.75%200%201%200%201.497.092q.02-.326.044-.651a3.256%203.256%200%200%201%203.01-3.01Q10.18%205.25%2012%205.25m-6.97%206.22a.75.75%200%200%200-1.06%200l-3%203a.75.75%200%201%200%201.06%201.06l1.752-1.751q.035.975.108%201.939a4.756%204.756%200%200%200%204.392%204.392a49.4%2049.4%200%200%200%207.436%200a4.756%204.756%200%200%200%204.392-4.392q.025-.334.046-.672a.75.75%200%200%200-1.497-.092q-.02.325-.044.651a3.256%203.256%200%200%201-3.01%203.01a48%2048%200%200%201-7.21%200a3.256%203.256%200%200%201-3.01-3.01a48%2048%200%200%201-.1-1.759L6.97%2015.53a.75.75%200%200%200%201.06-1.06z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/heroicons/arrow-path-rounded-square-solid.svg?color=%231a73e8&size=48