directions icon

directions from Prime Icons by PrimeTek · Regular · MIT Free for personal and commercial use.

Name
directions
Set
Prime Icons
Style
Regular
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in Prime Icons

Use the directions 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="M13.27 14.42a.74.74 0 0 1-.53-.22a.75.75 0 0 1 0-1.06l1.7-1.68l-1.7-1.68a.75.75 0 1 1 1.06-1.06l2.2 2.21A.75.75 0 0 1 16 12l-2.2 2.2a.74.74 0 0 1-.53.22"/><path fill="currentColor" d="M8.5 15a.76.76 0 0 1-.75-.75v-2.79a.76.76 0 0 1 .75-.75h7a.75.75 0 0 1 0 1.5H9.25v2a.76.76 0 0 1-.75.79"/></svg>

React

import type { SVGProps } from "react";

export function PrimeDirections(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="M13.27 14.42a.74.74 0 0 1-.53-.22a.75.75 0 0 1 0-1.06l1.7-1.68l-1.7-1.68a.75.75 0 1 1 1.06-1.06l2.2 2.21A.75.75 0 0 1 16 12l-2.2 2.2a.74.74 0 0 1-.53.22"/><path fill="currentColor" d="M8.5 15a.76.76 0 0 1-.75-.75v-2.79a.76.76 0 0 1 .75-.75h7a.75.75 0 0 1 0 1.5H9.25v2a.76.76 0 0 1-.75.79"/></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="M13.27 14.42a.74.74 0 0 1-.53-.22a.75.75 0 0 1 0-1.06l1.7-1.68l-1.7-1.68a.75.75 0 1 1 1.06-1.06l2.2 2.21A.75.75 0 0 1 16 12l-2.2 2.2a.74.74 0 0 1-.53.22"/><path fill="currentColor" d="M8.5 15a.76.76 0 0 1-.75-.75v-2.79a.76.76 0 0 1 .75-.75h7a.75.75 0 0 1 0 1.5H9.25v2a.76.76 0 0 1-.75.79"/></svg>
</template>

CSS

.icon-directions {
  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%22M13.27%2014.42a.74.74%200%200%201-.53-.22a.75.75%200%200%201%200-1.06l1.7-1.68l-1.7-1.68a.75.75%200%201%201%201.06-1.06l2.2%202.21A.75.75%200%200%201%2016%2012l-2.2%202.2a.74.74%200%200%201-.53.22%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.5%2015a.76.76%200%200%201-.75-.75v-2.79a.76.76%200%200%201%20.75-.75h7a.75.75%200%200%201%200%201.5H9.25v2a.76.76%200%200%201-.75.79%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%22M13.27%2014.42a.74.74%200%200%201-.53-.22a.75.75%200%200%201%200-1.06l1.7-1.68l-1.7-1.68a.75.75%200%201%201%201.06-1.06l2.2%202.21A.75.75%200%200%201%2016%2012l-2.2%202.2a.74.74%200%200%201-.53.22%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.5%2015a.76.76%200%200%201-.75-.75v-2.79a.76.76%200%200%201%20.75-.75h7a.75.75%200%200%201%200%201.5H9.25v2a.76.76%200%200%201-.75.79%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/prime/directions.svg?color=%231a73e8&size=48