windows10UWP:Segoe MDL2 图标指南

时间:2024-04-12 23:34:06

windows10 UWP 开发中,图标的使用非常广泛。为此,微软建议大家使用 Segoe MDL2 Assets 字体来获取图标。Segoe MDL2 Assets 包括了哪里图标,微软在

https://msdn.microsoft.com/zh-cn/library/windows/apps/jj841126.aspx

作出了详情的说明。本文复制记录了这个说明。

Segoe MDL2 图标指南

本文列出并提供了随附 Segoe MDL2 资源字体的字形使用指南。若要获取该字体,必须安装 Windows 10。

建议

  • 仅当你能够显式指定 Segoe MDL2 Assets 字体时,才使用这些字形。

其他使用指南

Windows 8/8.1 Segoe UI Symbol 图标字体已替换为适用于 Windows 10 版本的 Segoe MDL2 Assets 字体。可采用与较旧的字体大致相同的方式来使用该字体,但许多字形已根据字体指标集在 Windows 10 图标样式中进行了重绘,以便图标能与字体的 Em 方形内的方格(而非版式基线)对齐。

注意  Em 是字体的度量单位。字体中的 1 Em 等于分辨率为 72ppi 时 100% 的特定点值。例如,16pt 等于分辨率为 72ppi 时的 16px (aka 100% Plateau)。设计了新的 MDL2 字体,以便占用的图标区域为方形 Em。因此,如果将 16px 的宽度和高度加入代码中,你将获得一个 16x16px 的图标占用。这并不总是意味着该图标即为是全尺寸占用。

Segoe UI Symbol 仍作为“传统”资源进行提供。但建议所有应用程序均更新为使用新 Segoe MDL2 Assets

Segoe MDL2 Assets 字体中随附的大部分图标和 UI 控件均将映射至 Unicode 专用区 (PUA)。PUA 允许字体开发人员将专用 Unicode 值分配给未映射到现有代码点的字形。在创建符号字体时这非常有用,但也会带来互操作性问题。如果字体不可用,则字形将不显示。仅在你能够指定 Segoe MDL2 Assets 字体时才使用这些字形。

如果你使用磁贴,则无法使用这些字形,因为你无法指定磁贴字体而 PUA 字形不会通过字体回滚提供。

Segoe UI Symbol 不同,Segoe MDL2 Assets 字体中的图标的设计初衷并非是与文本一同内联使用。这意味着某些较旧的“技巧”(如渐进式展开箭头)将不再适用。同样,由于所有新图标的大小和位置均相同,因此无需将其设置为零宽度;只需确保它们成组工作即可。理想情况下,你可以覆盖已设计为成组工作的两个图标,以使其按次序出现。我们可能会因需允许在代码中进行着色而执行此操作。例如,U+EA3A 和 U+EA3B 是为“开始”磁贴锁屏提醒状态而创建的。由于它们已居中对齐,从而使得圆圈中的填充色会随状态的变化而变化。

Segoe UI Symbol 还依赖于“零宽度”字形以便进行分层和着色,正如本示例中所示,可将黑色边框 (U+E006) 绘制在零宽度红色心形 (U+E00B) 上面。

windows10UWP:Segoe MDL2 图标指南

Segoe MDL2 Assets 中的所有字形的固定宽度均相同,且高度和左原点均保持一致,从而可通过直接在其上绘制字形来实现分层和着色效果。

大部分图标还具有镜像样式,以供在使用从右到左文本方向的语言(如阿拉伯语、波斯语和希伯来语)中使用。

如果你使用 C#/VB/C++ 和 XAML 开发应用,则可以选择使用 Symbol enumeration(而不是 Unicode ID)从 Segoe MDL2 Assets 字体指定字形。如果你使用 JavaScript 和 HTML 开发应用,则可以选择使用 AppBarIcon enumeration (而不是 Unicode ID)从 Segoe MDL2 Assets 字体指定字形。

还须记住,Segoe MDL2 Assets 字体中包含的图标远不止此处显示的这些。其中许多图标都是专为实现某种特殊目的而设计的,通常不作它用。

红心大战

代码 符号 枚举 描述

U+E006

windows10UWP:Segoe MDL2 图标指南

