anticlockwise alt icon
anticlockwise-alt-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- anticlockwise-alt-fill
- Set
- MingCute Icon
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in MingCute Icon
Use the anticlockwise alt 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-2zM9.658 3.06a1 1 0 0 1 .684 1.88c-1.878.682-3.26 2.042-4.262 3.516s-1.584 3.009-1.875 3.936c-.23.734-.948.8-1.233.76c-.284-.04-.972-.309-.972-1.096V7a1 1 0 0 1 2 0v.996q.201-.331.426-.664c1.15-1.693 2.835-3.4 5.232-4.272"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteAnticlockwiseAltFill(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-2zM9.658 3.06a1 1 0 0 1 .684 1.88c-1.878.682-3.26 2.042-4.262 3.516s-1.584 3.009-1.875 3.936c-.23.734-.948.8-1.233.76c-.284-.04-.972-.309-.972-1.096V7a1 1 0 0 1 2 0v.996q.201-.331.426-.664c1.15-1.693 2.835-3.4 5.232-4.272"/></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-2zM9.658 3.06a1 1 0 0 1 .684 1.88c-1.878.682-3.26 2.042-4.262 3.516s-1.584 3.009-1.875 3.936c-.23.734-.948.8-1.233.76c-.284-.04-.972-.309-.972-1.096V7a1 1 0 0 1 2 0v.996q.201-.331.426-.664c1.15-1.693 2.835-3.4 5.232-4.272"/></svg> </template>
CSS
.icon-anticlockwise-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%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-2zM9.658%203.06a1%201%200%200%201%20.684%201.88c-1.878.682-3.26%202.042-4.262%203.516s-1.584%203.009-1.875%203.936c-.23.734-.948.8-1.233.76c-.284-.04-.972-.309-.972-1.096V7a1%201%200%200%201%202%200v.996q.201-.331.426-.664c1.15-1.693%202.835-3.4%205.232-4.272%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-2zM9.658%203.06a1%201%200%200%201%20.684%201.88c-1.878.682-3.26%202.042-4.262%203.516s-1.584%203.009-1.875%203.936c-.23.734-.948.8-1.233.76c-.284-.04-.972-.309-.972-1.096V7a1%201%200%200%201%202%200v.996q.201-.331.426-.664c1.15-1.693%202.835-3.4%205.232-4.272%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/anticlockwise-alt-fill.svg?color=%231a73e8&size=48