directions alt off icon

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

Name
directions-alt-off-rounded
Set
Material Symbols Light
Style
Rounded
Category
Maps
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols Light

The same icon in other sets

More maps icons from Material Symbols Light

Use the directions alt off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m15.956 17.396l-2.85 2.85q-.242.243-.538.364q-.295.12-.593.12t-.593-.12t-.538-.364L3.73 13.131q-.243-.242-.364-.538q-.12-.295-.12-.593t.12-.593t.364-.538l2.85-2.85l-4.36-4.357q-.146-.146-.156-.347t.156-.367t.357-.165t.356.165l18.51 18.516q.147.146.156.344t-.156.363t-.356.166t-.357-.166zm-2.535-2.534l-.713-.708l-1.092 1.092q-.141.14-.15.341q-.01.202.155.367q.16.16.354.16t.354-.16zM11.054 12.5l-1-1H8.167q-.213 0-.356.143T7.667 12t.144.357t.356.143zm4.39.135l.248-.243q.171-.16.168-.373q-.002-.213-.168-.379l-3.575-3.575q-.146-.146-.344-.155t-.364.156q-.119.118-.133.238t.07.244L9.263 6.466q-.242-.243-.242-.566t.242-.565l1.581-1.581q.242-.242.538-.363q.295-.122.593-.122t.593.122t.538.363l7.115 7.115q.242.243.363.538q.122.295.122.593t-.122.593t-.363.538l-1.575 1.575q-.242.242-.568.242t-.568-.242z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightDirectionsAltOffRounded(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="m15.956 17.396l-2.85 2.85q-.242.243-.538.364q-.295.12-.593.12t-.593-.12t-.538-.364L3.73 13.131q-.243-.242-.364-.538q-.12-.295-.12-.593t.12-.593t.364-.538l2.85-2.85l-4.36-4.357q-.146-.146-.156-.347t.156-.367t.357-.165t.356.165l18.51 18.516q.147.146.156.344t-.156.363t-.356.166t-.357-.166zm-2.535-2.534l-.713-.708l-1.092 1.092q-.141.14-.15.341q-.01.202.155.367q.16.16.354.16t.354-.16zM11.054 12.5l-1-1H8.167q-.213 0-.356.143T7.667 12t.144.357t.356.143zm4.39.135l.248-.243q.171-.16.168-.373q-.002-.213-.168-.379l-3.575-3.575q-.146-.146-.344-.155t-.364.156q-.119.118-.133.238t.07.244L9.263 6.466q-.242-.243-.242-.566t.242-.565l1.581-1.581q.242-.242.538-.363q.295-.122.593-.122t.593.122t.538.363l7.115 7.115q.242.243.363.538q.122.295.122.593t-.122.593t-.363.538l-1.575 1.575q-.242.242-.568.242t-.568-.242z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m15.956 17.396l-2.85 2.85q-.242.243-.538.364q-.295.12-.593.12t-.593-.12t-.538-.364L3.73 13.131q-.243-.242-.364-.538q-.12-.295-.12-.593t.12-.593t.364-.538l2.85-2.85l-4.36-4.357q-.146-.146-.156-.347t.156-.367t.357-.165t.356.165l18.51 18.516q.147.146.156.344t-.156.363t-.356.166t-.357-.166zm-2.535-2.534l-.713-.708l-1.092 1.092q-.141.14-.15.341q-.01.202.155.367q.16.16.354.16t.354-.16zM11.054 12.5l-1-1H8.167q-.213 0-.356.143T7.667 12t.144.357t.356.143zm4.39.135l.248-.243q.171-.16.168-.373q-.002-.213-.168-.379l-3.575-3.575q-.146-.146-.344-.155t-.364.156q-.119.118-.133.238t.07.244L9.263 6.466q-.242-.243-.242-.566t.242-.565l1.581-1.581q.242-.242.538-.363q.295-.122.593-.122t.593.122t.538.363l7.115 7.115q.242.243.363.538q.122.295.122.593t-.122.593t-.363.538l-1.575 1.575q-.242.242-.568.242t-.568-.242z"/></svg>
</template>

CSS

.icon-directions-alt-off-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%22m15.956%2017.396l-2.85%202.85q-.242.243-.538.364q-.295.12-.593.12t-.593-.12t-.538-.364L3.73%2013.131q-.243-.242-.364-.538q-.12-.295-.12-.593t.12-.593t.364-.538l2.85-2.85l-4.36-4.357q-.146-.146-.156-.347t.156-.367t.357-.165t.356.165l18.51%2018.516q.147.146.156.344t-.156.363t-.356.166t-.357-.166zm-2.535-2.534l-.713-.708l-1.092%201.092q-.141.14-.15.341q-.01.202.155.367q.16.16.354.16t.354-.16zM11.054%2012.5l-1-1H8.167q-.213%200-.356.143T7.667%2012t.144.357t.356.143zm4.39.135l.248-.243q.171-.16.168-.373q-.002-.213-.168-.379l-3.575-3.575q-.146-.146-.344-.155t-.364.156q-.119.118-.133.238t.07.244L9.263%206.466q-.242-.243-.242-.566t.242-.565l1.581-1.581q.242-.242.538-.363q.295-.122.593-.122t.593.122t.538.363l7.115%207.115q.242.243.363.538q.122.295.122.593t-.122.593t-.363.538l-1.575%201.575q-.242.242-.568.242t-.568-.242z%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%22m15.956%2017.396l-2.85%202.85q-.242.243-.538.364q-.295.12-.593.12t-.593-.12t-.538-.364L3.73%2013.131q-.243-.242-.364-.538q-.12-.295-.12-.593t.12-.593t.364-.538l2.85-2.85l-4.36-4.357q-.146-.146-.156-.347t.156-.367t.357-.165t.356.165l18.51%2018.516q.147.146.156.344t-.156.363t-.356.166t-.357-.166zm-2.535-2.534l-.713-.708l-1.092%201.092q-.141.14-.15.341q-.01.202.155.367q.16.16.354.16t.354-.16zM11.054%2012.5l-1-1H8.167q-.213%200-.356.143T7.667%2012t.144.357t.356.143zm4.39.135l.248-.243q.171-.16.168-.373q-.002-.213-.168-.379l-3.575-3.575q-.146-.146-.344-.155t-.364.156q-.119.118-.133.238t.07.244L9.263%206.466q-.242-.243-.242-.566t.242-.565l1.581-1.581q.242-.242.538-.363q.295-.122.593-.122t.593.122t.538.363l7.115%207.115q.242.243.363.538q.122.295.122.593t-.122.593t-.363.538l-1.575%201.575q-.242.242-.568.242t-.568-.242z%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-alt-off-rounded.svg?color=%231a73e8&size=48