HeartLegacy

带边框的心形

U+E0A5

windows10UWP:Segoe MDL2 图标指南

HeartFillLegacy

实心心形

U+E007

windows10UWP:Segoe MDL2 图标指南

HeartBrokenLegacy

断裂的心形

U+E00B

windows10UWP:Segoe MDL2 图标指南

HeartFillZeroWidthLegacy

实心心形(零宽度)

U+E00C

windows10UWP:Segoe MDL2 图标指南

HeartBrokenZeroWidthLegacy

断裂的心形(零宽度)

星形评级

代码 符号 枚举 描述
U+E224 windows10UWP:Segoe MDL2 图标指南 RatingStarLegacy 带边框的星形
U+E0B4 windows10UWP:Segoe MDL2 图标指南 RatingStarFillLegacy 实心星形
U+E00A windows10UWP:Segoe MDL2 图标指南 RatingStarFillZeroWidthLegacy 实心星形(零宽度)
U+E082 windows10UWP:Segoe MDL2 图标指南 RatingStarFillReducedPaddingHTMLLegacy 实心星形(填充色较浅,适合在 HTML 中使用)
U+E0B5 windows10UWP:Segoe MDL2 图标指南 RatingStarFillSmallLegacy 较小的星形
U+E7C6 windows10UWP:Segoe MDL2 图标指南 HalfStarLeft 一半 星形,左侧

U+E7C7

windows10UWP:Segoe MDL2 图标指南 HalfStarRight 半星形, 右半侧

复选框组件

代码 符号 枚举 描述
U+E001 windows10UWP:Segoe MDL2 图标指南 CheckMarkLegacy 对勾标志
U+E002 windows10UWP:Segoe MDL2 图标指南 CheckboxFillLegacy 已勾选的复选框
U+E003 windows10UWP:Segoe MDL2 图标指南 CheckboxLegacy 复选框
U+E004 windows10UWP:Segoe MDL2 图标指南 CheckboxIndeterminateLegacy 不确定状态
U+E005 windows10UWP:Segoe MDL2 图标指南 CheckboxCompositeReversedLegacy 已反转
U+E008 windows10UWP:Segoe MDL2 图标指南 CheckMarkZeroWidthLegacy 对勾标志(零宽度)
U+E009 windows10UWP:Segoe MDL2 图标指南 CheckboxFillZeroWidthLegacy 已勾选(零宽度)
U+E0A2 windows10UWP:Segoe MDL2 图标指南 CheckboxCompositeLegacy 复合
U+E739 windows10UWP:Segoe MDL2 图标指南 复选框 复选框
U+E73A windows10UWP:Segoe MDL2 图标指南 CheckboxComposite 复合复选框
U+E73B windows10UWP:Segoe MDL2 图标指南 CheckboxFill 已勾选的复选框
U+E73C windows10UWP:Segoe MDL2 图标指南 CheckboxIndeterminate 不确定状态
U+E73D windows10UWP:Segoe MDL2 图标指南 CheckboxCompositeReversed 反转复合
U+E73E windows10UWP:Segoe MDL2 图标指南 CheckMark 对勾标志

杂项

代码 符号 枚举 描述

U+E134

windows10UWP:Segoe MDL2 图标指南 CommentLegacy 备注

U+E113

windows10UWP:Segoe MDL2 图标指南 FavoriteLegacy  

U+E195

windows10UWP:Segoe MDL2 图标指南 UnfavoriteLegacy  

U+E734

windows10UWP:Segoe MDL2 图标指南 FavoriteStar 带边框的收藏夹

U+E735

windows10UWP:Segoe MDL2 图标指南 FavoriteStarFill  

U+E8D9

windows10UWP:Segoe MDL2 图标指南 Unfavorite  

U+E19F

windows10UWP:Segoe MDL2 图标指南 LikeLegacy  

U+E19E

windows10UWP:Segoe MDL2 图标指南 DislikeLegacy  

U+E19D

windows10UWP:Segoe MDL2 图标指南 LikeDislikeLegacy  

U+E116

windows10UWP:Segoe MDL2 图标指南 VideoLegacy  

U+E714

windows10UWP:Segoe MDL2 图标指南 Video  

U+E20B

