Skip to content

Commit 2d19200

Browse files
authored
Create designing-a-web-part-icon.md
1 parent 58c04e5 commit 2d19200

File tree

1 file changed

+51
-0
lines changed

1 file changed

+51
-0
lines changed
Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
---
2+
title: Designing a web part icon
3+
description: Learn how to design a web part icon that will look great in SharePoint.
4+
ms.date: 08/24/2018
5+
---
6+
7+
# Web part icons
8+
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+
11+
![TBD](../images/TBD.png)
12+
13+
## Grid keyline shapes
14+
15+
Web parts cons are displayed at 32 x 32 px. Create icons at 100% to ensure pixels are accurate.
16+
17+
![TBD](../images/TBD.png)
18+
19+
## Layout
20+
21+
Icons should be designed inside of the 64 x 64 pixelcontainer area, to insure that the icons renders correctly.
22+
23+
![TBD](../images/[email protected])
24+
25+
## Shapes
26+
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+
29+
![TBD](../images/TBD.png)
30+
31+
32+
## Pixel clarity
33+
34+
Try to avoid any icon distortion by snapping your edges to the X and Y coordinates. Use whole numbers when possible.
35+
36+
![TBD](../images/TBD.png)
37+
38+
## Content Area
39+
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+
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+
44+
![TBD](../images/TBD.png)
45+
46+
## Exporting your icons
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.
49+
50+
![TBD](../images/TBD.png)
51+

0 commit comments

Comments
 (0)