LGWebOS + Amazon Echo Binding Examples

Hi,

here some more examples of my HABPanel solutions… This time for the LGWebOS and Amazon Echo Binding…

TV OFF & Amazon Music via Echo

TV ON & Radio Station via Echo

Mobile View

I took the spotify example which comes with the matrix theme, and play a bit to fit my needs… I also added some svg images to AppIcons.svg and matrixicons.svg. If you sont have the squidink icons bought, you will find a free alternative :slight_smile:

Code is here (click)

LGWebOS part:

<div class="section">
	<div class="sectionIconContainer"><div class="sectionIcon"><svg viewBox="0 0 48 48"><use xlink:href="/static/matrix-theme/smarthome.svg#flat-tv"></use></svg></div></div>
	<div class="title">TV</div>
	<div class="controls">
		<div class="widget" ng-if="itemValue('LG_TV0_Power')=='OFF'" ng-click="sendCmd('LR_HARMONY_LG_ALEXA', 'ON')">
			<div class="icon off"><svg viewBox="0 0 48 48"><use xlink:href="/static/matrix-theme/matrixicons.svg#off"></use></svg></div>
			<div class="name">Power</div>
		</div>
		<div class="widget" ng-if="itemValue('LG_TV0_Power')=='ON'" ng-click="sendCmd('LR_HARMONY_LG_ALEXA', 'OFF')">
			<div class="icon on"><svg viewBox="0 0 48 48"><use xlink:href="/static/matrix-theme/matrixicons.svg#on"></use></svg></div>
			<div class="name">Power</div>
			<div class="appLogo" ng-if="itemValue('LG_TV0_Application')=='Netflix'"><svg viewBox="0 0 440 100"><use xlink:href="/static/matrix-theme/AppIcons.svg#netflix"></use></svg></div>
			<div class="appLogo" ng-if="itemValue('LG_TV0_Application')=='Amazon Prime Video'"><svg viewBox="0 0 440 100"><use xlink:href="/static/matrix-theme/AppIcons.svg#amazon"></use></svg></div>
			<div class="appLogo" ng-if="itemValue('LG_TV0_Application')=='YouTube'"><svg viewBox="0 0 440 100"><use xlink:href="/static/matrix-theme/AppIcons.svg#youtube"></use></svg></div>
			<div class="appLogo" ng-if="itemValue('LG_TV0_Application')=='Chromecast'"><svg viewBox="0 0 440 100"><use xlink:href="/static/matrix-theme/AppIcons.svg#chromecast"></use></svg></div>
			<div class="appLogo" ng-if="itemValue('LG_TV0_Application')=='ARD Mediathek'"><svg viewBox="0 0 440 100"><use xlink:href="/static/matrix-theme/AppIcons.svg#ard-mediathek"></use></svg></div>
			<div class="appLogo" ng-if="itemValue('LG_TV0_Application')=='ZDF Mediathek'"><svg viewBox="0 0 440 100"><use xlink:href="/static/matrix-theme/AppIcons.svg#zdf-mediathek"></use></svg></div>
			<div class="appLogo" ng-if="itemValue('LG_TV0_Application')!='ARD Mediathek' && itemValue('LG_TV0_Application')!='ZDF Mediathek' && itemValue('LG_TV0_Application')!='Chromecast' && itemValue('LG_TV0_Application')!='Netflix' && itemValue('LG_TV0_Application')!='Amazon Prime Video' && itemValue('LG_TV0_Application')!='YouTube' && itemValue('LG_TV0_Application')!='Apple TV'">{{itemValue('LG_TV0_Application')}}</div>
		</div>
		<div class="widget" ng-if="itemValue('LG_TV0_Power')=='NULL'" ng-click="sendCmd('LR_HARMONY_LG_ALEXA', 'ON')">
			<div class="icon off"><svg viewBox="0 0 48 48"><use xlink:href="/static/matrix-theme/matrixicons.svg#none"></use></svg></div>
			<div class="name">Power</div>
		</div>
		<div class="widget" ng-class="{true: 'disabled'}[itemValue('LG_TV0_Power')=='OFF']">
			<div class="icon off"><svg viewBox="0 0 48 48"><use xlink:href="/static/matrix-theme/smarthome.svg#flat-tv"></use></svg></div>
			<div class="name">Input</div>
			<div class="controlGroup">
				<div class="control" ng-class="{true: 'on'}[itemValue('LG_TV0_Application')=='YouTube']" ng-click="sendCmd('LG_TV0_Application', 'youtube.leanback.v4')"><svg viewBox="0 0 80 80"><use xlink:href="/static/matrix-theme/matrixicons.svg#logoYoutube"></use></svg></div>
				<div class="control" ng-class="{true: 'on'}[itemValue('LG_TV0_Application')=='Amazon Prime Video']" ng-click="sendCmd('LG_TV0_Application', 'lovefilm.de')"><svg viewBox="0 0 80 80"><use xlink:href="/static/matrix-theme/matrixicons.svg#logoAmazon"></use></svg></div>
				<div class="control" ng-class="{true: 'on'}[itemValue('LG_TV0_Application')=='Chromecast']" ng-click="sendCmd('LG_TV0_Application', 'com.webos.app.hdmi3')"><svg viewBox="0 0 80 80"><use xlink:href="/static/matrix-theme/matrixicons.svg#logoChromecast"></use></svg></div>
				<div class="control" ng-class="{true: 'on'}[itemValue('LG_TV0_Application')=='Netflix']" ng-click="sendCmd('LG_TV0_Application', 'netflix')"><svg viewBox="0 0 80 80"><use xlink:href="/static/matrix-theme/matrixicons.svg#logoNetflix"></use></svg></div>
				<div class="control" ng-class="{true: 'on'}[itemValue('LG_TV0_Application')=='ZDF Mediathek']" ng-click="sendCmd('LG_TV0_Application', 'de.zdf.app.zdfm3')"><svg viewBox="0 0 80 80"><use xlink:href="/static/matrix-theme/matrixicons.svg#logoZDF"></use></svg></div>
				<div class="control" ng-class="{true: 'on'}[itemValue('LG_TV0_Application')=='ARD Mediathek']" ng-click="sendCmd('LG_TV0_Application', 'ard.mediathek')"><svg viewBox="0 0 80 80"><use xlink:href="/static/matrix-theme/matrixicons.svg#logoARD"></use></svg></div>
				<div class="control" ng-class="{true: 'on'}[itemValue('LG_TV0_Application')=='HDMI 1']" ng-click="sendCmd('LG_TV0_Application', 'com.webos.app.hdmi1')"><svg viewBox="0 0 80 80"><use xlink:href="/static/matrix-theme/smarthome.svg#flat-tv"></use></svg></div>
			</div>
		</div>
		<div class="widget" ng-class="{true: 'disabled'}[itemValue('LG_TV0_Power')=='OFF']">
			<div class="icon off"><svg viewBox="0 0 48 48"><use xlink:href="/static/matrix-theme/smarthome.svg#volume"></use></svg></div>
			<div class="name">Volume<div class="value">{{itemValue('LG_TV0_Volume')}}</div></div>
			<div class="control on" ng-if="itemValue('LG_TV0_Mute')=='ON'" ng-click="sendCmd('LG_TV0_Mute', 'OFF')"><svg viewBox="0 0 80 80"><use xlink:href="/static/matrix-theme/smarthome.svg#volume-close"></use></svg></div>
			<div class="control" ng-if="itemValue('LG_TV0_Mute')!='ON'" ng-click="sendCmd('LG_TV0_Mute', 'ON')"><svg viewBox="0 0 80 80"><use xlink:href="/static/matrix-theme/smarthome.svg#volume-close"></use></svg></div>
			<div class="controlGroup">
				<div class="slider-div" ng-init='volumeModelLG={"name": "LG_TV0_Volume", "item": "LG_TV0_Volume", "floor" : 0, "ceil": 100, "step": 1, "hidelabel" : "true", "hidelimits": "true" }'>
					<widget-slider ng-model="volumeModelLG"/>
				</div>
			</div>
		</div>
	</div>
</div>

Amazon Echo Music part:

<div class="section">
	<div class="sectionIconContainer"><div class="sectionIcon"><svg viewBox="0 0 48 48"><use xlink:href="/static/matrix-theme/smarthome.svg#line-visuals"></use></svg></div></div>
	<div class="title">Music</div>
	<div class="controls">
		<div class="widget">
			<div class="icon off"><svg viewBox="0 0 48 48"><use xlink:href="/static/matrix-theme/smarthome.svg#line-visuals"></use></svg></div>
			<div class="name">Device</div>
			<div class="appLogo"><svg viewBox="0 0 440 100"><use xlink:href="/static/matrix-theme/AppIcons.svg#amazonEcho"></use></svg></div>
			<div class="valueGroup">
				<div class="value">{{itemValue('Echo_Living_Room_Title')}}</div>
				<div class="value">{{itemValue('Echo_Living_Room_Subtitle1')}}</div>
			</div>
			<div class="music">
				<div class="cover" ng-style="{'background-image': 'url(' + itemValue('Echo_Living_Room_ImageUrl') + ')'}"></div>
				<div class="playback" ng-if="itemValue('Echo_Living_Room_Radio')!='ON'">
					<div class="playbackTime">{{itemValue('Echo_Living_Room_MediaProgressTime').split(' ')[0]*1000 | date:'mm:ss'}}</div>
					<div class="playbackBar"><div class="playbackBarDone" ng-style="{'width': itemValue('Echo_Living_Room_MediaProgress') + '%'}"></div></div>
					<div class="playbackTime">{{itemValue('Echo_Living_Room_MediaLength').split(' ')[0]*1000 | date:'mm:ss'}}</div>
				</div>
				<div class="controlGroup">
					<div class="control" ng-click="sendCmd('Echo_Living_Room_Player', 'NEXT')"><svg viewBox="0 0 80 80"><use xlink:href="/static/matrix-theme/smarthome.svg#right-arrow-2"></use></svg></div>
					<div class="control" ng-click="sendCmd('Echo_Living_Room_Player', 'PLAY')" ng-if="itemValue('Echo_Living_Room_Player')!='PLAY'"><svg viewBox="0 0 80 80"><use xlink:href="/static/matrix-theme/smarthome.svg#right-play"></use></svg></div>
					<div class="control" ng-click="sendCmd('Echo_Living_Room_Player', 'PAUSE')" ng-if="itemValue('Echo_Living_Room_Player')=='PLAY'"><svg viewBox="0 0 80 80"><use xlink:href="/static/matrix-theme/smarthome.svg#stop_1_"></use></svg></div>
					<div class="control" ng-click="sendCmd('Echo_Living_Room_Player', 'PREVIOUS')"><svg viewBox="0 0 80 80"><use xlink:href="/static/matrix-theme/smarthome.svg#left-arrow-2"></use></svg></div>
					<div class="control" ng-class="{true: 'on'}[itemValue('Echo_Living_Room_Shuffle')=='ON']" ng-click="sendCmd('Echo_Living_Room_Shuffle', 'OFF')" ng-if="itemValue('Echo_Living_Room_Shuffle')!='OFF'"><svg viewBox="0 0 80 80"><use xlink:href="/static/matrix-theme/smarthome.svg#shuffle"></use></svg></div>
					<div class="control" ng-click="sendCmd('Echo_Living_Room_Shuffle', 'ON')" ng-if="itemValue('Echo_Living_Room_Shuffle')=='OFF'"><svg viewBox="0 0 80 80"><use xlink:href="/static/matrix-theme/smarthome.svg#shuffle"></use></svg></div>
				</div>
			</div>
		</div>
		<div class="widget">
			<div class="icon off"><svg viewBox="0 0 48 48"><use xlink:href="/static/matrix-theme/smarthome.svg#box"></use></svg></div>
			<div class="name">Provider</div>
			<div class="controlGroup">
				<div class="control" ng-class="{true: 'on'}[itemValue('Echo_Living_Room_MusicProviderId')=='TUNEIN']" ng-click="sendCmd('Echo_Living_Room_MusicProviderId', 'TUNEIN')"><svg viewBox="0 0 80 80"><use xlink:href="/static/matrix-theme/smarthome.svg#radio"></use></svg></div>
				<div class="control" ng-class="{true: 'on'}[itemValue('Echo_Living_Room_MusicProviderId')=='AMAZON_MUSIC']" ng-click="sendCmd('Echo_Living_Room_MusicProviderId', 'AMAZON_MUSIC')"><svg viewBox="0 0 80 80"><use xlink:href="/static/matrix-theme/matrixicons.svg#logoAmazon"></use></svg></div>
				<div class="control" ng-class="{true: 'on'}[itemValue('Echo_Living_Room_MusicProviderId')=='CLOUDPLAYER']" ng-click="sendCmd('Echo_Living_Room_MusicProviderId', 'CLOUDPLAYER')"><svg viewBox="0 0 80 80"><use xlink:href="/static/matrix-theme/smarthome.svg#cloud-play1"></use></svg></div>
				<div class="control" ng-class="{true: 'on'}[itemValue('Echo_Living_Room_MusicProviderId')=='SPOTIFY']" ng-click="sendCmd('Echo_Living_Room_MusicProviderId', 'SPOTIFY')"><svg viewBox="0 0 80 80"><use xlink:href="/static/matrix-theme/matrixicons.svg#spotify"></use></svg></div>
				<div class="valueGroup"><div class="value">{{itemValue('Echo_Living_Room_ProviderDisplayName')}}&nbsp;&nbsp;&nbsp;</div></div>
			</div>
		</div>
		<div class="widget">
			<div class="icon off"><svg viewBox="0 0 48 48"><use xlink:href="/static/matrix-theme/smarthome.svg#volume"></use></svg></div>
			<div class="name">Volume<div class="value">{{itemValue('Echo_Living_Room_Volume')}}</div></div>
			<div class="control" ng-click="sendCmd('Echo_Living_Room_Volume', '0')"><svg viewBox="0 0 80 80"><use xlink:href="/static/matrix-theme/smarthome.svg#volume-close"></use></svg></div>
			<div class="controlGroup">
				<div class="slider-div" ng-init='volumeModelEcho1={"name": "Echo_Living_Room_Volume", "item": "Echo_Living_Room_Volume", "floor" : 0, "ceil": 100, "step": 1, "hidelabel" : "true", "hidelimits": "true" }'>
					<widget-slider ng-model="volumeModelEcho1"/>
				</div>
			</div>
		</div>
		<div class="widget">
			<div class="icon off"><svg viewBox="0 0 48 48"><use xlink:href="/static/matrix-theme/smarthome.svg#box"></use></svg></div>
			<div class="name">Bluetooth</div>
			<div class="sceneGroup">
				<div class="scene" ng-click="sendCmd('Echo_Living_Room_Bluetooth', 'ON')" ng-if="itemValue('Echo_Living_Room_Bluetooth')!='ON'">BT OFF</div>
				<div class="scene on" ng-click="sendCmd('Echo_Living_Room_Bluetooth', 'OFF')" ng-if="itemValue('Echo_Living_Room_Bluetooth')=='ON'">BT ON</div>
				<div class="scene" ng-click="sendCmd('Echo_Living_Room_Radio', 'ON')" ng-if="itemValue('Echo_Living_Room_Radio')!='ON'">Radio OFF</div>
				<div class="scene on" ng-click="sendCmd('Echo_Living_Room_Radio', 'OFF')" ng-if="itemValue('Echo_Living_Room_Radio')=='ON'">Radio ON</div>
			</div>
		</div>
		<div class="widget">
			<div class="icon off"><svg viewBox="0 0 48 48"><use xlink:href="/static/matrix-theme/smarthome.svg#volume"></use></svg></div>
			<div class="name">Notify<div class="value">{{itemValue('Echo_Living_Room_NotificationVolume')}}</div></div>
			<div class="control" ng-click="sendCmd('Echo_Living_Room_NotificationVolume', '0')"><svg viewBox="0 0 80 80"><use xlink:href="/static/matrix-theme/smarthome.svg#volume-close"></use></svg></div>
			<div class="controlGroup">
				<div class="slider-div" ng-init='volumeModelEcho1Notify={"name": "Echo_Living_Room_NotificationVolume", "item": "Echo_Living_Room_NotificationVolume", "floor" : 0, "ceil": 100, "step": 1, "hidelabel" : "true", "hidelimits": "true" }'>
					<widget-slider ng-model="volumeModelEcho1Notify"/>
				</div>
			</div>
		</div>
		<div class="widget">
			<div class="icon off"><svg viewBox="0 0 48 48"><use xlink:href="/static/matrix-theme/smarthome.svg#box"></use></svg></div>
			<div class="name">Station</div>
			<div class="sceneGroup">
				<div class="scene" ng-click="sendCmd('Echo_Living_Room_RadioStationId', 's84589')" ng-if="itemValue('Echo_Living_Room_RadioStationId')!='s84589'">Radio Dresden</div>
				<div class="scene on" ng-click="sendCmd('Echo_Living_Room_RadioStationId', 's84589')" ng-if="itemValue('Echo_Living_Room_RadioStationId')=='s84589'">Radio Dresden</div>
				<div class="scene" ng-click="sendCmd('Echo_Living_Room_RadioStationId', 's25005')" ng-if="itemValue('Echo_Living_Room_RadioStationId')!='s25005'">Radio Fritz!</div>
				<div class="scene on" ng-click="sendCmd('Echo_Living_Room_RadioStationId', 's25005')" ng-if="itemValue('Echo_Living_Room_RadioStationId')=='s25005'">Radio Fritz!</div>
			</div>
		</div>
		<div class="widget">
			<div class="icon off"><svg viewBox="0 0 48 48"><use xlink:href="/static/matrix-theme/smarthome.svg#line-visuals"></use></svg></div>
			<div class="name">Play Lists</div>
			<div class="controlGroup">
        <div class="control" ng-click="sendCmd('Echo_Living_Room_PlayMusicCommand', 'PLAYLIST NAME1')">4</div>
        <div class="control" ng-click="sendCmd('Echo_Living_Room_PlayMusicCommand', 'PLAYLIST NAME2')">3</div>
				<div class="control" ng-click="sendCmd('Echo_Living_Room_PlayMusicCommand', 'PLAYLIST NAME3')">2</div>
				<div class="control" ng-click="sendCmd('Echo_Living_Room_PlayMusicCommand', 'PLAYLIST NAME4')">1</div>
			</div>
		</div>
		<div class="widget">
			<div class="icon off"><svg viewBox="0 0 48 48"><use xlink:href="/static/matrix-theme/smarthome.svg#line-visuals"></use></svg></div>
			<div class="name">Genre</div>
			<div class="controlGroup">
        <div class="control" ng-click="sendCmd('Echo_Living_Room_PlayMusicCommand', 'Play Genre Rock von meiner Musik')">R</div>
        <div class="control" ng-click="sendCmd('Echo_Living_Room_PlayMusicCommand', 'Play Genre Pop von meiner Musik')">P</div>
				<div class="control" ng-click="sendCmd('Echo_Living_Room_PlayMusicCommand', 'Play Genre Rap von meiner Musik')">H</div>
				<div class="control" ng-click="sendCmd('Echo_Living_Room_PlayMusicCommand', 'Play Genre Dance von meiner Musik')">D</div>
			</div>
		</div>
  </div>
