gps fix icon

gps-fix-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.

Name
gps-fix-fill
Set
Phosphor
Style
Fill
Viewbox
256×256
License
MIT

5 other variants in Phosphor

Related icons in Phosphor

Use the gps fix icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M240 120h-24.37A88.13 88.13 0 0 0 136 40.37V16a8 8 0 0 0-16 0v24.37A88.13 88.13 0 0 0 40.37 120H16a8 8 0 0 0 0 16h24.37A88.13 88.13 0 0 0 120 215.63V240a8 8 0 0 0 16 0v-24.37A88.13 88.13 0 0 0 215.63 136H240a8 8 0 0 0 0-16m-112 80a72 72 0 1 1 72-72a72.08 72.08 0 0 1-72 72m40-72a40 40 0 1 1-40-40a40 40 0 0 1 40 40"/></svg>

React

import type { SVGProps } from "react";

export function PhGpsFixFill(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M240 120h-24.37A88.13 88.13 0 0 0 136 40.37V16a8 8 0 0 0-16 0v24.37A88.13 88.13 0 0 0 40.37 120H16a8 8 0 0 0 0 16h24.37A88.13 88.13 0 0 0 120 215.63V240a8 8 0 0 0 16 0v-24.37A88.13 88.13 0 0 0 215.63 136H240a8 8 0 0 0 0-16m-112 80a72 72 0 1 1 72-72a72.08 72.08 0 0 1-72 72m40-72a40 40 0 1 1-40-40a40 40 0 0 1 40 40"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M240 120h-24.37A88.13 88.13 0 0 0 136 40.37V16a8 8 0 0 0-16 0v24.37A88.13 88.13 0 0 0 40.37 120H16a8 8 0 0 0 0 16h24.37A88.13 88.13 0 0 0 120 215.63V240a8 8 0 0 0 16 0v-24.37A88.13 88.13 0 0 0 215.63 136H240a8 8 0 0 0 0-16m-112 80a72 72 0 1 1 72-72a72.08 72.08 0 0 1-72 72m40-72a40 40 0 1 1-40-40a40 40 0 0 1 40 40"/></svg>
</template>

CSS

.icon-gps-fix-fill {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M240%20120h-24.37A88.13%2088.13%200%200%200%20136%2040.37V16a8%208%200%200%200-16%200v24.37A88.13%2088.13%200%200%200%2040.37%20120H16a8%208%200%200%200%200%2016h24.37A88.13%2088.13%200%200%200%20120%20215.63V240a8%208%200%200%200%2016%200v-24.37A88.13%2088.13%200%200%200%20215.63%20136H240a8%208%200%200%200%200-16m-112%2080a72%2072%200%201%201%2072-72a72.08%2072.08%200%200%201-72%2072m40-72a40%2040%200%201%201-40-40a40%2040%200%200%201%2040%2040%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M240%20120h-24.37A88.13%2088.13%200%200%200%20136%2040.37V16a8%208%200%200%200-16%200v24.37A88.13%2088.13%200%200%200%2040.37%20120H16a8%208%200%200%200%200%2016h24.37A88.13%2088.13%200%200%200%20120%20215.63V240a8%208%200%200%200%2016%200v-24.37A88.13%2088.13%200%200%200%20215.63%20136H240a8%208%200%200%200%200-16m-112%2080a72%2072%200%201%201%2072-72a72.08%2072.08%200%200%201-72%2072m40-72a40%2040%200%201%201-40-40a40%2040%200%200%201%2040%2040%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/gps-fix-fill.svg?color=%231a73e8&size=48