directions-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.

Name
directions-20-regular
Set
Fluent UI System Icons
Style
20 Regular
Viewbox
20×20
License
MIT

11 other variants in Fluent UI System Icons

The same icon in other sets

Use the directions icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M7.878 1.878a3 3 0 0 1 4.243 0l5.998 6a3 3 0 0 1 0 4.242l-5.998 5.999a3 3 0 0 1-4.243 0l-6-6a3 3 0 0 1 0-4.242zm3.535.707a2 2 0 0 0-2.828 0l-5.998 6a2 2 0 0 0 0 2.827l5.998 6a2 2 0 0 0 2.828 0l5.999-6a2 2 0 0 0 0-2.828zm-.767 2.562a.5.5 0 0 1 .707 0l2 2a.5.5 0 0 1 0 .707l-2 2a.5.5 0 0 1-.707-.707L11.793 8H10a2 2 0 0 0-2 2v3a.5.5 0 0 1-1 0v-3a3 3 0 0 1 3-3h1.793l-1.147-1.146a.5.5 0 0 1 0-.707"/></svg>

React

import type { SVGProps } from "react";

export function FluentDirections20Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M7.878 1.878a3 3 0 0 1 4.243 0l5.998 6a3 3 0 0 1 0 4.242l-5.998 5.999a3 3 0 0 1-4.243 0l-6-6a3 3 0 0 1 0-4.242zm3.535.707a2 2 0 0 0-2.828 0l-5.998 6a2 2 0 0 0 0 2.827l5.998 6a2 2 0 0 0 2.828 0l5.999-6a2 2 0 0 0 0-2.828zm-.767 2.562a.5.5 0 0 1 .707 0l2 2a.5.5 0 0 1 0 .707l-2 2a.5.5 0 0 1-.707-.707L11.793 8H10a2 2 0 0 0-2 2v3a.5.5 0 0 1-1 0v-3a3 3 0 0 1 3-3h1.793l-1.147-1.146a.5.5 0 0 1 0-.707"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M7.878 1.878a3 3 0 0 1 4.243 0l5.998 6a3 3 0 0 1 0 4.242l-5.998 5.999a3 3 0 0 1-4.243 0l-6-6a3 3 0 0 1 0-4.242zm3.535.707a2 2 0 0 0-2.828 0l-5.998 6a2 2 0 0 0 0 2.827l5.998 6a2 2 0 0 0 2.828 0l5.999-6a2 2 0 0 0 0-2.828zm-.767 2.562a.5.5 0 0 1 .707 0l2 2a.5.5 0 0 1 0 .707l-2 2a.5.5 0 0 1-.707-.707L11.793 8H10a2 2 0 0 0-2 2v3a.5.5 0 0 1-1 0v-3a3 3 0 0 1 3-3h1.793l-1.147-1.146a.5.5 0 0 1 0-.707"/></svg>
</template>

CSS

.icon-directions-20-regular {
  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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.878%201.878a3%203%200%200%201%204.243%200l5.998%206a3%203%200%200%201%200%204.242l-5.998%205.999a3%203%200%200%201-4.243%200l-6-6a3%203%200%200%201%200-4.242zm3.535.707a2%202%200%200%200-2.828%200l-5.998%206a2%202%200%200%200%200%202.827l5.998%206a2%202%200%200%200%202.828%200l5.999-6a2%202%200%200%200%200-2.828zm-.767%202.562a.5.5%200%200%201%20.707%200l2%202a.5.5%200%200%201%200%20.707l-2%202a.5.5%200%200%201-.707-.707L11.793%208H10a2%202%200%200%200-2%202v3a.5.5%200%200%201-1%200v-3a3%203%200%200%201%203-3h1.793l-1.147-1.146a.5.5%200%200%201%200-.707%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.878%201.878a3%203%200%200%201%204.243%200l5.998%206a3%203%200%200%201%200%204.242l-5.998%205.999a3%203%200%200%201-4.243%200l-6-6a3%203%200%200%201%200-4.242zm3.535.707a2%202%200%200%200-2.828%200l-5.998%206a2%202%200%200%200%200%202.827l5.998%206a2%202%200%200%200%202.828%200l5.999-6a2%202%200%200%200%200-2.828zm-.767%202.562a.5.5%200%200%201%20.707%200l2%202a.5.5%200%200%201%200%20.707l-2%202a.5.5%200%200%201-.707-.707L11.793%208H10a2%202%200%200%200-2%202v3a.5.5%200%200%201-1%200v-3a3%203%200%200%201%203-3h1.793l-1.147-1.146a.5.5%200%200%201%200-.707%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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