</div>

AppIcons.svg and matrixicons.svg in the next posts.

NOTE: You need to play a bit with the Echo_Living_Room_PlayMusicCommand command for the Playlist and Genre Buttons…
NOTE-2 I figured that somehow the Playlist name needs to be less then 17 chars to be found… bug or feature? otherwise Alexa responds that the playlist cant be found… cc @michi

If someone has a CSS example for the volumeslider, that would be much appreciated. for my taste its still a bit to big and i want the white color in gray… anyone? :wink:

For any other suggestions, questions just leave a comment below.

/Holger

2 Likes
AppIcons.svg
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 19.2.1, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
	 viewBox="0 0 440 100" enable-background="new 0 0 440 100" xml:space="preserve">
<symbol id="youtube">
	<path d="M291.1,80.5h-8.8v-5.1c-3.4,3.8-6.2,5.8-9.3,5.8c-2.7,0-4.6-1.3-5.5-3.6c-0.6-1.4-1-3.6-1-6.8V33.5h8.8v34.9v3.3
		c0.2,1.3,0.8,1.8,1.9,1.8c1.7,0,3.2-1.5,5.1-4.1V33.5h8.8C291.1,33.5,291.1,80.5,291.1,80.5z"/>
	<path d="M251.1,66.5c0.5,4.7-1,7-3.7,7c-2.7,0-4.2-2.3-3.7-7V47.9c-0.5-4.7,1-6.8,3.7-6.8c2.7,0,4.2,2.2,3.7,6.8
		C251.1,47.9,251.1,66.5,251.1,66.5z M259.9,48.8c0-5-1-8.8-2.8-11.2c-2.4-3.2-6-4.5-9.8-4.5c-4.2,0-7.4,1.3-9.8,4.5
		c-1.8,2.4-2.8,6.2-2.8,11.2l0,16.7c0,5,0.9,8.4,2.7,10.8c2.4,3.2,6.2,4.9,9.9,4.9c3.7,0,7.6-1.7,10-4.9c1.8-2.4,2.6-5.8,2.6-10.8
		C259.9,65.6,259.9,48.8,259.9,48.8z"/>
	<path d="M225,54.9v25.6h-9.3V54.9c0,0-9.6-31.4-11.6-37.2h9.8l6.5,24.5l6.5-24.5h9.8C236.7,17.7,225,54.9,225,54.9z"/>
	<g>
		<path d="M416.6,46.5c0-4.3-1.1-5.6-3.9-5.6c-2.8,0-4,1.2-4,5.5v5.1l7.9,0V46.5z"/>
		<path d="M382,41c-1.4,0-3,0.7-4.4,2.1l0,28.2c1.4,1.4,3,2.1,4.4,2.1c2.4,0,3.5-1.8,3.5-6.4V47C385.5,42.3,384.4,41,382,41z"/>
		<path d="M435.7,22.7L435.7,22.7c0,0-1.4-9.5-5.5-13.7c-5.3-5.5-11.2-5.5-13.9-5.9c-19.4-1.4-48.6-1.4-48.6-1.4h-0.1
			c0,0-29.2,0-48.6,1.4c-2.7,0.3-8.6,0.4-13.9,5.9c-4.2,4.2-5.5,13.7-5.5,13.7s-1.4,11.2-1.4,22.4v10.5c0,11.2,1.4,22.4,1.4,22.4
			s1.4,9.5,5.5,13.7c5.3,5.5,12.2,5.3,15.3,5.9c11.1,1.1,47.2,1.4,47.2,1.4s29.2,0,48.6-1.4c2.7-0.3,8.6-0.3,13.9-5.9
			c4.2-4.2,5.5-13.7,5.5-13.7s1.4-11.2,1.4-22.4V45.1C437.1,33.9,435.7,22.7,435.7,22.7z M328.7,80.5h-9.3V27h-9.8v-8.8l29.3,0V27
			h-10.2V80.5z M362.2,80.5h-8.8v-5.1c-3.4,3.8-6.2,5.8-9.3,5.8c-2.7,0-4.6-1.3-5.5-3.6c-0.6-1.4-1-3.6-1-6.8V33.9h8.8v34.4v3.3
			c0.2,1.3,0.8,1.8,1.9,1.8c1.7,0,3.2-1.5,5.1-4.1V33.9h8.8V80.5z M394.3,66.5c0,4.3-0.4,7.3-0.9,9.3c-1.1,3.5-3.6,5.3-6.9,5.3
			c-3,0-6.1-1.8-8.9-5.3l0,4.7h-8.4V18.1h8.4l0,20.3c2.7-3.3,5.8-5.3,8.9-5.3c3.4,0,5.6,1.9,6.7,5.4c0.6,1.9,1.1,4.9,1.1,9.3V66.5z
			 M412.8,73.4c2.1,0,3.3-1.1,3.8-3.4c0.1-0.5,0.1-2.5,0.1-5.8h8.8v1.3c0,2.7-0.2,4.6-0.3,5.5c-0.3,1.9-0.9,3.6-2,5
			c-2.3,3.4-5.8,5-10.2,5c-4.4,0-7.8-1.6-10.2-4.8c-1.8-2.3-2.9-5.8-2.9-10.7V49.3c0-5,1-8.8,2.8-11.2c2.4-3.2,5.8-4.9,10.1-4.9
			c4.2,0,7.6,1.7,9.9,4.9c1.8,2.4,2.7,6,2.7,11l0,9.5h-16.8v8.4C408.7,71.2,409.9,73.4,412.8,73.4z"/>
	</g>
</symbol>

<symbol id="amazonEcho">
	<g transform="scale(.34299)">
		<g fill-rule="evenodd">
			<path d="m468.14 235.43c-43.852 32.028-107.41 49.116-162.14 49.116-76.732 0-145.81-28.122-198.07-74.895-4.106-3.678-0.42703-8.6905 4.5001-5.8262 56.399 32.516 	126.13 52.078 198.17 52.078 48.582 0 102.02-9.9599 151.16-30.628 7.4236-3.1247 13.632 4.8172 6.3724 10.155"/>
			<path d="m486.37 214.76c-5.5841-7.0956-37.052-3.3525-51.177-1.6925-4.3031 0.52078-4.96-3.1898-1.084-5.8588 25.063-17.479 66.188-12.434 70.984-6.5748 4.7957 5.8913-1.2482 46.74-24.8 66.237-3.6132 2.9945-7.0622 1.3996-5.4527-2.5713 5.2884-13.085 17.146-42.411 11.53-49.539"/>
			<path d="m436.18 83.821v-16.99c0-2.5713 1.9708-4.2964 4.3359-4.2964h76.765c2.4636 0 4.4344 1.7576 4.4344 4.2964v14.549c-0.0328 2.4412-2.1022 5.6309-5.7812 10.676l-39.778 56.277c14.781-0.35801 30.384 1.8227 43.786 9.309 3.022 1.6925 3.8432 4.1662 4.0731 6.6074v18.13c0 2.4737-2.7592 5.3705-5.6498 3.8733-23.617-12.271-54.987-13.605-81.101 0.1302-2.6606 1.4322-5.4527-1.4321-5.4527-3.9058v-17.218c0-2.7666 0.0328-7.4862 2.8249-11.685l46.085-65.488h-40.107c-2.4636 0-4.4344-1.7251-4.4344-4.2639"/>
			<path d="m156.16 189.83h-23.355c-2.2336-0.16273-4.0074-1.8227-4.1717-3.9384v-118.77c0-2.3761 2.0037-4.2639 4.5001-4.2639h21.778c2.2665 0.09758 4.0731 1.8227 4.2374 3.9709v15.526h0.42702c5.6826-15.005 16.358-22.003 30.745-22.003 14.617 0 23.749 6.998 30.318 22.003 5.6498-15.005 18.493-22.003 32.256-22.003 9.7886 0 20.497 4.0035 27.034 12.987 7.3907 9.9925 5.8797 24.509 5.8797 37.236l-0.0328 74.96c0 2.3761-2.0037 4.2964-4.5001 4.2964h-23.322c-2.3322-0.16273-4.2045-2.018-4.2045-4.2964v-62.949c0-5.0125 0.45984-17.511-0.65696-22.263-1.7409-7.9744-6.9637-10.22-13.73-10.22-5.6498 0-11.562 3.7431-13.96 9.7321-2.3979 5.989-2.1679 16.014-2.1679 22.752v62.949c0 2.3761-2.0037 4.2964-4.5001 4.2964h-23.322c-2.365-0.16273-4.2045-2.018-4.2045-4.2964l-0.0327-62.949c0-13.247 2.2008-32.744-14.387-32.744-16.785 0-16.128 19.008-16.128 32.744v62.949c0 2.3761-2.0037 4.2964-4.5001 4.2964"/>
			<path d="m587.81 60.353c34.654 0 53.41 29.489 53.41 66.985 0 36.227-20.727 64.967-53.41 64.967-34.03 0-52.556-29.489-52.556-66.237 0-36.975 18.756-65.716 52.556-65.716m0.19706 24.249c-17.212 0-18.296 23.24-18.296 37.724 0 14.517-0.22993 45.503 18.099 45.503 18.099 0 18.953-24.997 18.953-40.23 0-10.025-0.42702-22.003-3.4819-31.507-2.6278-8.2674-7.8506-11.49-15.274-11.49"/>
			<path d="m686.15 189.83h-23.256c-2.3322-0.16273-4.2045-2.018-4.2045-4.2964l-0.0329-118.8c0.19708-2.1808 2.1351-3.8733 4.5001-3.8733h21.647c2.0365 0.09758 3.7118 1.4647 4.1717 3.32v18.162h0.42699c6.5367-16.242 15.701-23.988 31.829-23.988 10.478 0 20.694 3.7431 27.264 13.996 6.1097 9.5042 6.1097 25.486 6.1097 36.975v74.764c-0.26278 2.0831-2.2008 3.7431-4.5001 3.7431h-23.42c-2.1351-0.16273-3.9089-1.7251-4.1388-3.7431v-64.512c0-12.987 1.511-31.995-14.617-31.995-5.6826 0-10.905 3.7757-13.5 9.5042-3.2847 7.2584-3.7118 14.484-3.7118 22.491v63.958c-0.0327 2.3761-2.0694 4.2964-4.5658 4.2964"/>
			<path d="m374.99 133.1c0 9.016 0.22992 16.535-4.3688 24.542-3.7118 6.5098-9.6243 10.513-16.161 10.513-8.9674 0-14.223-6.7702-14.223-16.763 0-19.725 17.836-23.305 34.753-23.305v5.0125m23.552 56.407c-1.5438 1.3671-3.7775 1.4647-5.5184 0.55335-7.752-6.3795-9.1645-9.3415-13.402-15.428-12.811 12.954-21.909 16.828-38.497 16.828-19.676 0-34.95-12.01-34.95-36.064 0-18.781 10.248-31.572 24.899-37.822 12.679-5.5333 30.384-6.5098 43.917-8.0395v-2.9945c0-5.5008 0.42702-12.011-2.8578-16.763-2.8249-4.2639-8.2776-6.0215-13.106-6.0215-8.9017 0-16.818 4.5243-18.756 13.898-0.39417 2.0831-1.938 4.1337-4.0731 4.2313l-22.632-2.4086c-1.9052-0.42311-4.0402-1.9529-3.4818-4.8497 5.1899-27.211 30.023-35.413 52.228-35.413 11.365 0 26.212 2.9945 35.18 11.522 11.365 10.513 10.281 24.542 10.281 39.807v36.064c0 10.839 4.533 15.591 8.8032 21.45 1.4782 2.0831 1.8066 4.5894-0.0986 6.1517-4.7629 3.9384-13.238 11.262-17.902 15.363l-0.0328-0.0652"/>
			<path d="m68.816 133.1c0 9.016 0.22991 16.535-4.3687 24.542-3.7118 6.5098-9.5915 10.513-16.161 10.513-8.9674 0-14.19-6.7702-14.19-16.763 0-19.725 17.836-23.305 34.72-23.305v5.0125m23.552 56.407c-1.5438 1.3671-3.7775 1.4647-5.5184 0.55335-7.752-6.3795-9.1316-9.3415-13.402-15.428-12.811 12.954-21.876 16.828-38.497 16.828-19.643 0-34.95-12.01-34.95-36.064 0-18.781 10.281-31.572 24.898-37.822 12.679-5.5333 30.384-6.5098 43.917-8.0395v-2.9945c0-5.5008 0.42702-12.011-2.8249-16.763-2.8578-4.2639-8.3104-6.0215-13.106-6.0215-8.9017 0-16.851 4.5243-18.789 13.898-0.39418 2.0831-1.938 4.1337-4.0403 4.2313l-22.665-2.4086c-1.9052-0.42311-4.0074-1.9529-3.4819-4.8497 5.2228-27.211 30.023-35.413 52.228-35.413 11.365 0 26.212 2.9945 35.18 11.522 11.365 10.513 10.281 24.542 10.281 39.807v36.064c0 10.839 4.533 15.591 8.8032 21.45 1.511 2.0831 1.8395 4.5894-0.0657 6.1517-4.7629 3.9384-13.238 11.262-17.902 15.363l-0.06569-0.0652"/>
		</g>
		<path d="m1037.6 0v189.33h23.85v-91.727c11.112-9.6271 23.579-17.113 36.588-17.113 17.616 0 22.223 13.905 22.223 31.822v77.018h23.85v-84.773c0-33.16-18.97-44.926-39.025-44.926-16.532 0-30.897 7.7544-43.635 18.451v-78.086zm-178.73 59.635c-32.793 0-54.203 27.009-54.203 65.518 0 36.102 19.515 66.855 62.064 66.855 14.635 0 30.081-4.0122 42.006-11.5l-7.3164-16.312c-8.9436 4.8136-19.514 8.5586-31.98 8.5586-25.205 0-40.11-17.651-40.381-41.451h82.66v-5.8828c0-40.38-19.243-65.785-52.85-65.785zm128.8 0c-39.027 0-65.043 29.95-65.043 67.656 0 35.834 21.952 64.717 62.062 64.717 16.261 0 31.438-5.3495 40.924-11.768l-7.0469-16.58c-8.4015 4.5461-17.616 8.8262-30.625 8.8262-24.663 0-40.652-16.848-40.652-46.531 0-26.742 15.989-46.799 42.277-46.799 12.467 0 22.224 3.476 30.896 9.0918v-20.59c-7.5885-4.2787-18.971-8.0234-32.793-8.0234zm234.52 0c-36.858 0-60.978 28.881-60.978 66.32 0 37.171 24.12 66.053 60.707 66.053 36.858 0 60.979-28.881 60.979-66.053 0-37.439-24.391-66.32-60.707-66.32zm-363.32 18.719c19.242 0 27.916 17.651 28.188 35.301h-57.998c0.27101-19.254 11.381-35.301 29.811-35.301zm363.32 0.80273c22.494 0 36.045 19.522 36.045 46.799 0 27.009-13.551 46.531-36.316 46.531-22.494 0-36.045-19.522-36.045-46.531 0-27.277 13.551-46.799 36.316-46.799z" stroke-width="1px"/>
	</g>
