gps icon
gps-filled from TDesign Icons by TDesign · Filled · MIT Free for personal and commercial use.
- Name
- gps-filled
- Set
- TDesign Icons
- Style
- Filled
- Viewbox
- 25×24
- License
- MIT
1 other variant in TDesign 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="0 0 25 24"><path fill="currentColor" d="M12.226 3.001a8.98 8.98 0 0 0-8.981 8.98c0 2.35.901 4.488 2.378 6.09l.678.734l-1.47 1.356l-.678-.735a10.95 10.95 0 0 1-2.908-7.444C1.245 5.917 6.16 1 12.225 1s10.982 4.916 10.982 10.98c0 2.873-1.104 5.49-2.909 7.445l-.678.735l-1.47-1.356l.678-.735a8.95 8.95 0 0 0 2.379-6.088A8.98 8.98 0 0 0 12.226 3m0 4.5a4.5 4.5 0 0 0-3.308 7.55l.678.735l-1.47 1.356l-.678-.735a6.5 6.5 0 1 1 9.557 0l-.679.735l-1.47-1.356l.679-.735a4.5 4.5 0 0 0-3.308-7.55m-2 4.5a2 2 0 1 1 4 0a2 2 0 0 1-4 0m1.947 3.966L17.163 23H7.184z"/></svg>
React
import type { SVGProps } from "react";
export function TdesignGpsFilled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 25 24"><path fill="currentColor" d="M12.226 3.001a8.98 8.98 0 0 0-8.981 8.98c0 2.35.901 4.488 2.378 6.09l.678.734l-1.47 1.356l-.678-.735a10.95 10.95 0 0 1-2.908-7.444C1.245 5.917 6.16 1 12.225 1s10.982 4.916 10.982 10.98c0 2.873-1.104 5.49-2.909 7.445l-.678.735l-1.47-1.356l.678-.735a8.95 8.95 0 0 0 2.379-6.088A8.98 8.98 0 0 0 12.226 3m0 4.5a4.5 4.5 0 0 0-3.308 7.55l.678.735l-1.47 1.356l-.678-.735a6.5 6.5 0 1 1 9.557 0l-.679.735l-1.47-1.356l.679-.735a4.5 4.5 0 0 0-3.308-7.55m-2 4.5a2 2 0 1 1 4 0a2 2 0 0 1-4 0m1.947 3.966L17.163 23H7.184z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 25 24"><path fill="currentColor" d="M12.226 3.001a8.98 8.98 0 0 0-8.981 8.98c0 2.35.901 4.488 2.378 6.09l.678.734l-1.47 1.356l-.678-.735a10.95 10.95 0 0 1-2.908-7.444C1.245 5.917 6.16 1 12.225 1s10.982 4.916 10.982 10.98c0 2.873-1.104 5.49-2.909 7.445l-.678.735l-1.47-1.356l.678-.735a8.95 8.95 0 0 0 2.379-6.088A8.98 8.98 0 0 0 12.226 3m0 4.5a4.5 4.5 0 0 0-3.308 7.55l.678.735l-1.47 1.356l-.678-.735a6.5 6.5 0 1 1 9.557 0l-.679.735l-1.47-1.356l.679-.735a4.5 4.5 0 0 0-3.308-7.55m-2 4.5a2 2 0 1 1 4 0a2 2 0 0 1-4 0m1.947 3.966L17.163 23H7.184z"/></svg> </template>
CSS
.icon-gps-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%2025%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.226%203.001a8.98%208.98%200%200%200-8.981%208.98c0%202.35.901%204.488%202.378%206.09l.678.734l-1.47%201.356l-.678-.735a10.95%2010.95%200%200%201-2.908-7.444C1.245%205.917%206.16%201%2012.225%201s10.982%204.916%2010.982%2010.98c0%202.873-1.104%205.49-2.909%207.445l-.678.735l-1.47-1.356l.678-.735a8.95%208.95%200%200%200%202.379-6.088A8.98%208.98%200%200%200%2012.226%203m0%204.5a4.5%204.5%200%200%200-3.308%207.55l.678.735l-1.47%201.356l-.678-.735a6.5%206.5%200%201%201%209.557%200l-.679.735l-1.47-1.356l.679-.735a4.5%204.5%200%200%200-3.308-7.55m-2%204.5a2%202%200%201%201%204%200a2%202%200%200%201-4%200m1.947%203.966L17.163%2023H7.184z%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%2025%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.226%203.001a8.98%208.98%200%200%200-8.981%208.98c0%202.35.901%204.488%202.378%206.09l.678.734l-1.47%201.356l-.678-.735a10.95%2010.95%200%200%201-2.908-7.444C1.245%205.917%206.16%201%2012.225%201s10.982%204.916%2010.982%2010.98c0%202.873-1.104%205.49-2.909%207.445l-.678.735l-1.47-1.356l.678-.735a8.95%208.95%200%200%200%202.379-6.088A8.98%208.98%200%200%200%2012.226%203m0%204.5a4.5%204.5%200%200%200-3.308%207.55l.678.735l-1.47%201.356l-.678-.735a6.5%206.5%200%201%201%209.557%200l-.679.735l-1.47-1.356l.679-.735a4.5%204.5%200%200%200-3.308-7.55m-2%204.5a2%202%200%201%201%204%200a2%202%200%200%201-4%200m1.947%203.966L17.163%2023H7.184z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tdesign/gps-filled.svg?color=%231a73e8&size=48