loading 3 quarters icon

loading-3-quarters-outlined from Ant Design Icons by HeskeyBaozi · Outlined · MIT Free for personal and commercial use.

Name
loading-3-quarters-outlined
Set
Ant Design Icons
Style
Outlined
Viewbox
1024×1024
License
MIT
Aliases
loading-3-quarters, loading-3-quarters-outline

Use the loading 3 quarters icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M512 1024c-69.1 0-136.2-13.5-199.3-40.2C251.7 958 197 921 150 874S66 772.3 40.2 711.3C13.5 648.2 0 581.1 0 512c0-19.9 16.1-36 36-36s36 16.1 36 36c0 59.4 11.6 117 34.6 171.3c22.2 52.4 53.9 99.5 94.3 139.9s87.5 72.2 139.9 94.3C395 940.4 452.6 952 512 952s117-11.6 171.3-34.6c52.4-22.2 99.5-53.9 139.9-94.3s72.2-87.5 94.3-139.9C940.4 629 952 571.4 952 512s-11.6-117-34.6-171.3a440.5 440.5 0 0 0-94.3-139.9a437.7 437.7 0 0 0-139.9-94.3C629 83.6 571.4 72 512 72c-19.9 0-36-16.1-36-36s16.1-36 36-36c69.1 0 136.2 13.5 199.3 40.2C772.3 66 827 103 874 150s83.9 101.8 109.7 162.7c26.7 63.1 40.2 130.2 40.2 199.3s-13.5 136.2-40.2 199.3C958 772.3 921 827 874 874s-101.8 83.9-162.7 109.7c-63.1 26.8-130.2 40.3-199.3 40.3"/></svg>

React

import type { SVGProps } from "react";

export function AntDesignLoading3QuartersOutlined(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 1024c-69.1 0-136.2-13.5-199.3-40.2C251.7 958 197 921 150 874S66 772.3 40.2 711.3C13.5 648.2 0 581.1 0 512c0-19.9 16.1-36 36-36s36 16.1 36 36c0 59.4 11.6 117 34.6 171.3c22.2 52.4 53.9 99.5 94.3 139.9s87.5 72.2 139.9 94.3C395 940.4 452.6 952 512 952s117-11.6 171.3-34.6c52.4-22.2 99.5-53.9 139.9-94.3s72.2-87.5 94.3-139.9C940.4 629 952 571.4 952 512s-11.6-117-34.6-171.3a440.5 440.5 0 0 0-94.3-139.9a437.7 437.7 0 0 0-139.9-94.3C629 83.6 571.4 72 512 72c-19.9 0-36-16.1-36-36s16.1-36 36-36c69.1 0 136.2 13.5 199.3 40.2C772.3 66 827 103 874 150s83.9 101.8 109.7 162.7c26.7 63.1 40.2 130.2 40.2 199.3s-13.5 136.2-40.2 199.3C958 772.3 921 827 874 874s-101.8 83.9-162.7 109.7c-63.1 26.8-130.2 40.3-199.3 40.3"/></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 1024c-69.1 0-136.2-13.5-199.3-40.2C251.7 958 197 921 150 874S66 772.3 40.2 711.3C13.5 648.2 0 581.1 0 512c0-19.9 16.1-36 36-36s36 16.1 36 36c0 59.4 11.6 117 34.6 171.3c22.2 52.4 53.9 99.5 94.3 139.9s87.5 72.2 139.9 94.3C395 940.4 452.6 952 512 952s117-11.6 171.3-34.6c52.4-22.2 99.5-53.9 139.9-94.3s72.2-87.5 94.3-139.9C940.4 629 952 571.4 952 512s-11.6-117-34.6-171.3a440.5 440.5 0 0 0-94.3-139.9a437.7 437.7 0 0 0-139.9-94.3C629 83.6 571.4 72 512 72c-19.9 0-36-16.1-36-36s16.1-36 36-36c69.1 0 136.2 13.5 199.3 40.2C772.3 66 827 103 874 150s83.9 101.8 109.7 162.7c26.7 63.1 40.2 130.2 40.2 199.3s-13.5 136.2-40.2 199.3C958 772.3 921 827 874 874s-101.8 83.9-162.7 109.7c-63.1 26.8-130.2 40.3-199.3 40.3"/></svg>
</template>

CSS

.icon-loading-3-quarters-outlined {
  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%201024c-69.1%200-136.2-13.5-199.3-40.2C251.7%20958%20197%20921%20150%20874S66%20772.3%2040.2%20711.3C13.5%20648.2%200%20581.1%200%20512c0-19.9%2016.1-36%2036-36s36%2016.1%2036%2036c0%2059.4%2011.6%20117%2034.6%20171.3c22.2%2052.4%2053.9%2099.5%2094.3%20139.9s87.5%2072.2%20139.9%2094.3C395%20940.4%20452.6%20952%20512%20952s117-11.6%20171.3-34.6c52.4-22.2%2099.5-53.9%20139.9-94.3s72.2-87.5%2094.3-139.9C940.4%20629%20952%20571.4%20952%20512s-11.6-117-34.6-171.3a440.5%20440.5%200%200%200-94.3-139.9a437.7%20437.7%200%200%200-139.9-94.3C629%2083.6%20571.4%2072%20512%2072c-19.9%200-36-16.1-36-36s16.1-36%2036-36c69.1%200%20136.2%2013.5%20199.3%2040.2C772.3%2066%20827%20103%20874%20150s83.9%20101.8%20109.7%20162.7c26.7%2063.1%2040.2%20130.2%2040.2%20199.3s-13.5%20136.2-40.2%20199.3C958%20772.3%20921%20827%20874%20874s-101.8%2083.9-162.7%20109.7c-63.1%2026.8-130.2%2040.3-199.3%2040.3%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%201024c-69.1%200-136.2-13.5-199.3-40.2C251.7%20958%20197%20921%20150%20874S66%20772.3%2040.2%20711.3C13.5%20648.2%200%20581.1%200%20512c0-19.9%2016.1-36%2036-36s36%2016.1%2036%2036c0%2059.4%2011.6%20117%2034.6%20171.3c22.2%2052.4%2053.9%2099.5%2094.3%20139.9s87.5%2072.2%20139.9%2094.3C395%20940.4%20452.6%20952%20512%20952s117-11.6%20171.3-34.6c52.4-22.2%2099.5-53.9%20139.9-94.3s72.2-87.5%2094.3-139.9C940.4%20629%20952%20571.4%20952%20512s-11.6-117-34.6-171.3a440.5%20440.5%200%200%200-94.3-139.9a437.7%20437.7%200%200%200-139.9-94.3C629%2083.6%20571.4%2072%20512%2072c-19.9%200-36-16.1-36-36s16.1-36%2036-36c69.1%200%20136.2%2013.5%20199.3%2040.2C772.3%2066%20827%20103%20874%20150s83.9%20101.8%20109.7%20162.7c26.7%2063.1%2040.2%20130.2%2040.2%20199.3s-13.5%20136.2-40.2%20199.3C958%20772.3%20921%20827%20874%20874s-101.8%2083.9-162.7%20109.7c-63.1%2026.8-130.2%2040.3-199.3%2040.3%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ant-design/loading-3-quarters-outlined.svg?color=%231a73e8&size=48