</symbol>

<symbol id="tunein">
	<g transform="matrix(1.1364 0 0 1.1364 37.148 -63.742)">
		<path d="m95 96.8v4c0 0.4-0.4 0.8-0.8 0.8h-5c-0.2 0-0.4 0.2-0.4 0.4v21.2c0 0.4-0.4 0.8-0.8 0.8h-4c-0.4 0-0.8-0.4-0.8-0.8v-21.2c0-0.2-0.2-0.4-0.4-0.4h-5c-0.4 0-0.8-0.4-0.8-0.8v-4c0-0.4 0.4-0.8 0.8-0.8h16.4c0.4 0 0.8 0.4 0.8 0.8zm22-0.8h-4c-0.4 0-0.8 0.4-0.8 0.8v18.8c0 1.8-1.4 3.2-3.9 3.2-2.4 0-3.8-1.4-3.8-3.2v-18.8c0-0.4-0.4-0.8-0.8-0.8h-4c-0.4 0-0.8 0.4-0.8 0.8v18.8c0 4.8 4 8.8 9.4 8.8 5.5 0 9.5-4 9.5-8.8v-18.8c0-0.4-0.4-0.8-0.8-0.8zm22.6 0h-4c-0.4 0-0.8 0.4-0.8 0.8v15c0 0.2-0.3 0.3-0.4 0.1l-5.5-15.2c-0.1-0.4-0.4-0.7-1-0.7h-4.8c-0.4 0-0.8 0.4-0.8 0.8v26.4c0 0.4 0.4 0.8 0.8 0.8h4c0.4 0 0.8-0.4 0.8-0.8v-13.8c0-0.2 0.3-0.3 0.4-0.1l5.4 14c0.1 0.3 0.4 0.7 1.1 0.7h4.7c0.4 0 0.8-0.4 0.8-0.8v-26.4c0.1-0.4-0.3-0.8-0.7-0.8zm20.7 22.4h-9.5c-0.2 0-0.4-0.2-0.4-0.4v-4.8c0-0.2 0.2-0.4 0.4-0.4h9c0.4 0 0.8-0.4 0.8-0.8v-4c0-0.4-0.4-0.8-0.8-0.8h-9c-0.2 0-0.4-0.2-0.4-0.4v-4.8c0-0.2 0.2-0.4 0.4-0.4h9.3c0.4 0 0.8-0.4 0.8-0.8v-4c0-0.4-0.4-0.8-0.8-0.8h-14.5c-0.4 0-0.8 0.4-0.8 0.8v26.4c0 0.4 0.4 0.8 0.8 0.8h14.7c0.4 0 0.8-0.4 0.8-0.8v-4c0-0.4-0.4-0.8-0.8-0.8zm95.7-59.4v62c0 1.7-1.3 3-3 3h-69v17c0 1.7-1.3 3-3 3h-122c-1.7 0-3-1.3-3-3v-62c0-1.7 1.3-3 3-3h119v-17c0-1.7 1.3-3 3-3h72c1.7 0 3 1.3 3 3zm-78 23h-115.5c-0.3 0-0.5 0.2-0.5 0.5v55c0 0.3 0.2 0.5 0.5 0.5h115c0.3 0 0.5-0.2 0.5-0.5zm35.8 17.4c0-0.4-0.4-0.8-0.8-0.8h-3.4c-0.2 0-0.4-0.2-0.4-0.4v-16.4c0-0.2 0.2-0.4 0.4-0.4h3c0.4 0 0.8-0.4 0.8-0.8v-3.8c0-0.4-0.4-0.8-0.8-0.8h-12.4c-0.4 0-0.8 0.4-0.8 0.8v3.8c0 0.4 0.4 0.8 0.8 0.8h3c0.2 0 0.4 0.2 0.4 0.4v16.4c0 0.2-0.2 0.4-0.4 0.4h-3.4c-0.4 0-0.8 0.4-0.8 0.8v3.8c0 0.4 0.4 0.8 0.8 0.8h13.2c0.4 0 0.8-0.4 0.8-0.8zm22.4-22.6c0-0.4-0.4-0.8-0.8-0.8h-4c-0.4 0-0.8 0.4-0.8 0.8v15c0 0.2-0.3 0.3-0.4 0.1l-5.5-15.2c-0.1-0.4-0.4-0.7-1-0.7h-4.7c-0.4 0-0.8 0.4-0.8 0.8v26.4c0 0.4 0.4 0.8 0.8 0.8h4c0.4 0 0.8-0.4 0.8-0.8v-13.8c0-0.2 0.3-0.3 0.4-0.1l5.4 14c0.1 0.3 0.4 0.7 1.1 0.7h4.7c0.4 0 0.8-0.4 0.8-0.8z"/>
	</g>
</symbol>

<symbol id="netflix">
	<path d="M127.5,92.1c-5.3,0.9-10.8,1.2-16.4,2L93.9,43.9v52.4c-5.3,0.6-10.2,1.3-15.3,2.1v-96h14.3l19.5,54.5V2.3h15.1L127.5,92.1 L127.5,92.1z M157,37.5c5.8,0,14.7-0.3,20.1-0.3v15c-6.7,0-14.4,0-20.1,0.3v22.3c8.8-0.6,17.6-1.3,26.5-1.6v14.4L142,90.9V2.3h41.5 v15H157C157,17.3,157,37.5,157,37.5z M239.3,17.3h-15.6v69c-5.1,0-10.1,0-15,0.2V17.3h-15.6v-15h46.1 C239.3,2.3,239.3,17.3,239.3,17.3z M263.7,36.5h20.5v15h-20.5v34H249V2.3h41.9v15h-27.2C263.7,17.3,263.7,36.5,263.7,36.5z M315.3,72.4c8.5,0.2,17.2,0.8,25.5,1.3v14.8c-13.4-0.8-26.8-1.7-40.5-2V2.3h15V72.4L315.3,72.4z M353.4,89.5 c4.8,0.3,9.8,0.6,14.7,1.1V2.3h-14.7V89.5z M433.9,2.3l-19,45.7l19,50.3c-5.6-0.7-11.3-1.8-16.9-2.7l-10.8-27.7l-11,25.5 c-5.4-0.9-10.7-1.2-16.1-2l19.3-44L381,2.3h16.1l9.8,25.2l10.5-25.2L433.9,2.3L433.9,2.3z"/>
</symbol>

<symbol id="appletv">
	<path d="M432.5,26.7c-3.4,8.7-6.9,17.3-10.3,26.1c-5.2,13.5-10.3,26.9-15.3,40.5c-0.9,2.4-2.1,3.4-4.7,3.2 c-3.2-0.3-6.4,0.1-9.6-0.1c-1-0.1-2.5-0.9-2.8-1.7c-8.4-22.5-16.7-45.1-24.9-67.6c-0.1-0.3-0.1-0.6-0.1-1.4 c5.2,0,10.2-0.1,15.2,0.1c0.8,0,1.9,1.5,2.2,2.5c5.4,17,10.7,34,16,51.1c0.1,0.3,0.3,0.5,0.6,1c2.6-8.3,5.1-16.3,7.6-24.3 c2.9-9.3,6-18.5,8.8-27.8c0.6-2.1,1.6-2.7,3.6-2.6c4.6,0.1,9.2-0.1,13.7-0.2C432.5,25.7,432.5,26.2,432.5,26.7z"/>
	<path d="M299.4,34.8C284,46.3,287,65.1,302,72.6c-2.9,8.5-7.4,16.2-14.2,22.2c-3.6,3.3-8.2,3.7-12.6,1.6c-7-3.3-13.9-3.2-20.9,0 c-4.5,2.1-8.8,1.6-12.5-1.7c-12.8-11.5-21.1-34.4-16.4-50.7c3.3-11.4,12.7-18.7,23.7-18.1c2,0.1,4.2,0.5,6,1.4 c5.8,3,11.1,2.5,17.1,0.1c3.7-1.5,8.3-1.7,12.4-1.4C291,26.5,295.2,29.4,299.4,34.8z"/>
	<path d="M341.5,8c0,5.9,0,11.5,0,17.5c5.6,0,10.9,0,16.4,0c0,4,0,7.5,0,11.4c-5.3,0-10.7,0-16.2,0c-0.1,1.5-0.2,2.6-0.2,3.7 c0,10.1,0,20.2,0,30.3c0,2,0.2,4.1,0.6,6.1c1.1,5.5,3.9,7.6,9.3,7.5c2,0,4.1-0.2,6.4-0.3c0,3.8,0,7.6,0,11.8 c-7.9,1.9-16,3.2-23.5-1.7c-6.8-4.4-7.7-11.7-7.9-18.8c-0.3-11.5-0.1-23-0.1-34.5c0-1.2,0-2.5,0-4c-3.8,0-7.2,0-10.8,0 c0-3.9,0-7.5,0-11.6c3.5,0,7,0,10.8,0c0-3.9-0.1-7.3,0.1-10.7c0.1-0.9,0.9-2.4,1.7-2.7C332.4,10.7,336.8,9.5,341.5,8z"/>
	<path d="M281.8,2.7c2,10.6-7.7,22.1-18.4,21.7C260.9,15.1,270.6,3.6,281.8,2.7z"/>
</symbol>

