loading from Element Plus by Element Plus · Outline · MIT Free for personal and commercial use.

Name
loading
Set
Element Plus
Style
Outline
Viewbox
1024×1024
License
MIT

The same icon in other sets

Use the loading icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M512 64a32 32 0 0 1 32 32v192a32 32 0 0 1-64 0V96a32 32 0 0 1 32-32m0 640a32 32 0 0 1 32 32v192a32 32 0 1 1-64 0V736a32 32 0 0 1 32-32m448-192a32 32 0 0 1-32 32H736a32 32 0 1 1 0-64h192a32 32 0 0 1 32 32m-640 0a32 32 0 0 1-32 32H96a32 32 0 0 1 0-64h192a32 32 0 0 1 32 32M195.2 195.2a32 32 0 0 1 45.2 0l136 135.8a32 32 0 0 1-45.3 45.3L195.2 240.4a32 32 0 0 1 0-45.2m452.5 452.5a32 32 0 0 1 45.3 0l135.8 135.9a32 32 0 0 1-45.2 45.2L647.7 693a32 32 0 0 1 0-45.3m181.1-452.4a32 32 0 0 1 0 45.1L693 376.4a32 32 0 0 1-45.3-45.3l135.9-135.8a32 32 0 0 1 45.2 0M376.3 647.7a32 32 0 0 1 0 45.3L240.4 828.8a32 32 0 0 1-45.2-45.2L331 647.7a32 32 0 0 1 45.3 0"/></svg>

React

import type { SVGProps } from "react";

export function EpLoading(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M512 64a32 32 0 0 1 32 32v192a32 32 0 0 1-64 0V96a32 32 0 0 1 32-32m0 640a32 32 0 0 1 32 32v192a32 32 0 1 1-64 0V736a32 32 0 0 1 32-32m448-192a32 32 0 0 1-32 32H736a32 32 0 1 1 0-64h192a32 32 0 0 1 32 32m-640 0a32 32 0 0 1-32 32H96a32 32 0 0 1 0-64h192a32 32 0 0 1 32 32M195.2 195.2a32 32 0 0 1 45.2 0l136 135.8a32 32 0 0 1-45.3 45.3L195.2 240.4a32 32 0 0 1 0-45.2m452.5 452.5a32 32 0 0 1 45.3 0l135.8 135.9a32 32 0 0 1-45.2 45.2L647.7 693a32 32 0 0 1 0-45.3m181.1-452.4a32 32 0 0 1 0 45.1L693 376.4a32 32 0 0 1-45.3-45.3l135.9-135.8a32 32 0 0 1 45.2 0M376.3 647.7a32 32 0 0 1 0 45.3L240.4 828.8a32 32 0 0 1-45.2-45.2L331 647.7a32 32 0 0 1 45.3 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M512 64a32 32 0 0 1 32 32v192a32 32 0 0 1-64 0V96a32 32 0 0 1 32-32m0 640a32 32 0 0 1 32 32v192a32 32 0 1 1-64 0V736a32 32 0 0 1 32-32m448-192a32 32 0 0 1-32 32H736a32 32 0 1 1 0-64h192a32 32 0 0 1 32 32m-640 0a32 32 0 0 1-32 32H96a32 32 0 0 1 0-64h192a32 32 0 0 1 32 32M195.2 195.2a32 32 0 0 1 45.2 0l136 135.8a32 32 0 0 1-45.3 45.3L195.2 240.4a32 32 0 0 1 0-45.2m452.5 452.5a32 32 0 0 1 45.3 0l135.8 135.9a32 32 0 0 1-45.2 45.2L647.7 693a32 32 0 0 1 0-45.3m181.1-452.4a32 32 0 0 1 0 45.1L693 376.4a32 32 0 0 1-45.3-45.3l135.9-135.8a32 32 0 0 1 45.2 0M376.3 647.7a32 32 0 0 1 0 45.3L240.4 828.8a32 32 0 0 1-45.2-45.2L331 647.7a32 32 0 0 1 45.3 0"/></svg>
</template>

CSS

.icon-loading {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M512%2064a32%2032%200%200%201%2032%2032v192a32%2032%200%200%201-64%200V96a32%2032%200%200%201%2032-32m0%20640a32%2032%200%200%201%2032%2032v192a32%2032%200%201%201-64%200V736a32%2032%200%200%201%2032-32m448-192a32%2032%200%200%201-32%2032H736a32%2032%200%201%201%200-64h192a32%2032%200%200%201%2032%2032m-640%200a32%2032%200%200%201-32%2032H96a32%2032%200%200%201%200-64h192a32%2032%200%200%201%2032%2032M195.2%20195.2a32%2032%200%200%201%2045.2%200l136%20135.8a32%2032%200%200%201-45.3%2045.3L195.2%20240.4a32%2032%200%200%201%200-45.2m452.5%20452.5a32%2032%200%200%201%2045.3%200l135.8%20135.9a32%2032%200%200%201-45.2%2045.2L647.7%20693a32%2032%200%200%201%200-45.3m181.1-452.4a32%2032%200%200%201%200%2045.1L693%20376.4a32%2032%200%200%201-45.3-45.3l135.9-135.8a32%2032%200%200%201%2045.2%200M376.3%20647.7a32%2032%200%200%201%200%2045.3L240.4%20828.8a32%2032%200%200%201-45.2-45.2L331%20647.7a32%2032%200%200%201%2045.3%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M512%2064a32%2032%200%200%201%2032%2032v192a32%2032%200%200%201-64%200V96a32%2032%200%200%201%2032-32m0%20640a32%2032%200%200%201%2032%2032v192a32%2032%200%201%201-64%200V736a32%2032%200%200%201%2032-32m448-192a32%2032%200%200%201-32%2032H736a32%2032%200%201%201%200-64h192a32%2032%200%200%201%2032%2032m-640%200a32%2032%200%200%201-32%2032H96a32%2032%200%200%201%200-64h192a32%2032%200%200%201%2032%2032M195.2%20195.2a32%2032%200%200%201%2045.2%200l136%20135.8a32%2032%200%200%201-45.3%2045.3L195.2%20240.4a32%2032%200%200%201%200-45.2m452.5%20452.5a32%2032%200%200%201%2045.3%200l135.8%20135.9a32%2032%200%200%201-45.2%2045.2L647.7%20693a32%2032%200%200%201%200-45.3m181.1-452.4a32%2032%200%200%201%200%2045.1L693%20376.4a32%2032%200%200%201-45.3-45.3l135.9-135.8a32%2032%200%200%201%2045.2%200M376.3%20647.7a32%2032%200%200%201%200%2045.3L240.4%20828.8a32%2032%200%200%201-45.2-45.2L331%20647.7a32%2032%200%200%201%2045.3%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ep/loading.svg?color=%231a73e8&size=48