circle-notch from Font Awesome Solid by Dave Gandy · Solid · Spinners · CC-BY-4.0 Attribution required.

Name
circle-notch
Set
Font Awesome Solid
Style
Solid
Category
Spinners
Viewbox
640×640
License
CC BY 4.0

The same icon in other sets

More spinners icons from Font Awesome Solid

Use the circle notch icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M286.7 96.1c5 16.9-4.6 34.8-21.5 39.8C185.9 159.5 128.1 233 128.1 320c0 106 86 192 192 192s192-86 192-192c0-86.9-57.8-160.4-137.1-184.1c-16.9-5-26.6-22.9-21.5-39.8s22.9-26.6 39.8-21.5C498.9 106.1 576 204 576 320c0 141.4-114.6 256-256 256S64 461.4 64 320c0-116 77.1-213.9 182.9-245.4c16.9-5 34.8 4.6 39.8 21.5"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidCircleNotch(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M286.7 96.1c5 16.9-4.6 34.8-21.5 39.8C185.9 159.5 128.1 233 128.1 320c0 106 86 192 192 192s192-86 192-192c0-86.9-57.8-160.4-137.1-184.1c-16.9-5-26.6-22.9-21.5-39.8s22.9-26.6 39.8-21.5C498.9 106.1 576 204 576 320c0 141.4-114.6 256-256 256S64 461.4 64 320c0-116 77.1-213.9 182.9-245.4c16.9-5 34.8 4.6 39.8 21.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M286.7 96.1c5 16.9-4.6 34.8-21.5 39.8C185.9 159.5 128.1 233 128.1 320c0 106 86 192 192 192s192-86 192-192c0-86.9-57.8-160.4-137.1-184.1c-16.9-5-26.6-22.9-21.5-39.8s22.9-26.6 39.8-21.5C498.9 106.1 576 204 576 320c0 141.4-114.6 256-256 256S64 461.4 64 320c0-116 77.1-213.9 182.9-245.4c16.9-5 34.8 4.6 39.8 21.5"/></svg>
</template>

CSS

.icon-circle-notch {
  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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M286.7%2096.1c5%2016.9-4.6%2034.8-21.5%2039.8C185.9%20159.5%20128.1%20233%20128.1%20320c0%20106%2086%20192%20192%20192s192-86%20192-192c0-86.9-57.8-160.4-137.1-184.1c-16.9-5-26.6-22.9-21.5-39.8s22.9-26.6%2039.8-21.5C498.9%20106.1%20576%20204%20576%20320c0%20141.4-114.6%20256-256%20256S64%20461.4%2064%20320c0-116%2077.1-213.9%20182.9-245.4c16.9-5%2034.8%204.6%2039.8%2021.5%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M286.7%2096.1c5%2016.9-4.6%2034.8-21.5%2039.8C185.9%20159.5%20128.1%20233%20128.1%20320c0%20106%2086%20192%20192%20192s192-86%20192-192c0-86.9-57.8-160.4-137.1-184.1c-16.9-5-26.6-22.9-21.5-39.8s22.9-26.6%2039.8-21.5C498.9%20106.1%20576%20204%20576%20320c0%20141.4-114.6%20256-256%20256S64%20461.4%2064%20320c0-116%2077.1-213.9%20182.9-245.4c16.9-5%2034.8%204.6%2039.8%2021.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/circle-notch.svg?color=%231a73e8&size=48