gps slash icon
gps-slash-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.
- Name
- gps-slash-filled
- Set
- Reicon
- Style
- Filled
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
The same icon in other sets
More newicons icons from Reicon
Use the gps slash icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22.75 11.999c0 .41-.34.75-.75.75h-2.04c-.35 3.81-3.4 6.86-7.21 7.21v2.04c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-2.04c-.61-.05-1.21-.18-1.78-.37c-.71-.24-.93-1.14-.4-1.67l2.81-2.81c.04.01.07.01.11.01c1.73 0 3.12-1.39 3.12-3.12c0-.04 0-.07-.01-.11l2.81-2.81c.53-.53 1.43-.31 1.67.4c.19.57.32 1.16.37 1.78H22c.41-.01.75.33.75.74m-.98-9.769c-.3-.3-.79-.3-1.09 0l-3.61 3.61c-1.2-.99-2.7-1.64-4.33-1.79V2c0-.41-.34-.75-.75-.75s-.75.34-.75.75v2.04c-3.81.36-6.86 3.4-7.21 7.21H2c-.41 0-.75.34-.75.75s.34.75.75.75h2.04c.15 1.63.8 3.13 1.79 4.33l-3.61 3.61c-.3.3-.3.79 0 1.09c.16.14.35.22.55.22s.39-.08.54-.23L21.77 3.31c.31-.3.31-.78 0-1.08M8.88 12c0-1.72 1.4-3.12 3.12-3.12c.58 0 1.12.17 1.58.45l-4.25 4.25c-.28-.46-.45-1-.45-1.58"/></svg>
React
import type { SVGProps } from "react";
export function ReiconGpsSlashFilled(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="M22.75 11.999c0 .41-.34.75-.75.75h-2.04c-.35 3.81-3.4 6.86-7.21 7.21v2.04c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-2.04c-.61-.05-1.21-.18-1.78-.37c-.71-.24-.93-1.14-.4-1.67l2.81-2.81c.04.01.07.01.11.01c1.73 0 3.12-1.39 3.12-3.12c0-.04 0-.07-.01-.11l2.81-2.81c.53-.53 1.43-.31 1.67.4c.19.57.32 1.16.37 1.78H22c.41-.01.75.33.75.74m-.98-9.769c-.3-.3-.79-.3-1.09 0l-3.61 3.61c-1.2-.99-2.7-1.64-4.33-1.79V2c0-.41-.34-.75-.75-.75s-.75.34-.75.75v2.04c-3.81.36-6.86 3.4-7.21 7.21H2c-.41 0-.75.34-.75.75s.34.75.75.75h2.04c.15 1.63.8 3.13 1.79 4.33l-3.61 3.61c-.3.3-.3.79 0 1.09c.16.14.35.22.55.22s.39-.08.54-.23L21.77 3.31c.31-.3.31-.78 0-1.08M8.88 12c0-1.72 1.4-3.12 3.12-3.12c.58 0 1.12.17 1.58.45l-4.25 4.25c-.28-.46-.45-1-.45-1.58"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22.75 11.999c0 .41-.34.75-.75.75h-2.04c-.35 3.81-3.4 6.86-7.21 7.21v2.04c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-2.04c-.61-.05-1.21-.18-1.78-.37c-.71-.24-.93-1.14-.4-1.67l2.81-2.81c.04.01.07.01.11.01c1.73 0 3.12-1.39 3.12-3.12c0-.04 0-.07-.01-.11l2.81-2.81c.53-.53 1.43-.31 1.67.4c.19.57.32 1.16.37 1.78H22c.41-.01.75.33.75.74m-.98-9.769c-.3-.3-.79-.3-1.09 0l-3.61 3.61c-1.2-.99-2.7-1.64-4.33-1.79V2c0-.41-.34-.75-.75-.75s-.75.34-.75.75v2.04c-3.81.36-6.86 3.4-7.21 7.21H2c-.41 0-.75.34-.75.75s.34.75.75.75h2.04c.15 1.63.8 3.13 1.79 4.33l-3.61 3.61c-.3.3-.3.79 0 1.09c.16.14.35.22.55.22s.39-.08.54-.23L21.77 3.31c.31-.3.31-.78 0-1.08M8.88 12c0-1.72 1.4-3.12 3.12-3.12c.58 0 1.12.17 1.58.45l-4.25 4.25c-.28-.46-.45-1-.45-1.58"/></svg> </template>
CSS
.icon-gps-slash-filled {
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%22M22.75%2011.999c0%20.41-.34.75-.75.75h-2.04c-.35%203.81-3.4%206.86-7.21%207.21v2.04c0%20.41-.34.75-.75.75s-.75-.34-.75-.75v-2.04c-.61-.05-1.21-.18-1.78-.37c-.71-.24-.93-1.14-.4-1.67l2.81-2.81c.04.01.07.01.11.01c1.73%200%203.12-1.39%203.12-3.12c0-.04%200-.07-.01-.11l2.81-2.81c.53-.53%201.43-.31%201.67.4c.19.57.32%201.16.37%201.78H22c.41-.01.75.33.75.74m-.98-9.769c-.3-.3-.79-.3-1.09%200l-3.61%203.61c-1.2-.99-2.7-1.64-4.33-1.79V2c0-.41-.34-.75-.75-.75s-.75.34-.75.75v2.04c-3.81.36-6.86%203.4-7.21%207.21H2c-.41%200-.75.34-.75.75s.34.75.75.75h2.04c.15%201.63.8%203.13%201.79%204.33l-3.61%203.61c-.3.3-.3.79%200%201.09c.16.14.35.22.55.22s.39-.08.54-.23L21.77%203.31c.31-.3.31-.78%200-1.08M8.88%2012c0-1.72%201.4-3.12%203.12-3.12c.58%200%201.12.17%201.58.45l-4.25%204.25c-.28-.46-.45-1-.45-1.58%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%22M22.75%2011.999c0%20.41-.34.75-.75.75h-2.04c-.35%203.81-3.4%206.86-7.21%207.21v2.04c0%20.41-.34.75-.75.75s-.75-.34-.75-.75v-2.04c-.61-.05-1.21-.18-1.78-.37c-.71-.24-.93-1.14-.4-1.67l2.81-2.81c.04.01.07.01.11.01c1.73%200%203.12-1.39%203.12-3.12c0-.04%200-.07-.01-.11l2.81-2.81c.53-.53%201.43-.31%201.67.4c.19.57.32%201.16.37%201.78H22c.41-.01.75.33.75.74m-.98-9.769c-.3-.3-.79-.3-1.09%200l-3.61%203.61c-1.2-.99-2.7-1.64-4.33-1.79V2c0-.41-.34-.75-.75-.75s-.75.34-.75.75v2.04c-3.81.36-6.86%203.4-7.21%207.21H2c-.41%200-.75.34-.75.75s.34.75.75.75h2.04c.15%201.63.8%203.13%201.79%204.33l-3.61%203.61c-.3.3-.3.79%200%201.09c.16.14.35.22.55.22s.39-.08.54-.23L21.77%203.31c.31-.3.31-.78%200-1.08M8.88%2012c0-1.72%201.4-3.12%203.12-3.12c.58%200%201.12.17%201.58.45l-4.25%204.25c-.28-.46-.45-1-.45-1.58%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/gps-slash-filled.svg?color=%231a73e8&size=48