<symbol id="amazon">
	<path d="M233.2,97.4c-21.6-2-41.2-9.4-57.9-21.9c-4.7-3.5-9.2-7.4-9.5-8.1 c-0.3-0.8,0.4-1.8,1.2-1.8c0.4,0,2.6,1,4.9,2.3C186.6,76,204.5,82,222,84.6c14.1,2.1,29.9,2.2,43.6,0.2c11.5-1.7,24.1-5.1,34.3-9.2 c2-0.8,4.1-1.5,4.7-1.5c1.8,0,2.8,2.1,1.8,3.5c-0.2,0.4-1.8,1.6-3.6,2.7c-12.6,8.5-28.1,14.1-46.6,16.6 C252.2,97.5,237.6,97.8,233.2,97.4z"/>
	<path d="M308.1,90.8c-0.1-0.3,0.1-1.1,0.4-1.9c1.8-4.5,4.1-12,4.4-14.1 c0.6-4.3-0.1-5.3-4-5.9c-2.4-0.4-6.8-0.3-13.1,0.4c-2.9,0.3-3.9,0.3-4.2,0c-1-1,1.8-3.2,6-4.8c4.9-1.9,13.1-2.5,18.2-1.5 c4.1,0.9,4.6,1.4,4.6,5c0,5.3-2.3,12.4-5.6,17.4C312,89.8,308.8,92.4,308.1,90.8L308.1,90.8z"/>
	<path d="M390.4,28.6c-1.4-6.8-4.2-12.1-8.8-16.7c-7.7-7.7-18.8-10.8-29.4-8.1c-10.9,2.8-19.3,11.4-22.3,22.6 c-0.7,2.6-0.8,3.5-0.8,7.6c0,4.1,0.1,5.1,0.8,7.7c3.2,11.9,12.5,20.8,24.3,23c1.4,0.3,3.6,0.4,6.7,0.3c3.8-0.1,5-0.2,7.3-0.9 c11.4-3.4,19.7-12.3,22.1-23.9C390.9,37.5,390.9,31.1,390.4,28.6z M376.1,34.3c-0.1,0.7-1.5,1.4-12.4,6.8c-6.7,3.3-12.4,6-12.5,6 c-0.1,0-0.4-0.2-0.7-0.5c-0.4-0.4-0.5-2-0.5-12.4V22.3l0.7-0.3c0.6-0.3,2.4,0.5,12.6,5.3c6.6,3.1,12.1,5.8,12.4,6 C376,33.4,376.2,33.9,376.1,34.3z"/>
	<path d="M146.3,9c-6.8-0.1-12.5,2-16.1,6c-1.7,1.9-3.5,5.4-3.7,7.5 c-0.2,1.4-0.1,1.6,0.5,2c0.4,0.3,2.6,0.7,5.2,0.9c5.1,0.6,5.4,0.5,5.9-1.6c1-3.6,4.8-5.8,8.5-4.9c3.2,0.7,4.3,2.4,4.7,6.9 c0.2,3.2,0.5,3-3.4,3.3c-3.5,0.3-9.1,1.3-11.4,2c-7.6,2.5-11.8,8.1-11.8,15.8c0,7,3.1,11.7,9,13.6c2.2,0.7,7,0.8,9.7,0.1 c2.4-0.6,5.1-2,7.1-3.7c0.9-0.7,1.8-1.5,2-1.8c0.4-0.3,0.7-0.1,2,1.7c1.8,2.4,3.6,4,4.6,4c0.7,0,6.8-5,8.2-6.7 c0.7-0.8,0.5-1.4-0.8-3.3c-0.5-0.8-1.3-2-1.7-2.8c-0.7-1.4-0.7-1.5-0.9-14.2c-0.1-8.3-0.3-13.4-0.5-14.2c-0.6-2.2-2.1-4.8-3.8-6.3 c-2.9-2.6-6.8-4-12.1-4.2C147.2,9,146.8,9,146.3,9z M151.5,36.1l0,0.9c0,3.8-0.6,8.1-1.3,9.6c-0.9,2-2.4,3.7-3.9,4.5 c-1.7,0.8-4.4,0.8-5.7-0.1c-1.4-1-2.2-2.7-2.4-5.2c-0.2-3,0.4-4.6,2.2-6.5c1.9-1.9,4.2-2.7,8.4-3C148.8,36.3,151.5,36.1,151.5,36.1z "/>
	<path d="M265.3,9.1c-2.7,0-5.7,0.2-7.3,0.6c-2.9,0.7-6.6,2.5-8.5,4.1 c-2.4,2.1-4.3,5.6-4.9,8.8c-0.4,1.9,0.1,2.2,5.4,2.8c3.1,0.4,5,0.4,5.3,0.3c0.3-0.2,0.7-0.8,0.9-1.4c1.2-3.6,3.4-5.4,7.1-5.4 c2.2,0,3.1,0.3,4.3,1.4c1.3,1.1,1.7,2.3,1.8,5.4c0.2,3.5,0.9,3-5.7,3.7c-8.1,0.9-12.4,2.4-15.9,5.7c-7.1,6.5-6.5,19.5,1.1,24.1 c0.9,0.5,2.4,1.2,3.3,1.4c2.5,0.7,8.6,0.5,11.1-0.4c2.1-0.8,4.2-2.1,6.4-4.1c0.9-0.8,1.6-1.4,1.7-1.3c0,0.1,0.4,0.6,0.8,1.2 c0.4,0.6,1.5,1.9,2.5,3c2.6,2.7,2.6,2.7,7.4-1.5c2.1-1.9,3.9-3.7,4-4s-0.4-1.3-1-2.2c-0.6-0.9-1.5-2.4-1.9-3.3l-0.8-1.7l-0.2-12.9 c-0.2-13.5-0.2-13.9-1.7-16.7c-1.5-3-5.7-5.9-10.1-7C269.4,9.2,267.4,9.1,265.3,9.1z M268.1,36.2h1.5l0,3c0,5.5-1.4,9.4-4.2,11.4 c-1.1,0.8-1.6,0.9-3.3,1c-2.9,0.1-4.6-1-5.4-3.7c-1.2-4.2,0.2-8.1,3.7-10C262.1,37,265.7,36.2,268.1,36.2z"/>
	<path d="M175,59.9c-0.5-0.5-0.5-2.6-0.5-24.5c0-21.4,0.1-24,0.5-24.4 c0.7-0.7,10.2-0.7,10.9,0c0.4,0.4,0.5,1.2,0.5,3.9l0,3.4l0.9-1.8c2.4-5.1,7.5-7.7,13.1-6.8c3.8,0.6,6.8,2.8,8.7,6.4l1,1.8l0.9-1.6 c2-3.6,5.4-6,9.5-6.6c5.8-0.9,12,2.3,13.8,7.2c1.1,2.9,1.2,5.6,1.1,24.5c-0.1,17.7-0.1,18.3-0.7,18.7c-0.8,0.6-10.4,0.6-11.2,0 c-0.6-0.4-0.6-1-0.7-17.9c-0.1-16.9-0.2-17.5-0.8-18.6c-0.9-1.5-2.1-2.1-4.3-2.2c-2.1,0-3.2,0.5-4.6,2c-1.7,1.9-1.7,2-1.9,19.8 C211,59,211,59.6,210.4,60c-0.5,0.3-1.7,0.4-5.6,0.4c-2.8,0-5.2-0.1-5.5-0.3c-0.4-0.2-0.5-2.6-0.6-17c-0.2-18.7-0.2-19-2.2-20.8 c-2-1.7-5.4-1.6-7.3,0.4c-2,2-2,2.4-2.2,20.5c-0.1,14.3-0.2,16.3-0.6,16.7c-0.4,0.5-1.1,0.5-5.7,0.5C176,60.4,175.4,60.4,175,59.9 L175,59.9z"/>
	<path d="M396.3,60.2c-1-0.6-1-2-1-25c0-17.6,0.1-23.2,0.4-23.8 c0.4-0.7,0.4-0.7,5.5-0.8c4.5-0.1,5.2,0,5.6,0.4c0.3,0.4,0.4,1.5,0.4,4.1c0,2,0,3.6,0,3.6c0,0,0.5-0.9,1.1-2 c2.1-4.2,5.1-6.4,9.2-7.1c5.5-0.8,10.7,1.6,13,6c1.8,3.6,1.8,3.3,1.9,24.4c0.1,17.9,0.1,19.4-0.4,19.9c-0.5,0.5-1,0.6-5.7,0.6 c-4.7,0-5.3-0.1-5.7-0.6c-0.5-0.5-0.5-2.1-0.5-16.1c0-9.8-0.1-16.3-0.3-17.4c-0.7-3.8-2.6-5.5-5.7-5.2c-2.8,0.3-4.8,2.6-5.6,6.5 c-0.3,1.6-0.4,5.1-0.4,16.8c0,14.4,0,14.8-0.6,15.4c-0.6,0.6-1,0.6-5.7,0.6C398.9,60.4,396.5,60.3,396.3,60.2L396.3,60.2z"/>
	<path d="M292.1,58.8c-0.5-0.4-0.6-0.8-0.6-5.4c0-3.5,0.1-5.2,0.4-5.9 c0.2-0.5,4.4-6.8,9.3-13.9l8.9-12.9l-8.1-0.2c-7.5-0.1-8.1-0.2-8.5-0.7c-0.3-0.4-0.4-1.6-0.4-4.5c0-3.5,0.1-3.9,0.6-4.5 c0.6-0.6,1-0.6,15.9-0.6c14.6,0,15.3,0,16,0.6c0.7,0.6,0.7,0.8,0.7,4.2v3.6l-1.2,1.8c-0.7,1-4.6,6.7-8.7,12.6 c-4.1,6-7.5,10.9-7.5,10.9s1.6,0.2,3.6,0.3c4.1,0.2,8.3,1.2,11.3,2.6c3.2,1.5,3.3,1.7,3.3,7c0,3.9-0.1,4.5-0.6,5 c-0.7,0.7-1,0.6-2.7-0.2c-8.1-4.1-19.7-4.2-28.1-0.4C293.1,59.4,293,59.4,292.1,58.8L292.1,58.8z"/>
</symbol>

<symbol id="chromecast">
	<path d="m 115.45427,45.520216 c 0,-9.340828 6.59432,-16.483576 15.93515,-16.483576 7.41912,0 11.53899,4.396203 13.465,8.792396 l -5.22106,2.474521 c -1.37326,-3.571407 -4.39614,-5.769508 -8.51601,-5.769508 -4.9446,0 -9.6172,4.396193 -9.6172,11.266839 0,6.594313 4.6726,11.266925 9.6172,11.266925 4.39624,0 7.41913,-2.198072 9.06885,-5.769498 l 5.22096,2.198072 c -1.9217,4.396242 -6.31795,8.792386 -13.73698,8.792386 -9.62159,-0.280672 -16.21591,-7.427728 -16.21591,-16.768557 z m 39.84216,-15.38668 -0.27637,4.396192 h 0.27637 c 1.64973,-2.746544 5.49312,-5.221026 9.88927,-5.221026 7.96757,0 11.81537,5.221026 11.81537,12.912256 v 18.958029 h -5.7695 V 43.050073 c 0,-6.317923 -3.29495,-8.516024 -7.6912,-8.516024 -4.94458,0 -8.24394,4.672574 -8.24394,9.61721 v 17.036328 h -5.76941 V 16.120114 h 5.76941 z m 27.75052,31.049751 V 30.133536 h 5.49303 v 4.944635 h 0.27636 c 1.37326,-3.571368 5.7695,-5.769469 9.06876,-5.769469 1.9218,0 3.02299,0.276391 4.39625,0.824834 l -2.19808,5.493078 c -0.82482,-0.276381 -1.92169,-0.548443 -3.02298,-0.548443 -3.8477,0 -7.96757,3.294988 -7.96757,9.068788 v 17.036328 z m 51.10468,-15.663071 c 0,9.340829 -6.59432,16.483585 -15.93514,16.483585 -9.34084,0 -15.93514,-7.142756 -15.93514,-16.483585 0,-9.340828 6.5943,-16.483576 15.93514,-16.483576 9.34082,0 15.93514,7.142748 15.93514,16.483576 z m -5.7695,0 c 0,-7.142738 -4.94459,-11.266869 -10.16564,-11.266869 -5.22107,0 -10.16565,4.119812 -10.16565,11.266869 0,7.147057 4.94458,11.266828 10.16565,11.266828 5.22105,0 10.16564,-4.124071 10.16564,-11.266828 z m 10.44201,-15.38668 h 5.49313 v 4.396192 h 0.27637 c 1.64964,-3.022925 5.76951,-5.221026 9.6172,-5.221026 4.94469,0 8.24394,2.198101 9.88928,6.045851 2.19816,-3.571369 6.04586,-6.045851 10.71418,-6.045851 7.41912,0 10.99045,5.221026 10.99045,12.912256 v 18.958029 h -6.04587 V 43.050073 c 0,-6.317923 -2.47444,-8.516024 -6.87068,-8.516024 -4.67251,0 -7.96757,4.672574 -7.96757,9.61721 v 17.036328 h -5.7694 V 43.050073 c 0,-6.317923 -2.47454,-8.516024 -6.87069,-8.516024 -4.67261,0 -7.96757,4.672574 -7.96757,9.61721 v 17.036328 h -5.7695 V 30.137856 h 0.28067 z m 51.10479,15.38668 c 0,-8.792386 6.04577,-16.483576 15.11022,-16.483576 9.06886,0 15.11034,6.594294 15.11034,16.483576 v 1.096885 h -24.45546 c 0.27637,6.594315 4.94468,10.165643 9.88927,10.165643 3.29496,0 6.87069,-1.373257 8.51601,-5.220957 l 5.22106,2.198072 c -1.9217,4.396143 -6.31794,8.516014 -13.465,8.516014 -9.6086,-0.267772 -15.92644,-7.414828 -15.92644,-16.755657 z m 15.11022,-10.990488 c -4.39614,0 -7.69119,3.022926 -8.79238,7.419159 h 17.86124 c -0.27646,-2.746584 -2.47454,-7.419159 -9.06886,-7.419159 z m 18.40969,10.990488 c 0,-9.340828 6.59422,-16.483576 15.93505,-16.483576 7.41913,0 11.539,4.396203 13.46499,8.792396 l -5.22095,2.198052 c -1.37336,-3.571319 -4.39625,-5.76942 -8.51602,-5.76942 -4.94468,0 -9.6173,4.396192 -9.6173,11.266848 0,6.594314 4.67262,11.266926 9.6173,11.266926 4.39615,0 7.41903,-2.198169 9.06875,-5.769498 l 5.22097,2.198072 c -1.92171,4.396241 -6.31785,8.792385 -13.73697,8.792385 -9.6216,0 -16.21582,-7.151356 -16.21582,-16.492185 z m 32.97147,6.322242 c 0,-6.870685 6.31785,-10.714087 13.4649,-10.714087 4.11987,0 7.14276,1.096887 8.24395,1.921702 v -1.101186 c 0,-4.672614 -3.8477,-7.419159 -7.96757,-7.419159 -3.29496,0 -6.31785,1.64966 -7.41913,4.396193 L 357.5215,36.72783 c 1.09688,-2.746545 4.67251,-7.419128 12.64009,-7.419128 7.41912,0 13.73707,4.396202 13.73707,13.188628 v 18.681657 h -5.49313 v -4.396243 h -0.27637 c -1.64963,2.474542 -4.9446,5.221057 -10.16565,5.221057 -6.32224,0 -11.5432,-3.843401 -11.5432,-10.161343 z m 21.70885,-4.124171 c 0,0 -2.47445,-1.921699 -7.41914,-1.921699 -6.04576,0 -8.51601,3.294957 -8.51601,6.04587 0,3.294958 3.29506,4.944586 6.31795,4.944586 4.94468,0 9.6172,-3.8477 9.6172,-9.068757 z m 9.34082,5.497429 5.22106,-2.198072 c 1.64963,3.847701 4.67261,5.7694 8.24394,5.7694 3.57143,0 6.04587,-1.649628 6.04587,-4.396143 0,-1.649629 -0.82482,-3.294959 -4.11987,-4.119773 l -6.31785,-1.373355 c -2.74651,-0.824815 -8.24394,-3.022886 -8.24394,-8.515974 0,-5.493089 5.7694,-9.068778 12.08735,-9.068778 5.22106,0 9.88927,2.474484 11.81537,7.142748 l -4.94468,2.198091 c -1.0969,-3.022926 -4.11978,-4.119811 -7.14276,-4.119811 -3.29496,0 -6.04588,1.373267 -6.04588,3.84775 0,1.921758 1.64973,3.022944 4.11987,3.571388 l 6.04588,1.373257 c 6.04577,1.373258 8.51601,5.221055 8.51601,9.068757 0,5.493128 -4.94469,9.6172 -12.08744,9.6172 -7.14275,0 -11.5432,-4.400444 -13.19293,-8.796685 z m 32.97147,-1.649629 V 35.354553 h -5.49303 v -5.221017 h 5.49303 v -9.340839 h 5.7695 v 9.340839 h 7.41913 v 5.221017 h -7.41913 v 15.663091 c 0,3.571329 1.37326,4.944586 4.11987,4.944586 1.10119,0 1.9217,0 2.74652,-0.548443 l 1.92169,4.944685 c -1.37325,0.548443 -2.74651,0.824815 -4.6726,0.824815 -6.31355,0.272071 -9.88498,-3.299258 -9.88498,-9.6172 z M 88.252303,27.663373 H 58.580188 c 5.49303,3.571368 9.340829,9.61722 9.340829,16.759957 0,1.373258 -0.276372,3.022886 -0.548443,4.396241 v 0.276371 c -0.27647,2.198073 -1.096886,4.119774 -2.198169,6.045774 L 46.492747,87.836815 h 1.649629 c 23.902713,0 43.413584,-19.2344 43.413584,-43.413485 0,-6.045852 -1.105585,-11.815322 -3.303657,-16.759957 z M 48.414447,63.929802 c -5.49303,0 -10.714085,-2.474444 -14.285416,-6.045773 -1.373257,-1.373356 -2.474541,-2.746613 -3.571427,-4.396242 L 30.009161,52.939344 11.595275,21.34114 c -4.1198691,6.594294 -6.5943127,14.561856 -6.5943127,23.08219 0,22.257384 16.4835847,40.390598 37.9161557,42.860742 L 57.755275,61.455358 c -2.746514,1.649629 -6.045772,2.474444 -9.340828,2.474444 z m 0,-62.919987 c -14.285416,0 -26.9256,6.8706752 -34.893171,17.584781 l 14.838257,25.275991 c 0.276372,0.276372 0.276372,0.824815 0.276372,1.096886 v -0.824814 c 0,-9.61725 7.142756,-17.861193 16.211513,-19.23447 h 0.276372 c 1.649629,-0.548443 3.295054,-0.548443 4.944683,-0.548443 H 86.611274 C 79.459917,10.627035 64.898033,1.009815 48.414447,1.009815 Z M 64.073218,44.42333 c 0,8.792386 -7.142756,15.663071 -15.663071,15.663071 -8.792386,0 -15.663071,-7.142757 -15.663071,-15.663071 0,-8.520334 7.147057,-15.663071 15.667371,-15.663071 8.516015,-0.276382 15.658771,6.870675 15.658771,15.663071 z"/>
</symbol>

