directions run icon
directions-run from Material Symbols Light by Google · Regular · Transit · Apache-2.0 Free for personal and commercial use.
- Name
- directions-run
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Transit
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- directions-run-outline, directions-run-outline-sharp, directions-run-sharp
1 other variant in Material Symbols Light
The same icon in other sets
More transit icons from Material Symbols Light
agricultureairlinesairport-shuttleambulanceauto-towingauto-transmissionbike-dockbike-lanebike-scooterboat-busboat-railwaybus-alertbus-map-pinbus-railwaycable-carcar-crashcar-defrost-leftcar-defrost-low-leftcar-defrost-low-rightcar-defrost-mid-leftcar-defrost-mid-low-leftcar-defrost-mid-low-rightcar-defrost-mid-rightcar-defrost-right
Use the directions run icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.5 22.5v-5.673l-2.908-2.789l-1.077 4.785l-5.938-1.207l.207-.981l4.8.98l1.87-9.561L7.5 9.273V12.5h-1V8.608l3.989-1.662q.644-.26.95-.353T12 6.5q.39 0 .725.208t.552.561l1 1.6q.63 1.012 1.743 1.744t2.48.849v1q-1.4-.096-2.809-.88q-1.408-.784-2.441-2.447l-.889 4.519L14.5 15.73v6.77zM12.299 4.701q-.491-.492-.491-1.201t.491-1.201t1.201-.491t1.201.491q.491.492.491 1.201t-.491 1.201q-.492.491-1.201.491t-1.201-.491"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightDirectionsRun(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="M13.5 22.5v-5.673l-2.908-2.789l-1.077 4.785l-5.938-1.207l.207-.981l4.8.98l1.87-9.561L7.5 9.273V12.5h-1V8.608l3.989-1.662q.644-.26.95-.353T12 6.5q.39 0 .725.208t.552.561l1 1.6q.63 1.012 1.743 1.744t2.48.849v1q-1.4-.096-2.809-.88q-1.408-.784-2.441-2.447l-.889 4.519L14.5 15.73v6.77zM12.299 4.701q-.491-.492-.491-1.201t.491-1.201t1.201-.491t1.201.491q.491.492.491 1.201t-.491 1.201q-.492.491-1.201.491t-1.201-.491"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.5 22.5v-5.673l-2.908-2.789l-1.077 4.785l-5.938-1.207l.207-.981l4.8.98l1.87-9.561L7.5 9.273V12.5h-1V8.608l3.989-1.662q.644-.26.95-.353T12 6.5q.39 0 .725.208t.552.561l1 1.6q.63 1.012 1.743 1.744t2.48.849v1q-1.4-.096-2.809-.88q-1.408-.784-2.441-2.447l-.889 4.519L14.5 15.73v6.77zM12.299 4.701q-.491-.492-.491-1.201t.491-1.201t1.201-.491t1.201.491q.491.492.491 1.201t-.491 1.201q-.492.491-1.201.491t-1.201-.491"/></svg> </template>
CSS
.icon-directions-run {
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%22M13.5%2022.5v-5.673l-2.908-2.789l-1.077%204.785l-5.938-1.207l.207-.981l4.8.98l1.87-9.561L7.5%209.273V12.5h-1V8.608l3.989-1.662q.644-.26.95-.353T12%206.5q.39%200%20.725.208t.552.561l1%201.6q.63%201.012%201.743%201.744t2.48.849v1q-1.4-.096-2.809-.88q-1.408-.784-2.441-2.447l-.889%204.519L14.5%2015.73v6.77zM12.299%204.701q-.491-.492-.491-1.201t.491-1.201t1.201-.491t1.201.491q.491.492.491%201.201t-.491%201.201q-.492.491-1.201.491t-1.201-.491%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%22M13.5%2022.5v-5.673l-2.908-2.789l-1.077%204.785l-5.938-1.207l.207-.981l4.8.98l1.87-9.561L7.5%209.273V12.5h-1V8.608l3.989-1.662q.644-.26.95-.353T12%206.5q.39%200%20.725.208t.552.561l1%201.6q.63%201.012%201.743%201.744t2.48.849v1q-1.4-.096-2.809-.88q-1.408-.784-2.441-2.447l-.889%204.519L14.5%2015.73v6.77zM12.299%204.701q-.491-.492-.491-1.201t.491-1.201t1.201-.491t1.201.491q.491.492.491%201.201t-.491%201.201q-.492.491-1.201.491t-1.201-.491%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/directions-run.svg?color=%231a73e8&size=48