arrow path icon
arrow-path-solid from HeroIcons by Refactoring UI Inc · Solid 24x24 · MIT Free for personal and commercial use.
- Name
- arrow-path-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-path-rounded-squarearrow-rightarrow-right-circlearrow-right-end-on-rectanglearrow-right-on-rectanglearrow-right-start-on-rectanglearrow-small-downarrow-small-left
Use the arrow path 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="M4.755 10.059a7.5 7.5 0 0 1 12.548-3.364l1.903 1.903h-3.183a.75.75 0 1 0 0 1.5h4.992a.75.75 0 0 0 .75-.75V4.356a.75.75 0 0 0-1.5 0v3.18l-1.9-1.9A9 9 0 0 0 3.306 9.67a.75.75 0 1 0 1.45.388m15.408 3.352a.75.75 0 0 0-.919.53a7.5 7.5 0 0 1-12.548 3.364l-1.902-1.903h3.183a.75.75 0 0 0 0-1.5H2.984a.75.75 0 0 0-.75.75v4.992a.75.75 0 0 0 1.5 0v-3.18l1.9 1.9a9 9 0 0 0 15.059-4.035a.75.75 0 0 0-.53-.918" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function HeroiconsArrowPathSolid(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="M4.755 10.059a7.5 7.5 0 0 1 12.548-3.364l1.903 1.903h-3.183a.75.75 0 1 0 0 1.5h4.992a.75.75 0 0 0 .75-.75V4.356a.75.75 0 0 0-1.5 0v3.18l-1.9-1.9A9 9 0 0 0 3.306 9.67a.75.75 0 1 0 1.45.388m15.408 3.352a.75.75 0 0 0-.919.53a7.5 7.5 0 0 1-12.548 3.364l-1.902-1.903h3.183a.75.75 0 0 0 0-1.5H2.984a.75.75 0 0 0-.75.75v4.992a.75.75 0 0 0 1.5 0v-3.18l1.9 1.9a9 9 0 0 0 15.059-4.035a.75.75 0 0 0-.53-.918" 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="M4.755 10.059a7.5 7.5 0 0 1 12.548-3.364l1.903 1.903h-3.183a.75.75 0 1 0 0 1.5h4.992a.75.75 0 0 0 .75-.75V4.356a.75.75 0 0 0-1.5 0v3.18l-1.9-1.9A9 9 0 0 0 3.306 9.67a.75.75 0 1 0 1.45.388m15.408 3.352a.75.75 0 0 0-.919.53a7.5 7.5 0 0 1-12.548 3.364l-1.902-1.903h3.183a.75.75 0 0 0 0-1.5H2.984a.75.75 0 0 0-.75.75v4.992a.75.75 0 0 0 1.5 0v-3.18l1.9 1.9a9 9 0 0 0 15.059-4.035a.75.75 0 0 0-.53-.918" clip-rule="evenodd"/></svg> </template>
CSS
.icon-arrow-path-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%22M4.755%2010.059a7.5%207.5%200%200%201%2012.548-3.364l1.903%201.903h-3.183a.75.75%200%201%200%200%201.5h4.992a.75.75%200%200%200%20.75-.75V4.356a.75.75%200%200%200-1.5%200v3.18l-1.9-1.9A9%209%200%200%200%203.306%209.67a.75.75%200%201%200%201.45.388m15.408%203.352a.75.75%200%200%200-.919.53a7.5%207.5%200%200%201-12.548%203.364l-1.902-1.903h3.183a.75.75%200%200%200%200-1.5H2.984a.75.75%200%200%200-.75.75v4.992a.75.75%200%200%200%201.5%200v-3.18l1.9%201.9a9%209%200%200%200%2015.059-4.035a.75.75%200%200%200-.53-.918%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%22M4.755%2010.059a7.5%207.5%200%200%201%2012.548-3.364l1.903%201.903h-3.183a.75.75%200%201%200%200%201.5h4.992a.75.75%200%200%200%20.75-.75V4.356a.75.75%200%200%200-1.5%200v3.18l-1.9-1.9A9%209%200%200%200%203.306%209.67a.75.75%200%201%200%201.45.388m15.408%203.352a.75.75%200%200%200-.919.53a7.5%207.5%200%200%201-12.548%203.364l-1.902-1.903h3.183a.75.75%200%200%200%200-1.5H2.984a.75.75%200%200%200-.75.75v4.992a.75.75%200%200%200%201.5%200v-3.18l1.9%201.9a9%209%200%200%200%2015.059-4.035a.75.75%200%200%200-.53-.918%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-solid.svg?color=%231a73e8&size=48