windows10UWP:Segoe MDL2 图标指南 MailMessageLegacy 传统的邮件

U+E248

windows10UWP:Segoe MDL2 图标指南 ReplyLegacy 答复

U+E249

windows10UWP:Segoe MDL2 图标指南 Favorite2Legacy 已填充的收藏夹

U+E24E

windows10UWP:Segoe MDL2 图标指南 Unfavorite2Legacy 取消收藏

U+E25A

windows10UWP:Segoe MDL2 图标指南 MobileContactLegacy 手机联系人

U+E25B

windows10UWP:Segoe MDL2 图标指南 BlockedLegacy 阻止的联系人

U+E25C

windows10UWP:Segoe MDL2 图标指南 TypingIndicatorLegacy 正在键入指示器

U+E25D

windows10UWP:Segoe MDL2 图标指南 PresenceChickletVideoLegacy 视频在线状态

U+E25E

windows10UWP:Segoe MDL2 图标指南 PresenceChickletLegacy 在线状态

滚动条箭头

代码 符号 枚举
U+E00E windows10UWP:Segoe MDL2 图标指南 ScrollChevronLeftLegacy
U+E00F windows10UWP:Segoe MDL2 图标指南 ScrollChevronRightLegacy
U+E010 windows10UWP:Segoe MDL2 图标指南 ScrollChevronUpLegacy
U+E011 windows10UWP:Segoe MDL2 图标指南 ScrollChevronDownLegacy
U+E016 windows10UWP:Segoe MDL2 图标指南 ScrollChevronLeftBoldLegacy
U+E017 windows10UWP:Segoe MDL2 图标指南 ScrollChevronRightBoldLegacy
U+E018 windows10UWP:Segoe MDL2 图标指南 ScrollChevronUpBoldLegacy
U+E019 windows10UWP:Segoe MDL2 图标指南 ScrollChevronDownBoldLegacy

后退按钮

后退按钮的旧版字形提供了 2 种不同大小,以便外环的权重在为 20pt 和 42pt 时保持一致。还提供两个新的比例镶边后退按钮。这些字形设计用于支持分层。

代码 符号 枚举 描述
U+E0C4 windows10UWP:Segoe MDL2 图标指南 BackBttnArrow20Legacy 后退按钮箭头, 20pt
U+E0A6 windows10UWP:Segoe MDL2 图标指南 BackBttnArrow42Legacy 后退按钮箭头, 42pt
U+E0AD windows10UWP:Segoe MDL2 图标指南 BackBttnMirroredArrow20Legacy 后退按钮镜像箭头反转, 20pt
U+E0AB windows10UWP:Segoe MDL2 图标指南 BackBttnMirroredArrow42Legacy 后退按钮镜像箭头反转, 42pt
U+E830 windows10UWP:Segoe MDL2 图标指南 ChromeBack Chrome 后退按钮
U+EA47 windows10UWP:Segoe MDL2 图标指南 ChromeBackMirrored Chrome 后退镜像按钮

HTML 的后退箭头

添加其他代码以创建环绕这些字形的圆环。

代码 符号 枚举 描述
U+E0D5 windows10UWP:Segoe MDL2 图标指南 ArrowHTMLLegacy 适用于 HTML 的箭头
U+E0AE windows10UWP:Segoe MDL2 图标指南 ArrowHTMLMirroredLegacy U+E0D5 镜像版

应用栏字形

针对 AppBar 使用以下列表中的字形。依照约定,这些字形通过其枚举名称进行引用。并且它们均设计为 20x20px 的图标,且其周围未环绕圆环。

