
Announcements
Hello
How can I add custom icon in PowerApps Portal?
That will be part of your HTML when you are building your custom button.
I suggest using the Glyphicon icons as it is part of bootstrap v3. If you need something different, you can always upload as a Web File and refer in your HTML code.
https://getbootstrap.com/docs/3.3/components/
for example:
<div class="input-group pull-left"><a href="#" class="btn btn-primary pull-right" title="Upload" tabindex="0"><span class="glyphicon glyphicon-cloud-upload" aria-hidden="true"></span> Upload</a></div>
------------
If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.