directions-run-rounded from Material Symbols Light by Google · Rounded · Transit · Apache-2.0 Free for personal and commercial use.

Name
directions-run-rounded
Set
Material Symbols Light
Style
Rounded
Category
Transit
Viewbox
24×24
License
Apache 2.0
Aliases
directions-run-outline-rounded

1 other variant in Material Symbols Light

The same icon in other sets

More transit icons from Material Symbols Light

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 22v-5.173l-2.908-2.789l-.91 4.008q-.08.323-.35.497t-.594.119l-4.661-.943q-.213-.056-.333-.223q-.119-.167-.063-.38q.056-.195.223-.317t.362-.06l4.319.876l1.869-9.561L7.5 9.273V12q0 .214-.143.357T7 12.5t-.357-.143T6.5 12V9.142q0-.242.143-.441t.36-.305l3.486-1.45q.644-.26.95-.353T12 6.5q.39 0 .725.208t.552.561l1 1.6q.564.908 1.526 1.61t2.178.921q.213.056.366.202t.153.36t-.153.344t-.36.1q-1.273-.2-2.535-.972q-1.261-.772-2.202-2.3l-.889 4.52l1.897 1.835q.13.13.186.28t.056.31V22q0 .214-.143.357T14 22.5t-.357-.143T13.5 22M12.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 MaterialSymbolsLightDirectionsRunRounded(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 22v-5.173l-2.908-2.789l-.91 4.008q-.08.323-.35.497t-.594.119l-4.661-.943q-.213-.056-.333-.223q-.119-.167-.063-.38q.056-.195.223-.317t.362-.06l4.319.876l1.869-9.561L7.5 9.273V12q0 .214-.143.357T7 12.5t-.357-.143T6.5 12V9.142q0-.242.143-.441t.36-.305l3.486-1.45q.644-.26.95-.353T12 6.5q.39 0 .725.208t.552.561l1 1.6q.564.908 1.526 1.61t2.178.921q.213.056.366.202t.153.36t-.153.344t-.36.1q-1.273-.2-2.535-.972q-1.261-.772-2.202-2.3l-.889 4.52l1.897 1.835q.13.13.186.28t.056.31V22q0 .214-.143.357T14 22.5t-.357-.143T13.5 22M12.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 22v-5.173l-2.908-2.789l-.91 4.008q-.08.323-.35.497t-.594.119l-4.661-.943q-.213-.056-.333-.223q-.119-.167-.063-.38q.056-.195.223-.317t.362-.06l4.319.876l1.869-9.561L7.5 9.273V12q0 .214-.143.357T7 12.5t-.357-.143T6.5 12V9.142q0-.242.143-.441t.36-.305l3.486-1.45q.644-.26.95-.353T12 6.5q.39 0 .725.208t.552.561l1 1.6q.564.908 1.526 1.61t2.178.921q.213.056.366.202t.153.36t-.153.344t-.36.1q-1.273-.2-2.535-.972q-1.261-.772-2.202-2.3l-.889 4.52l1.897 1.835q.13.13.186.28t.056.31V22q0 .214-.143.357T14 22.5t-.357-.143T13.5 22M12.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-rounded {
  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%2022v-5.173l-2.908-2.789l-.91%204.008q-.08.323-.35.497t-.594.119l-4.661-.943q-.213-.056-.333-.223q-.119-.167-.063-.38q.056-.195.223-.317t.362-.06l4.319.876l1.869-9.561L7.5%209.273V12q0%20.214-.143.357T7%2012.5t-.357-.143T6.5%2012V9.142q0-.242.143-.441t.36-.305l3.486-1.45q.644-.26.95-.353T12%206.5q.39%200%20.725.208t.552.561l1%201.6q.564.908%201.526%201.61t2.178.921q.213.056.366.202t.153.36t-.153.344t-.36.1q-1.273-.2-2.535-.972q-1.261-.772-2.202-2.3l-.889%204.52l1.897%201.835q.13.13.186.28t.056.31V22q0%20.214-.143.357T14%2022.5t-.357-.143T13.5%2022M12.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%2022v-5.173l-2.908-2.789l-.91%204.008q-.08.323-.35.497t-.594.119l-4.661-.943q-.213-.056-.333-.223q-.119-.167-.063-.38q.056-.195.223-.317t.362-.06l4.319.876l1.869-9.561L7.5%209.273V12q0%20.214-.143.357T7%2012.5t-.357-.143T6.5%2012V9.142q0-.242.143-.441t.36-.305l3.486-1.45q.644-.26.95-.353T12%206.5q.39%200%20.725.208t.552.561l1%201.6q.564.908%201.526%201.61t2.178.921q.213.056.366.202t.153.36t-.153.344t-.36.1q-1.273-.2-2.535-.972q-1.261-.772-2.202-2.3l-.889%204.52l1.897%201.835q.13.13.186.28t.056.31V22q0%20.214-.143.357T14%2022.5t-.357-.143T13.5%2022M12.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-rounded.svg?color=%231a73e8&size=48