directions off icon
directions-off-rounded from Material Symbols Light by Google · Rounded · Maps · Apache-2.0 Free for personal and commercial use.
- Name
- directions-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 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.756 22.171l-4.775-4.775l-2.85 2.85q-.242.243-.533.364q-.292.12-.594.12t-.596-.12t-.539-.364l-7.115-7.115q-.242-.242-.363-.533q-.122-.292-.122-.594t.122-.596t.363-.539l3.563-3.563l5.78 5.76l-.007 1.446L2.24 3.662q-.146-.146-.153-.347t.16-.367q.164-.165.356-.165t.356.165l18.51 18.516q.146.146.156.344t-.156.363t-.357.165t-.356-.165m-11.4-7.834q.144-.144.144-.356v-2.5h2.006l-1-1H9.308q-.33 0-.568.24q-.24.239-.24.568v2.692q0 .212.144.356t.357.144t.356-.144m11.374-2.34q0 .301-.122.596q-.12.294-.363.538l-1.58 1.58q-.243.243-.566.243t-.565-.242l-2.47-2.489l.68-.682q.24-.241.24-.562t-.243-.563l-1.177-1.158q-.161-.162-.363-.071T14 9.5v.98h-.677L9.289 6.467q-.243-.243-.243-.566t.243-.565l1.58-1.581q.242-.242.534-.363q.291-.122.593-.122t.597.122t.538.363l7.115 7.115q.243.242.364.534q.12.291.12.593"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightDirectionsOffRounded(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.756 22.171l-4.775-4.775l-2.85 2.85q-.242.243-.533.364q-.292.12-.594.12t-.596-.12t-.539-.364l-7.115-7.115q-.242-.242-.363-.533q-.122-.292-.122-.594t.122-.596t.363-.539l3.563-3.563l5.78 5.76l-.007 1.446L2.24 3.662q-.146-.146-.153-.347t.16-.367q.164-.165.356-.165t.356.165l18.51 18.516q.146.146.156.344t-.156.363t-.357.165t-.356-.165m-11.4-7.834q.144-.144.144-.356v-2.5h2.006l-1-1H9.308q-.33 0-.568.24q-.24.239-.24.568v2.692q0 .212.144.356t.357.144t.356-.144m11.374-2.34q0 .301-.122.596q-.12.294-.363.538l-1.58 1.58q-.243.243-.566.243t-.565-.242l-2.47-2.489l.68-.682q.24-.241.24-.562t-.243-.563l-1.177-1.158q-.161-.162-.363-.071T14 9.5v.98h-.677L9.289 6.467q-.243-.243-.243-.566t.243-.565l1.58-1.581q.242-.242.534-.363q.291-.122.593-.122t.597.122t.538.363l7.115 7.115q.243.242.364.534q.12.291.12.593"/></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.756 22.171l-4.775-4.775l-2.85 2.85q-.242.243-.533.364q-.292.12-.594.12t-.596-.12t-.539-.364l-7.115-7.115q-.242-.242-.363-.533q-.122-.292-.122-.594t.122-.596t.363-.539l3.563-3.563l5.78 5.76l-.007 1.446L2.24 3.662q-.146-.146-.153-.347t.16-.367q.164-.165.356-.165t.356.165l18.51 18.516q.146.146.156.344t-.156.363t-.357.165t-.356-.165m-11.4-7.834q.144-.144.144-.356v-2.5h2.006l-1-1H9.308q-.33 0-.568.24q-.24.239-.24.568v2.692q0 .212.144.356t.357.144t.356-.144m11.374-2.34q0 .301-.122.596q-.12.294-.363.538l-1.58 1.58q-.243.243-.566.243t-.565-.242l-2.47-2.489l.68-.682q.24-.241.24-.562t-.243-.563l-1.177-1.158q-.161-.162-.363-.071T14 9.5v.98h-.677L9.289 6.467q-.243-.243-.243-.566t.243-.565l1.58-1.581q.242-.242.534-.363q.291-.122.593-.122t.597.122t.538.363l7.115 7.115q.243.242.364.534q.12.291.12.593"/></svg> </template>
CSS
.icon-directions-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%22m20.756%2022.171l-4.775-4.775l-2.85%202.85q-.242.243-.533.364q-.292.12-.594.12t-.596-.12t-.539-.364l-7.115-7.115q-.242-.242-.363-.533q-.122-.292-.122-.594t.122-.596t.363-.539l3.563-3.563l5.78%205.76l-.007%201.446L2.24%203.662q-.146-.146-.153-.347t.16-.367q.164-.165.356-.165t.356.165l18.51%2018.516q.146.146.156.344t-.156.363t-.357.165t-.356-.165m-11.4-7.834q.144-.144.144-.356v-2.5h2.006l-1-1H9.308q-.33%200-.568.24q-.24.239-.24.568v2.692q0%20.212.144.356t.357.144t.356-.144m11.374-2.34q0%20.301-.122.596q-.12.294-.363.538l-1.58%201.58q-.243.243-.566.243t-.565-.242l-2.47-2.489l.68-.682q.24-.241.24-.562t-.243-.563l-1.177-1.158q-.161-.162-.363-.071T14%209.5v.98h-.677L9.289%206.467q-.243-.243-.243-.566t.243-.565l1.58-1.581q.242-.242.534-.363q.291-.122.593-.122t.597.122t.538.363l7.115%207.115q.243.242.364.534q.12.291.12.593%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.756%2022.171l-4.775-4.775l-2.85%202.85q-.242.243-.533.364q-.292.12-.594.12t-.596-.12t-.539-.364l-7.115-7.115q-.242-.242-.363-.533q-.122-.292-.122-.594t.122-.596t.363-.539l3.563-3.563l5.78%205.76l-.007%201.446L2.24%203.662q-.146-.146-.153-.347t.16-.367q.164-.165.356-.165t.356.165l18.51%2018.516q.146.146.156.344t-.156.363t-.357.165t-.356-.165m-11.4-7.834q.144-.144.144-.356v-2.5h2.006l-1-1H9.308q-.33%200-.568.24q-.24.239-.24.568v2.692q0%20.212.144.356t.357.144t.356-.144m11.374-2.34q0%20.301-.122.596q-.12.294-.363.538l-1.58%201.58q-.243.243-.566.243t-.565-.242l-2.47-2.489l.68-.682q.24-.241.24-.562t-.243-.563l-1.177-1.158q-.161-.162-.363-.071T14%209.5v.98h-.677L9.289%206.467q-.243-.243-.243-.566t.243-.565l1.58-1.581q.242-.242.534-.363q.291-.122.593-.122t.597.122t.538.363l7.115%207.115q.243.242.364.534q.12.291.12.593%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-off-rounded.svg?color=%231a73e8&size=48