location off icon
location-off-rounded from Material Symbols by Google · Rounded · Maps · Apache-2.0 Free for personal and commercial use.
- Name
- location-off-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Maps
- Viewbox
- 24×24
- License
- Apache 2.0
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="M11.3 21.2q-.35-.125-.625-.375Q9.05 19.325 7.8 17.9t-2.087-2.762t-1.275-2.575T4 10.2q0-.8.125-1.525t.35-1.375l-3.1-3.1q-.3-.3-.3-.712t.3-.713t.713-.3t.712.3l18.4 18.4q.3.3.3.713t-.3.712t-.712.3t-.713-.3l-4.1-4.1q-.625.65-1.25 1.288t-1.1 1.037q-.275.25-.625.375t-.7.125t-.7-.125M12 2q3.175 0 5.588 2.225T20 10.2q0 .875-.25 1.813T19 13.95q-.275.55-.888.613t-1.037-.363l-3.3-3.3q.125-.2.175-.425T14 10q0-.425-.15-.788t-.425-.637t-.638-.425T12 8q-.25 0-.475.05t-.425.175L7.875 5q-.45-.45-.387-1.062T8.075 3q.875-.5 1.875-.75T12 2"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLocationOffRounded(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="M11.3 21.2q-.35-.125-.625-.375Q9.05 19.325 7.8 17.9t-2.087-2.762t-1.275-2.575T4 10.2q0-.8.125-1.525t.35-1.375l-3.1-3.1q-.3-.3-.3-.712t.3-.713t.713-.3t.712.3l18.4 18.4q.3.3.3.713t-.3.712t-.712.3t-.713-.3l-4.1-4.1q-.625.65-1.25 1.288t-1.1 1.037q-.275.25-.625.375t-.7.125t-.7-.125M12 2q3.175 0 5.588 2.225T20 10.2q0 .875-.25 1.813T19 13.95q-.275.55-.888.613t-1.037-.363l-3.3-3.3q.125-.2.175-.425T14 10q0-.425-.15-.788t-.425-.637t-.638-.425T12 8q-.25 0-.475.05t-.425.175L7.875 5q-.45-.45-.387-1.062T8.075 3q.875-.5 1.875-.75T12 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="M11.3 21.2q-.35-.125-.625-.375Q9.05 19.325 7.8 17.9t-2.087-2.762t-1.275-2.575T4 10.2q0-.8.125-1.525t.35-1.375l-3.1-3.1q-.3-.3-.3-.712t.3-.713t.713-.3t.712.3l18.4 18.4q.3.3.3.713t-.3.712t-.712.3t-.713-.3l-4.1-4.1q-.625.65-1.25 1.288t-1.1 1.037q-.275.25-.625.375t-.7.125t-.7-.125M12 2q3.175 0 5.588 2.225T20 10.2q0 .875-.25 1.813T19 13.95q-.275.55-.888.613t-1.037-.363l-3.3-3.3q.125-.2.175-.425T14 10q0-.425-.15-.788t-.425-.637t-.638-.425T12 8q-.25 0-.475.05t-.425.175L7.875 5q-.45-.45-.387-1.062T8.075 3q.875-.5 1.875-.75T12 2"/></svg> </template>
CSS
.icon-location-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%22M11.3%2021.2q-.35-.125-.625-.375Q9.05%2019.325%207.8%2017.9t-2.087-2.762t-1.275-2.575T4%2010.2q0-.8.125-1.525t.35-1.375l-3.1-3.1q-.3-.3-.3-.712t.3-.713t.713-.3t.712.3l18.4%2018.4q.3.3.3.713t-.3.712t-.712.3t-.713-.3l-4.1-4.1q-.625.65-1.25%201.288t-1.1%201.037q-.275.25-.625.375t-.7.125t-.7-.125M12%202q3.175%200%205.588%202.225T20%2010.2q0%20.875-.25%201.813T19%2013.95q-.275.55-.888.613t-1.037-.363l-3.3-3.3q.125-.2.175-.425T14%2010q0-.425-.15-.788t-.425-.637t-.638-.425T12%208q-.25%200-.475.05t-.425.175L7.875%205q-.45-.45-.387-1.062T8.075%203q.875-.5%201.875-.75T12%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%22M11.3%2021.2q-.35-.125-.625-.375Q9.05%2019.325%207.8%2017.9t-2.087-2.762t-1.275-2.575T4%2010.2q0-.8.125-1.525t.35-1.375l-3.1-3.1q-.3-.3-.3-.712t.3-.713t.713-.3t.712.3l18.4%2018.4q.3.3.3.713t-.3.712t-.712.3t-.713-.3l-4.1-4.1q-.625.65-1.25%201.288t-1.1%201.037q-.275.25-.625.375t-.7.125t-.7-.125M12%202q3.175%200%205.588%202.225T20%2010.2q0%20.875-.25%201.813T19%2013.95q-.275.55-.888.613t-1.037-.363l-3.3-3.3q.125-.2.175-.425T14%2010q0-.425-.15-.788t-.425-.637t-.638-.425T12%208q-.25%200-.475.05t-.425.175L7.875%205q-.45-.45-.387-1.062T8.075%203q.875-.5%201.875-.75T12%202%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-rounded.svg?color=%231a73e8&size=48