You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/design/designing-a-web-part-icon.md
+10-10Lines changed: 10 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -8,44 +8,44 @@ ms.date: 08/24/2018
8
8
9
9
Web Part icons are designed to be simple, representative, and symbolic. Every icon is reduced to a minimalistic style to represent the essential attribute. Icons will display in the toolbox within SharePoint pages and optionally in the store.
10
10
11
-

11
+

12
12
13
13
## Grid keyline shapes
14
14
15
15
Web parts cons are displayed at 32 x 32 px. Create icons at 100% to ensure pixels are accurate.
16
16
17
-

17
+

18
18
19
19
## Layout
20
20
21
-
Icons should be designed inside of the 64 x 64 pixelcontainer area, to insure that the icons renders correctly.
21
+
Icons should be designed inside of the 64 x 64 pixel container area, to insure that the icons renders correctly.
22
22
23
-

23
+

24
24
25
25
## Shapes
26
26
27
27
Not all icons or logos are designed in a perfect square. Use this guide of basic shapes to understand how to unify different icon shapes within the grid and appear at a proportional size.
28
28
29
-

29
+

30
30
31
31
32
32
## Pixel clarity
33
33
34
34
Try to avoid any icon distortion by snapping your edges to the X and Y coordinates. Use whole numbers when possible.
35
35
36
-

36
+

37
37
38
-
## Content Area
38
+
## Colors and backgrounds
39
39
40
40
The icon is the visual expression of your web part and its function. They can help communicate the core idea of your web part simply and boldly.
41
41
42
42
Web part icons can contain one color or full color. Most icons work best when using extremely simplified shapes, thin two-pixel lines similar to the Office UI Fabric icons. In some cases there may be a need to use a company brand icon or logo mark in full color. If there is a one color version of the icon available consider using this version first.
43
43
44
-

44
+

45
45
46
46
## Exporting your icons
47
47
48
-
Icons should be exported as SVGs. If they are one color cions they should be exported leveraging SVG extensions so they are theme dependent. Icon dimensions are 64x64 px and should all have transparent backgrounds, also to ensure they are theme dependent.
48
+
Icons should be exported as SVGs at 64x64 px and should all have transparent backgrounds.
49
49
50
-

50
+
You can find the icon grid in the [SharePoint Design toolkit](https://developer.microsoft.com/en-us/fabric#/resources).
0 commit comments