代码 符号 枚举 描述
U+E8FB windows10UWP:Segoe MDL2 图标指南 Accept  
U+E910 windows10UWP:Segoe MDL2 图标指南 Accounts  
U+E710 windows10UWP:Segoe MDL2 图标指南 Add  
U+E8FA windows10UWP:Segoe MDL2 图标指南 AddFriend  
U+E7EF windows10UWP:Segoe MDL2 图标指南 Admin  
U+E8E3 windows10UWP:Segoe MDL2 图标指南 AlignCenter  
U+E8E4 windows10UWP:Segoe MDL2 图标指南 AlignLeft  
U+E8E2 windows10UWP:Segoe MDL2 图标指南 Alignright  
U+E71D windows10UWP:Segoe MDL2 图标指南 AllApps  
U+E723 windows10UWP:Segoe MDL2 图标指南 Attach  
U+E8A2 windows10UWP:Segoe MDL2 图标指南 AttachCamera  
U+E8D6 windows10UWP:Segoe MDL2 图标指南 Audio  
U+E72B windows10UWP:Segoe MDL2 图标指南 Back  
U+E73F windows10UWP:Segoe MDL2 图标指南 BackToWindow  
U+E8F8 windows10UWP:Segoe MDL2 图标指南 BlockContact  
U+E8DD windows10UWP:Segoe MDL2 图标指南 Bold  
U+E8A4 windows10UWP:Segoe MDL2 图标指南 Bookmarks  
U+E7C5 windows10UWP:Segoe MDL2 图标指南 BrowsePhotos  
U+E8FD windows10UWP:Segoe MDL2 图标指南 BulletedList  
U+E8EF windows10UWP:Segoe MDL2 图标指南 Calculator  
U+E787 windows10UWP:Segoe MDL2 图标指南 Calendar  
U+E8BF windows10UWP:Segoe MDL2 图标指南 CalendarDay  
U+E8F5 windows10UWP:Segoe MDL2 图标指南 CalendarReply  
U+E8C0 windows10UWP:Segoe MDL2 图标指南 CalendarWeek  
U+E722 windows10UWP:Segoe MDL2 图标指南 Camera  
U+E711 windows10UWP:Segoe MDL2 图标指南 Cancel  
U+E8BA windows10UWP:Segoe MDL2 图标指南 Caption  
U+E7F0 windows10UWP:Segoe MDL2 图标指南 CC  
U+E8EA windows10UWP:Segoe MDL2 图标指南 Cellphone  
U+E8C1 windows10UWP:Segoe MDL2 图标指南 Characters  
U+E894 windows10UWP:Segoe MDL2 图标指南 Clear  
U+E8E6 windows10UWP:Segoe MDL2 图标指南 ClearSelection  
U+E89F windows10UWP:Segoe MDL2 图标指南 ClosePane  
U+E753 windows10UWP:Segoe MDL2 图标指南 Cloud  
U+E90A windows10UWP:Segoe MDL2 图标指南 Comment  
U+E77B windows10UWP:Segoe MDL2 图标指南 Contact  
U+E8D4 windows10UWP:Segoe MDL2 图标指南 Contact2  
U+E779 windows10UWP:Segoe MDL2 图标指南 ContactInfo  
U+E8CF windows10UWP:Segoe MDL2 图标指南 ContactPresence  
U+E8C8 windows10UWP:Segoe MDL2 图标指南 Copy  
U+E7A8 windows10UWP:Segoe MDL2 图标指南 Crop  
U+E8C6 windows10UWP:Segoe MDL2 图标指南 Cut  
U+E74D windows10UWP:Segoe MDL2 图标指南 Delete  
U+E8F0 windows10UWP:Segoe MDL2 图标指南 Directions  
U+E8D8 windows10UWP:Segoe MDL2 图标指南 DisableUpdates  
U+E8CD windows10UWP:Segoe MDL2 图标指南 DisconnectDrive  
U+E8E0 windows10UWP:Segoe MDL2 图标指南 Dislike  
U+E90E windows10UWP:Segoe MDL2 图标指南 DockBottom  
U+E90C windows10UWP:Segoe MDL2 图标指南 DockLeft  
U+E90D windows10UWP:Segoe MDL2 图标指南 DockRight  
U+E8A5 windows10UWP:Segoe MDL2 图标指南 Document  
U+E896 windows10UWP:Segoe MDL2 图标指南 Download  
U+E70F windows10UWP:Segoe MDL2 图标指南 Edit  
U+E899 windows10UWP:Segoe MDL2 图标指南 Emoji  
U+E76E windows10UWP:Segoe MDL2 图标指南 Emoji2  
U+E728 windows10UWP:Segoe MDL2 图标指南 FavoriteList  
U+E734 windows10UWP:Segoe MDL2 图标指南 FavoriteStar  
U+E735 windows10UWP:Segoe MDL2 图标指南 FavoriteStarFill  
U+E71C windows10UWP:Segoe MDL2 图标指南 Filter  
U+E11A windows10UWP:Segoe MDL2 图标指南 FindLegacy  
U+E7C1 windows10UWP:Segoe MDL2 图标指南 Flag  
U+E8B7 windows10UWP:Segoe MDL2 图标指南 Folder  
U+E8D2 windows10UWP:Segoe MDL2 图标指南 Font  
U+E8D3 windows10UWP:Segoe MDL2 图标指南 Fontcolor  
U+E8E7 windows10UWP:Segoe MDL2 图标指南 FontDecrease  
U+E8E8 windows10UWP:Segoe MDL2 图标指南 FontIncrease  
U+E8E9 windows10UWP:Segoe MDL2 图标指南 FontSize  
U+E72A windows10UWP:Segoe MDL2 图标指南 Forward  
U+E908 windows10UWP:Segoe MDL2 图标指南 FourBars  
U+E740 windows10UWP:Segoe MDL2 图标指南 FullScreen  
U+E774 windows10UWP:Segoe MDL2 图标指南 Globe  
U+E8AD windows10UWP:Segoe MDL2 图标指南 Go  
U+E8FC windows10UWP:Segoe MDL2 图标指南 GoToStart  
U+E8D1 windows10UWP:Segoe MDL2 图标指南 GoToToday  
U+E778 windows10UWP:Segoe MDL2 图标指南 Hangup  
U+E897 windows10UWP:Segoe MDL2 图标指南 Help  
U+E8C5 windows10UWP:Segoe MDL2 图标指南 HideBCC  
U+E7E6 windows10UWP:Segoe MDL2 图标指南 Highlight  
U+E80F windows10UWP:Segoe MDL2 图标指南 Home  
U+E8B5 windows10UWP:Segoe MDL2 图标指南 Import  
U+E8B6 windows10UWP:Segoe MDL2 图标指南 ImportAll  
U+E8C9 windows10UWP:Segoe MDL2 图标指南 Important  
U+E8DB windows10UWP:Segoe MDL2 图标指南 Italic  
U+E765 windows10UWP:Segoe MDL2 图标指南 KeyboardClassic  
U+E89B windows10UWP:Segoe MDL2 图标指南 LeaveChat  
U+E8F1 windows10UWP:Segoe MDL2 图标指南 Library  
U+E8E1 windows10UWP:Segoe MDL2 图标指南 Like  
U+E8DF windows10UWP:Segoe MDL2 图标指南 LikeDislike  
U+E71B windows10UWP:Segoe MDL2 图标指南 Link  
U+EA37 windows10UWP:Segoe MDL2 图标指南 List  
U+E81D windows10UWP:Segoe MDL2 图标指南 Location  
U+E715 windows10UWP:Segoe MDL2 图标指南 Mail  
U+E8A8 windows10UWP:Segoe MDL2 图标指南 MailFill  
U+E89C windows10UWP:Segoe MDL2 图标指南 MailForward  
U+E8CA windows10UWP:Segoe MDL2 图标指南 MailReply  
U+E8C2 windows10UWP:Segoe MDL2 图标指南 MailReplyAll  
U+E912 windows10UWP:Segoe MDL2 图标指南 Manage  
U+E8CE windows10UWP:Segoe MDL2 图标指南 MapDrive  
U+E707 windows10UWP:Segoe MDL2 图标指南 Mappin  
U+E77C windows10UWP:Segoe MDL2 图标指南 Memo  
U+E8BD windows10UWP:Segoe MDL2 图标指南 Message  
U+E720 windows10UWP:Segoe MDL2 图标指南 Microphone  
U+E712 windows10UWP:Segoe MDL2 图标指南 More  
U+E8DE windows10UWP:Segoe MDL2 图标指南 MoveToFolder  
U+E90B windows10UWP:Segoe MDL2 图标指南 MusicInfo  
U+E74F windows10UWP:Segoe MDL2 图标指南 Mute  
U+E8F4 windows10UWP:Segoe MDL2 图标指南 NewFolder  
U+E78B windows10UWP:Segoe MDL2 图标指南 NewWindow  
U+E893 windows10UWP:Segoe MDL2 图标指南 Next  
U+E905 windows10UWP:Segoe MDL2 图标指南 OneBar  
U+E8E5 windows10UWP:Segoe MDL2 图标指南 OpenFile  
U+E8DA windows10UWP:Segoe MDL2 图标指南 OpenLocal  
U+E8A0 windows10UWP:Segoe MDL2 图标指南 OpenPane  
U+E7AC windows10UWP:Segoe MDL2 图标指南 OpenWith  
U+E8B4 windows10UWP:Segoe MDL2 图标指南 Orientation  
U+E7EE windows10UWP:Segoe MDL2 图标指南 OtherUser  
U+E1CE windows10UWP:Segoe MDL2 图标指南 OutlineStarLegacy  
U+E7C3 windows10UWP:Segoe MDL2 图标指南 Page  
U+E77F windows10UWP:Segoe MDL2 图标指南 Paste  
U+E769 windows10UWP:Segoe MDL2 图标指南 Pause  
U+E716 windows10UWP:Segoe MDL2 图标指南 People  
U+E8D7 windows10UWP:Segoe MDL2 图标指南 Permissions  
U+E717 windows10UWP:Segoe MDL2 图标指南 Phone  
U+E780 windows10UWP:Segoe MDL2 图标指南 PhoneBook  
U+E718 windows10UWP:Segoe MDL2 图标指南 Pin  
U+E768 windows10UWP:Segoe MDL2 图标指南 Play  
U+E8F3 windows10UWP:Segoe MDL2 图标指南 PostUpdate  
U+E8FF windows10UWP:Segoe MDL2 图标指南 Preview  
U+E8A1 windows10UWP:Segoe MDL2 图标指南 PreviewLink  
U+E892 windows10UWP:Segoe MDL2 图标指南 Previous  
U+E8D0 windows10UWP:Segoe MDL2 图标指南 Priority  
U+E8A6 windows10UWP:Segoe MDL2 图标指南 ProtectedDocument  
U+E8C3 windows10UWP:Segoe MDL2 图标指南 Read  
U+E7A6 windows10UWP:Segoe MDL2 图标指南 Redo  
U+E72C windows10UWP:Segoe MDL2 图标指南 Refresh  
U+E8AF windows10UWP:Segoe MDL2 图标指南 Remote  
U+E738 windows10UWP:Segoe MDL2 图标指南 Remove  
U+E8AC windows10UWP:Segoe MDL2 图标指南 Rename  
U+E90F windows10UWP:Segoe MDL2 图标指南 Repair  
U+E8EE windows10UWP:Segoe MDL2 图标指南 RepeatAll  
U+E8ED windows10UWP:Segoe MDL2 图标指南 RepeatOne  
U+E730 windows10UWP:Segoe MDL2 图标指南 ReportHacked  
U+E8EB windows10UWP:Segoe MDL2 图标指南 Reshare  
U+E7AD windows10UWP:Segoe MDL2 图标指南 Rotate  
U+E89E windows10UWP:Segoe MDL2 图标指南 RotateCamera  
U+E74E windows10UWP:Segoe MDL2 图标指南 Save  
U+E78C windows10UWP:Segoe MDL2 图标指南 SaveLocal  
U+E8FE windows10UWP:Segoe MDL2 图标指南 Scan  
U+E8B3 windows10UWP:Segoe MDL2 图标指南 SelectAll  
U+E724 windows10UWP:Segoe MDL2 图标指南 Send  
U+E7B5 windows10UWP:Segoe MDL2 图标指南 SetLockScreen  
U+E97B windows10UWP:Segoe MDL2 图标指南 SetTile  
U+E713 windows10UWP:Segoe MDL2 图标指南 Settings  
U+E72D windows10UWP:Segoe MDL2 图标指南 Share  
U+E719 windows10UWP:Segoe MDL2 图标指南 Shop  
U+E8C4 windows10UWP:Segoe MDL2 图标指南 ShowBCC  
U+E8BC windows10UWP:Segoe MDL2 图标指南 ShowResults  
U+E8B1 windows10UWP:Segoe MDL2 图标指南 Shuffle  
U+E786 windows10UWP:Segoe MDL2 图标指南 Slideshow  
U+E1CF windows10UWP:Segoe MDL2 图标指南 SolidStarLegacy  
U+E8CB windows10UWP:Segoe MDL2 图标指南 Sort  
U+E71A windows10UWP:Segoe MDL2 图标指南 Stop  
U+E913 windows10UWP:Segoe MDL2 图标指南 Street  
U+E8AB windows10UWP:Segoe MDL2 图标指南 Switch  
U+E8F9 windows10UWP:Segoe MDL2 图标指南 SwitchApps  
U+E895 windows10UWP:Segoe MDL2 图标指南 Sync  
U+E8F7 windows10UWP:Segoe MDL2 图标指南 SyncFolder  
U+E8EC windows10UWP:Segoe MDL2 图标指南 Tag  
U+E907 windows10UWP:Segoe MDL2 图标指南 ThreeBars  
U+E7C9 windows10UWP:Segoe MDL2 图标指南 TouchPointer  
U+E78A windows10UWP:Segoe MDL2 图标指南 Trim  
U+E906 windows10UWP:Segoe MDL2 图标指南 TwoBars  
U+E89A windows10UWP:Segoe MDL2 图标指南 TwoPage  
U+E8DC windows10UWP:Segoe MDL2 图标指南 Underline  
U+E7A7 windows10UWP:Segoe MDL2 图标指南 Undo  
U+E8D9 windows10UWP:Segoe MDL2 图标指南 UnFavorite  
U+E77A windows10UWP:Segoe MDL2 图标指南 UnPin  
U+E8F6 windows10UWP:Segoe MDL2 图标指南 UnSyncFolder  
U+E74A windows10UWP:Segoe MDL2 图标指南 Up  
U+E898 windows10UWP:Segoe MDL2 图标指南 Upload  
U+E8AA windows10UWP:Segoe MDL2 图标指南 VideoChat  
U+E890 windows10UWP:Segoe MDL2 图标指南 View  
U+E8A9 windows10UWP:Segoe MDL2 图标指南 ViewAll  
U+E767 windows10UWP:Segoe MDL2 图标指南 Volume  
U+E8B8 windows10UWP:Segoe MDL2 图标指南 Webcam  
U+E909 windows10UWP:Segoe MDL2 图标指南 World  
U+E904 windows10UWP:Segoe MDL2 图标指南 ZeroBars  
U+E71E windows10UWP:Segoe MDL2 图标指南 Zoom  
U+E8A3 windows10UWP:Segoe MDL2 图标指南 ZoomIn  
U+E71F windows10UWP:Segoe MDL2 图标指南 ZoomOut  

