clockwise-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.

Name
clockwise-fill
Set
MingCute Icon
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

The same icon in other sets

Related icons in MingCute Icon

Use the clockwise icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20 8a2 2 0 0 1 2 2v9a2 2 0 0 1-2 2H10a2 2 0 0 1-2-2v-9a2 2 0 0 1 2-2zm-8.945-5c.788 0 1.057.688 1.097.972s-.026 1.002-.76 1.233c-.928.291-2.462.873-3.936 1.875c-1.474 1.001-2.834 2.384-3.517 4.262a1 1 0 1 1-1.879-.684c.872-2.397 2.578-4.082 4.272-5.232Q6.663 5.2 6.996 5H6a1 1 0 0 1 0-2z"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteClockwiseFill(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="M20 8a2 2 0 0 1 2 2v9a2 2 0 0 1-2 2H10a2 2 0 0 1-2-2v-9a2 2 0 0 1 2-2zm-8.945-5c.788 0 1.057.688 1.097.972s-.026 1.002-.76 1.233c-.928.291-2.462.873-3.936 1.875c-1.474 1.001-2.834 2.384-3.517 4.262a1 1 0 1 1-1.879-.684c.872-2.397 2.578-4.082 4.272-5.232Q6.663 5.2 6.996 5H6a1 1 0 0 1 0-2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20 8a2 2 0 0 1 2 2v9a2 2 0 0 1-2 2H10a2 2 0 0 1-2-2v-9a2 2 0 0 1 2-2zm-8.945-5c.788 0 1.057.688 1.097.972s-.026 1.002-.76 1.233c-.928.291-2.462.873-3.936 1.875c-1.474 1.001-2.834 2.384-3.517 4.262a1 1 0 1 1-1.879-.684c.872-2.397 2.578-4.082 4.272-5.232Q6.663 5.2 6.996 5H6a1 1 0 0 1 0-2z"/></svg>
</template>

CSS

.icon-clockwise-fill {
  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%22M20%208a2%202%200%200%201%202%202v9a2%202%200%200%201-2%202H10a2%202%200%200%201-2-2v-9a2%202%200%200%201%202-2zm-8.945-5c.788%200%201.057.688%201.097.972s-.026%201.002-.76%201.233c-.928.291-2.462.873-3.936%201.875c-1.474%201.001-2.834%202.384-3.517%204.262a1%201%200%201%201-1.879-.684c.872-2.397%202.578-4.082%204.272-5.232Q6.663%205.2%206.996%205H6a1%201%200%200%201%200-2z%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%22M20%208a2%202%200%200%201%202%202v9a2%202%200%200%201-2%202H10a2%202%200%200%201-2-2v-9a2%202%200%200%201%202-2zm-8.945-5c.788%200%201.057.688%201.097.972s-.026%201.002-.76%201.233c-.928.291-2.462.873-3.936%201.875c-1.474%201.001-2.834%202.384-3.517%204.262a1%201%200%201%201-1.879-.684c.872-2.397%202.578-4.082%204.272-5.232Q6.663%205.2%206.996%205H6a1%201%200%200%201%200-2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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