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

Name
wrong-location-rounded
Set
Material Symbols Light
Style
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="M13.143 11.259q.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-.472M12 3q.252 0 .462.021t.48.033L14.9 5.012l-.508.507q-.67.672-.658 1.593t.683 1.592t1.605.671t1.605-.671l.483-.483l.929.935q.023.288.04.57t.017.57q0 2.062-1.555 4.545q-1.556 2.482-4.62 5.35q-.198.173-.442.259t-.479.087t-.47-.077q-.234-.077-.432-.25q-1.067-.981-2.164-2.175q-1.096-1.194-1.99-2.494q-.896-1.299-1.468-2.632t-.572-2.613q0-3.173 2.066-5.234Q9.037 3 12 3m6.11 2.72l-1.746 1.746q-.16.159-.354.159t-.354-.16t-.15-.363t.15-.344l1.746-1.746l-1.746-1.746q-.16-.16-.16-.354t.16-.354t.363-.15q.204.01.345.15l1.745 1.746l1.747-1.746q.16-.16.353-.16q.195 0 .354.16q.16.16.15.363q-.01.204-.15.345l-1.746 1.746l1.746 1.746q.16.16.16.354t-.16.354q-.16.159-.363.15q-.204-.01-.344-.15z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightWrongLocationRounded(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="M13.143 11.259q.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-.472M12 3q.252 0 .462.021t.48.033L14.9 5.012l-.508.507q-.67.672-.658 1.593t.683 1.592t1.605.671t1.605-.671l.483-.483l.929.935q.023.288.04.57t.017.57q0 2.062-1.555 4.545q-1.556 2.482-4.62 5.35q-.198.173-.442.259t-.479.087t-.47-.077q-.234-.077-.432-.25q-1.067-.981-2.164-2.175q-1.096-1.194-1.99-2.494q-.896-1.299-1.468-2.632t-.572-2.613q0-3.173 2.066-5.234Q9.037 3 12 3m6.11 2.72l-1.746 1.746q-.16.159-.354.159t-.354-.16t-.15-.363t.15-.344l1.746-1.746l-1.746-1.746q-.16-.16-.16-.354t.16-.354t.363-.15q.204.01.345.15l1.745 1.746l1.747-1.746q.16-.16.353-.16q.195 0 .354.16q.16.16.15.363q-.01.204-.15.345l-1.746 1.746l1.746 1.746q.16.16.16.354t-.16.354q-.16.159-.363.15q-.204-.01-.344-.15z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.143 11.259q.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-.472M12 3q.252 0 .462.021t.48.033L14.9 5.012l-.508.507q-.67.672-.658 1.593t.683 1.592t1.605.671t1.605-.671l.483-.483l.929.935q.023.288.04.57t.017.57q0 2.062-1.555 4.545q-1.556 2.482-4.62 5.35q-.198.173-.442.259t-.479.087t-.47-.077q-.234-.077-.432-.25q-1.067-.981-2.164-2.175q-1.096-1.194-1.99-2.494q-.896-1.299-1.468-2.632t-.572-2.613q0-3.173 2.066-5.234Q9.037 3 12 3m6.11 2.72l-1.746 1.746q-.16.159-.354.159t-.354-.16t-.15-.363t.15-.344l1.746-1.746l-1.746-1.746q-.16-.16-.16-.354t.16-.354t.363-.15q.204.01.345.15l1.745 1.746l1.747-1.746q.16-.16.353-.16q.195 0 .354.16q.16.16.15.363q-.01.204-.15.345l-1.746 1.746l1.746 1.746q.16.16.16.354t-.16.354q-.16.159-.363.15q-.204-.01-.344-.15z"/></svg>
</template>

CSS

.icon-wrong-location-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%22M13.143%2011.259q.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-.472M12%203q.252%200%20.462.021t.48.033L14.9%205.012l-.508.507q-.67.672-.658%201.593t.683%201.592t1.605.671t1.605-.671l.483-.483l.929.935q.023.288.04.57t.017.57q0%202.062-1.555%204.545q-1.556%202.482-4.62%205.35q-.198.173-.442.259t-.479.087t-.47-.077q-.234-.077-.432-.25q-1.067-.981-2.164-2.175q-1.096-1.194-1.99-2.494q-.896-1.299-1.468-2.632t-.572-2.613q0-3.173%202.066-5.234Q9.037%203%2012%203m6.11%202.72l-1.746%201.746q-.16.159-.354.159t-.354-.16t-.15-.363t.15-.344l1.746-1.746l-1.746-1.746q-.16-.16-.16-.354t.16-.354t.363-.15q.204.01.345.15l1.745%201.746l1.747-1.746q.16-.16.353-.16q.195%200%20.354.16q.16.16.15.363q-.01.204-.15.345l-1.746%201.746l1.746%201.746q.16.16.16.354t-.16.354q-.16.159-.363.15q-.204-.01-.344-.15z%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%22M13.143%2011.259q.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-.472M12%203q.252%200%20.462.021t.48.033L14.9%205.012l-.508.507q-.67.672-.658%201.593t.683%201.592t1.605.671t1.605-.671l.483-.483l.929.935q.023.288.04.57t.017.57q0%202.062-1.555%204.545q-1.556%202.482-4.62%205.35q-.198.173-.442.259t-.479.087t-.47-.077q-.234-.077-.432-.25q-1.067-.981-2.164-2.175q-1.096-1.194-1.99-2.494q-.896-1.299-1.468-2.632t-.572-2.613q0-3.173%202.066-5.234Q9.037%203%2012%203m6.11%202.72l-1.746%201.746q-.16.159-.354.159t-.354-.16t-.15-.363t.15-.344l1.746-1.746l-1.746-1.746q-.16-.16-.16-.354t.16-.354t.363-.15q.204.01.345.15l1.745%201.746l1.747-1.746q.16-.16.353-.16q.195%200%20.354.16q.16.16.15.363q-.01.204-.15.345l-1.746%201.746l1.746%201.746q.16.16.16.354t-.16.354q-.16.159-.363.15q-.204-.01-.344-.15z%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-rounded.svg?color=%231a73e8&size=48