<symbol id="ard-mediathek">
	<path d="m143.29 26.414c-8.4152 0-15.24 6.8272-15.24 15.247 0 6.1605 3.66 11.476 8.9276 13.869v0.0059c1.9247 0.87932 4.0625 1.3651 6.3119 1.3651 2.2517 0 4.3814-0.48656 6.2987-1.3651h0.0176c5.2676-2.399 8.9291-7.7139 8.9291-13.874 0-8.4189-6.825-15.247-15.245-15.247zm128.58 0.95853c-3.252 0-6.8563 0.30811-9.1816 0.78385l-0.89982 0.18495v3.6389l0.90569 0.18202c1.3874 0.27883 2.5036 0.53351 3.4392 0.78678v7.9911c-1.3934-0.11799-2.6881-0.17761-3.7974-0.17761-10.164 0-16.478 6.6468-16.478 17.347 0 8.9195 4.7411 14.683 12.076 14.683 3.6999 0 6.4974-1.5341 8.386-3.4994-0.0143 0.68392-0.0147 1.3583-0.0147 2.0242v1.0745l1.073 0.05138c0.52835 0.02555 1.0685 0.03963 1.6073 0.03963 3.3722 0 6.3185-0.50819 8.1966-0.93357l0.87779-0.19816v-3.6403l-0.9277-0.16734c-1.219-0.21795-2.3122-0.50649-3.3013-0.78532v-39.358l-1.1068-0.02055c-0.27882-0.0053-0.5642-0.0073-0.8543-0.0073zm147.45 0c-3.2768 0-6.8655 0.30811-9.1405 0.78385l-0.8954 0.18789v3.6271l0.8954 0.18789c1.0732 0.22472 2.2716 0.4863 3.3336 0.78091v33.857c-1.4287 0.42688-2.6381 1.05-3.6565 1.6264l-0.57247 0.3244v3.5229h15.579v-3.4862l-0.5255-0.33174c-1.0454-0.65987-2.036-1.1581-3.0649-1.5369v-6.9445l8.521 11.543v0.75596l1.1273 0.0015h9.2917v-3.5317l-0.58275-0.32147c-1.1431-0.62905-2.2552-1.1319-3.3908-1.5325l-9.8289-12.66 8.091-7.7284c1.4114-0.38404 2.8679-0.89208 3.9471-1.3783l0.66495-0.29945v-3.6521h-15.056v3.5787l0.64586 0.30532c0.32242 0.15257 1.2104 0.55451 2.3648 0.94532l-5.7967 6.3192v-24.917l-1.1068-0.01908c-0.27732-0.0045-0.55844-0.0073-0.84403-0.0073zm-62.442 0.0015c-2.9619 0-6.7157 0.36173-9.3401 0.89834l-0.90128 0.18495v3.7871l1.007 0.10716c1.2055 0.12927 2.339 0.40205 3.2807 0.65908v33.826c-1.4558 0.47122-2.6247 0.97272-3.7137 1.5882l-0.57394 0.32293v3.5229h15.868v-3.4569l-0.56366-0.32587c-1.0913-0.63056-2.2044-1.1552-3.3174-1.5648v-11.883c0-4.1155 2.305-8.4888 6.5776-8.4888 2.3644 0 4.7824 1.1316 4.7824 9.5309 0 3.7615-0.088 7.5728-0.24954 10.829-1.3408 0.48475-2.4063 0.98686-3.3879 1.5941l-0.53431 0.33027v3.4348h15.809v-3.5082l-0.55339-0.3288c-1.0078-0.59448-2.1357-1.0925-3.5802-1.5765 0.17512-4.2733 0.19524-9.8969 0.19524-12.225 0-9.281-3.497-13.987-10.396-13.987-3.3925 0-6.4869 1.2531-8.6649 3.3717 2e-3 -0.11123 1e-3 -0.22126 1e-3 -0.33174v-16.285l-1.1068-0.01908c-0.20968-0.0045-0.42283-0.0073-0.63853-0.0073zm-213.58 1.2771c7.1856 0 13.008 5.8227 13.008 13.01 0 7.1834-5.8235 13.005-13.008 13.005-7.1804 0-13-5.8221-13-13.005 0-7.1871 5.8192-13.01 13-13.01zm145.5 1.0466c-2.5064 0-4.546 1.9875-4.546 4.4301 0 2.4102 2.0396 4.3699 4.546 4.3699 2.5057 0 4.5438-1.9604 4.5446-4.3699 0-2.4433-2.0381-4.4301-4.5446-4.4301zm-122.15 1.2169v3.5493l0.60623 0.31559c1.1521 0.60124 2.4631 1.2555 3.749 1.738l-3.8018 30.299c-0.87782 0.39682-1.8559 0.99198-2.7758 1.6939l-0.4433 0.33908v3.4216h13.957v-3.4862l-0.5255-0.33174c-0.87632-0.55314-1.958-1.167-3.4671-1.6646l1.666-23.154 10.748 27.916 0.27889 0.7222h4.8602l0.27302-0.73394 10.614-28.524 2.6304 23.627c-1.4092 0.50279-2.7298 1.2343-3.6565 1.807l-0.53431 0.3288v3.4936h15.695v-3.4084l-0.42422-0.33761c-0.83122-0.66438-1.8452-1.2909-2.9079-1.7982l-3.8561-30.185c1.4197-0.50129 2.7782-1.2241 3.7387-1.7923l0.55339-0.32734v-3.5068h-12.568l-0.27596 0.72807-10.541 27.884-10.755-27.89-0.2789-0.7222h-11.43zm-17.227 1.6558-15.344 5.509v3.7871l5.0848-1.829v11.466l10.259-3.6712zm-88.644 0.01028c-5.4322 0-12.442 0.28624-13.858 0.28624h-4.298v3.5581c1.4144 0.84851 3.1152 1.9821 4.6972 2.4337v26.187c-1.7549 0.45168-3.2828 1.4628-4.6972 2.3692v3.6242h17.478v-3.6227c-0.965-0.8485-1.9783-1.7483-3.2807-2.3706v-9.4458h1.6954c5.8817 0 3.8457 16.06 12.496 16.06 2.0961 0 4.5854-0.27856 6.5071-1.076l-0.45651-4.2422c-3.8547 0.75005-4.0306-6.5669-6.262-10.812-0.80943-1.5414-1.8944-2.6736-3.5185-2.8697 4.4071-1.4182 7.5772-4.7519 7.5772-9.8407 0-7.0143-5.2612-10.238-14.08-10.238zm41.777 0.05578c-5.1481 0-11.541 0.23046-14.594 0.23046h-4.5813v3.5596c1.4159 0.8485 3.1115 1.9822 4.6943 2.491v26.068c-1.7564 0.45394-3.2784 1.5237-4.6943 2.4308v3.6242h4.7515c1.6963 0 7.6919 0.22752 11.818 0.22752 10.864 0 19.406-5.492 21.278-15.737 0.25328-1.3814 0.38312-2.8458 0.38312-4.3978-7.5e-4 -13.347-6.7854-18.497-19.056-18.497zm-87.916 0.1189-7.8444 22.774-3.2969 9.572c-1.2408 0.56667-2.3743 1.4077-3.2822 2.3148v3.6242h14.084v-3.6242c-0.96049-0.90713-2.0377-1.6918-3.2792-2.3148l1.076-3.5611h11.479l1.1905 3.5611c-1.2483 0.56667-2.434 1.4077-3.4554 2.3148v3.6242h16.517v-3.6242c-0.6779-0.8485-1.6416-1.64-2.717-2.3148l-3.2925-9.5706-7.8458-22.776zm317.52 0.18642-0.23193 0.82054-2.0844 7.4055h-4.3302v5.0348h4.229v17.237c0 6.2154 2.4157 9.2374 7.3834 9.2374 2.8469 0 5.7343-1.1562 8.5827-3.4334l0.63853-0.51082-0.28624-0.76623-0.86898-2.3163-0.47413-1.2668-1.1611 0.69578c-1.5956 0.95673-2.9756 1.4033-4.3435 1.4033-0.91014 0-1.7703-5.17e-4 -1.7703-4.5504v-15.73h8.1688v-5.0348h-8.1688v-8.226h-4.4286zm-273.08 5.1258c4.2959 0 5.9346 2.8309 5.9346 6.0521 7.5e-4 3.7292-1.8665 6.0521-5.6528 6.0521h-2.5453v-11.88c0.5103-0.11649 1.4135-0.22459 2.2635-0.22459zm41.89 0c8.482 0 10.629 6.4481 10.629 13.913-7.5e-4 1.2829-0.0766 2.4589-0.22165 3.5449v0.0044c-0.91239 6.7212-4.506 9.7409-8.9365 9.7409-2.2659 0-3.6786-0.16903-4.866-0.5666v-26.466c1.0176-0.11499 2.1476-0.17027 3.3952-0.17027zm129.74 2.5776c-8.5918 0-13.93 6.1595-13.93 16.073 0 10.328 4.9892 16.016 14.046 16.016 4.2756 0 8.5726-1.5023 12.101-4.2319l0.67963-0.5255-0.32587-0.79412-0.92623-2.2605-0.5255-1.2829-1.1479 0.77504c-1.8308 1.2371-4.9527 2.0682-7.7695 2.0682-5.3518 0-7.998-3.0725-8.0822-9.39h18.535v-1.1273c0-0.21945 0.0115-0.48415 0.0235-0.77651 0.0158-0.39156 0.0345-0.83587 0.0352-1.3094 0-8.4106-4.6334-13.234-12.713-13.234zm165.25 0c-8.5925 0-13.93 6.1595-13.93 16.073 0 10.328 4.9877 16.016 14.045 16.016 4.2764 0 8.5749-1.5023 12.103-4.2319l0.67816-0.5255-0.32441-0.79412-0.92623-2.2605-0.5255-1.2844-1.1479 0.77651c-1.83 1.2371-4.9527 2.0682-7.7695 2.0682-5.3518 0-7.998-3.0725-8.0822-9.39h18.535v-1.1273c0-0.21795 0.0122-0.47982 0.0235-0.76917 0.0158-0.39457 0.0352-0.84095 0.0352-1.3167 0-8.4099-4.6341-13.234-12.713-13.234zm-84.632 0.0015c-3.8119 0-6.9434 0.57948-10.155 1.8774l-0.70458 0.28477v9.4194h3.793l0.3288-0.54899c0.85903-1.4302 1.5675-3.1551 2.1094-5.1317 0.49302-0.33444 1.5426-0.86605 3.2382-0.86605 4.0088 0 4.6077 3.1407 4.6077 5.0128v2.5424c-10.105 0.35999-16.104 5.539-16.104 10.551 0 5.1331 3.8225 9.004 8.8895 9.004 3.0633 0 6.2119-1.6956 8.2216-3.7534 0.3164 1.1679 0.78947 2.3036 1.3637 3.2235l0.46532 0.74422 0.83522-0.26715c2.9889-0.95823 5.6876-2.2988 8.022-3.9838l0.69725-0.50348-0.30239-0.80587-0.69431-1.8539-0.36256-0.96586-0.99376 0.27596c-0.70495 0.19616-1.4408 0.38413-2.1563 0.49761-0.12026-0.61703-0.18056-1.312-0.18056-2.0771v-13.845c0-5.6953-3.8783-8.8308-10.918-8.8308zm-21.528 0.32147c-3.0212 0-6.2894 0.28577-8.5313 0.74422l-0.90128 0.18495v3.6389l0.90568 0.18202c1.0913 0.2187 2.3172 0.4817 3.4378 0.81614v20.274c-1.3152 0.39306-2.5317 0.91644-3.771 1.6161l-0.57247 0.32293v3.5229h16.273v-3.5479l-0.60624-0.31706c-1.0409-0.54337-2.173-1.1053-3.6227-1.5765v-25.795l-1.0862-0.03963c-0.48701-0.01728-1.0005-0.02642-1.5251-0.02642zm-272.17 1.509 4.138 13.052 0.21578 0.68844h-8.3699l0.2011-0.68844zm212.73 3.2044c3.9133 0 4.7906 4.1574 4.9702 6.5512h-10.303c0.38705-2.4328 1.5968-6.5512 5.3328-6.5512zm165.25 0c3.9126 0 4.7906 4.1574 4.9702 6.5512h-10.303c0.3878-2.4328 1.5961-6.5512 5.3328-6.5512zm-134.32 0.17321c1.921 0 3.5462 0.37531 4.8396 1.1156v11.37c7.5e-4 4.6183-2.663 8.3743-5.939 8.3743-4.0096 0-6.4044-3.6724-6.4044-9.8216 0-4.1223 0.9743-11.038 7.5038-11.038zm53.252 12.285v3.2734c0 3.4151-3.102 5.1288-4.8381 5.1288-1.9338 0-3.4495-1.6924-3.4495-3.8547 0-2.9093 2.7878-4.4385 8.2876-4.5475z"/>
</symbol>

