spinner from Line Awesome by Icons8 · Line · Spinners · Apache-2.0 Free for personal and commercial use.

Name
spinner
Set
Line Awesome
Style
Line
Category
Spinners
Viewbox
32×32
License
Apache 2.0
Aliases
spinner-solid

The same icon in other sets

More spinners icons from Line Awesome

Use the spinner icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 3a3 3 0 1 0 .002 6.002A3 3 0 0 0 16 3M8.937 6.438a2.5 2.5 0 0 0-2.5 2.5c0 1.378 1.122 2.5 2.5 2.5a2.5 2.5 0 0 0 0-5m14.126 1.5c-.551 0-1 .449-1 1s.449 1 1 1s1-.45 1-1c0-.551-.45-1-1-1M6 13.75a2.25 2.25 0 1 0 .001 4.501A2.25 2.25 0 0 0 6 13.75m20 1a1.25 1.25 0 1 0-.002 2.498A1.25 1.25 0 0 0 26 14.75M8.937 21.063c-1.105 0-2 .894-2 2a1.999 1.999 0 1 0 4 0c0-1.106-.894-2-2-2m14.126.5a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3M16 24.25c-.965 0-1.75.785-1.75 1.75s.785 1.75 1.75 1.75s1.75-.785 1.75-1.75s-.785-1.75-1.75-1.75"/></svg>

React

import type { SVGProps } from "react";

export function LaSpinner(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 3a3 3 0 1 0 .002 6.002A3 3 0 0 0 16 3M8.937 6.438a2.5 2.5 0 0 0-2.5 2.5c0 1.378 1.122 2.5 2.5 2.5a2.5 2.5 0 0 0 0-5m14.126 1.5c-.551 0-1 .449-1 1s.449 1 1 1s1-.45 1-1c0-.551-.45-1-1-1M6 13.75a2.25 2.25 0 1 0 .001 4.501A2.25 2.25 0 0 0 6 13.75m20 1a1.25 1.25 0 1 0-.002 2.498A1.25 1.25 0 0 0 26 14.75M8.937 21.063c-1.105 0-2 .894-2 2a1.999 1.999 0 1 0 4 0c0-1.106-.894-2-2-2m14.126.5a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3M16 24.25c-.965 0-1.75.785-1.75 1.75s.785 1.75 1.75 1.75s1.75-.785 1.75-1.75s-.785-1.75-1.75-1.75"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 3a3 3 0 1 0 .002 6.002A3 3 0 0 0 16 3M8.937 6.438a2.5 2.5 0 0 0-2.5 2.5c0 1.378 1.122 2.5 2.5 2.5a2.5 2.5 0 0 0 0-5m14.126 1.5c-.551 0-1 .449-1 1s.449 1 1 1s1-.45 1-1c0-.551-.45-1-1-1M6 13.75a2.25 2.25 0 1 0 .001 4.501A2.25 2.25 0 0 0 6 13.75m20 1a1.25 1.25 0 1 0-.002 2.498A1.25 1.25 0 0 0 26 14.75M8.937 21.063c-1.105 0-2 .894-2 2a1.999 1.999 0 1 0 4 0c0-1.106-.894-2-2-2m14.126.5a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3M16 24.25c-.965 0-1.75.785-1.75 1.75s.785 1.75 1.75 1.75s1.75-.785 1.75-1.75s-.785-1.75-1.75-1.75"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%203a3%203%200%201%200%20.002%206.002A3%203%200%200%200%2016%203M8.937%206.438a2.5%202.5%200%200%200-2.5%202.5c0%201.378%201.122%202.5%202.5%202.5a2.5%202.5%200%200%200%200-5m14.126%201.5c-.551%200-1%20.449-1%201s.449%201%201%201s1-.45%201-1c0-.551-.45-1-1-1M6%2013.75a2.25%202.25%200%201%200%20.001%204.501A2.25%202.25%200%200%200%206%2013.75m20%201a1.25%201.25%200%201%200-.002%202.498A1.25%201.25%200%200%200%2026%2014.75M8.937%2021.063c-1.105%200-2%20.894-2%202a1.999%201.999%200%201%200%204%200c0-1.106-.894-2-2-2m14.126.5a1.5%201.5%200%201%200%200%203a1.5%201.5%200%200%200%200-3M16%2024.25c-.965%200-1.75.785-1.75%201.75s.785%201.75%201.75%201.75s1.75-.785%201.75-1.75s-.785-1.75-1.75-1.75%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%203a3%203%200%201%200%20.002%206.002A3%203%200%200%200%2016%203M8.937%206.438a2.5%202.5%200%200%200-2.5%202.5c0%201.378%201.122%202.5%202.5%202.5a2.5%202.5%200%200%200%200-5m14.126%201.5c-.551%200-1%20.449-1%201s.449%201%201%201s1-.45%201-1c0-.551-.45-1-1-1M6%2013.75a2.25%202.25%200%201%200%20.001%204.501A2.25%202.25%200%200%200%206%2013.75m20%201a1.25%201.25%200%201%200-.002%202.498A1.25%201.25%200%200%200%2026%2014.75M8.937%2021.063c-1.105%200-2%20.894-2%202a1.999%201.999%200%201%200%204%200c0-1.106-.894-2-2-2m14.126.5a1.5%201.5%200%201%200%200%203a1.5%201.5%200%200%200%200-3M16%2024.25c-.965%200-1.75.785-1.75%201.75s.785%201.75%201.75%201.75s1.75-.785%201.75-1.75s-.785-1.75-1.75-1.75%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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