clockwise alt icon
clockwise-alt-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- clockwise-alt-fill
- Set
- MingCute Icon
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in MingCute Icon
Use the clockwise alt icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14 8a2 2 0 0 1 2 2v9a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-9a2 2 0 0 1 2-2zm-.94-4.342a1 1 0 0 1 1.282-.598c2.397.872 4.082 2.579 5.232 4.272q.225.332.426.664V7a1 1 0 0 1 2 0v5.056c0 .787-.688 1.056-.972 1.096s-1.002-.026-1.233-.76c-.291-.927-.873-2.462-1.875-3.936c-1.001-1.474-2.384-2.834-4.262-3.517a1 1 0 0 1-.598-1.28"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteClockwiseAltFill(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="M14 8a2 2 0 0 1 2 2v9a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-9a2 2 0 0 1 2-2zm-.94-4.342a1 1 0 0 1 1.282-.598c2.397.872 4.082 2.579 5.232 4.272q.225.332.426.664V7a1 1 0 0 1 2 0v5.056c0 .787-.688 1.056-.972 1.096s-1.002-.026-1.233-.76c-.291-.927-.873-2.462-1.875-3.936c-1.001-1.474-2.384-2.834-4.262-3.517a1 1 0 0 1-.598-1.28"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14 8a2 2 0 0 1 2 2v9a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-9a2 2 0 0 1 2-2zm-.94-4.342a1 1 0 0 1 1.282-.598c2.397.872 4.082 2.579 5.232 4.272q.225.332.426.664V7a1 1 0 0 1 2 0v5.056c0 .787-.688 1.056-.972 1.096s-1.002-.026-1.233-.76c-.291-.927-.873-2.462-1.875-3.936c-1.001-1.474-2.384-2.834-4.262-3.517a1 1 0 0 1-.598-1.28"/></svg> </template>
CSS
.icon-clockwise-alt-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%22M14%208a2%202%200%200%201%202%202v9a2%202%200%200%201-2%202H4a2%202%200%200%201-2-2v-9a2%202%200%200%201%202-2zm-.94-4.342a1%201%200%200%201%201.282-.598c2.397.872%204.082%202.579%205.232%204.272q.225.332.426.664V7a1%201%200%200%201%202%200v5.056c0%20.787-.688%201.056-.972%201.096s-1.002-.026-1.233-.76c-.291-.927-.873-2.462-1.875-3.936c-1.001-1.474-2.384-2.834-4.262-3.517a1%201%200%200%201-.598-1.28%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%22M14%208a2%202%200%200%201%202%202v9a2%202%200%200%201-2%202H4a2%202%200%200%201-2-2v-9a2%202%200%200%201%202-2zm-.94-4.342a1%201%200%200%201%201.282-.598c2.397.872%204.082%202.579%205.232%204.272q.225.332.426.664V7a1%201%200%200%201%202%200v5.056c0%20.787-.688%201.056-.972%201.096s-1.002-.026-1.233-.76c-.291-.927-.873-2.462-1.875-3.936c-1.001-1.474-2.384-2.834-4.262-3.517a1%201%200%200%201-.598-1.28%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/clockwise-alt-fill.svg?color=%231a73e8&size=48