The Icon (string) constructor searches for a file on disk for the icon file; it does not look in the resource. Instead, consider using the Icon (Stream) constructor.
Or use the tab "Project + Properties", the tab "Resource", the arrow on the button "Add resource", "Add existing file". Select the .ico file. Then you will use it as follows:
notifyI.Icon = Properties.Resources.Power;