directions off icon

directions-off-sharp from Material Symbols by Google · Sharp · Maps · Apache-2.0 Free for personal and commercial use.

Name
directions-off-sharp
Set
Material Symbols
Style
Sharp
Category
Maps
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols

The same icon in other sets

More maps icons from Material Symbols

Use the directions off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.475 23.3L16 18.8l-4 4L1.2 12l5.425-5.425L12.25 12.2V15L.675 3.5L2.1 2.075l19.8 19.8zM8 15h2v-3h2.025l-2-2H9q-.425 0-.712.288T8 11zm10.85.95l-3.4-3.4L17 11l-3.5-3.5V10h-.6L8.05 5.15L12 1.2L22.8 12z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsDirectionsOffSharp(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="M20.475 23.3L16 18.8l-4 4L1.2 12l5.425-5.425L12.25 12.2V15L.675 3.5L2.1 2.075l19.8 19.8zM8 15h2v-3h2.025l-2-2H9q-.425 0-.712.288T8 11zm10.85.95l-3.4-3.4L17 11l-3.5-3.5V10h-.6L8.05 5.15L12 1.2L22.8 12z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.475 23.3L16 18.8l-4 4L1.2 12l5.425-5.425L12.25 12.2V15L.675 3.5L2.1 2.075l19.8 19.8zM8 15h2v-3h2.025l-2-2H9q-.425 0-.712.288T8 11zm10.85.95l-3.4-3.4L17 11l-3.5-3.5V10h-.6L8.05 5.15L12 1.2L22.8 12z"/></svg>
</template>

CSS

.icon-directions-off-sharp {
  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%22M20.475%2023.3L16%2018.8l-4%204L1.2%2012l5.425-5.425L12.25%2012.2V15L.675%203.5L2.1%202.075l19.8%2019.8zM8%2015h2v-3h2.025l-2-2H9q-.425%200-.712.288T8%2011zm10.85.95l-3.4-3.4L17%2011l-3.5-3.5V10h-.6L8.05%205.15L12%201.2L22.8%2012z%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%22M20.475%2023.3L16%2018.8l-4%204L1.2%2012l5.425-5.425L12.25%2012.2V15L.675%203.5L2.1%202.075l19.8%2019.8zM8%2015h2v-3h2.025l-2-2H9q-.425%200-.712.288T8%2011zm10.85.95l-3.4-3.4L17%2011l-3.5-3.5V10h-.6L8.05%205.15L12%201.2L22.8%2012z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/directions-off-sharp.svg?color=%231a73e8&size=48