directions icon
directions from Line Awesome by Icons8 · Line · Maps · Apache-2.0 Free for personal and commercial use.
- Name
- directions
- Set
- Line Awesome
- Style
- Line
- Category
- Maps
- Viewbox
- 32×32
- License
- Apache 2.0
- Aliases
- directions-solid
The same icon in other sets
directionsBoxIcons v2directionsBoxIcons v2 SoliddirectionsFont Awesome Soliddirections-16-filledFluent UI System IconsdirectionsJam IconsdirectionsMaterial SymbolsdirectionsMaterial Symbols LightdirectionsMaterial Design Iconsdirections-fillMingCute IcondirectionsPixelarticonsdirectionsPrime IconsdirectionsTabler IconsdirectionsUnicons
More maps icons from Line Awesome
Use the directions icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 3a3 3 0 0 0-2.125.875l-.125.156l-9.719 9.719l-.156.125a3.023 3.023 0 0 0 0 4.25l10 10a3.023 3.023 0 0 0 4.25 0l10-10a3.023 3.023 0 0 0 0-4.25l-10-10A3 3 0 0 0 16 3m0 2c.254 0 .52.082.719.281l10 10a1.015 1.015 0 0 1 0 1.438l-10 10a1.015 1.015 0 0 1-1.438 0l-10-10a1.015 1.015 0 0 1 0-1.438l10-10c.2-.199.465-.281.719-.281m1 6v3h-4a2 2 0 0 0-2 2v3h2v-3h4v3l4-4z"/></svg>
React
import type { SVGProps } from "react";
export function LaDirections(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 3a3 3 0 0 0-2.125.875l-.125.156l-9.719 9.719l-.156.125a3.023 3.023 0 0 0 0 4.25l10 10a3.023 3.023 0 0 0 4.25 0l10-10a3.023 3.023 0 0 0 0-4.25l-10-10A3 3 0 0 0 16 3m0 2c.254 0 .52.082.719.281l10 10a1.015 1.015 0 0 1 0 1.438l-10 10a1.015 1.015 0 0 1-1.438 0l-10-10a1.015 1.015 0 0 1 0-1.438l10-10c.2-.199.465-.281.719-.281m1 6v3h-4a2 2 0 0 0-2 2v3h2v-3h4v3l4-4z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 3a3 3 0 0 0-2.125.875l-.125.156l-9.719 9.719l-.156.125a3.023 3.023 0 0 0 0 4.25l10 10a3.023 3.023 0 0 0 4.25 0l10-10a3.023 3.023 0 0 0 0-4.25l-10-10A3 3 0 0 0 16 3m0 2c.254 0 .52.082.719.281l10 10a1.015 1.015 0 0 1 0 1.438l-10 10a1.015 1.015 0 0 1-1.438 0l-10-10a1.015 1.015 0 0 1 0-1.438l10-10c.2-.199.465-.281.719-.281m1 6v3h-4a2 2 0 0 0-2 2v3h2v-3h4v3l4-4z"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%203a3%203%200%200%200-2.125.875l-.125.156l-9.719%209.719l-.156.125a3.023%203.023%200%200%200%200%204.25l10%2010a3.023%203.023%200%200%200%204.25%200l10-10a3.023%203.023%200%200%200%200-4.25l-10-10A3%203%200%200%200%2016%203m0%202c.254%200%20.52.082.719.281l10%2010a1.015%201.015%200%200%201%200%201.438l-10%2010a1.015%201.015%200%200%201-1.438%200l-10-10a1.015%201.015%200%200%201%200-1.438l10-10c.2-.199.465-.281.719-.281m1%206v3h-4a2%202%200%200%200-2%202v3h2v-3h4v3l4-4z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%203a3%203%200%200%200-2.125.875l-.125.156l-9.719%209.719l-.156.125a3.023%203.023%200%200%200%200%204.25l10%2010a3.023%203.023%200%200%200%204.25%200l10-10a3.023%203.023%200%200%200%200-4.25l-10-10A3%203%200%200%200%2016%203m0%202c.254%200%20.52.082.719.281l10%2010a1.015%201.015%200%200%201%200%201.438l-10%2010a1.015%201.015%200%200%201-1.438%200l-10-10a1.015%201.015%200%200%201%200-1.438l10-10c.2-.199.465-.281.719-.281m1%206v3h-4a2%202%200%200%200-2%202v3h2v-3h4v3l4-4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/directions.svg?color=%231a73e8&size=48