location off icon
location-off from Material Symbols by Google · Regular · Maps · Apache-2.0 Free for personal and commercial use.
- Name
- location-off
- Set
- Material Symbols
- Style
- Regular
- Category
- Maps
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- location-off-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="m20.475 23.3l-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.8zM18.2 15.325L13.775 10.9q.125-.2.175-.425T14 10q0-.825-.587-1.412T12 8q-.25 0-.475.05t-.425.175L6.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.662"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLocationOff(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.3l-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.8zM18.2 15.325L13.775 10.9q.125-.2.175-.425T14 10q0-.825-.587-1.412T12 8q-.25 0-.475.05t-.425.175L6.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.662"/></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.3l-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.8zM18.2 15.325L13.775 10.9q.125-.2.175-.425T14 10q0-.825-.587-1.412T12 8q-.25 0-.475.05t-.425.175L6.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.662"/></svg> </template>
CSS
.icon-location-off {
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.3l-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.8zM18.2%2015.325L13.775%2010.9q.125-.2.175-.425T14%2010q0-.825-.587-1.412T12%208q-.25%200-.475.05t-.425.175L6.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.662%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.3l-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.8zM18.2%2015.325L13.775%2010.9q.125-.2.175-.425T14%2010q0-.825-.587-1.412T12%208q-.25%200-.475.05t-.425.175L6.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.662%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.svg?color=%231a73e8&size=48