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

Name
wrong-location-outline-rounded
Set
Material Symbols Light
Style
Outline Rounded
Category
Maps
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols Light

The same icon in other sets

More maps icons from Material Symbols Light

Use the wrong location icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 3q.154 0 .305.003q.15.003.31.034v.986q-.153-.011-.307-.027q-.154-.015-.308-.015q-2.621 0-4.359 1.795t-1.737 4.54q0 1.851 1.629 4.38Q9.16 17.222 12 19.676q2.762-2.415 4.39-4.895q1.63-2.48 1.687-4.351q0-.012-.003-.023q-.003-.012-.003-.023h1.02l.002.023q.003.011.003.023q-.058 2.042-1.613 4.506t-4.581 5.273q-.198.173-.442.26q-.245.086-.48.086t-.468-.077t-.433-.25q-1.068-.981-2.164-2.175t-1.99-2.493t-1.467-2.633t-.573-2.613q0-3.173 2.076-5.244T12 3m6.11 2.72l1.746 1.746q.14.14.344.15t.364-.15t.159-.354t-.16-.354l-1.746-1.746l1.746-1.746q.14-.141.15-.345t-.15-.363t-.354-.16t-.353.16l-1.747 1.746l-1.746-1.746q-.14-.14-.344-.15t-.363.15t-.16.353t.16.354l1.746 1.746l-1.746 1.747q-.14.14-.15.344t.15.363t.354.16t.354-.16zm-4.967 5.539q.473-.472.473-1.143q0-.672-.473-1.144Q12.671 8.5 12 8.5t-1.143.472t-.472 1.144q0 .67.472 1.143q.472.472 1.143.472t1.143-.472"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightWrongLocationOutlineRounded(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="M12 3q.154 0 .305.003q.15.003.31.034v.986q-.153-.011-.307-.027q-.154-.015-.308-.015q-2.621 0-4.359 1.795t-1.737 4.54q0 1.851 1.629 4.38Q9.16 17.222 12 19.676q2.762-2.415 4.39-4.895q1.63-2.48 1.687-4.351q0-.012-.003-.023q-.003-.012-.003-.023h1.02l.002.023q.003.011.003.023q-.058 2.042-1.613 4.506t-4.581 5.273q-.198.173-.442.26q-.245.086-.48.086t-.468-.077t-.433-.25q-1.068-.981-2.164-2.175t-1.99-2.493t-1.467-2.633t-.573-2.613q0-3.173 2.076-5.244T12 3m6.11 2.72l1.746 1.746q.14.14.344.15t.364-.15t.159-.354t-.16-.354l-1.746-1.746l1.746-1.746q.14-.141.15-.345t-.15-.363t-.354-.16t-.353.16l-1.747 1.746l-1.746-1.746q-.14-.14-.344-.15t-.363.15t-.16.353t.16.354l1.746 1.746l-1.746 1.747q-.14.14-.15.344t.15.363t.354.16t.354-.16zm-4.967 5.539q.473-.472.473-1.143q0-.672-.473-1.144Q12.671 8.5 12 8.5t-1.143.472t-.472 1.144q0 .67.472 1.143q.472.472 1.143.472t1.143-.472"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 3q.154 0 .305.003q.15.003.31.034v.986q-.153-.011-.307-.027q-.154-.015-.308-.015q-2.621 0-4.359 1.795t-1.737 4.54q0 1.851 1.629 4.38Q9.16 17.222 12 19.676q2.762-2.415 4.39-4.895q1.63-2.48 1.687-4.351q0-.012-.003-.023q-.003-.012-.003-.023h1.02l.002.023q.003.011.003.023q-.058 2.042-1.613 4.506t-4.581 5.273q-.198.173-.442.26q-.245.086-.48.086t-.468-.077t-.433-.25q-1.068-.981-2.164-2.175t-1.99-2.493t-1.467-2.633t-.573-2.613q0-3.173 2.076-5.244T12 3m6.11 2.72l1.746 1.746q.14.14.344.15t.364-.15t.159-.354t-.16-.354l-1.746-1.746l1.746-1.746q.14-.141.15-.345t-.15-.363t-.354-.16t-.353.16l-1.747 1.746l-1.746-1.746q-.14-.14-.344-.15t-.363.15t-.16.353t.16.354l1.746 1.746l-1.746 1.747q-.14.14-.15.344t.15.363t.354.16t.354-.16zm-4.967 5.539q.473-.472.473-1.143q0-.672-.473-1.144Q12.671 8.5 12 8.5t-1.143.472t-.472 1.144q0 .67.472 1.143q.472.472 1.143.472t1.143-.472"/></svg>
</template>

CSS

.icon-wrong-location-outline-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%22M12%203q.154%200%20.305.003q.15.003.31.034v.986q-.153-.011-.307-.027q-.154-.015-.308-.015q-2.621%200-4.359%201.795t-1.737%204.54q0%201.851%201.629%204.38Q9.16%2017.222%2012%2019.676q2.762-2.415%204.39-4.895q1.63-2.48%201.687-4.351q0-.012-.003-.023q-.003-.012-.003-.023h1.02l.002.023q.003.011.003.023q-.058%202.042-1.613%204.506t-4.581%205.273q-.198.173-.442.26q-.245.086-.48.086t-.468-.077t-.433-.25q-1.068-.981-2.164-2.175t-1.99-2.493t-1.467-2.633t-.573-2.613q0-3.173%202.076-5.244T12%203m6.11%202.72l1.746%201.746q.14.14.344.15t.364-.15t.159-.354t-.16-.354l-1.746-1.746l1.746-1.746q.14-.141.15-.345t-.15-.363t-.354-.16t-.353.16l-1.747%201.746l-1.746-1.746q-.14-.14-.344-.15t-.363.15t-.16.353t.16.354l1.746%201.746l-1.746%201.747q-.14.14-.15.344t.15.363t.354.16t.354-.16zm-4.967%205.539q.473-.472.473-1.143q0-.672-.473-1.144Q12.671%208.5%2012%208.5t-1.143.472t-.472%201.144q0%20.67.472%201.143q.472.472%201.143.472t1.143-.472%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%22M12%203q.154%200%20.305.003q.15.003.31.034v.986q-.153-.011-.307-.027q-.154-.015-.308-.015q-2.621%200-4.359%201.795t-1.737%204.54q0%201.851%201.629%204.38Q9.16%2017.222%2012%2019.676q2.762-2.415%204.39-4.895q1.63-2.48%201.687-4.351q0-.012-.003-.023q-.003-.012-.003-.023h1.02l.002.023q.003.011.003.023q-.058%202.042-1.613%204.506t-4.581%205.273q-.198.173-.442.26q-.245.086-.48.086t-.468-.077t-.433-.25q-1.068-.981-2.164-2.175t-1.99-2.493t-1.467-2.633t-.573-2.613q0-3.173%202.076-5.244T12%203m6.11%202.72l1.746%201.746q.14.14.344.15t.364-.15t.159-.354t-.16-.354l-1.746-1.746l1.746-1.746q.14-.141.15-.345t-.15-.363t-.354-.16t-.353.16l-1.747%201.746l-1.746-1.746q-.14-.14-.344-.15t-.363.15t-.16.353t.16.354l1.746%201.746l-1.746%201.747q-.14.14-.15.344t.15.363t.354.16t.354-.16zm-4.967%205.539q.473-.472.473-1.143q0-.672-.473-1.144Q12.671%208.5%2012%208.5t-1.143.472t-.472%201.144q0%20.67.472%201.143q.472.472%201.143.472t1.143-.472%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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