Segoe MDL2 资产 - 更改或重置密码按钮的图标
Segoe MDL2 Assets - icon for change or reset password button
在我的 UWP
应用程序中,我使用 Segoe MDL2 Assets for icons for various buttons. But I could not find such an icon for Password Change
or Reset Password
button. It would be something similar to a key image (shown below) as you may have seen in outlook profile where you change password. Or, something like Font Awesome Icons 显示在网络应用程序上。有人能告诉我在哪里可以获得可以用作 UWP 应用程序按钮图标的字体吗?正如你们中的一些人可能已经注意到的那样,我们对此类图标使用 
等实体代码。
请查看此文档 - Segoe MDL2 Assets icons 以获取图标资产。您需要的关键图标的 unicode 点是 E8D7
,它的描述是 Permissions
.
在我的 UWP
应用程序中,我使用 Segoe MDL2 Assets for icons for various buttons. But I could not find such an icon for Password Change
or Reset Password
button. It would be something similar to a key image (shown below) as you may have seen in outlook profile where you change password. Or, something like Font Awesome Icons 显示在网络应用程序上。有人能告诉我在哪里可以获得可以用作 UWP 应用程序按钮图标的字体吗?正如你们中的一些人可能已经注意到的那样,我们对此类图标使用 
等实体代码。
请查看此文档 - Segoe MDL2 Assets icons 以获取图标资产。您需要的关键图标的 unicode 点是 E8D7
,它的描述是 Permissions
.