电池图标

代码 符号 枚举 代码 符号 枚举
E996 windows10UWP:Segoe MDL2 图标指南 BatteryUnknown EC02 windows10UWP:Segoe MDL2 图标指南 MobBatteryUnknown
E850 windows10UWP:Segoe MDL2 图标指南 Battery0 EBA0 windows10UWP:Segoe MDL2 图标指南 MobBattery0
E851 windows10UWP:Segoe MDL2 图标指南 Battery1 EBA1 windows10UWP:Segoe MDL2 图标指南 MobBattery1
E852 windows10UWP:Segoe MDL2 图标指南 Battery2 EBA2 windows10UWP:Segoe MDL2 图标指南 MobBattery2
E853 windows10UWP:Segoe MDL2 图标指南 Battery3 EBA3 windows10UWP:Segoe MDL2 图标指南 MobBattery3
E854 windows10UWP:Segoe MDL2 图标指南 Battery4 EBA4 windows10UWP:Segoe MDL2 图标指南 MobBattery4
E855 windows10UWP:Segoe MDL2 图标指南 Battery5 EBA5 windows10UWP:Segoe MDL2 图标指南 MobBattery5
E856 windows10UWP:Segoe MDL2 图标指南 Battery6 EBA6 windows10UWP:Segoe MDL2 图标指南 MobBattery6
E857 windows10UWP:Segoe MDL2 图标指南 Battery7 EBA7 windows10UWP:Segoe MDL2 图标指南 MobBattery7
E858 windows10UWP:Segoe MDL2 图标指南 Battery8 EBA8 windows10UWP:Segoe MDL2 图标指南 MobBattery8
E859 windows10UWP:Segoe MDL2 图标指南 Battery9 EBA9 windows10UWP:Segoe MDL2 图标指南 MobBattery9
E83F windows10UWP:Segoe MDL2 图标指南 Battery10 EBA0 windows10UWP:Segoe MDL2 图标指南 MobBatter10
E85A windows10UWP:Segoe MDL2 图标指南 BatteryCharging0 EBAB windows10UWP:Segoe MDL2 图标指南 MobBatteryCharging0
E85B windows10UWP:Segoe MDL2 图标指南 BatteryCharging1 EBAC windows10UWP:Segoe MDL2 图标指南 MobBatteryCharging1
E85C windows10UWP:Segoe MDL2 图标指南 BatteryCharging2 EBAD windows10UWP:Segoe MDL2 图标指南 MobBatteryCharging2
E85D windows10UWP:Segoe MDL2 图标指南 BatteryCharging3 EBAE windows10UWP:Segoe MDL2 图标指南 MobBatteryCharging3
E85E windows10UWP:Segoe MDL2 图标指南 BatteryCharging4 EBAF windows10UWP:Segoe MDL2 图标指南 MobBatteryCharging4
E85F windows10UWP:Segoe MDL2 图标指南 BatteryCharging5 EBB0 windows10UWP:Segoe MDL2 图标指南 MobBatteryCharging5
E860 windows10UWP:Segoe MDL2 图标指南 BatteryCharging6 EBB1 windows10UWP:Segoe MDL2 图标指南 MobBatteryCharging6
E861 windows10UWP:Segoe MDL2 图标指南 BatteryCharging7 EBB2 windows10UWP:Segoe MDL2 图标指南 MobBatteryCharging7
E862 windows10UWP:Segoe MDL2 图标指南 BatteryCharging8 EBB3 windows10UWP:Segoe MDL2 图标指南 MobBatteryCharging8
E83E windows10UWP:Segoe MDL2 图标指南 BatteryCharging9 EBB4 windows10UWP:Segoe MDL2 图标指南 MobBatteryCharging9
ea93 windows10UWP:Segoe MDL2 图标指南 BatteryCharging10 EBB5 windows10UWP:Segoe MDL2 图标指南 MobBatteryChargin10
E863 windows10UWP:Segoe MDL2 图标指南 BatterySaver0 EBB6 windows10UWP:Segoe MDL2 图标指南 MobBatterySaver0
E864 windows10UWP:Segoe MDL2 图标指南 BatterySaver1 EBB7 windows10UWP:Segoe MDL2 图标指南 MobBatterySaver1
E865 windows10UWP:Segoe MDL2 图标指南 BatterySaver2 EBB8 windows10UWP:Segoe MDL2 图标指南 MobBatterySaver2
E866 windows10UWP:Segoe MDL2 图标指南 BatterySaver3 EBB9 windows10UWP:Segoe MDL2 图标指南 MobBatterySaver3
E867 windows10UWP:Segoe MDL2 图标指南 BatterySaver4 EBBA windows10UWP:Segoe MDL2 图标指南 MobBatterySaver4
E868 windows10UWP:Segoe MDL2 图标指南 BatterySaver5 EBBB windows10UWP:Segoe MDL2 图标指南 MobBatterySaver5
E869 windows10UWP:Segoe MDL2 图标指南 BatterySaver6 EBBC windows10UWP:Segoe MDL2 图标指南 MobBatterySaver6
E86A windows10UWP:Segoe MDL2 图标指南 BatterySaver7 EBBD windows10UWP:Segoe MDL2 图标指南 MobBatterySaver7
E86B windows10UWP:Segoe MDL2 图标指南 BatterySaver8 EBBE windows10UWP:Segoe MDL2 图标指南 MobBatterySaver8
EA94 windows10UWP:Segoe MDL2 图标指南 BatterySaver9 EBBF windows10UWP:Segoe MDL2 图标指南 MobBatterySaver9
EA95 windows10UWP:Segoe MDL2 图标指南 BatterySaver10 EBC0 windows10UWP:Segoe MDL2 图标指南 MobBatterySaver10