spinner icon

spinner from Unicons by Iconscout · Line · User Interface · Apache-2.0 Free for personal and commercial use.

Name
spinner
Set
Unicons
Style
Line
Category
User Interface
Viewbox
24×24
License
Apache 2.0

The same icon in other sets

More user interface icons from Unicons

Use the spinner icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.1 16c-.3-.5-.9-.6-1.4-.4c-.5.3-.6.9-.4 1.4c.3.5.9.6 1.4.4c.5-.3.6-.9.4-1.4m-.4-9.4c-.5-.2-1.1-.1-1.4.4c-.2.5-.1 1.1.4 1.4c.5.2 1.1.1 1.4-.4c.2-.5.1-1.1-.4-1.4m15.6 1.8c.5-.3.6-.9.4-1.4c-.3-.5-.9-.6-1.4-.4c-.5.3-.6.9-.4 1.4c.3.5.9.6 1.4.4M4 12c0-.6-.4-1-1-1s-1 .4-1 1s.4 1 1 1s1-.4 1-1m3.2 6.8c-.5.1-.9.7-.7 1.2c.1.5.7.9 1.2.7c.5-.1.9-.7.7-1.2c-.1-.5-.6-.8-1.2-.7M21 11c-.6 0-1 .4-1 1s.4 1 1 1s1-.4 1-1s-.4-1-1-1m-.7 4.6c-.5-.3-1.1-.1-1.4.4s-.1 1.1.4 1.4s1.1.1 1.4-.4c.2-.5.1-1.1-.4-1.4M17 3.3c-.5-.3-1.1-.1-1.4.4s-.1 1.1.4 1.4s1.1.1 1.4-.4c.2-.5.1-1.1-.4-1.4m-.2 15.5c-.5-.1-1.1.2-1.2.7s.2 1.1.7 1.2s1.1-.2 1.2-.7s-.2-1-.7-1.2M12 20c-.6 0-1 .4-1 1s.4 1 1 1s1-.4 1-1s-.4-1-1-1m0-18c-.6 0-1 .4-1 1s.4 1 1 1s1-.4 1-1s-.4-1-1-1"/></svg>

React

import type { SVGProps } from "react";

