• /
We are sorry you canceled your Premium subscription

You can still enjoy Flaticon Collections with the following limits:

  • You can choose only 3 collections to keep
  • You can only add up to 100 icons per collection
  • You cannot add Premium icons to your collection
The advantages of your collections changed
  • You can choose only 3 collections to keep
  • You can only add up to 100 icons per collection
  • You cannot add Premium icons to your collection

Keep making the most of your icons and collections

Get 20% OFF our
Annual Premium Plan

  • /
Select 3 collections to continue:

You have 8 collections but can only unlock 3 of them

    Stay Premium

    Select a color from the icon

      Choose a new color

      History

        Scale

        Move

        Move left
        Move right
        Move up
        Move down

        Rotate

        Rotate 90º right
        Rotate 90º left

        Flip

        Flip horizontal
        Flip vertical

        Select a shape

        None
        Circle
        Rounded square
        Square

        Size

        Color

        Stroke width

        px
        Undo
        Redo

        Iptv Web: Player M3u

        function playMedia(mediaUrl) { const player = videojs('my-video'); player.src({ src: mediaUrl, type: 'application/vnd.apple.mpegurl' }); player.play(); } : You can add basic styling for the player and input field.

        function loadM3U() { const m3uUrl = document.getElementById('m3u-url').value; fetch(m3uUrl) .then(response => response.text()) .then(m3uContent => { const mediaUrls = parseM3U(m3uContent); if (mediaUrls.length > 0) { playMedia(mediaUrls[0]); } }) .catch(error => console.error('Error loading M3U:', error)); } iptv web player m3u

        <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>IPTV Web Player</title> <link href="https://unpkg.com/video.js/dist/video-js.min.css" rel="stylesheet"> <link rel="stylesheet" href="style.css"> </head> <body> <video id="my-video" class="video-js" controls> Your browser does not support the video tag. </video> <input type="text" id="m3u-url" placeholder="Enter M3U URL"> <button onclick="loadM3U()">Load M3U</button> player.src({ src: mediaUrl

        How likely are you to recommend Flaticon to a friend?

        0 1 2 3 4 5 6 7 8 9 10
        Not likely Very likely