<symbol id="zdf-mediathek">
	<g transform="matrix(2.2207 0 0 2.2207 .1025 8.4664)">
		<path fill-rule="evenodd" clip-rule="evenodd" d="m64.855 14.628h4.3372v1.7693c0.6273-0.7403 1.2549-1.2626 1.8902-1.5782 0.635-0.3117 1.4031-0.4678 2.3029-0.4678 0.9665 0 1.7304 0.1715 2.2916 0.5144 0.5652 0.3429 1.0247 0.8535 1.3835 1.5314 0.7287-0.7911 1.3949-1.3327 1.9989-1.6171 0.6003-0.2844 1.3406-0.4286 2.2251-0.4286 1.3018 0 2.3188 0.3858 3.0477 1.1613 0.7326 0.7715 1.0948 1.9796 1.0948 3.624v7.6144l-4.6568-1e-4v-6.9051c0-0.5498-0.1048-0.9586-0.3194-1.2237-0.3119-0.417-0.7014-0.6273-1.1652-0.6273-0.5456 0-0.9898 0.1987-1.325 0.5924-0.335 0.3974-0.4987 1.0324-0.4987 1.9095v6.2545l-4.6607-1e-4v-6.6791c0-0.5339-0.031-0.8924-0.0897-1.0832-0.1013-0.304-0.2728-0.5498-0.5141-0.7369-0.2458-0.1871-0.5302-0.2807-0.8575-0.2807-0.5339 0-0.9702 0.2027-1.3131 0.604-0.3432 0.4056-0.5144 1.0681-0.5144 1.9873v6.1883l-4.6568 1e-4v-12.123zm36.806 7.2134h-9.3136c0.082 0.7477 0.2844 1.3012 0.604 1.6677 0.4482 0.526 1.0366 0.7871 1.7576 0.7871 0.4561 0 0.8924-0.1127 1.3015-0.3426 0.2535-0.1442 0.5223-0.3974 0.8107-0.7639l4.5789 0.4207c-0.7014 1.2195-1.5433 2.0929-2.5331 2.6226-0.9895 0.526-2.4082 0.7911-4.2593 0.7911-1.6055 0-2.8683-0.226-3.7917-0.6781-0.9197-0.4522-1.6835-1.1732-2.2876-2.159-0.604-0.9861-0.9081-2.1431-0.9081-3.4758 0-1.8939 0.608-3.4293 1.8198-4.5985 1.216-1.1729 2.8916-1.7613 5.0311-1.7613 1.7341 0 3.1057 0.2648 4.1071 0.7911 1.0054 0.5223 1.7732 1.2861 2.2955 2.2797 0.526 0.9977 0.7871 2.2955 0.7871 3.8928zm-4.7231-2.2252c-0.0937-0.9004-0.3352-1.5433-0.7247-1.9293-0.3937-0.3897-0.9081-0.5845-1.5473-0.5845-0.7406 0-1.3287 0.2961-1.773 0.8808-0.2807 0.3662-0.4598 0.9081-0.5342 1.633zm19.625-9.6022v16.737l-4.349-1e-4v-1.7926c-0.612 0.7601-1.1652 1.2742-1.6682 1.5436-0.6702 0.3469-1.4145 0.522-2.2368 0.522-1.6523 0-2.9149-0.6273-3.7875-1.882-0.8692-1.2547-1.3057-2.7829-1.3057-4.5791 0-2.0108 0.4794-3.5462 1.4457-4.6098 0.9628-1.0679 2.1863-1.6018 3.6671-1.6018 0.7247 0 1.3795 0.1246 1.9717 0.3664 0.5887 0.2455 1.1107 0.6077 1.5706 1.0948v-5.7986l4.6921 1e-4zm-4.6607 10.643c0-0.9544-0.1987-1.664-0.604-2.1315-0.4014-0.4678-0.9118-0.7014-1.5274-0.7014-0.5416 0-0.9938 0.226-1.3602 0.6742-0.3662 0.4485-0.5493 1.2004-0.5493 2.2601 0 0.9901 0.191 1.7145 0.5652 2.1746 0.3781 0.4598 0.8456 0.6898 1.3989 0.6898 0.5964 0 1.0911-0.2299 1.4846-0.694 0.3972-0.4674 0.5922-1.2233 0.5922-2.2718zm7.6613-10.643h4.649v3.1644h-4.649zm0 4.614h4.649v12.123h-4.649zm11.851 3.9241-4.4387-0.4675c0.1677-0.7755 0.4093-1.3872 0.7247-1.8314 0.3156-0.4442 0.7678-0.83 1.3639-1.1576 0.4247-0.2376 1.0131-0.421 1.7576-0.5495s1.551-0.1947 2.4198-0.1947c1.3912 0 2.5135 0.0778 3.3554 0.2339 0.8453 0.1558 1.5507 0.4831 2.1119 0.9782 0.3977 0.3429 0.7093 0.8263 0.9393 1.4536 0.226 0.6313 0.3389 1.2274 0.3389 1.8005v5.3541c0 0.5689 0.0389 1.0171 0.109 1.3404 0.0741 0.3236 0.2299 0.7363 0.4755 1.2393l-4.3605-2e-4c-0.1752-0.3117-0.2884-0.5493-0.3429-0.7131s-0.105-0.4207-0.1598-0.7715c-0.608 0.5887-1.216 1.0057-1.8158 1.2547-0.8223 0.3355-1.7771 0.5027-2.8643 0.5027-1.4457 0-2.5445-0.335-3.2967-1.0052-0.7482-0.6668-1.1224-1.493-1.1224-2.4749 0-0.9234 0.2691-1.6796 0.8104-2.2717 0.5419-0.5964 1.5356-1.0366 2.989-1.325 1.746-0.3508 2.8759-0.5964 3.3942-0.7369 0.5144-0.14 1.0639-0.327 1.6404-0.5532 0-0.5728-0.1167-0.9702-0.3506-1.2002-0.2376-0.226-0.6509-0.3429-1.247-0.3429-0.7599 0-1.3286 0.1246-1.7107 0.3664-0.2962 0.1911-0.5378 0.5496-0.7206 1.0717zm4.029 2.4434c-0.639 0.2299-1.3055 0.4326-1.9952 0.6083-0.9429 0.249-1.543 0.4987-1.7922 0.74-0.2611 0.2537-0.39 0.5379-0.39 0.8573 0 0.3664 0.1286 0.6625 0.3818 0.8967 0.2574 0.2299 0.6316 0.3469 1.1262 0.3469 0.5183 0 0.9977-0.1246 1.4459-0.3741 0.4442-0.2532 0.7599-0.5612 0.9469-0.92 0.1868-0.3622 0.2765-0.8334 0.2765-1.4102zm12.536-10.982v4.6141l2.5564-1e-4v3.3901h-2.5564v4.3021c0 0.5183 0.0505 0.8615 0.1482 1.029 0.1519 0.2574 0.417 0.3897 0.799 0.3897 0.3429 0 0.8221-0.1013 1.438-0.3003l0.3432 3.2112c-1.1499 0.2495-2.2214 0.3741-3.2189 0.3741-1.1573 0-2.0108-0.1479-2.5564-0.4445-0.5495-0.2961-0.9546-0.7477-1.216-1.3518-0.2648-0.604-0.3934-1.5859-0.3934-2.9424v-4.2669l-1.7146 1e-4v-3.3901h1.7145v-2.2291zm4.7699 0h4.6487v6.1651c0.6316-0.6548 1.2589-1.1224 1.8822-1.4028 0.6234-0.2844 1.3639-0.4247 2.2175-0.4247 1.2623 0 2.2561 0.3858 2.985 1.1533 0.7247 0.7718 1.0869 1.9484 1.0869 3.5385v7.7081h-4.6685v-6.6678c0-0.7596-0.1402-1.2975-0.421-1.6132-0.2844-0.3196-0.6781-0.4755-1.1885-0.4755-0.5612 0-1.0208 0.2143-1.3676 0.6392-0.3508 0.4247-0.5263 1.1925-0.5263 2.2953v5.8219l-4.6487 1e-4v-16.738zm29.055 11.827h-9.3135c0.082 0.7477 0.2844 1.3012 0.604 1.6677 0.4479 0.526 1.0366 0.7871 1.7576 0.7871 0.4559 0 0.8922-0.1127 1.3015-0.3426 0.2532-0.1442 0.5223-0.3974 0.8104-0.7639l4.5789 0.4207c-0.7011 1.2195-1.5431 2.0929-2.5329 2.6226-0.9898 0.526-2.4085 0.7911-4.2593 0.7911-1.6055 0-2.8683-0.226-3.7917-0.6781-0.92-0.4522-1.6835-1.1732-2.2876-2.159-0.604-0.9861-0.9083-2.1431-0.9083-3.4758 0-1.8939 0.608-3.4295 1.8201-4.5985 1.2158-1.1732 2.8916-1.7613 5.0311-1.7613 1.7341 0 3.1057 0.2648 4.1071 0.7911 1.0054 0.5223 1.7732 1.2861 2.2955 2.2797 0.5257 0.9977 0.7871 2.2955 0.7871 3.8928zm-4.723-2.2252c-0.0937-0.9004-0.3352-1.5433-0.725-1.9293-0.3934-0.3897-0.9081-0.5845-1.547-0.5845-0.7406 0-1.3287 0.2961-1.773 0.8805-0.2807 0.3664-0.4598 0.9081-0.5342 1.633h4.5792zm6.8585-9.6022h4.7503v8.6318l3.4721-4.0177 5.7209-1e-4 -4.3529 4.2476 4.6024 7.8756h-5.2414l-2.4551-4.8633-1.746 1.7111v3.1522h-4.7503zm-162.84 16.95v-4.3169c0-9.0109 10.872-3.1268 10.872-7.1414v-0.4265c0-1.3666-1.2681-1.8653-2.6114-1.8653h-8.1008v-2.9313h9.6462c3.3068 0 4.69 2.2169 4.69 5.0882 0 2.9263-1.9034 4.5487-4.5522 4.9088-3.1147 0.4244-6.3198-1.0448-6.3198 2.8469v0.9596h10.446l0.0053 2.8779zm17.691-13.763h4.2143c3.1888 0 3.8941 2.2156 3.8941 5.3877v0.0532c0 3.1914-0.7525 5.3877-3.9476 5.3877h-4.1608zm-3.6164 13.763zm-16.591-26.964c7.0771 0 13.231 3.9582 16.37 9.7811 0.0545 0.0503 0.0926 0.1008 0.1109 0.1516 0.0582 0.1106 0.1151 0.222 0.1709 0.3342 2.9829-0.0037 7.8163-0.2421 10.203 0.2876 1.3573 0.3011 2.6006 1.0263 3.3502 1.9307 0.4101 0.4948 0.7347 0.9856 0.9999 1.614 0.1371 0.3244 0.5683 1.936 0.6316 2.0357 0-4.0222 1.9312-5.8679 5.9746-5.8679l7.2012-1e-4v2.934h-6.6146c-2.6927 0-3.0406 1.5812-3.0406 4.2675l8.3749-1e-4v2.8808h-8.3749v6.5609h-3.5208v-5.4409c-0.1998 0.3151-0.4855 1.6341-0.8424 2.2516-0.3905 0.676-0.8363 1.2372-1.4314 1.7161-1.189 0.957-2.645 1.5269-4.7675 1.5269h-8.2032c-3.1694 6.228-9.5877 10.206-16.592 10.206-10.262 0-18.584-8.3225-18.584-18.585 5e-4 -10.262 8.3227-18.585 18.585-18.585z"/>
	</g>
</symbol>

<symbol id="spotify">
	<path d="M177.2,2.6c26.5,0,47.8,21.4,47.7,47.9c-0.1,26.9-22.3,47.9-48.5,47.4c-25.5-0.4-46.8-21.1-46.9-47.7 C129.5,24,150.9,2.6,177.2,2.6z M168.4,27.8c-2,0.1-5.9,0.4-9.8,0.8c-3.8,0.4-7.5,1.2-11.1,2.3c-1.8,0.6-3.1,2.1-3.2,3.9 c-0.2,3.2,2.6,5.4,5.8,4.6c3-0.7,6.1-1.5,9.1-1.9c6.9-1,13.8-1,20.7-0.2c9.1,1,17.8,3.1,25.7,7.7c1.5,0.9,3.1,0.7,4.6-0.3 c2.6-1.8,2.5-5.7-0.2-7.4c-2.9-1.8-6-3.2-9.2-4.4C190.9,29.3,180.7,28,168.4,27.8z M167.6,44.2c-1.7,0.1-5,0.3-8.3,0.8 c-3.1,0.5-6.1,1.2-9.1,2c-2.4,0.6-3.4,3.2-2.2,5.3c0.9,1.6,2.6,2.3,4.4,1.7c3.3-1,6.6-1.6,10-2c5.2-0.5,10.4-0.5,15.7,0.2 c7.7,1,15,3.2,21.8,7.3c1.9,1.1,4.1,0.6,5.2-1.2c1.1-1.8,0.5-4-1.4-5.1c-1.6-1-3.3-1.9-5-2.7C189.2,46.2,179.4,44.4,167.6,44.2z M169.8,60c-1.3,0-2.6-0.1-3.9,0c-4.8,0.2-9.5,1-14.1,2.1c-1.1,0.2-1.8,0.9-2.2,1.9c-0.4,1.1-0.2,2.1,0.6,3 c0.9,0.9,1.9,1.1,3.1,0.8c6.3-1.4,12.7-2.2,19.2-1.9c8,0.4,15.5,2.3,22.4,6.5c1.5,0.9,3.3,0.5,4.2-1c0.9-1.5,0.4-3.2-1.1-4.1 c-1.5-0.8-2.9-1.7-4.4-2.4C186,61.3,178.1,59.8,169.8,60z"/>
	<path d="M397.8,46.6c0,0.4,0,0.6,0,0.9c0,7.9,0,15.9,0,23.8c0,1.1,0,1.1-1.1,1.1c-2.1,0-4.2,0-6.4,0c-0.9,0-1-0.1-1-1 c0-7.9,0-15.9,0-23.8c0-0.3,0-0.6,0-1c-1.1,0-2.1,0-3.2,0c-0.7,0-0.9-0.2-0.9-0.9c0-1.9,0-3.8,0-5.7c0-0.8,0.1-0.9,1-0.9 c1,0,1.9,0,2.9,0c0,0,0.1,0,0.2-0.1c0.1-1.1,0-2.2,0.2-3.3c0.2-1.4,0.5-2.8,1-4.1c1.3-3.1,3.9-4.6,7.1-5c2.7-0.4,5.4-0.1,8,0.6 c0.5,0.1,0.7,0.4,0.7,1c0,1.8,0,3.6,0,5.4c0,1.1-0.1,1.1-1.2,0.9c-1.3-0.3-2.6-0.6-4-0.6c-1.8-0.1-3,0.9-3.3,2.7 c-0.2,0.8-0.1,1.7-0.2,2.6c0.3,0,0.6,0,0.8,0c3.7,0,7.4,0,11.1,0c0.8,0,1.2,0.2,1.4,1c2.7,7,5.3,14,8,21c0.1,0.2,0.2,0.4,0.3,0.8 c0.6-1.7,1.2-3.3,1.7-4.9c2-5.7,4-11.4,6-17.1c0.2-0.6,0.5-0.7,1.1-0.7c2.3,0,4.6,0,6.8,0c1,0,1.1,0.2,0.8,1.1 c-3.4,8.8-6.8,17.6-10.2,26.4c-1.2,3.2-2.5,6.3-3.9,9.5c-0.8,1.8-2,3.4-3.6,4.5c-2.2,1.6-4.8,1.8-7.4,1.6c-2.2-0.1-4.2-0.8-6.1-1.8 c-0.7-0.4-0.8-0.5-0.5-1.3c0.7-1.6,1.5-3.2,2.2-4.8c0.3-0.7,0.5-0.7,1.2-0.4c1,0.4,2,0.8,3.1,1c2,0.4,3.4-0.6,4.3-2.3 c0.3-0.5,0.3-1,0.1-1.6c-3.3-8-6.7-15.9-10-23.9c-0.2-0.4-0.4-0.6-0.9-0.6C402,46.6,399.9,46.6,397.8,46.6z"/>
	<path d="M284.6,43.4c0.5-0.5,0.9-0.9,1.3-1.3c4.6-4.1,9.8-4.5,15.2-2.2c3.8,1.6,6.5,4.5,7.9,8.3c2.1,5.6,2,11.2-0.6,16.6 c-3.4,6.9-11.7,10.1-18.7,7.3c-1.6-0.6-3-1.6-4.3-2.8c-0.2-0.2-0.4-0.4-0.6-0.6c0,0-0.1,0-0.2,0c0,0.2,0,0.5,0,0.7 c0,3.9,0,7.9,0,11.8c0,0.9-0.1,1-1,1c-2.2,0-4.4,0-6.6,0c-0.8,0-0.9-0.1-0.9-0.9c0-13.7,0-27.5,0-41.2c0-0.8,0.1-0.9,0.9-0.9 c2.2,0,4.5,0,6.7,0c0.7,0,0.9,0.2,0.9,0.9C284.6,41.1,284.6,42.2,284.6,43.4z M284.5,55.8c0,1.8,0.4,3.6,1.3,5.2 c1.8,3.1,4.4,4.8,8.1,4.6c3.5-0.2,5.9-2,7.3-5.2c1.1-2.7,1.2-5.4,0.4-8.1c-1.9-6.3-9.3-8.3-14-3.9C285.3,50.4,284.5,53,284.5,55.8z "/>
	<path d="M257.8,73.1c-7-0.1-12.9-2.3-18-6.6c-0.8-0.7-0.8-0.8-0.1-1.5c1.3-1.5,2.5-3,3.8-4.5c0.7-0.8,0.8-0.8,1.6-0.1 c2.6,2.2,5.5,4,8.9,4.7c2.3,0.5,4.6,0.6,6.9-0.1c0.9-0.3,1.7-0.7,2.4-1.3c1.8-1.4,2.1-5.1-0.5-6.6c-1.8-1.1-3.8-1.6-5.8-2.2 c-2.8-0.8-5.5-1.6-8.3-2.5c-1.7-0.6-3.3-1.6-4.6-2.8c-2.3-2.2-3.2-4.9-3.3-8c-0.1-6.3,3.7-11.3,10.1-12.7 c7.6-1.7,14.5-0.1,20.6,4.7c0.5,0.4,0.5,0.7,0.1,1.2c-1.2,1.7-2.5,3.4-3.7,5.2c-0.4,0.5-0.7,0.6-1.2,0.2c-2.4-1.8-5.1-3.2-8.1-3.8 c-2.3-0.4-4.7-0.5-6.9,0.6c-1.9,1-2.7,2.7-2.3,4.8c0.2,1.2,0.9,1.9,1.9,2.5c1.8,1.1,3.9,1.6,5.9,2.2c2.4,0.7,4.9,1.4,7.3,2.2 c1.1,0.4,2.2,1,3.2,1.6c4,2.3,5.6,5.9,5.4,10.4c-0.3,6.4-4.5,10.7-10.8,12.1c-0.8,0.2-1.6,0.3-2.4,0.4 C259.3,73,258.4,73,257.8,73.1z"/>
	<path d="M330.4,73.3c-8.3-0.1-15.3-5.5-17.1-13.3c-2.4-9.8,4.1-19.6,14.1-21.2c7.8-1.3,15.1,2.1,18.7,8.7 c5.4,9.9,0.2,22.8-11.9,25.3C333,73.1,331.7,73.1,330.4,73.3z M339.7,56c0-1.6-0.3-3.1-0.9-4.4c-2.7-6.1-10.9-7.5-15.2-2.5 c-2.3,2.6-2.8,5.7-2.2,9c1.1,5.8,7,9.1,12.4,7C337.5,63.7,339.7,60.2,339.7,56z"/>
	<path d="M361.3,39.2c2.5,0,4.8,0,7.1,0c1.5,0,1.5,0,1.5,1.5c0,1.7,0,3.4,0,5.1c0,0.6-0.2,0.8-0.8,0.8c-2.3,0-4.6,0-7,0 c-0.2,0-0.5,0-0.8,0c0,0.3,0,0.5,0,0.8c0,4.8,0,9.6,0,14.3c0,0.5,0,0.9,0.1,1.4c0.3,1.4,1.3,2.2,2.8,2.2c1.6,0.1,3.1-0.2,4.5-0.9 c0.8-0.4,1.1-0.2,1.1,0.7c0,1.8,0,3.6,0,5.3c0,0.3-0.2,0.8-0.5,0.9c-3.6,1.9-7.5,2.2-11.3,0.8c-2.9-1-4.4-3.3-4.9-6.3 c-0.2-1-0.3-2-0.3-3.1c0-5.1,0-10.2,0-15.4c0-0.3,0-0.5,0-0.9c-1.1,0-2.1,0-3.2,0c-0.8,0-0.9-0.1-0.9-0.9c0-1.9,0-3.7,0-5.6 c0-0.8,0.1-0.9,0.9-0.9c1,0,2,0,2.9,0c0,0,0.1,0,0.2-0.1c0-0.2,0-0.5,0-0.7c0-2.4,0-4.8,0-7.2c0-0.8,0.1-0.9,0.9-0.9 c2.2,0,4.4,0,6.6,0c0.8,0,0.9,0.1,0.9,0.9c0,2.4,0,4.7,0,7.1C361.3,38.6,361.3,38.9,361.3,39.2z"/>
	<path d="M381.8,55.8c0,5.2,0,10.4,0,15.6c0,1,0,1-1,1c-2.1,0-4.2,0-6.3,0c-1.1,0-1.1,0-1.1-1.1c0-9.7,0-19.4,0-29.1 c0-0.8,0-1.5,0-2.3c0-0.6,0.2-0.8,0.8-0.8c2.3,0,4.6,0,6.9,0c0.7,0,0.8,0.4,0.8,1C381.8,45.4,381.8,50.6,381.8,55.8z"/>
	<path d="M377.6,24.6c3,0,5.3,2.3,5.3,5.3c0,3-2.3,5.3-5.3,5.3c-3,0-5.3-2.3-5.3-5.3C372.3,26.9,374.7,24.6,377.6,24.6z"/>
