| <!DOCTYPE html> |
| <html lang="en" xmlns="http://www.w3.org/1999/xhtml"> |
| <head> |
| <meta charset="utf-8"/> |
| <meta http-equiv="X-UA-Compatible" content="IE=Edge"/> |
| <title>SVG CSS sprite preview | svg-sprite</title> |
| <style>@charset "UTF-8";body{padding:0;margin:0;color:#666;background:#fafafa;font-family:Arial,Helvetica,sans-serif;font-size:1em;line-height:1.4}header{display:block;padding:3em 3em 2em 3em;background-color:#fff}header p{margin:2em 0 0 0}section{border-top:1px solid #eee;padding:2em 3em 0 3em}section ul{margin:0;padding:0}section li{display:inline;display:inline-block;background-color:#fff;position:relative;margin:0 2em 2em 0;vertical-align:top;border:1px solid #ccc;padding:1em 1em 3em 1em;cursor:default}.icon-box{margin:0;width:144px;height:144px;position:relative;background:#ccc url(data:image/gif;base64,R0lGODlhDAAMAIAAAMzMzP///yH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4wLWMwNjEgNjQuMTQwOTQ5LCAyMDEwLzEyLzA3LTEwOjU3OjAxICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1LjEgV2luZG93cyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDozQjk4OTI0MUY5NTIxMUUyQkJDMEI5NEFEM0Y1QTYwQyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDozQjk4OTI0MkY5NTIxMUUyQkJDMEI5NEFEM0Y1QTYwQyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjNCOTg5MjNGRjk1MjExRTJCQkMwQjk0QUQzRjVBNjBDIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjNCOTg5MjQwRjk1MjExRTJCQkMwQjk0QUQzRjVBNjBDIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Af/+/fz7+vn49/b19PPy8fDv7u3s6+rp6Ofm5eTj4uHg397d3Nva2djX1tXU09LR0M/OzczLysnIx8bFxMPCwcC/vr28u7q5uLe2tbSzsrGwr66trKuqqainpqWko6KhoJ+enZybmpmYl5aVlJOSkZCPjo2Mi4qJiIeGhYSDgoGAf359fHt6eXh3dnV0c3JxcG9ubWxramloZ2ZlZGNiYWBfXl1cW1pZWFdWVVRTUlFQT05NTEtKSUhHRkVEQ0JBQD8+PTw7Ojk4NzY1NDMyMTAvLi0sKyopKCcmJSQjIiEgHx4dHBsaGRgXFhUUExIREA8ODQwLCgkIBwYFBAMCAQAAIfkEAAAAAAAsAAAAAAwADAAAAhaEH6mHmmzcgzJAUG/NVGrfOZ8YLlABADs=) top left repeat;border:1px solid #ccc;display:table-cell;vertical-align:middle;text-align:center}.icon{display:inline;display:inline-block}h1{margin-top:0}h2{margin:0;padding:0;font-size:1em;font-weight:normal;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;position:absolute;left:1em;right:1em;bottom:1em}footer{display:block;margin:0;padding:0 3em 3em 3em}footer p{margin:0;font-size:.7em}footer a{color:#0f7595;margin-left:0}</style> |
| <style>i{text-indent:200%;white-space:nowrap;overflow:hidden;display:inline-block}</style> |
| |
| <!-- |
| |
| Sprite CSS |
| ==================================================================================================== |
| This is an all-in-one inline version of the CSS necessary to use the SVG sprite. |
| |
| --> |
| |
| <style type="text/css"> |
| .svg-ic_add_to_queue_24px { |
| background: url(svg-sprite-av.svg) 12.5% 0 no-repeat; |
| width: 24px; |
| height: 24px; |
| } |
| .svg-ic_airplay_24px { |
| background: url(svg-sprite-av.svg) 75% 50% no-repeat; |
| width: 24px; |
| height: 24px; |
| } |
| .svg-ic_album_24px { |
| background: url(svg-sprite-av.svg) 0 12.5% no-repeat; |
| width: 24px; |
| height: 24px; |
| } |
| .svg-ic_art_track_24px { |
| background: url(svg-sprite-av.svg) 12.5% 12.5% no-repeat; |
| width: 24px; |
| height: 24px; |
| } |
| .svg-ic_av_timer_24px { |
| background: url(svg-sprite-av.svg) 25% 0 no-repeat; |
| width: 24px; |
| height: 24px; |
| } |
| .svg-ic_branding_watermark_24px { |
| background: url(svg-sprite-av.svg) 25% 12.5% no-repeat; |
| width: 24px; |
| height: 24px; |
| } |
| .svg-ic_call_to_action_24px { |
| background: url(svg-sprite-av.svg) 0 25% no-repeat; |
| width: 24px; |
| height: 24px; |
| } |
| .svg-ic_closed_caption_24px { |
| background: url(svg-sprite-av.svg) 12.5% 25% no-repeat; |
| width: 24px; |
| height: 24px; |
| } |
| .svg-ic_equalizer_24px { |
| background: url(svg-sprite-av.svg) 25% 25% no-repeat; |
| width: 24px; |
| height: 24px; |
| } |
| .svg-ic_explicit_24px { |
| background: url(svg-sprite-av.svg) 37.5% 0 no-repeat; |
| width: 24px; |
| height: 24px; |
| } |
| .svg-ic_fast_forward_24px { |
| background: url(svg-sprite-av.svg) 37.5% 12.5% no-repeat; |
| width: 24px; |
| height: 24px; |
| } |
| .svg-ic_fast_rewind_24px { |
| background: url(svg-sprite-av.svg) 37.5% 25% no-repeat; |
| width: 24px; |
| height: 24px; |
| } |
| .svg-ic_featured_play_list_24px { |
| background: url(svg-sprite-av.svg) 0 37.5% no-repeat; |
| width: 24px; |
| height: 24px; |
| } |
| .svg-ic_featured_video_24px { |
| background: url(svg-sprite-av.svg) 12.5% 37.5% no-repeat; |
| width: 24px; |
| height: 24px; |
| } |
| .svg-ic_fiber_dvr_24px { |
| background: url(svg-sprite-av.svg) 25% 37.5% no-repeat; |
| width: 24px; |
| height: 24px; |
| } |
| .svg-ic_fiber_manual_record_24px { |
| background: url(svg-sprite-av.svg) 37.5% 37.5% no-repeat; |
| width: 24px; |
| height: 24px; |
| } |
| .svg-ic_fiber_new_24px { |
| background: url(svg-sprite-av.svg) 50% 0 no-repeat; |
| width: 24px; |
| height: 24px; |
| } |
| .svg-ic_fiber_pin_24px { |
| background: url(svg-sprite-av.svg) 50% 12.5% no-repeat; |
| width: 24px; |
| height: 24px; |
| } |
| .svg-ic_fiber_smart_record_24px { |
| background: url(svg-sprite-av.svg) 50% 25% no-repeat; |
| width: 24px; |
| height: 24px; |
| } |
| .svg-ic_forward_10_24px { |
| background: url(svg-sprite-av.svg) 50% 37.5% no-repeat; |
| width: 24px; |
| height: 24px; |
| } |
| .svg-ic_forward_30_24px { |
| background: url(svg-sprite-av.svg) 0 50% no-repeat; |
| width: 24px; |
| height: 24px; |
| } |
| .svg-ic_forward_5_24px { |
| background: url(svg-sprite-av.svg) 12.5% 50% no-repeat; |
| width: 24px; |
| height: 24px; |
| } |
| .svg-ic_games_24px { |
| background: url(svg-sprite-av.svg) 25% 50% no-repeat; |
| width: 24px; |
| height: 24px; |
| } |
| .svg-ic_hd_24px { |
| background: url(svg-sprite-av.svg) 37.5% 50% no-repeat; |
| width: 24px; |
| height: 24px; |
| } |
| .svg-ic_hearing_24px { |
| background: url(svg-sprite-av.svg) 50% 50% no-repeat; |
| width: 24px; |
| height: 24px; |
| } |
| .svg-ic_high_quality_24px { |
| background: url(svg-sprite-av.svg) 62.5% 0 no-repeat; |
| width: 24px; |
| height: 24px; |
| } |
| .svg-ic_library_add_24px { |
| background: url(svg-sprite-av.svg) 62.5% 12.5% no-repeat; |
| width: 24px; |
| height: 24px; |
| } |
| .svg-ic_library_books_24px { |
| background: url(svg-sprite-av.svg) 62.5% 25% no-repeat; |
| width: 24px; |
| height: 24px; |
| } |
| .svg-ic_library_music_24px { |
| background: url(svg-sprite-av.svg) 62.5% 37.5% no-repeat; |
| width: 24px; |
| height: 24px; |
| } |
| .svg-ic_loop_24px { |
| background: url(svg-sprite-av.svg) 62.5% 50% no-repeat; |
| width: 24px; |
| height: 24px; |
| } |
| .svg-ic_mic_24px { |
| background: url(svg-sprite-av.svg) 0 62.5% no-repeat; |
| width: 24px; |
| height: 24px; |
| } |
| .svg-ic_mic_none_24px { |
| background: url(svg-sprite-av.svg) 12.5% 62.5% no-repeat; |
| width: 24px; |
| height: 24px; |
| } |
| .svg-ic_mic_off_24px { |
| background: url(svg-sprite-av.svg) 25% 62.5% no-repeat; |
| width: 24px; |
| height: 24px; |
| } |
| .svg-ic_movie_24px { |
| background: url(svg-sprite-av.svg) 37.5% 62.5% no-repeat; |
| width: 24px; |
| height: 24px; |
| } |
| .svg-ic_music_video_24px { |
| background: url(svg-sprite-av.svg) 50% 62.5% no-repeat; |
| width: 24px; |
| height: 24px; |
| } |
| .svg-ic_new_releases_24px { |
| background: url(svg-sprite-av.svg) 62.5% 62.5% no-repeat; |
| width: 24px; |
| height: 24px; |
| } |
| .svg-ic_not_interested_24px { |
| background: url(svg-sprite-av.svg) 75% 0 no-repeat; |
| width: 24px; |
| height: 24px; |
| } |
| .svg-ic_note_24px { |
| background: url(svg-sprite-av.svg) 75% 12.5% no-repeat; |
| width: 24px; |
| height: 24px; |
| } |
| .svg-ic_pause_24px { |
| background: url(svg-sprite-av.svg) 75% 25% no-repeat; |
| width: 24px; |
| height: 24px; |
| } |
| .svg-ic_pause_circle_filled_24px { |
| background: url(svg-sprite-av.svg) 75% 37.5% no-repeat; |
| width: 24px; |
| height: 24px; |
| } |
| .svg-ic_pause_circle_outline_24px { |
| background: url(svg-sprite-av.svg) 0 0 no-repeat; |
| width: 24px; |
| height: 24px; |
| } |
| .svg-ic_play_arrow_24px { |
| background: url(svg-sprite-av.svg) 75% 62.5% no-repeat; |
| width: 24px; |
| height: 24px; |
| } |
| .svg-ic_play_circle_filled_24px { |
| background: url(svg-sprite-av.svg) 0 75% no-repeat; |
| width: 24px; |
| height: 24px; |
| } |
| .svg-ic_play_circle_outline_24px { |
| background: url(svg-sprite-av.svg) 12.5% 75% no-repeat; |
| width: 24px; |
| height: 24px; |
| } |
| .svg-ic_playlist_add_24px { |
| background: url(svg-sprite-av.svg) 25% 75% no-repeat; |
| width: 24px; |
| height: 24px; |
| } |
| .svg-ic_playlist_add_check_24px { |
| background: url(svg-sprite-av.svg) 37.5% 75% no-repeat; |
| width: 24px; |
| height: 24px; |
| } |
| .svg-ic_playlist_play_24px { |
| background: url(svg-sprite-av.svg) 50% 75% no-repeat; |
| width: 24px; |
| height: 24px; |
| } |
| .svg-ic_queue_24px { |
| background: url(svg-sprite-av.svg) 62.5% 75% no-repeat; |
| width: 24px; |
| height: 24px; |
| } |
| .svg-ic_queue_music_24px { |
| background: url(svg-sprite-av.svg) 75% 75% no-repeat; |
| width: 24px; |
| height: 24px; |
| } |
| .svg-ic_queue_play_next_24px { |
| background: url(svg-sprite-av.svg) 87.5% 0 no-repeat; |
| width: 24px; |
| height: 24px; |
| } |
| .svg-ic_radio_24px { |
| background: url(svg-sprite-av.svg) 87.5% 12.5% no-repeat; |
| width: 24px; |
| height: 24px; |
| } |
| .svg-ic_recent_actors_24px { |
| background: url(svg-sprite-av.svg) 87.5% 25% no-repeat; |
| width: 24px; |
| height: 24px; |
| } |
| .svg-ic_remove_from_queue_24px { |
| background: url(svg-sprite-av.svg) 87.5% 37.5% no-repeat; |
| width: 24px; |
| height: 24px; |
| } |
| .svg-ic_repeat_24px { |
| background: url(svg-sprite-av.svg) 87.5% 50% no-repeat; |
| width: 24px; |
| height: 24px; |
| } |
| .svg-ic_repeat_one_24px { |
| background: url(svg-sprite-av.svg) 87.5% 62.5% no-repeat; |
| width: 24px; |
| height: 24px; |
| } |
| .svg-ic_replay_10_24px { |
| background: url(svg-sprite-av.svg) 87.5% 75% no-repeat; |
| width: 24px; |
| height: 24px; |
| } |
| .svg-ic_replay_24px { |
| background: url(svg-sprite-av.svg) 0 87.5% no-repeat; |
| width: 24px; |
| height: 24px; |
| } |
| .svg-ic_replay_30_24px { |
| background: url(svg-sprite-av.svg) 12.5% 87.5% no-repeat; |
| width: 24px; |
| height: 24px; |
| } |
| .svg-ic_replay_5_24px { |
| background: url(svg-sprite-av.svg) 25% 87.5% no-repeat; |
| width: 24px; |
| height: 24px; |
| } |
| .svg-ic_shuffle_24px { |
| background: url(svg-sprite-av.svg) 37.5% 87.5% no-repeat; |
| width: 24px; |
| height: 24px; |
| } |
| .svg-ic_skip_next_24px { |
| background: url(svg-sprite-av.svg) 50% 87.5% no-repeat; |
| width: 24px; |
| height: 24px; |
| } |
| .svg-ic_skip_previous_24px { |
| background: url(svg-sprite-av.svg) 62.5% 87.5% no-repeat; |
| width: 24px; |
| height: 24px; |
| } |
| .svg-ic_slow_motion_video_24px { |
| background: url(svg-sprite-av.svg) 75% 87.5% no-repeat; |
| width: 24px; |
| height: 24px; |
| } |
| .svg-ic_snooze_24px { |
| background: url(svg-sprite-av.svg) 87.5% 87.5% no-repeat; |
| width: 24px; |
| height: 24px; |
| } |
| .svg-ic_sort_by_alpha_24px { |
| background: url(svg-sprite-av.svg) 100% 0 no-repeat; |
| width: 24px; |
| height: 24px; |
| } |
| .svg-ic_stop_24px { |
| background: url(svg-sprite-av.svg) 100% 12.5% no-repeat; |
| width: 24px; |
| height: 24px; |
| } |
| .svg-ic_subscriptions_24px { |
| background: url(svg-sprite-av.svg) 100% 25% no-repeat; |
| width: 24px; |
| height: 24px; |
| } |
| .svg-ic_subtitles_24px { |
| background: url(svg-sprite-av.svg) 100% 37.5% no-repeat; |
| width: 24px; |
| height: 24px; |
| } |
| .svg-ic_surround_sound_24px { |
| background: url(svg-sprite-av.svg) 100% 50% no-repeat; |
| width: 24px; |
| height: 24px; |
| } |
| .svg-ic_video_call_24px { |
| background: url(svg-sprite-av.svg) 100% 62.5% no-repeat; |
| width: 24px; |
| height: 24px; |
| } |
| .svg-ic_video_label_24px { |
| background: url(svg-sprite-av.svg) 100% 75% no-repeat; |
| width: 24px; |
| height: 24px; |
| } |
| .svg-ic_video_library_24px { |
| background: url(svg-sprite-av.svg) 100% 87.5% no-repeat; |
| width: 24px; |
| height: 24px; |
| } |
| .svg-ic_videocam_24px { |
| background: url(svg-sprite-av.svg) 0 100% no-repeat; |
| width: 24px; |
| height: 24px; |
| } |
| .svg-ic_videocam_off_24px { |
| background: url(svg-sprite-av.svg) 12.5% 100% no-repeat; |
| width: 24px; |
| height: 24px; |
| } |
| .svg-ic_volume_down_24px { |
| background: url(svg-sprite-av.svg) 25% 100% no-repeat; |
| width: 24px; |
| height: 24px; |
| } |
| .svg-ic_volume_mute_24px { |
| background: url(svg-sprite-av.svg) 37.5% 100% no-repeat; |
| width: 24px; |
| height: 24px; |
| } |
| .svg-ic_volume_off_24px { |
| background: url(svg-sprite-av.svg) 50% 100% no-repeat; |
| width: 24px; |
| height: 24px; |
| } |
| .svg-ic_volume_up_24px { |
| background: url(svg-sprite-av.svg) 62.5% 100% no-repeat; |
| width: 24px; |
| height: 24px; |
| } |
| .svg-ic_web_24px { |
| background: url(svg-sprite-av.svg) 75% 100% no-repeat; |
| width: 24px; |
| height: 24px; |
| } |
| .svg-ic_web_asset_24px { |
| background: url(svg-sprite-av.svg) 87.5% 100% no-repeat; |
| width: 24px; |
| height: 24px; |
| } |
| </style> |
| |
| <!-- |
| ==================================================================================================== |
| --> |
| |
| </head> |
| <body> |
| <header> |
| <h1>SVG CSS sprite preview</h1> |
| <p>This preview features the generated SVG file as a conventional CSS sprite. The shapes are displayed as background images of several <code><i></code> elements.</p> |
| </header> |
| <section> |
| |
| <!-- |
| |
| Conventional CSS sprite |
| ==================================================================================================== |
| This technique uses CSS classes to display portions of the sprite as background image of |
| appropriately sized elements. |
| |
| --> |
| |
| <ul> |
| |
| <li title="ic_add_to_queue_24px"> |
| <div class="icon-box"> |
| |
| <!-- ic_add_to_queue_24px --> |
| <i class="svg-ic_add_to_queue_24px">ic_add_to_queue_24px</i> |
| |
| </div> |
| <h2>ic_add_to_queue_24px</h2> |
| </li> |
| <li title="ic_airplay_24px"> |
| <div class="icon-box"> |
| |
| <!-- ic_airplay_24px --> |
| <i class="svg-ic_airplay_24px">ic_airplay_24px</i> |
| |
| </div> |
| <h2>ic_airplay_24px</h2> |
| </li> |
| <li title="ic_album_24px"> |
| <div class="icon-box"> |
| |
| <!-- ic_album_24px --> |
| <i class="svg-ic_album_24px">ic_album_24px</i> |
| |
| </div> |
| <h2>ic_album_24px</h2> |
| </li> |
| <li title="ic_art_track_24px"> |
| <div class="icon-box"> |
| |
| <!-- ic_art_track_24px --> |
| <i class="svg-ic_art_track_24px">ic_art_track_24px</i> |
| |
| </div> |
| <h2>ic_art_track_24px</h2> |
| </li> |
| <li title="ic_av_timer_24px"> |
| <div class="icon-box"> |
| |
| <!-- ic_av_timer_24px --> |
| <i class="svg-ic_av_timer_24px">ic_av_timer_24px</i> |
| |
| </div> |
| <h2>ic_av_timer_24px</h2> |
| </li> |
| <li title="ic_branding_watermark_24px"> |
| <div class="icon-box"> |
| |
| <!-- ic_branding_watermark_24px --> |
| <i class="svg-ic_branding_watermark_24px">ic_branding_watermark_24px</i> |
| |
| </div> |
| <h2>ic_branding_watermark_24px</h2> |
| </li> |
| <li title="ic_call_to_action_24px"> |
| <div class="icon-box"> |
| |
| <!-- ic_call_to_action_24px --> |
| <i class="svg-ic_call_to_action_24px">ic_call_to_action_24px</i> |
| |
| </div> |
| <h2>ic_call_to_action_24px</h2> |
| </li> |
| <li title="ic_closed_caption_24px"> |
| <div class="icon-box"> |
| |
| <!-- ic_closed_caption_24px --> |
| <i class="svg-ic_closed_caption_24px">ic_closed_caption_24px</i> |
| |
| </div> |
| <h2>ic_closed_caption_24px</h2> |
| </li> |
| <li title="ic_equalizer_24px"> |
| <div class="icon-box"> |
| |
| <!-- ic_equalizer_24px --> |
| <i class="svg-ic_equalizer_24px">ic_equalizer_24px</i> |
| |
| </div> |
| <h2>ic_equalizer_24px</h2> |
| </li> |
| <li title="ic_explicit_24px"> |
| <div class="icon-box"> |
| |
| <!-- ic_explicit_24px --> |
| <i class="svg-ic_explicit_24px">ic_explicit_24px</i> |
| |
| </div> |
| <h2>ic_explicit_24px</h2> |
| </li> |
| <li title="ic_fast_forward_24px"> |
| <div class="icon-box"> |
| |
| <!-- ic_fast_forward_24px --> |
| <i class="svg-ic_fast_forward_24px">ic_fast_forward_24px</i> |
| |
| </div> |
| <h2>ic_fast_forward_24px</h2> |
| </li> |
| <li title="ic_fast_rewind_24px"> |
| <div class="icon-box"> |
| |
| <!-- ic_fast_rewind_24px --> |
| <i class="svg-ic_fast_rewind_24px">ic_fast_rewind_24px</i> |
| |
| </div> |
| <h2>ic_fast_rewind_24px</h2> |
| </li> |
| <li title="ic_featured_play_list_24px"> |
| <div class="icon-box"> |
| |
| <!-- ic_featured_play_list_24px --> |
| <i class="svg-ic_featured_play_list_24px">ic_featured_play_list_24px</i> |
| |
| </div> |
| <h2>ic_featured_play_list_24px</h2> |
| </li> |
| <li title="ic_featured_video_24px"> |
| <div class="icon-box"> |
| |
| <!-- ic_featured_video_24px --> |
| <i class="svg-ic_featured_video_24px">ic_featured_video_24px</i> |
| |
| </div> |
| <h2>ic_featured_video_24px</h2> |
| </li> |
| <li title="ic_fiber_dvr_24px"> |
| <div class="icon-box"> |
| |
| <!-- ic_fiber_dvr_24px --> |
| <i class="svg-ic_fiber_dvr_24px">ic_fiber_dvr_24px</i> |
| |
| </div> |
| <h2>ic_fiber_dvr_24px</h2> |
| </li> |
| <li title="ic_fiber_manual_record_24px"> |
| <div class="icon-box"> |
| |
| <!-- ic_fiber_manual_record_24px --> |
| <i class="svg-ic_fiber_manual_record_24px">ic_fiber_manual_record_24px</i> |
| |
| </div> |
| <h2>ic_fiber_manual_record_24px</h2> |
| </li> |
| <li title="ic_fiber_new_24px"> |
| <div class="icon-box"> |
| |
| <!-- ic_fiber_new_24px --> |
| <i class="svg-ic_fiber_new_24px">ic_fiber_new_24px</i> |
| |
| </div> |
| <h2>ic_fiber_new_24px</h2> |
| </li> |
| <li title="ic_fiber_pin_24px"> |
| <div class="icon-box"> |
| |
| <!-- ic_fiber_pin_24px --> |
| <i class="svg-ic_fiber_pin_24px">ic_fiber_pin_24px</i> |
| |
| </div> |
| <h2>ic_fiber_pin_24px</h2> |
| </li> |
| <li title="ic_fiber_smart_record_24px"> |
| <div class="icon-box"> |
| |
| <!-- ic_fiber_smart_record_24px --> |
| <i class="svg-ic_fiber_smart_record_24px">ic_fiber_smart_record_24px</i> |
| |
| </div> |
| <h2>ic_fiber_smart_record_24px</h2> |
| </li> |
| <li title="ic_forward_10_24px"> |
| <div class="icon-box"> |
| |
| <!-- ic_forward_10_24px --> |
| <i class="svg-ic_forward_10_24px">ic_forward_10_24px</i> |
| |
| </div> |
| <h2>ic_forward_10_24px</h2> |
| </li> |
| <li title="ic_forward_30_24px"> |
| <div class="icon-box"> |
| |
| <!-- ic_forward_30_24px --> |
| <i class="svg-ic_forward_30_24px">ic_forward_30_24px</i> |
| |
| </div> |
| <h2>ic_forward_30_24px</h2> |
| </li> |
| <li title="ic_forward_5_24px"> |
| <div class="icon-box"> |
| |
| <!-- ic_forward_5_24px --> |
| <i class="svg-ic_forward_5_24px">ic_forward_5_24px</i> |
| |
| </div> |
| <h2>ic_forward_5_24px</h2> |
| </li> |
| <li title="ic_games_24px"> |
| <div class="icon-box"> |
| |
| <!-- ic_games_24px --> |
| <i class="svg-ic_games_24px">ic_games_24px</i> |
| |
| </div> |
| <h2>ic_games_24px</h2> |
| </li> |
| <li title="ic_hd_24px"> |
| <div class="icon-box"> |
| |
| <!-- ic_hd_24px --> |
| <i class="svg-ic_hd_24px">ic_hd_24px</i> |
| |
| </div> |
| <h2>ic_hd_24px</h2> |
| </li> |
| <li title="ic_hearing_24px"> |
| <div class="icon-box"> |
| |
| <!-- ic_hearing_24px --> |
| <i class="svg-ic_hearing_24px">ic_hearing_24px</i> |
| |
| </div> |
| <h2>ic_hearing_24px</h2> |
| </li> |
| <li title="ic_high_quality_24px"> |
| <div class="icon-box"> |
| |
| <!-- ic_high_quality_24px --> |
| <i class="svg-ic_high_quality_24px">ic_high_quality_24px</i> |
| |
| </div> |
| <h2>ic_high_quality_24px</h2> |
| </li> |
| <li title="ic_library_add_24px"> |
| <div class="icon-box"> |
| |
| <!-- ic_library_add_24px --> |
| <i class="svg-ic_library_add_24px">ic_library_add_24px</i> |
| |
| </div> |
| <h2>ic_library_add_24px</h2> |
| </li> |
| <li title="ic_library_books_24px"> |
| <div class="icon-box"> |
| |
| <!-- ic_library_books_24px --> |
| <i class="svg-ic_library_books_24px">ic_library_books_24px</i> |
| |
| </div> |
| <h2>ic_library_books_24px</h2> |
| </li> |
| <li title="ic_library_music_24px"> |
| <div class="icon-box"> |
| |
| <!-- ic_library_music_24px --> |
| <i class="svg-ic_library_music_24px">ic_library_music_24px</i> |
| |
| </div> |
| <h2>ic_library_music_24px</h2> |
| </li> |
| <li title="ic_loop_24px"> |
| <div class="icon-box"> |
| |
| <!-- ic_loop_24px --> |
| <i class="svg-ic_loop_24px">ic_loop_24px</i> |
| |
| </div> |
| <h2>ic_loop_24px</h2> |
| </li> |
| <li title="ic_mic_24px"> |
| <div class="icon-box"> |
| |
| <!-- ic_mic_24px --> |
| <i class="svg-ic_mic_24px">ic_mic_24px</i> |
| |
| </div> |
| <h2>ic_mic_24px</h2> |
| </li> |
| <li title="ic_mic_none_24px"> |
| <div class="icon-box"> |
| |
| <!-- ic_mic_none_24px --> |
| <i class="svg-ic_mic_none_24px">ic_mic_none_24px</i> |
| |
| </div> |
| <h2>ic_mic_none_24px</h2> |
| </li> |
| <li title="ic_mic_off_24px"> |
| <div class="icon-box"> |
| |
| <!-- ic_mic_off_24px --> |
| <i class="svg-ic_mic_off_24px">ic_mic_off_24px</i> |
| |
| </div> |
| <h2>ic_mic_off_24px</h2> |
| </li> |
| <li title="ic_movie_24px"> |
| <div class="icon-box"> |
| |
| <!-- ic_movie_24px --> |
| <i class="svg-ic_movie_24px">ic_movie_24px</i> |
| |
| </div> |
| <h2>ic_movie_24px</h2> |
| </li> |
| <li title="ic_music_video_24px"> |
| <div class="icon-box"> |
| |
| <!-- ic_music_video_24px --> |
| <i class="svg-ic_music_video_24px">ic_music_video_24px</i> |
| |
| </div> |
| <h2>ic_music_video_24px</h2> |
| </li> |
| <li title="ic_new_releases_24px"> |
| <div class="icon-box"> |
| |
| <!-- ic_new_releases_24px --> |
| <i class="svg-ic_new_releases_24px">ic_new_releases_24px</i> |
| |
| </div> |
| <h2>ic_new_releases_24px</h2> |
| </li> |
| <li title="ic_not_interested_24px"> |
| <div class="icon-box"> |
| |
| <!-- ic_not_interested_24px --> |
| <i class="svg-ic_not_interested_24px">ic_not_interested_24px</i> |
| |
| </div> |
| <h2>ic_not_interested_24px</h2> |
| </li> |
| <li title="ic_note_24px"> |
| <div class="icon-box"> |
| |
| <!-- ic_note_24px --> |
| <i class="svg-ic_note_24px">ic_note_24px</i> |
| |
| </div> |
| <h2>ic_note_24px</h2> |
| </li> |
| <li title="ic_pause_24px"> |
| <div class="icon-box"> |
| |
| <!-- ic_pause_24px --> |
| <i class="svg-ic_pause_24px">ic_pause_24px</i> |
| |
| </div> |
| <h2>ic_pause_24px</h2> |
| </li> |
| <li title="ic_pause_circle_filled_24px"> |
| <div class="icon-box"> |
| |
| <!-- ic_pause_circle_filled_24px --> |
| <i class="svg-ic_pause_circle_filled_24px">ic_pause_circle_filled_24px</i> |
| |
| </div> |
| <h2>ic_pause_circle_filled_24px</h2> |
| </li> |
| <li title="ic_pause_circle_outline_24px"> |
| <div class="icon-box"> |
| |
| <!-- ic_pause_circle_outline_24px --> |
| <i class="svg-ic_pause_circle_outline_24px">ic_pause_circle_outline_24px</i> |
| |
| </div> |
| <h2>ic_pause_circle_outline_24px</h2> |
| </li> |
| <li title="ic_play_arrow_24px"> |
| <div class="icon-box"> |
| |
| <!-- ic_play_arrow_24px --> |
| <i class="svg-ic_play_arrow_24px">ic_play_arrow_24px</i> |
| |
| </div> |
| <h2>ic_play_arrow_24px</h2> |
| </li> |
| <li title="ic_play_circle_filled_24px"> |
| <div class="icon-box"> |
| |
| <!-- ic_play_circle_filled_24px --> |
| <i class="svg-ic_play_circle_filled_24px">ic_play_circle_filled_24px</i> |
| |
| </div> |
| <h2>ic_play_circle_filled_24px</h2> |
| </li> |
| <li title="ic_play_circle_outline_24px"> |
| <div class="icon-box"> |
| |
| <!-- ic_play_circle_outline_24px --> |
| <i class="svg-ic_play_circle_outline_24px">ic_play_circle_outline_24px</i> |
| |
| </div> |
| <h2>ic_play_circle_outline_24px</h2> |
| </li> |
| <li title="ic_playlist_add_24px"> |
| <div class="icon-box"> |
| |
| <!-- ic_playlist_add_24px --> |
| <i class="svg-ic_playlist_add_24px">ic_playlist_add_24px</i> |
| |
| </div> |
| <h2>ic_playlist_add_24px</h2> |
| </li> |
| <li title="ic_playlist_add_check_24px"> |
| <div class="icon-box"> |
| |
| <!-- ic_playlist_add_check_24px --> |
| <i class="svg-ic_playlist_add_check_24px">ic_playlist_add_check_24px</i> |
| |
| </div> |
| <h2>ic_playlist_add_check_24px</h2> |
| </li> |
| <li title="ic_playlist_play_24px"> |
| <div class="icon-box"> |
| |
| <!-- ic_playlist_play_24px --> |
| <i class="svg-ic_playlist_play_24px">ic_playlist_play_24px</i> |
| |
| </div> |
| <h2>ic_playlist_play_24px</h2> |
| </li> |
| <li title="ic_queue_24px"> |
| <div class="icon-box"> |
| |
| <!-- ic_queue_24px --> |
| <i class="svg-ic_queue_24px">ic_queue_24px</i> |
| |
| </div> |
| <h2>ic_queue_24px</h2> |
| </li> |
| <li title="ic_queue_music_24px"> |
| <div class="icon-box"> |
| |
| <!-- ic_queue_music_24px --> |
| <i class="svg-ic_queue_music_24px">ic_queue_music_24px</i> |
| |
| </div> |
| <h2>ic_queue_music_24px</h2> |
| </li> |
| <li title="ic_queue_play_next_24px"> |
| <div class="icon-box"> |
| |
| <!-- ic_queue_play_next_24px --> |
| <i class="svg-ic_queue_play_next_24px">ic_queue_play_next_24px</i> |
| |
| </div> |
| <h2>ic_queue_play_next_24px</h2> |
| </li> |
| <li title="ic_radio_24px"> |
| <div class="icon-box"> |
| |
| <!-- ic_radio_24px --> |
| <i class="svg-ic_radio_24px">ic_radio_24px</i> |
| |
| </div> |
| <h2>ic_radio_24px</h2> |
| </li> |
| <li title="ic_recent_actors_24px"> |
| <div class="icon-box"> |
| |
| <!-- ic_recent_actors_24px --> |
| <i class="svg-ic_recent_actors_24px">ic_recent_actors_24px</i> |
| |
| </div> |
| <h2>ic_recent_actors_24px</h2> |
| </li> |
| <li title="ic_remove_from_queue_24px"> |
| <div class="icon-box"> |
| |
| <!-- ic_remove_from_queue_24px --> |
| <i class="svg-ic_remove_from_queue_24px">ic_remove_from_queue_24px</i> |
| |
| </div> |
| <h2>ic_remove_from_queue_24px</h2> |
| </li> |
| <li title="ic_repeat_24px"> |
| <div class="icon-box"> |
| |
| <!-- ic_repeat_24px --> |
| <i class="svg-ic_repeat_24px">ic_repeat_24px</i> |
| |
| </div> |
| <h2>ic_repeat_24px</h2> |
| </li> |
| <li title="ic_repeat_one_24px"> |
| <div class="icon-box"> |
| |
| <!-- ic_repeat_one_24px --> |
| <i class="svg-ic_repeat_one_24px">ic_repeat_one_24px</i> |
| |
| </div> |
| <h2>ic_repeat_one_24px</h2> |
| </li> |
| <li title="ic_replay_10_24px"> |
| <div class="icon-box"> |
| |
| <!-- ic_replay_10_24px --> |
| <i class="svg-ic_replay_10_24px">ic_replay_10_24px</i> |
| |
| </div> |
| <h2>ic_replay_10_24px</h2> |
| </li> |
| <li title="ic_replay_24px"> |
| <div class="icon-box"> |
| |
| <!-- ic_replay_24px --> |
| <i class="svg-ic_replay_24px">ic_replay_24px</i> |
| |
| </div> |
| <h2>ic_replay_24px</h2> |
| </li> |
| <li title="ic_replay_30_24px"> |
| <div class="icon-box"> |
| |
| <!-- ic_replay_30_24px --> |
| <i class="svg-ic_replay_30_24px">ic_replay_30_24px</i> |
| |
| </div> |
| <h2>ic_replay_30_24px</h2> |
| </li> |
| <li title="ic_replay_5_24px"> |
| <div class="icon-box"> |
| |
| <!-- ic_replay_5_24px --> |
| <i class="svg-ic_replay_5_24px">ic_replay_5_24px</i> |
| |
| </div> |
| <h2>ic_replay_5_24px</h2> |
| </li> |
| <li title="ic_shuffle_24px"> |
| <div class="icon-box"> |
| |
| <!-- ic_shuffle_24px --> |
| <i class="svg-ic_shuffle_24px">ic_shuffle_24px</i> |
| |
| </div> |
| <h2>ic_shuffle_24px</h2> |
| </li> |
| <li title="ic_skip_next_24px"> |
| <div class="icon-box"> |
| |
| <!-- ic_skip_next_24px --> |
| <i class="svg-ic_skip_next_24px">ic_skip_next_24px</i> |
| |
| </div> |
| <h2>ic_skip_next_24px</h2> |
| </li> |
| <li title="ic_skip_previous_24px"> |
| <div class="icon-box"> |
| |
| <!-- ic_skip_previous_24px --> |
| <i class="svg-ic_skip_previous_24px">ic_skip_previous_24px</i> |
| |
| </div> |
| <h2>ic_skip_previous_24px</h2> |
| </li> |
| <li title="ic_slow_motion_video_24px"> |
| <div class="icon-box"> |
| |
| <!-- ic_slow_motion_video_24px --> |
| <i class="svg-ic_slow_motion_video_24px">ic_slow_motion_video_24px</i> |
| |
| </div> |
| <h2>ic_slow_motion_video_24px</h2> |
| </li> |
| <li title="ic_snooze_24px"> |
| <div class="icon-box"> |
| |
| <!-- ic_snooze_24px --> |
| <i class="svg-ic_snooze_24px">ic_snooze_24px</i> |
| |
| </div> |
| <h2>ic_snooze_24px</h2> |
| </li> |
| <li title="ic_sort_by_alpha_24px"> |
| <div class="icon-box"> |
| |
| <!-- ic_sort_by_alpha_24px --> |
| <i class="svg-ic_sort_by_alpha_24px">ic_sort_by_alpha_24px</i> |
| |
| </div> |
| <h2>ic_sort_by_alpha_24px</h2> |
| </li> |
| <li title="ic_stop_24px"> |
| <div class="icon-box"> |
| |
| <!-- ic_stop_24px --> |
| <i class="svg-ic_stop_24px">ic_stop_24px</i> |
| |
| </div> |
| <h2>ic_stop_24px</h2> |
| </li> |
| <li title="ic_subscriptions_24px"> |
| <div class="icon-box"> |
| |
| <!-- ic_subscriptions_24px --> |
| <i class="svg-ic_subscriptions_24px">ic_subscriptions_24px</i> |
| |
| </div> |
| <h2>ic_subscriptions_24px</h2> |
| </li> |
| <li title="ic_subtitles_24px"> |
| <div class="icon-box"> |
| |
| <!-- ic_subtitles_24px --> |
| <i class="svg-ic_subtitles_24px">ic_subtitles_24px</i> |
| |
| </div> |
| <h2>ic_subtitles_24px</h2> |
| </li> |
| <li title="ic_surround_sound_24px"> |
| <div class="icon-box"> |
| |
| <!-- ic_surround_sound_24px --> |
| <i class="svg-ic_surround_sound_24px">ic_surround_sound_24px</i> |
| |
| </div> |
| <h2>ic_surround_sound_24px</h2> |
| </li> |
| <li title="ic_video_call_24px"> |
| <div class="icon-box"> |
| |
| <!-- ic_video_call_24px --> |
| <i class="svg-ic_video_call_24px">ic_video_call_24px</i> |
| |
| </div> |
| <h2>ic_video_call_24px</h2> |
| </li> |
| <li title="ic_video_label_24px"> |
| <div class="icon-box"> |
| |
| <!-- ic_video_label_24px --> |
| <i class="svg-ic_video_label_24px">ic_video_label_24px</i> |
| |
| </div> |
| <h2>ic_video_label_24px</h2> |
| </li> |
| <li title="ic_video_library_24px"> |
| <div class="icon-box"> |
| |
| <!-- ic_video_library_24px --> |
| <i class="svg-ic_video_library_24px">ic_video_library_24px</i> |
| |
| </div> |
| <h2>ic_video_library_24px</h2> |
| </li> |
| <li title="ic_videocam_24px"> |
| <div class="icon-box"> |
| |
| <!-- ic_videocam_24px --> |
| <i class="svg-ic_videocam_24px">ic_videocam_24px</i> |
| |
| </div> |
| <h2>ic_videocam_24px</h2> |
| </li> |
| <li title="ic_videocam_off_24px"> |
| <div class="icon-box"> |
| |
| <!-- ic_videocam_off_24px --> |
| <i class="svg-ic_videocam_off_24px">ic_videocam_off_24px</i> |
| |
| </div> |
| <h2>ic_videocam_off_24px</h2> |
| </li> |
| <li title="ic_volume_down_24px"> |
| <div class="icon-box"> |
| |
| <!-- ic_volume_down_24px --> |
| <i class="svg-ic_volume_down_24px">ic_volume_down_24px</i> |
| |
| </div> |
| <h2>ic_volume_down_24px</h2> |
| </li> |
| <li title="ic_volume_mute_24px"> |
| <div class="icon-box"> |
| |
| <!-- ic_volume_mute_24px --> |
| <i class="svg-ic_volume_mute_24px">ic_volume_mute_24px</i> |
| |
| </div> |
| <h2>ic_volume_mute_24px</h2> |
| </li> |
| <li title="ic_volume_off_24px"> |
| <div class="icon-box"> |
| |
| <!-- ic_volume_off_24px --> |
| <i class="svg-ic_volume_off_24px">ic_volume_off_24px</i> |
| |
| </div> |
| <h2>ic_volume_off_24px</h2> |
| </li> |
| <li title="ic_volume_up_24px"> |
| <div class="icon-box"> |
| |
| <!-- ic_volume_up_24px --> |
| <i class="svg-ic_volume_up_24px">ic_volume_up_24px</i> |
| |
| </div> |
| <h2>ic_volume_up_24px</h2> |
| </li> |
| <li title="ic_web_24px"> |
| <div class="icon-box"> |
| |
| <!-- ic_web_24px --> |
| <i class="svg-ic_web_24px">ic_web_24px</i> |
| |
| </div> |
| <h2>ic_web_24px</h2> |
| </li> |
| <li title="ic_web_asset_24px"> |
| <div class="icon-box"> |
| |
| <!-- ic_web_asset_24px --> |
| <i class="svg-ic_web_asset_24px">ic_web_asset_24px</i> |
| |
| </div> |
| <h2>ic_web_asset_24px</h2> |
| </li> |
| </ul> |
| |
| <!-- |
| ==================================================================================================== |
| --> |
| |
| </section> |
| <footer> |
| <p>Generated at Mon, 08 Feb 2016 20:28:16 GMT by <a href="https://github.com/jkphl/svg-sprite" target="_blank">svg-sprite</a>.</p> |
| </footer> |
| </body> |
| </html> |