round location off icon

round-location-off from Google Material Icons by Material Design Authors · Baseline · Communication · Apache-2.0 Free for personal and commercial use.

Name
round-location-off
Set
Google Material Icons
Style
Baseline
Category
Communication
Viewbox
24×24
License
Apache 2.0

More communication icons from Google Material Icons

Use the round 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="M2.71 3.56a.996.996 0 0 0 0 1.41l2.47 2.47C5.07 7.95 5 8.47 5 9c0 4.17 4.42 9.92 6.23 12.11c.4.48 1.13.48 1.53 0c.65-.78 1.62-2.01 2.61-3.46l2.65 2.65a.996.996 0 1 0 1.41-1.41L4.12 3.56a.996.996 0 0 0-1.41 0M12 2c-1.84 0-3.5.71-4.75 1.86l3.19 3.19c.43-.34.97-.55 1.56-.55A2.5 2.5 0 0 1 14.5 9c0 .59-.21 1.13-.56 1.56l3.55 3.55C18.37 12.36 19 10.57 19 9c0-3.87-3.13-7-7-7"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundLocationOff(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="M2.71 3.56a.996.996 0 0 0 0 1.41l2.47 2.47C5.07 7.95 5 8.47 5 9c0 4.17 4.42 9.92 6.23 12.11c.4.48 1.13.48 1.53 0c.65-.78 1.62-2.01 2.61-3.46l2.65 2.65a.996.996 0 1 0 1.41-1.41L4.12 3.56a.996.996 0 0 0-1.41 0M12 2c-1.84 0-3.5.71-4.75 1.86l3.19 3.19c.43-.34.97-.55 1.56-.55A2.5 2.5 0 0 1 14.5 9c0 .59-.21 1.13-.56 1.56l3.55 3.55C18.37 12.36 19 10.57 19 9c0-3.87-3.13-7-7-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="M2.71 3.56a.996.996 0 0 0 0 1.41l2.47 2.47C5.07 7.95 5 8.47 5 9c0 4.17 4.42 9.92 6.23 12.11c.4.48 1.13.48 1.53 0c.65-.78 1.62-2.01 2.61-3.46l2.65 2.65a.996.996 0 1 0 1.41-1.41L4.12 3.56a.996.996 0 0 0-1.41 0M12 2c-1.84 0-3.5.71-4.75 1.86l3.19 3.19c.43-.34.97-.55 1.56-.55A2.5 2.5 0 0 1 14.5 9c0 .59-.21 1.13-.56 1.56l3.55 3.55C18.37 12.36 19 10.57 19 9c0-3.87-3.13-7-7-7"/></svg>
</template>

CSS

.icon-round-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%22M2.71%203.56a.996.996%200%200%200%200%201.41l2.47%202.47C5.07%207.95%205%208.47%205%209c0%204.17%204.42%209.92%206.23%2012.11c.4.48%201.13.48%201.53%200c.65-.78%201.62-2.01%202.61-3.46l2.65%202.65a.996.996%200%201%200%201.41-1.41L4.12%203.56a.996.996%200%200%200-1.41%200M12%202c-1.84%200-3.5.71-4.75%201.86l3.19%203.19c.43-.34.97-.55%201.56-.55A2.5%202.5%200%200%201%2014.5%209c0%20.59-.21%201.13-.56%201.56l3.55%203.55C18.37%2012.36%2019%2010.57%2019%209c0-3.87-3.13-7-7-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%22M2.71%203.56a.996.996%200%200%200%200%201.41l2.47%202.47C5.07%207.95%205%208.47%205%209c0%204.17%204.42%209.92%206.23%2012.11c.4.48%201.13.48%201.53%200c.65-.78%201.62-2.01%202.61-3.46l2.65%202.65a.996.996%200%201%200%201.41-1.41L4.12%203.56a.996.996%200%200%200-1.41%200M12%202c-1.84%200-3.5.71-4.75%201.86l3.19%203.19c.43-.34.97-.55%201.56-.55A2.5%202.5%200%200%201%2014.5%209c0%20.59-.21%201.13-.56%201.56l3.55%203.55C18.37%2012.36%2019%2010.57%2019%209c0-3.87-3.13-7-7-7%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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