directions off icon
directions-off-outline-sharp from Material Symbols Light by Google · Outline Sharp · Maps · Apache-2.0 Free for personal and commercial use.
- Name
- directions-off-outline-sharp
- Set
- Material Symbols Light
- Style
- Outline Sharp
- 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="m21.11 22.53l-5.13-5.134L12 21.377L2.623 12l3.98-3.98l-4.716-4.712l.713-.714l19.223 19.223zm-5.818-5.822l-8-8L4 12l8 8zm2.808-1.431l-.688-.688L20 12l-8-8l-2.588 2.589l-.689-.689L12 2.623L21.377 12zM8.5 14.5v-4h2.006l1 1H9.5v3zm6.546-2.277L16.288 11L14 8.692V10.5h-.677z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightDirectionsOffOutlineSharp(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="m21.11 22.53l-5.13-5.134L12 21.377L2.623 12l3.98-3.98l-4.716-4.712l.713-.714l19.223 19.223zm-5.818-5.822l-8-8L4 12l8 8zm2.808-1.431l-.688-.688L20 12l-8-8l-2.588 2.589l-.689-.689L12 2.623L21.377 12zM8.5 14.5v-4h2.006l1 1H9.5v3zm6.546-2.277L16.288 11L14 8.692V10.5h-.677z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m21.11 22.53l-5.13-5.134L12 21.377L2.623 12l3.98-3.98l-4.716-4.712l.713-.714l19.223 19.223zm-5.818-5.822l-8-8L4 12l8 8zm2.808-1.431l-.688-.688L20 12l-8-8l-2.588 2.589l-.689-.689L12 2.623L21.377 12zM8.5 14.5v-4h2.006l1 1H9.5v3zm6.546-2.277L16.288 11L14 8.692V10.5h-.677z"/></svg> </template>
CSS
.icon-directions-off-outline-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%22m21.11%2022.53l-5.13-5.134L12%2021.377L2.623%2012l3.98-3.98l-4.716-4.712l.713-.714l19.223%2019.223zm-5.818-5.822l-8-8L4%2012l8%208zm2.808-1.431l-.688-.688L20%2012l-8-8l-2.588%202.589l-.689-.689L12%202.623L21.377%2012zM8.5%2014.5v-4h2.006l1%201H9.5v3zm6.546-2.277L16.288%2011L14%208.692V10.5h-.677z%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%22m21.11%2022.53l-5.13-5.134L12%2021.377L2.623%2012l3.98-3.98l-4.716-4.712l.713-.714l19.223%2019.223zm-5.818-5.822l-8-8L4%2012l8%208zm2.808-1.431l-.688-.688L20%2012l-8-8l-2.588%202.589l-.689-.689L12%202.623L21.377%2012zM8.5%2014.5v-4h2.006l1%201H9.5v3zm6.546-2.277L16.288%2011L14%208.692V10.5h-.677z%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-outline-sharp.svg?color=%231a73e8&size=48