compass-off-outline from Material Design Icons by Pictogrammers · Outline · Geographic Information System · Apache-2.0 Free for personal and commercial use.

Name
compass-off-outline
Set
Material Design Icons
Style
Outline
Category
Geographic Information System
Viewbox
24×24
License
Apache 2.0

1 other variant in Material Design Icons

The same icon in other sets

More geographic information system icons from Material Design Icons

Use the compass off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m1 3.5l1.28-1.25l19.47 19.47L20.5 23l-2.8-2.78A10 10 0 0 1 12 22A10 10 0 0 1 2 12c0-2.12.66-4.08 1.78-5.7zM7 17l2.39-5.09l-4.16-4.17A8.03 8.03 0 0 0 4 12a8 8 0 0 0 8 8c1.56 0 3-.45 4.26-1.23l-4.17-4.16zM17 7l-2.38 5.05l-2.67-2.67zm-5-5a10 10 0 0 1 10 10c0 2.1-.65 4.06-1.76 5.67l-1.44-1.45C19.56 15 20 13.55 20 12a8 8 0 0 0-8-8c-1.55 0-3 .44-4.22 1.2L6.33 3.76A9.97 9.97 0 0 1 12 2"/></svg>

React

import type { SVGProps } from "react";

export function MdiCompassOffOutline(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="m1 3.5l1.28-1.25l19.47 19.47L20.5 23l-2.8-2.78A10 10 0 0 1 12 22A10 10 0 0 1 2 12c0-2.12.66-4.08 1.78-5.7zM7 17l2.39-5.09l-4.16-4.17A8.03 8.03 0 0 0 4 12a8 8 0 0 0 8 8c1.56 0 3-.45 4.26-1.23l-4.17-4.16zM17 7l-2.38 5.05l-2.67-2.67zm-5-5a10 10 0 0 1 10 10c0 2.1-.65 4.06-1.76 5.67l-1.44-1.45C19.56 15 20 13.55 20 12a8 8 0 0 0-8-8c-1.55 0-3 .44-4.22 1.2L6.33 3.76A9.97 9.97 0 0 1 12 2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m1 3.5l1.28-1.25l19.47 19.47L20.5 23l-2.8-2.78A10 10 0 0 1 12 22A10 10 0 0 1 2 12c0-2.12.66-4.08 1.78-5.7zM7 17l2.39-5.09l-4.16-4.17A8.03 8.03 0 0 0 4 12a8 8 0 0 0 8 8c1.56 0 3-.45 4.26-1.23l-4.17-4.16zM17 7l-2.38 5.05l-2.67-2.67zm-5-5a10 10 0 0 1 10 10c0 2.1-.65 4.06-1.76 5.67l-1.44-1.45C19.56 15 20 13.55 20 12a8 8 0 0 0-8-8c-1.55 0-3 .44-4.22 1.2L6.33 3.76A9.97 9.97 0 0 1 12 2"/></svg>
</template>

CSS

.icon-compass-off-outline {
  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%22m1%203.5l1.28-1.25l19.47%2019.47L20.5%2023l-2.8-2.78A10%2010%200%200%201%2012%2022A10%2010%200%200%201%202%2012c0-2.12.66-4.08%201.78-5.7zM7%2017l2.39-5.09l-4.16-4.17A8.03%208.03%200%200%200%204%2012a8%208%200%200%200%208%208c1.56%200%203-.45%204.26-1.23l-4.17-4.16zM17%207l-2.38%205.05l-2.67-2.67zm-5-5a10%2010%200%200%201%2010%2010c0%202.1-.65%204.06-1.76%205.67l-1.44-1.45C19.56%2015%2020%2013.55%2020%2012a8%208%200%200%200-8-8c-1.55%200-3%20.44-4.22%201.2L6.33%203.76A9.97%209.97%200%200%201%2012%202%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%22m1%203.5l1.28-1.25l19.47%2019.47L20.5%2023l-2.8-2.78A10%2010%200%200%201%2012%2022A10%2010%200%200%201%202%2012c0-2.12.66-4.08%201.78-5.7zM7%2017l2.39-5.09l-4.16-4.17A8.03%208.03%200%200%200%204%2012a8%208%200%200%200%208%208c1.56%200%203-.45%204.26-1.23l-4.17-4.16zM17%207l-2.38%205.05l-2.67-2.67zm-5-5a10%2010%200%200%201%2010%2010c0%202.1-.65%204.06-1.76%205.67l-1.44-1.45C19.56%2015%2020%2013.55%2020%2012a8%208%200%200%200-8-8c-1.55%200-3%20.44-4.22%201.2L6.33%203.76A9.97%209.97%200%200%201%2012%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/compass-off-outline.svg?color=%231a73e8&size=48