export function UilSpinner(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.1 16c-.3-.5-.9-.6-1.4-.4c-.5.3-.6.9-.4 1.4c.3.5.9.6 1.4.4c.5-.3.6-.9.4-1.4m-.4-9.4c-.5-.2-1.1-.1-1.4.4c-.2.5-.1 1.1.4 1.4c.5.2 1.1.1 1.4-.4c.2-.5.1-1.1-.4-1.4m15.6 1.8c.5-.3.6-.9.4-1.4c-.3-.5-.9-.6-1.4-.4c-.5.3-.6.9-.4 1.4c.3.5.9.6 1.4.4M4 12c0-.6-.4-1-1-1s-1 .4-1 1s.4 1 1 1s1-.4 1-1m3.2 6.8c-.5.1-.9.7-.7 1.2c.1.5.7.9 1.2.7c.5-.1.9-.7.7-1.2c-.1-.5-.6-.8-1.2-.7M21 11c-.6 0-1 .4-1 1s.4 1 1 1s1-.4 1-1s-.4-1-1-1m-.7 4.6c-.5-.3-1.1-.1-1.4.4s-.1 1.1.4 1.4s1.1.1 1.4-.4c.2-.5.1-1.1-.4-1.4M17 3.3c-.5-.3-1.1-.1-1.4.4s-.1 1.1.4 1.4s1.1.1 1.4-.4c.2-.5.1-1.1-.4-1.4m-.2 15.5c-.5-.1-1.1.2-1.2.7s.2 1.1.7 1.2s1.1-.2 1.2-.7s-.2-1-.7-1.2M12 20c-.6 0-1 .4-1 1s.4 1 1 1s1-.4 1-1s-.4-1-1-1m0-18c-.6 0-1 .4-1 1s.4 1 1 1s1-.4 1-1s-.4-1-1-1"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.1 16c-.3-.5-.9-.6-1.4-.4c-.5.3-.6.9-.4 1.4c.3.5.9.6 1.4.4c.5-.3.6-.9.4-1.4m-.4-9.4c-.5-.2-1.1-.1-1.4.4c-.2.5-.1 1.1.4 1.4c.5.2 1.1.1 1.4-.4c.2-.5.1-1.1-.4-1.4m15.6 1.8c.5-.3.6-.9.4-1.4c-.3-.5-.9-.6-1.4-.4c-.5.3-.6.9-.4 1.4c.3.5.9.6 1.4.4M4 12c0-.6-.4-1-1-1s-1 .4-1 1s.4 1 1 1s1-.4 1-1m3.2 6.8c-.5.1-.9.7-.7 1.2c.1.5.7.9 1.2.7c.5-.1.9-.7.7-1.2c-.1-.5-.6-.8-1.2-.7M21 11c-.6 0-1 .4-1 1s.4 1 1 1s1-.4 1-1s-.4-1-1-1m-.7 4.6c-.5-.3-1.1-.1-1.4.4s-.1 1.1.4 1.4s1.1.1 1.4-.4c.2-.5.1-1.1-.4-1.4M17 3.3c-.5-.3-1.1-.1-1.4.4s-.1 1.1.4 1.4s1.1.1 1.4-.4c.2-.5.1-1.1-.4-1.4m-.2 15.5c-.5-.1-1.1.2-1.2.7s.2 1.1.7 1.2s1.1-.2 1.2-.7s-.2-1-.7-1.2M12 20c-.6 0-1 .4-1 1s.4 1 1 1s1-.4 1-1s-.4-1-1-1m0-18c-.6 0-1 .4-1 1s.4 1 1 1s1-.4 1-1s-.4-1-1-1"/></svg>
</template>

CSS

.icon-spinner {
  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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.1%2016c-.3-.5-.9-.6-1.4-.4c-.5.3-.6.9-.4%201.4c.3.5.9.6%201.4.4c.5-.3.6-.9.4-1.4m-.4-9.4c-.5-.2-1.1-.1-1.4.4c-.2.5-.1%201.1.4%201.4c.5.2%201.1.1%201.4-.4c.2-.5.1-1.1-.4-1.4m15.6%201.8c.5-.3.6-.9.4-1.4c-.3-.5-.9-.6-1.4-.4c-.5.3-.6.9-.4%201.4c.3.5.9.6%201.4.4M4%2012c0-.6-.4-1-1-1s-1%20.4-1%201s.4%201%201%201s1-.4%201-1m3.2%206.8c-.5.1-.9.7-.7%201.2c.1.5.7.9%201.2.7c.5-.1.9-.7.7-1.2c-.1-.5-.6-.8-1.2-.7M21%2011c-.6%200-1%20.4-1%201s.4%201%201%201s1-.4%201-1s-.4-1-1-1m-.7%204.6c-.5-.3-1.1-.1-1.4.4s-.1%201.1.4%201.4s1.1.1%201.4-.4c.2-.5.1-1.1-.4-1.4M17%203.3c-.5-.3-1.1-.1-1.4.4s-.1%201.1.4%201.4s1.1.1%201.4-.4c.2-.5.1-1.1-.4-1.4m-.2%2015.5c-.5-.1-1.1.2-1.2.7s.2%201.1.7%201.2s1.1-.2%201.2-.7s-.2-1-.7-1.2M12%2020c-.6%200-1%20.4-1%201s.4%201%201%201s1-.4%201-1s-.4-1-1-1m0-18c-.6%200-1%20.4-1%201s.4%201%201%201s1-.4%201-1s-.4-1-1-1%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.1%2016c-.3-.5-.9-.6-1.4-.4c-.5.3-.6.9-.4%201.4c.3.5.9.6%201.4.4c.5-.3.6-.9.4-1.4m-.4-9.4c-.5-.2-1.1-.1-1.4.4c-.2.5-.1%201.1.4%201.4c.5.2%201.1.1%201.4-.4c.2-.5.1-1.1-.4-1.4m15.6%201.8c.5-.3.6-.9.4-1.4c-.3-.5-.9-.6-1.4-.4c-.5.3-.6.9-.4%201.4c.3.5.9.6%201.4.4M4%2012c0-.6-.4-1-1-1s-1%20.4-1%201s.4%201%201%201s1-.4%201-1m3.2%206.8c-.5.1-.9.7-.7%201.2c.1.5.7.9%201.2.7c.5-.1.9-.7.7-1.2c-.1-.5-.6-.8-1.2-.7M21%2011c-.6%200-1%20.4-1%201s.4%201%201%201s1-.4%201-1s-.4-1-1-1m-.7%204.6c-.5-.3-1.1-.1-1.4.4s-.1%201.1.4%201.4s1.1.1%201.4-.4c.2-.5.1-1.1-.4-1.4M17%203.3c-.5-.3-1.1-.1-1.4.4s-.1%201.1.4%201.4s1.1.1%201.4-.4c.2-.5.1-1.1-.4-1.4m-.2%2015.5c-.5-.1-1.1.2-1.2.7s.2%201.1.7%201.2s1.1-.2%201.2-.7s-.2-1-.7-1.2M12%2020c-.6%200-1%20.4-1%201s.4%201%201%201s1-.4%201-1s-.4-1-1-1m0-18c-.6%200-1%20.4-1%201s.4%201%201%201s1-.4%201-1s-.4-1-1-1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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