location-off-outline from Material Symbols by Google · Outline · Maps · Apache-2.0 Free for personal and commercial use.

Name
location-off-outline
Set
Material Symbols
Style
Outline
Category
Maps
Viewbox
24×24
License
Apache 2.0
Aliases
location-off-outline-sharp

3 other variants in Material Symbols

The same icon in other sets

More maps icons from Material Symbols

Use the location off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14 10q0-.825-.587-1.412T12 8q-.25 0-.475.05t-.425.175l2.675 2.675q.125-.2.175-.425T14 10m4.2 5.325l-1.45-1.45q.625-1.05.938-1.962T18 10.2q0-2.725-1.737-4.462T12 4q-1.1 0-2.062.338T8.2 5.325L6.775 3.9Q7.85 2.975 9.2 2.488T12 2q3.175 0 5.588 2.225T20 10.2q0 1.2-.45 2.463t-1.35 2.662M14.275 17.1L6.1 8.925q-.05.3-.075.625T6 10.2q0 1.775 1.475 4.063T12 19.35q.65-.575 1.213-1.137t1.062-1.113m6.2 6.2l-4.8-4.8q-.8.85-1.7 1.725T12 22q-4.025-3.425-6.012-6.362T4 10.2q0-.8.125-1.525t.35-1.375l-3.8-3.8L2.1 2.075l19.8 19.8zm-8-13.7"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLocationOffOutline(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="M14 10q0-.825-.587-1.412T12 8q-.25 0-.475.05t-.425.175l2.675 2.675q.125-.2.175-.425T14 10m4.2 5.325l-1.45-1.45q.625-1.05.938-1.962T18 10.2q0-2.725-1.737-4.462T12 4q-1.1 0-2.062.338T8.2 5.325L6.775 3.9Q7.85 2.975 9.2 2.488T12 2q3.175 0 5.588 2.225T20 10.2q0 1.2-.45 2.463t-1.35 2.662M14.275 17.1L6.1 8.925q-.05.3-.075.625T6 10.2q0 1.775 1.475 4.063T12 19.35q.65-.575 1.213-1.137t1.062-1.113m6.2 6.2l-4.8-4.8q-.8.85-1.7 1.725T12 22q-4.025-3.425-6.012-6.362T4 10.2q0-.8.125-1.525t.35-1.375l-3.8-3.8L2.1 2.075l19.8 19.8zm-8-13.7"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14 10q0-.825-.587-1.412T12 8q-.25 0-.475.05t-.425.175l2.675 2.675q.125-.2.175-.425T14 10m4.2 5.325l-1.45-1.45q.625-1.05.938-1.962T18 10.2q0-2.725-1.737-4.462T12 4q-1.1 0-2.062.338T8.2 5.325L6.775 3.9Q7.85 2.975 9.2 2.488T12 2q3.175 0 5.588 2.225T20 10.2q0 1.2-.45 2.463t-1.35 2.662M14.275 17.1L6.1 8.925q-.05.3-.075.625T6 10.2q0 1.775 1.475 4.063T12 19.35q.65-.575 1.213-1.137t1.062-1.113m6.2 6.2l-4.8-4.8q-.8.85-1.7 1.725T12 22q-4.025-3.425-6.012-6.362T4 10.2q0-.8.125-1.525t.35-1.375l-3.8-3.8L2.1 2.075l19.8 19.8zm-8-13.7"/></svg>
</template>

CSS

.icon-location-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%22M14%2010q0-.825-.587-1.412T12%208q-.25%200-.475.05t-.425.175l2.675%202.675q.125-.2.175-.425T14%2010m4.2%205.325l-1.45-1.45q.625-1.05.938-1.962T18%2010.2q0-2.725-1.737-4.462T12%204q-1.1%200-2.062.338T8.2%205.325L6.775%203.9Q7.85%202.975%209.2%202.488T12%202q3.175%200%205.588%202.225T20%2010.2q0%201.2-.45%202.463t-1.35%202.662M14.275%2017.1L6.1%208.925q-.05.3-.075.625T6%2010.2q0%201.775%201.475%204.063T12%2019.35q.65-.575%201.213-1.137t1.062-1.113m6.2%206.2l-4.8-4.8q-.8.85-1.7%201.725T12%2022q-4.025-3.425-6.012-6.362T4%2010.2q0-.8.125-1.525t.35-1.375l-3.8-3.8L2.1%202.075l19.8%2019.8zm-8-13.7%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%22M14%2010q0-.825-.587-1.412T12%208q-.25%200-.475.05t-.425.175l2.675%202.675q.125-.2.175-.425T14%2010m4.2%205.325l-1.45-1.45q.625-1.05.938-1.962T18%2010.2q0-2.725-1.737-4.462T12%204q-1.1%200-2.062.338T8.2%205.325L6.775%203.9Q7.85%202.975%209.2%202.488T12%202q3.175%200%205.588%202.225T20%2010.2q0%201.2-.45%202.463t-1.35%202.662M14.275%2017.1L6.1%208.925q-.05.3-.075.625T6%2010.2q0%201.775%201.475%204.063T12%2019.35q.65-.575%201.213-1.137t1.062-1.113m6.2%206.2l-4.8-4.8q-.8.85-1.7%201.725T12%2022q-4.025-3.425-6.012-6.362T4%2010.2q0-.8.125-1.525t.35-1.375l-3.8-3.8L2.1%202.075l19.8%2019.8zm-8-13.7%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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