I make the notification bar and I wanted to have a big icon near text
I do not do the battery just gave this image as an example.
For Example: http://i45.tinypic.com/23hu5xd.png
Red circle = icon which is always visible. Blue circle = icon that is visible only when you expand.
How do I make such a big icon in the notification? (Blue Circle)
You can create a custom notification using remote views. In such a remote view you have a degree of freedom to design the layout of your notification, but would advise you to follow the android guidelines on the design.
You can find detailed information on how to create the expanded notification views here.