twotone directions run icon

twotone-directions-run from Google Material Icons by Material Design Authors · Baseline · Maps · Apache-2.0 Free for personal and commercial use.

Name
twotone-directions-run
Set
Google Material Icons
Style
Baseline
Category
Maps
Viewbox
24×24
License
Apache 2.0

More maps icons from Google Material Icons

Use the twotone 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="M11.49 3.48c0 1.1.9 2 2 2s2-.9 2-2s-.9-2-2-2s-2 .9-2 2m-.6 11.5l2.1 2v6h2v-7.5l-2.1-2l.6-3c1.3 1.5 3.3 2.5 5.5 2.5v-2c-1.9 0-3.5-1-4.3-2.4l-1-1.6c-.4-.6-1-1-1.7-1c-.3 0-.5.1-.8.1l-5.2 2.2v4.7h2v-3.4l1.8-.7l-1.6 8.1l-4.9-1l-.4 2l7 1.4z"/></svg>

React

import type { SVGProps } from "react";

export function IcTwotoneDirectionsRun(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="M11.49 3.48c0 1.1.9 2 2 2s2-.9 2-2s-.9-2-2-2s-2 .9-2 2m-.6 11.5l2.1 2v6h2v-7.5l-2.1-2l.6-3c1.3 1.5 3.3 2.5 5.5 2.5v-2c-1.9 0-3.5-1-4.3-2.4l-1-1.6c-.4-.6-1-1-1.7-1c-.3 0-.5.1-.8.1l-5.2 2.2v4.7h2v-3.4l1.8-.7l-1.6 8.1l-4.9-1l-.4 2l7 1.4z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.49 3.48c0 1.1.9 2 2 2s2-.9 2-2s-.9-2-2-2s-2 .9-2 2m-.6 11.5l2.1 2v6h2v-7.5l-2.1-2l.6-3c1.3 1.5 3.3 2.5 5.5 2.5v-2c-1.9 0-3.5-1-4.3-2.4l-1-1.6c-.4-.6-1-1-1.7-1c-.3 0-.5.1-.8.1l-5.2 2.2v4.7h2v-3.4l1.8-.7l-1.6 8.1l-4.9-1l-.4 2l7 1.4z"/></svg>
</template>

CSS

.icon-twotone-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%22M11.49%203.48c0%201.1.9%202%202%202s2-.9%202-2s-.9-2-2-2s-2%20.9-2%202m-.6%2011.5l2.1%202v6h2v-7.5l-2.1-2l.6-3c1.3%201.5%203.3%202.5%205.5%202.5v-2c-1.9%200-3.5-1-4.3-2.4l-1-1.6c-.4-.6-1-1-1.7-1c-.3%200-.5.1-.8.1l-5.2%202.2v4.7h2v-3.4l1.8-.7l-1.6%208.1l-4.9-1l-.4%202l7%201.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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.49%203.48c0%201.1.9%202%202%202s2-.9%202-2s-.9-2-2-2s-2%20.9-2%202m-.6%2011.5l2.1%202v6h2v-7.5l-2.1-2l.6-3c1.3%201.5%203.3%202.5%205.5%202.5v-2c-1.9%200-3.5-1-4.3-2.4l-1-1.6c-.4-.6-1-1-1.7-1c-.3%200-.5.1-.8.1l-5.2%202.2v4.7h2v-3.4l1.8-.7l-1.6%208.1l-4.9-1l-.4%202l7%201.4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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