Skip to content

Instantly share code, notes, and snippets.

@ExeQue
Last active September 22, 2025 15:04
Show Gist options
  • Save ExeQue/d2e7ef6167a6d6d2df2d880c4cc12d54 to your computer and use it in GitHub Desktop.
Save ExeQue/d2e7ef6167a6d6d2df2d880c4cc12d54 to your computer and use it in GitHub Desktop.
Lucide Icon - MobilePay
/**
* Lucide icon component.
*
* This icon represents the MobilePay.dk logo as of 2025-09-22.
*/
import {createLucideIcon} from "lucide-vue-next";
const MobilePay = createLucideIcon("MobilePay", [
[
"path",
{
d: "M10.419,21.708 C9.744,21.708 9.137,21.302 8.878,20.68 L3.128,6.797 C2.776,5.948 3.179,4.974 4.029,4.622 L10.052,2.128 C10.469,1.958 10.898,1.958 11.309,2.128 C11.72,2.298 12.025,2.6 12.211,3.028 L17.974,16.911 C18.307,17.764 17.901,18.733 17.054,19.089 L11.03,21.581 C10.842,21.661 10.634,21.708 10.419,21.708 Z"
}
],
[
"polygon",
{
fill: "currentColor",
points: "15.721,12.207 14.486,12.792 13.377,13.473 12.414,14.241 11.618,15.093 10.333,10.328 10.973,9.001 11.864,7.953 13.311,6.918 18.234,5.484 20.663,11.348 19.108,11.234 17.466,11.516 15.995,12.135 15.721,12.207"
}
],
[
"polygon",
{
fill: "currentColor",
points: "16.512,13.995 15.147,14.062 13.862,14.267 12.678,14.609 11.618,15.090 11.618,9.161 12.783,8.661 13.997,8.309 15.244,8.110 16.512,8.065 17.882,8.131 19.175,8.332 20.360,8.674 21.406,9.163 21.406,15.092"
}
]
]);
export {MobilePay as default};
@ExeQue
Copy link
Author

ExeQue commented Sep 22, 2025

Results in the following SVG:
mobile-pay

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment