loading-4-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.

Name
loading-4-fill
Set
MingCute Icon
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

Related icons in MingCute Icon

Use the loading 4 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="m12.593 23.258l-.011.002l-.071.035l-.02.004l-.014-.004l-.071-.035q-.016-.005-.024.005l-.004.01l-.017.428l.005.02l.01.013l.104.074l.015.004l.012-.004l.104-.074l.012-.016l.004-.017l-.017-.427q-.004-.016-.017-.018m.265-.113l-.013.002l-.185.093l-.01.01l-.003.011l.018.43l.005.012l.008.007l.201.093q.019.005.029-.008l.004-.014l-.034-.614q-.005-.018-.02-.022m-.715.002a.02.02 0 0 0-.027.006l-.006.014l-.034.614q.001.018.017.024l.015-.002l.201-.093l.01-.008l.004-.011l.017-.43l-.003-.012l-.01-.01z"/><path fill="currentColor" d="M12 6a2 2 0 1 0 0-4a2 2 0 0 0 0 4M5.01 7.626a2 2 0 1 1-1.236 3.804A2 2 0 0 1 5.01 7.626M6.122 3.91a2 2 0 1 1 2.351 3.236a2 2 0 0 1-2.35-3.236m2.351 12.944a2 2 0 1 1-2.35 3.236a2 2 0 0 1 2.35-3.236m-4.7-4.284a2 2 0 1 1 1.237 3.804a2 2 0 0 1-1.236-3.804M12 18a2 2 0 1 0 0 4a2 2 0 0 0 0-4m6.32-.704a2 2 0 1 1-3.235 2.352a2 2 0 0 1 3.235-2.352m-.614-3.442a2 2 0 1 1 3.805 1.236a2 2 0 0 1-3.805-1.236m3.805-4.944a2 2 0 1 1-3.805 1.236a2 2 0 0 1 3.805-1.236m-6.427-4.558a2 2 0 1 1 3.236 2.351a2 2 0 0 1-3.236-2.35"/></g></svg>

React

import type { SVGProps } from "react";

