SVG-LOADER-CYRCLE-WITH-MANY-DOTS

<div class="loading"> <svg width="36" height="36" viewBox="0 0 58 58" xmlns="http://www.w3.org/2000/svg"> <g fill="none" fill-rule="evenodd"> <g transform="translate(2 1)" stroke="#999" stroke-width="1.5"> <circle cx="42.601" cy="11.462" r="5" fill-opacity="1" fill="#999"> <animate attributeName="fill-opacity" begin="0s" dur="1.3s" values="1;0;0;0;0;0;0;0" calcMode="linear" repeatCount="indefinite" /> </circle> <circle cx="49.063" cy="27.063" r="5" fill-opacity="0" fill="#999"> <animate attributeName="fill-opacity" begin="0s" dur="1.3s" values="0;1;0;0;0;0;0;0" calcMode="linear" repeatCount="indefinite" /> </circle> <circle cx="42.601" cy="42.663" r="5" fill-opacity="0" fill="#999"> <animate attributeName="fill-opacity" begin="0s" dur="1.3s" values="0;0;1;0;0;0;0;0" calcMode="linear" repeatCount="indefinite" /> </circle> <circle cx="27" cy="49.125" r="5" fill-opacity="0" fill="#999"> <animate attributeName="fill-opacity" begin="0s" dur="1.3s" values="0;0;0;1;0;0;0;0" calcMode="linear" repeatCount="indefinite" /> </circle> <circle cx="11.399" cy="42.663" r="5" fill-opacity="0" fill="#999"> <animate attributeName="fill-opacity" begin="0s" dur="1.3s" values="0;0;0;0;1;0;0;0" calcMode="linear" repeatCount="indefinite" /> </circle> <circle cx="4.938" cy="27.063" r="5" fill-opacity="0" fill="#999"> <animate attributeName="fill-opacity" begin="0s" dur="1.3s" values="0;0;0;0;0;1;0;0" calcMode="linear" repeatCount="indefinite" /> </circle> <circle cx="11.399" cy="11.462" r="5" fill-opacity="0" fill="#999"> <animate attributeName="fill-opacity" begin="0s" dur="1.3s" values="0;0;0;0;0;0;1;0" calcMode="linear" repeatCount="indefinite" /> </circle> <circle cx="27" cy="5" r="5" fill-opacity="0" fill="#999"> <animate attributeName="fill-opacity" begin="0s" dur="1.3s" values="0;0;0;0;0;0;0;1" calcMode="linear" repeatCount="indefinite" /> </circle> </g> </g> </svg> <span class="loading__text">Loading new content</span> </div> .loading { display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; -ms-align-items: center; align-items: center; } .loading__text { line-height: 54px; text-indent: 10px; }
SVG-LOADER-CYRCLE-WITH-MANY-DOTS

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.