Hi There,
Actually that button is an image. You can achieve that with the code below on a RAW content element.
<image src="BUTTON ICON URL HERE" link="true" href="VIDEO URL HERE" class="lbx"/>
[lightbox selector=".lbx"]
Or if you really need just an icon
<a href="VIDEO URL HERE" class="lbx /">ICON SHORTCODE HERE</a>
[lightbox selector=".lbx"]
Refer here: http://demo.theme.co/renew-1/shortcodes/icons/ for the icon shortcodes.
Hope it helps, Cheers!