gps icon
gps from Jam Icons by Michael Amprimo · Outline · MIT Free for personal and commercial use.
- Name
- gps
- Set
- Jam Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- MIT
1 other variant in Jam Icons
The same icon in other sets
Use the gps icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-1.5 -1 24 24"><path fill="currentColor" d="M18.913 2.9L2.632 9.226l4.829 2.006a5.77 5.77 0 0 1 3.118 3.119l2.006 4.828zm1.847.682l-6.328 16.281c-.4 1.03-1.551 1.557-2.571 1.18a1.92 1.92 0 0 1-1.11-1.067l-2.007-4.83a3.85 3.85 0 0 0-2.079-2.078l-4.828-2.006C.833 10.645.375 9.486.814 8.472A2.05 2.05 0 0 1 1.949 7.38L18.23 1.052a1.945 1.945 0 0 1 2.53 2.53"/></svg>
React
import type { SVGProps } from "react";
export function JamGps(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-1.5 -1 24 24"><path fill="currentColor" d="M18.913 2.9L2.632 9.226l4.829 2.006a5.77 5.77 0 0 1 3.118 3.119l2.006 4.828zm1.847.682l-6.328 16.281c-.4 1.03-1.551 1.557-2.571 1.18a1.92 1.92 0 0 1-1.11-1.067l-2.007-4.83a3.85 3.85 0 0 0-2.079-2.078l-4.828-2.006C.833 10.645.375 9.486.814 8.472A2.05 2.05 0 0 1 1.949 7.38L18.23 1.052a1.945 1.945 0 0 1 2.53 2.53"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-1.5 -1 24 24"><path fill="currentColor" d="M18.913 2.9L2.632 9.226l4.829 2.006a5.77 5.77 0 0 1 3.118 3.119l2.006 4.828zm1.847.682l-6.328 16.281c-.4 1.03-1.551 1.557-2.571 1.18a1.92 1.92 0 0 1-1.11-1.067l-2.007-4.83a3.85 3.85 0 0 0-2.079-2.078l-4.828-2.006C.833 10.645.375 9.486.814 8.472A2.05 2.05 0 0 1 1.949 7.38L18.23 1.052a1.945 1.945 0 0 1 2.53 2.53"/></svg> </template>
CSS
.icon-gps {
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%22-1.5%20-1%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.913%202.9L2.632%209.226l4.829%202.006a5.77%205.77%200%200%201%203.118%203.119l2.006%204.828zm1.847.682l-6.328%2016.281c-.4%201.03-1.551%201.557-2.571%201.18a1.92%201.92%200%200%201-1.11-1.067l-2.007-4.83a3.85%203.85%200%200%200-2.079-2.078l-4.828-2.006C.833%2010.645.375%209.486.814%208.472A2.05%202.05%200%200%201%201.949%207.38L18.23%201.052a1.945%201.945%200%200%201%202.53%202.53%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%22-1.5%20-1%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.913%202.9L2.632%209.226l4.829%202.006a5.77%205.77%200%200%201%203.118%203.119l2.006%204.828zm1.847.682l-6.328%2016.281c-.4%201.03-1.551%201.557-2.571%201.18a1.92%201.92%200%200%201-1.11-1.067l-2.007-4.83a3.85%203.85%200%200%200-2.079-2.078l-4.828-2.006C.833%2010.645.375%209.486.814%208.472A2.05%202.05%200%200%201%201.949%207.38L18.23%201.052a1.945%201.945%200%200%201%202.53%202.53%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/jam/gps.svg?color=%231a73e8&size=48