export function MingcuteLoading4Fill(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="m12.593 23.258l-.011.002l-.071.035l-.02.004l-.014-.004l-.071-.035q-.016-.005-.024.005l-.004.01l-.017.428l.005.02l.01.013l.104.074l.015.004l.012-.004l.104-.074l.012-.016l.004-.017l-.017-.427q-.004-.016-.017-.018m.265-.113l-.013.002l-.185.093l-.01.01l-.003.011l.018.43l.005.012l.008.007l.201.093q.019.005.029-.008l.004-.014l-.034-.614q-.005-.018-.02-.022m-.715.002a.02.02 0 0 0-.027.006l-.006.014l-.034.614q.001.018.017.024l.015-.002l.201-.093l.01-.008l.004-.011l.017-.43l-.003-.012l-.01-.01z"/><path fill="currentColor" d="M12 6a2 2 0 1 0 0-4a2 2 0 0 0 0 4M5.01 7.626a2 2 0 1 1-1.236 3.804A2 2 0 0 1 5.01 7.626M6.122 3.91a2 2 0 1 1 2.351 3.236a2 2 0 0 1-2.35-3.236m2.351 12.944a2 2 0 1 1-2.35 3.236a2 2 0 0 1 2.35-3.236m-4.7-4.284a2 2 0 1 1 1.237 3.804a2 2 0 0 1-1.236-3.804M12 18a2 2 0 1 0 0 4a2 2 0 0 0 0-4m6.32-.704a2 2 0 1 1-3.235 2.352a2 2 0 0 1 3.235-2.352m-.614-3.442a2 2 0 1 1 3.805 1.236a2 2 0 0 1-3.805-1.236m3.805-4.944a2 2 0 1 1-3.805 1.236a2 2 0 0 1 3.805-1.236m-6.427-4.558a2 2 0 1 1 3.236 2.351a2 2 0 0 1-3.236-2.35"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="m12.593 23.258l-.011.002l-.071.035l-.02.004l-.014-.004l-.071-.035q-.016-.005-.024.005l-.004.01l-.017.428l.005.02l.01.013l.104.074l.015.004l.012-.004l.104-.074l.012-.016l.004-.017l-.017-.427q-.004-.016-.017-.018m.265-.113l-.013.002l-.185.093l-.01.01l-.003.011l.018.43l.005.012l.008.007l.201.093q.019.005.029-.008l.004-.014l-.034-.614q-.005-.018-.02-.022m-.715.002a.02.02 0 0 0-.027.006l-.006.014l-.034.614q.001.018.017.024l.015-.002l.201-.093l.01-.008l.004-.011l.017-.43l-.003-.012l-.01-.01z"/><path fill="currentColor" d="M12 6a2 2 0 1 0 0-4a2 2 0 0 0 0 4M5.01 7.626a2 2 0 1 1-1.236 3.804A2 2 0 0 1 5.01 7.626M6.122 3.91a2 2 0 1 1 2.351 3.236a2 2 0 0 1-2.35-3.236m2.351 12.944a2 2 0 1 1-2.35 3.236a2 2 0 0 1 2.35-3.236m-4.7-4.284a2 2 0 1 1 1.237 3.804a2 2 0 0 1-1.236-3.804M12 18a2 2 0 1 0 0 4a2 2 0 0 0 0-4m6.32-.704a2 2 0 1 1-3.235 2.352a2 2 0 0 1 3.235-2.352m-.614-3.442a2 2 0 1 1 3.805 1.236a2 2 0 0 1-3.805-1.236m3.805-4.944a2 2 0 1 1-3.805 1.236a2 2 0 0 1 3.805-1.236m-6.427-4.558a2 2 0 1 1 3.236 2.351a2 2 0 0 1-3.236-2.35"/></g></svg>
</template>

CSS

.icon-loading-4-fill {
  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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20d%3D%22m12.593%2023.258l-.011.002l-.071.035l-.02.004l-.014-.004l-.071-.035q-.016-.005-.024.005l-.004.01l-.017.428l.005.02l.01.013l.104.074l.015.004l.012-.004l.104-.074l.012-.016l.004-.017l-.017-.427q-.004-.016-.017-.018m.265-.113l-.013.002l-.185.093l-.01.01l-.003.011l.018.43l.005.012l.008.007l.201.093q.019.005.029-.008l.004-.014l-.034-.614q-.005-.018-.02-.022m-.715.002a.02.02%200%200%200-.027.006l-.006.014l-.034.614q.001.018.017.024l.015-.002l.201-.093l.01-.008l.004-.011l.017-.43l-.003-.012l-.01-.01z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%206a2%202%200%201%200%200-4a2%202%200%200%200%200%204M5.01%207.626a2%202%200%201%201-1.236%203.804A2%202%200%200%201%205.01%207.626M6.122%203.91a2%202%200%201%201%202.351%203.236a2%202%200%200%201-2.35-3.236m2.351%2012.944a2%202%200%201%201-2.35%203.236a2%202%200%200%201%202.35-3.236m-4.7-4.284a2%202%200%201%201%201.237%203.804a2%202%200%200%201-1.236-3.804M12%2018a2%202%200%201%200%200%204a2%202%200%200%200%200-4m6.32-.704a2%202%200%201%201-3.235%202.352a2%202%200%200%201%203.235-2.352m-.614-3.442a2%202%200%201%201%203.805%201.236a2%202%200%200%201-3.805-1.236m3.805-4.944a2%202%200%201%201-3.805%201.236a2%202%200%200%201%203.805-1.236m-6.427-4.558a2%202%200%201%201%203.236%202.351a2%202%200%200%201-3.236-2.35%22%2F%3E%3C%2Fg%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20d%3D%22m12.593%2023.258l-.011.002l-.071.035l-.02.004l-.014-.004l-.071-.035q-.016-.005-.024.005l-.004.01l-.017.428l.005.02l.01.013l.104.074l.015.004l.012-.004l.104-.074l.012-.016l.004-.017l-.017-.427q-.004-.016-.017-.018m.265-.113l-.013.002l-.185.093l-.01.01l-.003.011l.018.43l.005.012l.008.007l.201.093q.019.005.029-.008l.004-.014l-.034-.614q-.005-.018-.02-.022m-.715.002a.02.02%200%200%200-.027.006l-.006.014l-.034.614q.001.018.017.024l.015-.002l.201-.093l.01-.008l.004-.011l.017-.43l-.003-.012l-.01-.01z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%206a2%202%200%201%200%200-4a2%202%200%200%200%200%204M5.01%207.626a2%202%200%201%201-1.236%203.804A2%202%200%200%201%205.01%207.626M6.122%203.91a2%202%200%201%201%202.351%203.236a2%202%200%200%201-2.35-3.236m2.351%2012.944a2%202%200%201%201-2.35%203.236a2%202%200%200%201%202.35-3.236m-4.7-4.284a2%202%200%201%201%201.237%203.804a2%202%200%200%201-1.236-3.804M12%2018a2%202%200%201%200%200%204a2%202%200%200%200%200-4m6.32-.704a2%202%200%201%201-3.235%202.352a2%202%200%200%201%203.235-2.352m-.614-3.442a2%202%200%201%201%203.805%201.236a2%202%200%200%201-3.805-1.236m3.805-4.944a2%202%200%201%201-3.805%201.236a2%202%200%200%201%203.805-1.236m-6.427-4.558a2%202%200%201%201%203.236%202.351a2%202%200%200%201-3.236-2.35%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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