</symbol>
</svg>
matrixicons.svg
<?xml version="1.0" encoding="utf-8"?>
<!--   -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
	 viewBox="0 0 48 48" enable-background="new 0 0 48 48" xml:space="preserve">
<g id="none">
	<circle fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" cx="24" cy="24" r="22"/>
</g>
<g id="off">
	<circle fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" cx="24" cy="24" r="22"/>
	<circle fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" cx="24" cy="24" r="11"/>
</g>
<g id="on">
	<path d="M24,2C11.8,2,2,11.8,2,24s9.8,22,22,22s22-9.8,22-22S36.2,2,24,2z M24,35c-6.1,0-11-4.9-11-11s4.9-11,11-11 s11,4.9,11,11S30.1,35,24,35z"/>
</g>
<g id="wind">
	<polygon fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" points="8.9,31.5 24.1,1.4 39,31.6 24,22.9"/>
</g>
<symbol id="spotify">
	<path d="m24 0c-13.254 0-24 10.745-24 24 0 13.255 10.745 24 24 24 13.256 0 24-10.744 24-24 0-13.254-10.744-23.999-24-23.999zm11.006 34.615c-0.42988 0.70503-1.3527 0.92857-2.0577 0.49581-5.6349-3.442-12.729-4.2216-21.083-2.3128-0.80503 0.18342-1.6075-0.32099-1.7909-1.1263-0.18428-0.80534 0.31811-1.6078 1.1252-1.7912 9.1422-2.0896 16.984-1.1894 23.31 2.6768 0.70501 0.43276 0.92855 1.3527 0.4958 2.0578zm2.9375-6.5358c-0.54165 0.88128-1.6937 1.1593-2.5736 0.61762-6.4511-3.9662-16.285-5.1146-23.915-2.7983-0.98959 0.29892-2.0348-0.2588-2.3351-1.2467-0.29805-0.98962 0.25994-2.0328 1.2478-2.3338 8.716-2.6447 19.552-1.3636 26.96 3.189 0.87983 0.54167 1.1578 1.6938 0.61617 2.5725zm0.2522-6.8049c-7.735-4.5944-20.497-5.0169-27.882-2.7754-1.1859 0.35968-2.44-0.30981-2.7994-1.4957-0.35938-1.1865 0.30952-2.4398 1.4963-2.8003 8.4776-2.5736 22.571-2.0764 31.476 3.2105 1.069 0.63309 1.4186 2.0108 0.78526 3.076-0.6305 1.0667-2.0119 1.4184-3.0751 0.78499z" stroke-width=".28659"/>
</symbol>
<symbol id="bmw">
	<path fill="none" d="M44.3,28.4c0.9-0.3,1.6-0.6,2.3-0.9c0.6-0.3,0.9-0.8,0.9-1.5
		c0-0.9-0.1-1.9-0.1-2.8c0-0.1-0.2-0.4-0.3-0.4c-0.4-0.2-0.5-0.4-0.4-0.8c0.1-0.7,0.2-1.4,0.1-2.1c-0.1-1.1-0.3-2-1.3-2.7
		c-0.8-0.6-1.6-1.3-2.4-2c-0.6-0.5-0.6-0.5-0.1-1.3c-0.2-0.1-0.3-0.1-0.4-0.1c-1.3-0.2-2.7-0.4-4-0.6c-0.3,0-0.7-0.1-0.8-0.2
		c-0.3-0.5-0.6-0.3-1-0.2c-0.4,0.1-0.9,0.3-1.3,0.3c-3.4-0.1-6.7-0.2-10.1-0.3c-3.3-0.1-6.5,0.6-9.4,2.2c-1.9,1.1-3.9,2-5.9,3.1
		c-0.8,0.4-1.6,0.7-2.5,0.9c-1.8,0.4-3.5,0.9-5.1,1.9c-0.5,0.3-0.7,0.7-0.6,1.3c0.1,0.5,0,0.9-0.5,1.2c-0.7,0.5-1,1.3-0.8,2.2
		c0.2,1,0.3,1.9,0.4,3C1.6,28.4,3,28.7,3.8,29"/>
	<path fill="none" d="M11.6,28.6c8.3,0,16.5,0,24.7,0"/>
	<circle fill="none" cx="7.6" cy="27.5" r="4.1"/>
	<circle fill="none" cx="40.2" cy="27.5" r="4.1"/>
</symbol>
<symbol id="volvo">
	<path fill="none" d="M42.3,28.3c0.1,0,0.1,0.1,0.1,0c1.5-0.2,2.9-0.5,4.4-0.8
		c0.1,0,0.3-0.2,0.3-0.3c0.3-1.1,0.6-2.2-0.2-3.2c-0.1-0.1-0.1-0.3-0.1-0.5c0-1,0.1-2,0-2.9c0-0.8-0.2-1.6-0.9-2.2
		c-0.9-0.8-1.8-1.5-2.7-2.3c-0.2-0.2-0.3-0.4-0.4-0.7c0-0.1,0.1-0.2,0.1-0.3c-1.4-0.2-2.7-0.4-4.1-0.5c-5-0.4-10-0.5-15.1,0.1
		c-2,0.2-4,0.7-5.7,1.9c-1.4,0.9-2.8,1.9-4.2,2.8c-0.3,0.2-0.6,0.3-0.9,0.3c-2.9,0.1-5.7,0.3-8.5,1c-1,0.2-2,0.6-2.9,1
		c-0.6,0.3-1,0.8-1,1.5c0,0.8,0.1,1.5,0.1,2.3c0,0.3,0,0.5-0.1,0.8c0,0.2-0.2,0.5-0.2,0.7c0,0.3,0,0.6-0.1,1
		c1.1,0.2,2.3,0.3,3.5,0.5"/>
	<path fill="none" d="M11.9,28.5c7.5,0,15,0,22.5,0"/>
	<circle fill="none" cx="7.9" cy="27.5" r="4"/>
	<circle fill="none" cx="38.4" cy="27.5" r="4"/>
</symbol>
<g id="light_bulb">
	<g>
		<path fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="
			M37.3,16.9c0-8-6.6-14.4-14.7-14C15.7,3.2,10,8.8,9.4,15.6c-0.4,4.6,1.4,8.7,4.4,11.5c2.4,2.2,4.1,5,4.9,8.1l0.6,2.6h8l0.6-2.6
			c0.8-3.2,2.6-6,4.9-8.2C35.6,24.6,37.3,20.9,37.3,16.9z"/>
		<path fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="
			M20.3,7.9c0,0-6.1,1.7-7,10"/>
		<path fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="
			M25.4,45.8h-4.3c-1.6,0-2.9-1.3-2.9-2.9v-5h10v5C28.3,44.5,27,45.8,25.4,45.8z"/>
	</g>
</g>

<symbol id="logoApple">
	<path stroke="none" d="M26.3,5.3c1.6-1.9,4.3-3.2,6.5-3.3C33,4.6,32,7.2,30.4,9c-1.5,1.9-4,3.3-6.5,3.1C23.6,9.6,24.8,7,26.3,5.3z"/>
	<path stroke="none" d="M38.8,40.5c-1.8,2.7-3.7,5.3-6.7,5.4c-2.9,0.1-3.9-1.7-7.2-1.7c-3.4,0-4.4,1.7-7.2,1.8c-2.9,0.1-5.1-2.9-6.9-5.6
		C7,35,4.1,25,8,18.3c1.9-3.3,5.3-5.5,9.1-5.5c2.8-0.1,5.5,1.9,7.2,1.9c1.7,0,5-2.4,8.4-2c1.4,0.1,5.4,0.6,8,4.4
		c-0.2,0.1-4.8,2.8-4.7,8.4c0.1,6.7,5.8,8.9,5.9,8.9C41.8,34.4,40.9,37.4,38.8,40.5z"/>
</symbol>
<symbol id="logoAmazon">
	<g>
		<path stroke="none"  fill-rule="evenodd" clip-rule="evenodd" d="M38.2,37.5c-0.2,0-0.4,0-0.6,0.1c-0.2,0.1-0.4,0.2-0.6,0.3L36.6,38l-0.4,0.2v0
			c-4.3,1.8-8.9,2.8-13.1,2.9c-0.2,0-0.3,0-0.5,0c-6.6,0-12-3.1-17.5-6.1c-0.2-0.1-0.4-0.2-0.6-0.2c-0.2,0-0.5,0.1-0.7,0.3
			c-0.2,0.2-0.3,0.4-0.3,0.7c0,0.3,0.2,0.6,0.4,0.8c5.1,4.4,10.7,8.6,18.3,8.6c0.1,0,0.3,0,0.4,0c4.8-0.1,10.2-1.7,14.4-4.4l0,0
			c0.6-0.3,1.1-0.7,1.6-1.1c0.3-0.2,0.5-0.6,0.5-1C39.4,37.9,38.8,37.5,38.2,37.5z"/>
		<path stroke="none" fill-rule="evenodd" clip-rule="evenodd" d="M45.5,34.7L45.5,34.7c0-0.5-0.1-0.8-0.3-1.1l0,0l0,0c-0.2-0.2-0.4-0.3-0.6-0.4
			c-0.6-0.2-1.4-0.3-2.5-0.4c-0.7,0-1.6,0.1-2.4,0.2l-0.8,0.2l0,0l-0.5,0.2c-0.5,0.2-1,0.5-1.5,0.8c-0.3,0.2-0.5,0.5-0.5,0.9
			c0,0.2,0.1,0.5,0.3,0.7c0.2,0.2,0.4,0.2,0.6,0.2c0,0,0.1,0,0.1,0l0,0l0,0c0.4-0.1,1-0.1,1.7-0.2c0.6-0.1,1.2-0.1,1.8-0.1
			c0.4,0,0.7,0,1,0.1c0.1,0,0.2,0.1,0.3,0.1c0,0,0,0,0,0c0,0,0,0.1,0,0.2c0,0.5-0.2,1.3-0.5,2.1c-0.3,0.8-0.6,1.7-0.8,2.2
			c0,0.1-0.1,0.3-0.1,0.4c0,0.2,0.1,0.5,0.3,0.7c0.2,0.2,0.4,0.2,0.6,0.2h0c0.3,0,0.6-0.1,0.8-0.3c2.1-1.9,2.8-4.9,2.9-6.6
			L45.5,34.7z"/>
		<path stroke="none" fill-rule="evenodd" clip-rule="evenodd" d="M26.3,14.5c-1.2,0.1-2.7,0.2-4.1,0.4c-2.2,0.3-4.4,0.7-6.2,1.5
			c-3.5,1.4-5.9,4.5-5.9,8.9c0,5.6,3.6,8.4,8.2,8.4c1.5,0,2.8-0.2,3.9-0.5c1.8-0.6,3.3-1.6,5.1-3.5c1,1.4,1.3,2.1,3.1,3.6
			c0.5,0.2,0.9,0.2,1.3-0.1c1.1-1,3.1-2.7,4.2-3.6c0.5-0.4,0.4-1,0.1-1.4c-1-1.3-2.1-2.5-2.1-5v-8.5c0-3.6,0.3-6.9-2.4-9.4
			c-2.2-2-5.6-2.8-8.3-2.8h-1.1c-4.8,0.3-10,2.4-11.1,8.3c-0.2,0.8,0.4,1,0.8,1.1l5.3,0.7c0.6-0.1,0.9-0.6,0.9-1
			c0.5-2.1,2.2-3.1,4.1-3.3h0.4c1.1,0,2.4,0.5,3,1.4c0.8,1.1,0.7,2.7,0.7,4V14.5z M25.3,25.8c-0.7,1.3-1.8,2.2-3,2.5
			c-0.2,0-0.5,0.1-0.8,0.1c-2.1,0-3.3-1.6-3.3-4c0-3,1.8-4.5,4.1-5.1c1.2-0.3,2.7-0.4,4.1-0.4V20C26.3,22.1,26.4,23.9,25.3,25.8z"/>
	</g>
