circle notch icon

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

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

The same icon in other sets

More spinners icons from Line Awesome

Use the circle notch icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M18 4.18v2.023c4.559.93 8 4.969 8 9.797c0 5.516-4.484 10-10 10S6 21.516 6 16c0-4.828 3.441-8.867 8-9.797V4.18C8.336 5.137 4 10.066 4 16c0 6.617 5.383 12 12 12s12-5.383 12-12c0-5.934-4.336-10.863-10-11.82"/></svg>

React

import type { SVGProps } from "react";

export function LaCircleNotch(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="M18 4.18v2.023c4.559.93 8 4.969 8 9.797c0 5.516-4.484 10-10 10S6 21.516 6 16c0-4.828 3.441-8.867 8-9.797V4.18C8.336 5.137 4 10.066 4 16c0 6.617 5.383 12 12 12s12-5.383 12-12c0-5.934-4.336-10.863-10-11.82"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M18 4.18v2.023c4.559.93 8 4.969 8 9.797c0 5.516-4.484 10-10 10S6 21.516 6 16c0-4.828 3.441-8.867 8-9.797V4.18C8.336 5.137 4 10.066 4 16c0 6.617 5.383 12 12 12s12-5.383 12-12c0-5.934-4.336-10.863-10-11.82"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18%204.18v2.023c4.559.93%208%204.969%208%209.797c0%205.516-4.484%2010-10%2010S6%2021.516%206%2016c0-4.828%203.441-8.867%208-9.797V4.18C8.336%205.137%204%2010.066%204%2016c0%206.617%205.383%2012%2012%2012s12-5.383%2012-12c0-5.934-4.336-10.863-10-11.82%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%22M18%204.18v2.023c4.559.93%208%204.969%208%209.797c0%205.516-4.484%2010-10%2010S6%2021.516%206%2016c0-4.828%203.441-8.867%208-9.797V4.18C8.336%205.137%204%2010.066%204%2016c0%206.617%205.383%2012%2012%2012s12-5.383%2012-12c0-5.934-4.336-10.863-10-11.82%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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