directions alt icon
directions-alt from Prime Icons by PrimeTek · Regular · MIT Free for personal and commercial use.
- Name
- directions-alt
- Set
- Prime Icons
- Style
- Regular
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Use the directions alt icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 21.25a1.8 1.8 0 0 1-1.28-.53l-7.44-7.44a1.81 1.81 0 0 1 0-2.56l7.44-7.44a1.86 1.86 0 0 1 2.56 0l7.44 7.44a1.81 1.81 0 0 1 0 2.56l-7.44 7.44a1.8 1.8 0 0 1-1.28.53m0-17a.27.27 0 0 0-.21.09l-7.45 7.45a.29.29 0 0 0 0 .42l7.45 7.45a.25.25 0 0 0 .42 0l7.45-7.45a.29.29 0 0 0 0-.42l-7.45-7.45a.27.27 0 0 0-.21-.09"/><path fill="currentColor" d="M10.73 14.42a.74.74 0 0 1-.53-.22L8 12a.75.75 0 0 1 0-1.06l2.2-2.22a.75.75 0 0 1 1.06 0a.75.75 0 0 1 0 1.06l-1.7 1.68l1.7 1.68a.75.75 0 0 1 0 1.06a.74.74 0 0 1-.53.22"/><path fill="currentColor" d="M15.5 15a.76.76 0 0 1-.75-.75v-2H8.5a.75.75 0 0 1 0-1.5h7a.76.76 0 0 1 .75.75v2.79a.76.76 0 0 1-.75.71"/></svg>
React
import type { SVGProps } from "react";
export function PrimeDirectionsAlt(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="M12 21.25a1.8 1.8 0 0 1-1.28-.53l-7.44-7.44a1.81 1.81 0 0 1 0-2.56l7.44-7.44a1.86 1.86 0 0 1 2.56 0l7.44 7.44a1.81 1.81 0 0 1 0 2.56l-7.44 7.44a1.8 1.8 0 0 1-1.28.53m0-17a.27.27 0 0 0-.21.09l-7.45 7.45a.29.29 0 0 0 0 .42l7.45 7.45a.25.25 0 0 0 .42 0l7.45-7.45a.29.29 0 0 0 0-.42l-7.45-7.45a.27.27 0 0 0-.21-.09"/><path fill="currentColor" d="M10.73 14.42a.74.74 0 0 1-.53-.22L8 12a.75.75 0 0 1 0-1.06l2.2-2.22a.75.75 0 0 1 1.06 0a.75.75 0 0 1 0 1.06l-1.7 1.68l1.7 1.68a.75.75 0 0 1 0 1.06a.74.74 0 0 1-.53.22"/><path fill="currentColor" d="M15.5 15a.76.76 0 0 1-.75-.75v-2H8.5a.75.75 0 0 1 0-1.5h7a.76.76 0 0 1 .75.75v2.79a.76.76 0 0 1-.75.71"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 21.25a1.8 1.8 0 0 1-1.28-.53l-7.44-7.44a1.81 1.81 0 0 1 0-2.56l7.44-7.44a1.86 1.86 0 0 1 2.56 0l7.44 7.44a1.81 1.81 0 0 1 0 2.56l-7.44 7.44a1.8 1.8 0 0 1-1.28.53m0-17a.27.27 0 0 0-.21.09l-7.45 7.45a.29.29 0 0 0 0 .42l7.45 7.45a.25.25 0 0 0 .42 0l7.45-7.45a.29.29 0 0 0 0-.42l-7.45-7.45a.27.27 0 0 0-.21-.09"/><path fill="currentColor" d="M10.73 14.42a.74.74 0 0 1-.53-.22L8 12a.75.75 0 0 1 0-1.06l2.2-2.22a.75.75 0 0 1 1.06 0a.75.75 0 0 1 0 1.06l-1.7 1.68l1.7 1.68a.75.75 0 0 1 0 1.06a.74.74 0 0 1-.53.22"/><path fill="currentColor" d="M15.5 15a.76.76 0 0 1-.75-.75v-2H8.5a.75.75 0 0 1 0-1.5h7a.76.76 0 0 1 .75.75v2.79a.76.76 0 0 1-.75.71"/></svg> </template>
CSS
.icon-directions-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%22M12%2021.25a1.8%201.8%200%200%201-1.28-.53l-7.44-7.44a1.81%201.81%200%200%201%200-2.56l7.44-7.44a1.86%201.86%200%200%201%202.56%200l7.44%207.44a1.81%201.81%200%200%201%200%202.56l-7.44%207.44a1.8%201.8%200%200%201-1.28.53m0-17a.27.27%200%200%200-.21.09l-7.45%207.45a.29.29%200%200%200%200%20.42l7.45%207.45a.25.25%200%200%200%20.42%200l7.45-7.45a.29.29%200%200%200%200-.42l-7.45-7.45a.27.27%200%200%200-.21-.09%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.73%2014.42a.74.74%200%200%201-.53-.22L8%2012a.75.75%200%200%201%200-1.06l2.2-2.22a.75.75%200%200%201%201.06%200a.75.75%200%200%201%200%201.06l-1.7%201.68l1.7%201.68a.75.75%200%200%201%200%201.06a.74.74%200%200%201-.53.22%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.5%2015a.76.76%200%200%201-.75-.75v-2H8.5a.75.75%200%200%201%200-1.5h7a.76.76%200%200%201%20.75.75v2.79a.76.76%200%200%201-.75.71%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%22M12%2021.25a1.8%201.8%200%200%201-1.28-.53l-7.44-7.44a1.81%201.81%200%200%201%200-2.56l7.44-7.44a1.86%201.86%200%200%201%202.56%200l7.44%207.44a1.81%201.81%200%200%201%200%202.56l-7.44%207.44a1.8%201.8%200%200%201-1.28.53m0-17a.27.27%200%200%200-.21.09l-7.45%207.45a.29.29%200%200%200%200%20.42l7.45%207.45a.25.25%200%200%200%20.42%200l7.45-7.45a.29.29%200%200%200%200-.42l-7.45-7.45a.27.27%200%200%200-.21-.09%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.73%2014.42a.74.74%200%200%201-.53-.22L8%2012a.75.75%200%200%201%200-1.06l2.2-2.22a.75.75%200%200%201%201.06%200a.75.75%200%200%201%200%201.06l-1.7%201.68l1.7%201.68a.75.75%200%200%201%200%201.06a.74.74%200%200%201-.53.22%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.5%2015a.76.76%200%200%201-.75-.75v-2H8.5a.75.75%200%200%201%200-1.5h7a.76.76%200%200%201%20.75.75v2.79a.76.76%200%200%201-.75.71%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/prime/directions-alt.svg?color=%231a73e8&size=48