</symbol>
<symbol id="logoNetflix">
	<path stroke="none" d="M26.8,2.1l0,9.7l0,9.7L26,19.2c0,0,0,0,0,0l-1,21.6
		c1,2.9,1.6,4.4,1.6,4.4c0,0,0.6,0,1.3,0.1c2.1,0.1,4.7,0.3,6.7,0.6C35,46,35.4,46,35.4,46s0-9.9,0-22l0-21.9h-4.3H26.8z"/>
	<path stroke="none" d="M11.2,2v22c0,12.1,0,22,0,22c0,0,0.8-0.1,1.7-0.2
		c0.9-0.1,2.1-0.2,2.8-0.3c1-0.1,3.8-0.3,4.1-0.3c0.1,0,0.1-0.5,0.1-9.3l0-9.3l0.7,1.9c0.1,0.3,0.1,0.4,0.2,0.7l1-21.6
		c-0.2-0.6-0.1-0.3-0.4-1c-0.8-2.4-1.6-4.4-1.6-4.5L19.9,2h-4.3H11.2z"/>
	<path stroke="none" d="M11.2,2l8.7,24.7v0l0.7,1.9c3.8,10.8,5.9,16.6,5.9,16.6
		c0,0,0.6,0,1.3,0.1c2.1,0.1,4.7,0.3,6.7,0.6C35,46,35.4,46,35.4,46l-8.6-24.5v0L26,19.2c-0.8-2.2-1.3-3.7-4.4-12.5
		c-0.8-2.4-1.6-4.4-1.6-4.5L19.9,2h-4.3L11.2,2L11.2,2z"/>
</symbol>
<symbol id="logoYoutube">
	<path stroke="none" d="M44.4,17.2c0-3.4-2.8-6.2-6.2-6.2h-29C5.8,11,3,13.8,3,17.2v16.6C3,37.2,5.8,40,9.2,40h29 c3.4,0,6.2-2.8,6.2-6.2V17.2z M19.6,33.6V18l11.8,7.8L19.6,33.6z"/>
</symbol>
<symbol id="logoChromecast">
	<path stroke="none" fill-rule="evenodd" clip-rule="evenodd" d="m0.15336 36.954v6.5089h6.509c0-3.5803-2.9301-6.5089-6.509-6.5089zm0-8.6228v4.3937c6.0206 0 10.901 4.8807 10.901 10.901h4.3937c-0.1633-8.4609-6.9973-15.295-15.295-15.295zm39.213-15.295h-30.59v3.5802c8.6242 2.7655 15.457 9.5995 18.224 18.224h12.203v-21.804zm-39.213 6.5089v4.3937c10.901 0 19.687 8.786 19.687 19.687h4.2304c0-13.343-10.739-24.081-23.918-24.081zm43.605-15.295h-39.375c-2.4417 0-4.3937 1.952-4.3937 4.3937v6.5089h4.3937v-6.5089h39.213v30.427h-15.295v4.3937h15.295c2.4403 0 4.3937-1.952 4.3937-4.3937v-30.427c0-2.4417-1.9534-4.3937-4.2318-4.3937z"/>
</symbol>
<symbol id="logoARD">
	<g transform="matrix(.084513 0 0 .084513 -1.4841 -1.475)">
		<path stroke="none" fill-rule="evenodd" clip-rule="evenodd" d="m301.18 59.318c-132.88 0-242.18 108.67-242.18 241.93 0.0055 134.16 109.3 242.83 242.18 242.83 132.88 4e-3 242.18-108.67 242.18-242.83 0-133.26-109.3-241.93-242.18-241.93zm115.18 357.42v-284.45l-286.44 102.79v70.418l94.439-33.926v213.1zm-115.18-399.02c156.49 0 283.46 127.36 283.46 283.53 4e-3 157.09-126.98 284.43-283.46 284.43-156.55 0-283.46-127.34-283.46-284.43 0-156.17 126.92-283.53 283.46-283.53z"/>
	</g>
</symbol>
<symbol id="logoZDF">
	<path stroke="none" fill-rule="evenodd" clip-rule="evenodd" d="m14.756 10.312c-7.0992 0-12.859 5.7576-12.859 12.861 0 7.1017 5.76 12.855 12.859 12.855 5.0138 0 9.35-2.8631 11.471-7.0419h5.3434c1.2794 0 2.4266-0.076 3.6016-1.0119 0.84465-0.67193 1.376-1.6164 1.6205-2.8559v3.8527h2.4495l4e-3 -4.5348h5.7817v-2.0184h-5.7853l0.0333-0.81697c0-1.324 0.39775-2.1234 2.3305-2.1234h4.291v-2.0354h-5.1684c-2.7798 0-3.9215 1.5559-3.9215 3.9946l-2e-3 0.23845c-0.46488-2.8716-2.1706-4.2331-5.2962-4.2331h-5.2384c-2.1077-4.227-6.4713-7.13-11.515-7.13zm1.8445 7.13h6.2998c3.1964 0 3.6486 2.237 3.6486 3.4845 0 1.3277-0.54166 3.4336-3.6528 3.4336h-1.5457c-1.934 0-2.3505 0.69914-2.3505 2.0221v0.61823h7.232v1.9706h-9.7027v-2.8642c0-2.435 1.1454-3.884 3.921-3.884h1.5964c1.2708 0 2.0189-0.2548 2.0189-1.3307 0-1.1055-0.74806-1.4146-2.0497-1.4146h-5.4153zm12.154 2.0354h2.7031c2.124 0 2.888 0.90875 2.888 3.7368 0 2.8274-0.76391 3.7373-2.888 3.7373h-2.7031z"/>
</symbol>
<symbol id="cross-line">
	<line fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" x1="42" y1="6" x2="6.5" y2="41.5"/>
</symbol>

<symbol id="shutter_0">
	<line stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" x1="24" y1="4" x2="24" y2="44"/>
	<path fill="none" stroke-width="2" stroke-linecap="round" stroke-miterlimit="10" d="M42.3,44H5.7 C4.7,44,4,43.3,4,42.3V5.7C4,4.7,4.7,4,5.7,4h36.7C43.3,4,44,4.7,44,5.7v36.7C44,43.3,43.3,44,42.3,44z"/>
	<path d="M43.6,6H4.4C4.2,6,4,5.8,4,5.6V4.4C4,4.2,4.2,4,4.4,4h39.3C43.8,4,44,4.2,44,4.4v1.3C44,5.8,43.8,6,43.6,6z"/>
</symbol>
<symbol id="shutter_10">
	<line stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" x1="24" y1="4" x2="24" y2="44"/>
	<path fill="none" stroke-width="2" stroke-linecap="round" stroke-miterlimit="10" d="M42.3,44H5.7 C4.7,44,4,43.3,4,42.3V5.7C4,4.7,4.7,4,5.7,4h36.7C43.3,4,44,4.7,44,5.7v36.7C44,43.3,43.3,44,42.3,44z"/>
	<path d="M43.5,8H4.5C4.2,8,4,7.8,4,7.5V4.5C4,4.2,4.2,4,4.5,4h38.9C43.8,4,44,4.2,44,4.5v2.9C44,7.8,43.8,8,43.5,8z"/>
</symbol>
<symbol id="shutter_20">
	<line stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" x1="24" y1="4" x2="24" y2="44"/>
	<path fill="none" stroke-width="2" stroke-linecap="round" stroke-miterlimit="10" d="M42.3,44H5.7 C4.7,44,4,43.3,4,42.3V5.7C4,4.7,4.7,4,5.7,4h36.7C43.3,4,44,4.7,44,5.7v36.7C44,43.3,43.3,44,42.3,44z"/>
	<path d="M43.3,12H4.7C4.3,12,4,11.7,4,11.3V4.7C4,4.3,4.3,4,4.7,4h38.5C43.7,4,44,4.3,44,4.7v6.5 C44,11.7,43.7,12,43.3,12z"/>
</symbol>
<symbol id="shutter_30">
	<line stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" x1="24" y1="4" x2="24" y2="44"/>
	<path fill="none" stroke-width="2" stroke-linecap="round" stroke-miterlimit="10" d="M42.3,44H5.7 C4.7,44,4,43.3,4,42.3V5.7C4,4.7,4.7,4,5.7,4h36.7C43.3,4,44,4.7,44,5.7v36.7C44,43.3,43.3,44,42.3,44z"/>
	<path d="M43.1,16H4.9C4.4,16,4,15.6,4,15.1V4.9C4,4.4,4.4,4,4.9,4h38.2C43.6,4,44,4.4,44,4.9v10.2 C44,15.6,43.6,16,43.1,16z"/>
</symbol>
<symbol id="shutter_40">
	<line stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" x1="24" y1="4" x2="24" y2="44"/>
	<path fill="none" stroke-width="2" stroke-linecap="round" stroke-miterlimit="10" d="M42.3,44H5.7 C4.7,44,4,43.3,4,42.3V5.7C4,4.7,4.7,4,5.7,4h36.7C43.3,4,44,4.7,44,5.7v36.7C44,43.3,43.3,44,42.3,44z"/>
	<path d="M42.9,20H5.1C4.5,20,4,19.5,4,18.9V5.1C4,4.5,4.5,4,5.1,4h37.9C43.5,4,44,4.5,44,5.1v13.9 C44,19.5,43.5,20,42.9,20z"/>
</symbol>
<symbol id="shutter_50">
	<line stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" x1="24" y1="4" x2="24" y2="44"/>
	<path fill="none" stroke-width="2" stroke-linecap="round" stroke-miterlimit="10" d="M42.3,44H5.7 C4.7,44,4,43.3,4,42.3V5.7C4,4.7,4.7,4,5.7,4h36.7C43.3,4,44,4.7,44,5.7v36.7C44,43.3,43.3,44,42.3,44z"/>
	<path d="M42.8,24H5.2C4.5,24,4,23.5,4,22.8V5.2C4,4.5,4.5,4,5.2,4h37.7C43.5,4,44,4.5,44,5.2v17.7 C44,23.5,43.5,24,42.8,24z"/>
</symbol>
<symbol id="shutter_60">
	<line stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" x1="24" y1="4" x2="24" y2="44"/>
	<path fill="none" stroke-width="2" stroke-linecap="round" stroke-miterlimit="10" d="M42.3,44H5.7 C4.7,44,4,43.3,4,42.3V5.7C4,4.7,4.7,4,5.7,4h36.7C43.3,4,44,4.7,44,5.7v36.7C44,43.3,43.3,44,42.3,44z"/>
	<path d="M42.7,28H5.3C4.6,28,4,27.4,4,26.7V5.3C4,4.6,4.6,4,5.3,4h37.4C43.4,4,44,4.6,44,5.3v21.4 C44,27.4,43.4,28,42.7,28z"/>
</symbol>
<symbol id="shutter_70">
	<line stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" x1="24" y1="4" x2="24" y2="44"/>
	<path fill="none" stroke-width="2" stroke-linecap="round" stroke-miterlimit="10" d="M42.3,44H5.7 C4.7,44,4,43.3,4,42.3V5.7C4,4.7,4.7,4,5.7,4h36.7C43.3,4,44,4.7,44,5.7v36.7C44,43.3,43.3,44,42.3,44z"/>
	<path d="M42.6,32H5.4C4.6,32,4,31.4,4,30.6V5.4C4,4.6,4.6,4,5.4,4h37.2C43.4,4,44,4.6,44,5.4v25.2 C44,31.4,43.4,32,42.6,32z"/>
</symbol>
<symbol id="shutter_80">
	<line stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" x1="24" y1="4" x2="24" y2="44"/>
	<path fill="none" stroke-width="2" stroke-linecap="round" stroke-miterlimit="10" d="M42.3,44H5.7 C4.7,44,4,43.3,4,42.3V5.7C4,4.7,4.7,4,5.7,4h36.7C43.3,4,44,4.7,44,5.7v36.7C44,43.3,43.3,44,42.3,44z"/>
	<path d="M42.5,36h-37C4.7,36,4,35.3,4,34.5v-29C4,4.7,4.7,4,5.5,4h37C43.3,4,44,4.7,44,5.5v29 C44,35.3,43.3,36,42.5,36z"/>
</symbol>
<symbol id="shutter_90">
	<line stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" x1="24" y1="4" x2="24" y2="44"/>
	<path fill="none" stroke-width="2" stroke-linecap="round" stroke-miterlimit="10" d="M42.3,44H5.7 C4.7,44,4,43.3,4,42.3V5.7C4,4.7,4.7,4,5.7,4h36.7C43.3,4,44,4.7,44,5.7v36.7C44,43.3,43.3,44,42.3,44z"/>
	<path d="M42.4,40H5.6C4.7,40,4,39.3,4,38.4V5.6C4,4.7,4.7,4,5.6,4h36.8C43.3,4,44,4.7,44,5.6v32.8 C44,39.3,43.3,40,42.4,40z"/>
</symbol>
<symbol id="shutter_100">
	<line stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" x1="24" y1="4" x2="24" y2="44"/>
	<path fill="none" stroke-width="2" stroke-linecap="round" stroke-miterlimit="10" d="M42.3,44H5.7 C4.7,44,4,43.3,4,42.3V5.7C4,4.7,4.7,4,5.7,4h36.7C43.3,4,44,4.7,44,5.7v36.7C44,43.3,43.3,44,42.3,44z"/>
	<path d="M42.4,40H5.6C4.7,40,4,39.3,4,38.4V5.6C4,4.7,4.7,4,5.6,4h36.8C43.3,4,44,4.7,44,5.6v32.8 C44,39.3,43.3,40,42.4,40z"/>
</symbol>
<symbol id="equal">
	<line stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" x1="6" y1="20" x2="42" y2="20"/>
	<line stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" x1="6" y1="28" x2="42" y2="28"/>
</symbol>
<symbol id="fuel">
	<path fill="none" stroke-miterlimit="10" d="M33.171,46.5H11.496 c-0.365,0-0.663-0.298-0.663-0.663V5.079c0-1.969,1.611-3.579,3.579-3.579h15.841c1.969,0,3.579,1.611,3.579,3.579v40.758 C33.833,46.202,33.535,46.5,33.171,46.5z"/>
	<path fill="none" stroke-miterlimit="10" d="M29.098,19.667H15.735 c-0.634,0-1.152-0.518-1.152-1.152V6.402c0-0.634,0.518-1.152,1.152-1.152h13.363c0.634,0,1.152,0.518,1.152,1.152v12.113 C30.25,19.148,29.732,19.667,29.098,19.667z"/>
	<line fill="none" stroke-linecap="round" stroke-miterlimit="10" x1="17.976" y1="9.335" x2="26.893" y2="9.335"/>
	<line fill="none" stroke-linecap="round" stroke-miterlimit="10" x1="17.976" y1="12.53" x2="26.893" y2="12.53"/>
	<line fill="none" stroke-linecap="round" stroke-miterlimit="10" x1="17.976" y1="15.725" x2="26.893" y2="15.725"/>
	<path fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M33.833,23.167l2.127,1.847c0.661,0.574,1.04,1.406,1.04,2.281v8.832c0,0.612,0.249,1.197,0.689,1.622l0.074,0.072 c0.908,0.877,2.359,0.837,3.218-0.088h0c0.387-0.417,0.602-0.965,0.602-1.534V12.853c0-0.261-0.043-0.52-0.127-0.767v0 c-0.303-0.887-0.709-1.736-1.209-2.528L38,6"/>
	<polyline fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" points="41.427,12 39.667,13.255 38.083,19.083 41.583,19.083"/>
</symbol>
</svg>

Really beautiful !

outside your LAN, from your phone are you opening myopenhab?

As i"m currently building my habpanel setup I use this only at home… From outside I still use the openhab android app with sitemaps from basicui

Continuing the discussion from LGWebOS + Amazon Echo Binding Examples:

Really nice! As i can see you use a harmony remote controll for some actions.
I will try to use WakeOnLAN with the LG TV to achieve this.

Do you care to share some more of your settings?

Kann auch gern unkommentiert auf Deutsch sein :).

Greetz aus dem Rheinland

Thanks :slight_smile:

yeah i was using this before i bought the harmony hub (I also control my ceiling vent via Infrared and my T-Home receiver too) and the WOL Binding was just fine…

Sure… as i’m switching from BasicUI to HabPanel… more things will follow… if i have something to share i will do it here in the community

1 Like