directions icon
directions from Font Awesome Solid by Dave Gandy · Solid · Maps · CC-BY-4.0 Attribution required.
- Name
- directions
- Set
- Font Awesome Solid
- Style
- Solid
- Category
- Maps
- Viewbox
- 640×640
- License
- CC BY 4.0
The same icon in other sets
directionsBoxIcons v2directionsBoxIcons v2 Soliddirections-16-filledFluent UI System IconsdirectionsJam IconsdirectionsLine AwesomedirectionsMaterial SymbolsdirectionsMaterial Symbols LightdirectionsMaterial Design Iconsdirections-fillMingCute IcondirectionsPixelarticonsdirectionsPrime IconsdirectionsTabler IconsdirectionsUnicons
More maps icons from Font Awesome Solid
Use the directions icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M279 81L81 279c-10.9 10.9-17 25.6-17 41s6.1 30.1 17 41l198 198c10.9 10.9 25.6 17 41 17s30.1-6.1 41-17l198-198c10.9-10.9 17-25.6 17-41s-6.1-30.1-17-41L361 81c-10.9-10.9-25.6-17-41-17s-30.1 6.1-41 17m170 240l-72 72c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l31-31H296c-13.3 0-24 10.7-24 24v40c0 13.3-10.7 24-24 24s-24-10.7-24-24v-40c0-39.8 32.2-72 72-72h78.1l-31-31c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l72 72c9.4 9.4 9.4 24.6 0 33.9z"/></svg>
React
import type { SVGProps } from "react";
export function Fa7SolidDirections(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M279 81L81 279c-10.9 10.9-17 25.6-17 41s6.1 30.1 17 41l198 198c10.9 10.9 25.6 17 41 17s30.1-6.1 41-17l198-198c10.9-10.9 17-25.6 17-41s-6.1-30.1-17-41L361 81c-10.9-10.9-25.6-17-41-17s-30.1 6.1-41 17m170 240l-72 72c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l31-31H296c-13.3 0-24 10.7-24 24v40c0 13.3-10.7 24-24 24s-24-10.7-24-24v-40c0-39.8 32.2-72 72-72h78.1l-31-31c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l72 72c9.4 9.4 9.4 24.6 0 33.9z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M279 81L81 279c-10.9 10.9-17 25.6-17 41s6.1 30.1 17 41l198 198c10.9 10.9 25.6 17 41 17s30.1-6.1 41-17l198-198c10.9-10.9 17-25.6 17-41s-6.1-30.1-17-41L361 81c-10.9-10.9-25.6-17-41-17s-30.1 6.1-41 17m170 240l-72 72c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l31-31H296c-13.3 0-24 10.7-24 24v40c0 13.3-10.7 24-24 24s-24-10.7-24-24v-40c0-39.8 32.2-72 72-72h78.1l-31-31c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l72 72c9.4 9.4 9.4 24.6 0 33.9z"/></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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M279%2081L81%20279c-10.9%2010.9-17%2025.6-17%2041s6.1%2030.1%2017%2041l198%20198c10.9%2010.9%2025.6%2017%2041%2017s30.1-6.1%2041-17l198-198c10.9-10.9%2017-25.6%2017-41s-6.1-30.1-17-41L361%2081c-10.9-10.9-25.6-17-41-17s-30.1%206.1-41%2017m170%20240l-72%2072c-9.4%209.4-24.6%209.4-33.9%200s-9.4-24.6%200-33.9l31-31H296c-13.3%200-24%2010.7-24%2024v40c0%2013.3-10.7%2024-24%2024s-24-10.7-24-24v-40c0-39.8%2032.2-72%2072-72h78.1l-31-31c-9.4-9.4-9.4-24.6%200-33.9s24.6-9.4%2033.9%200l72%2072c9.4%209.4%209.4%2024.6%200%2033.9z%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M279%2081L81%20279c-10.9%2010.9-17%2025.6-17%2041s6.1%2030.1%2017%2041l198%20198c10.9%2010.9%2025.6%2017%2041%2017s30.1-6.1%2041-17l198-198c10.9-10.9%2017-25.6%2017-41s-6.1-30.1-17-41L361%2081c-10.9-10.9-25.6-17-41-17s-30.1%206.1-41%2017m170%20240l-72%2072c-9.4%209.4-24.6%209.4-33.9%200s-9.4-24.6%200-33.9l31-31H296c-13.3%200-24%2010.7-24%2024v40c0%2013.3-10.7%2024-24%2024s-24-10.7-24-24v-40c0-39.8%2032.2-72%2072-72h78.1l-31-31c-9.4-9.4-9.4-24.6%200-33.9s24.6-9.4%2033.9%200l72%2072c9.4%209.4%209.4%2024.6%200%2033.9z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/directions.svg?color=%231a73e8&size=48