calculator arrow clockwise icon
calculator-arrow-clockwise-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- calculator-arrow-clockwise-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- Viewbox
- 24×24
- License
- MIT
3 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
Use the calculator arrow clockwise icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7 7a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v1a2 2 0 0 1-2 2H9a2 2 0 0 1-2-2zm2-.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h6a.5.5 0 0 0 .5-.5V7a.5.5 0 0 0-.5-.5zm-.75 8a1.25 1.25 0 1 0 0-2.5a1.25 1.25 0 0 0 0 2.5m1.25 2.75a1.25 1.25 0 1 1-2.5 0a1.25 1.25 0 0 1 2.5 0M7.25 22h4.851a7 7 0 0 1-1.165-1.5H7.25a1.75 1.75 0 0 1-1.75-1.75V5.25c0-.966.784-1.75 1.75-1.75h9.5c.966 0 1.75.784 1.75 1.75v4.911q.661.146 1.268.408a2 2 0 0 1 .232-.294V5.25A3.25 3.25 0 0 0 16.75 2h-9.5A3.25 3.25 0 0 0 4 5.25v13.5A3.25 3.25 0 0 0 7.25 22m14-7a.75.75 0 0 0 .75-.75V11.5a.75.75 0 0 0-1.5 0v.626A6 6 0 1 0 23 17a.75.75 0 0 0-1.5 0a4.5 4.5 0 1 1-1.688-3.513l.008.006l.01.007H18.5a.75.75 0 0 0 0 1.5z"/></svg>
React
import type { SVGProps } from "react";
export function FluentCalculatorArrowClockwise24Regular(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="M7 7a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v1a2 2 0 0 1-2 2H9a2 2 0 0 1-2-2zm2-.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h6a.5.5 0 0 0 .5-.5V7a.5.5 0 0 0-.5-.5zm-.75 8a1.25 1.25 0 1 0 0-2.5a1.25 1.25 0 0 0 0 2.5m1.25 2.75a1.25 1.25 0 1 1-2.5 0a1.25 1.25 0 0 1 2.5 0M7.25 22h4.851a7 7 0 0 1-1.165-1.5H7.25a1.75 1.75 0 0 1-1.75-1.75V5.25c0-.966.784-1.75 1.75-1.75h9.5c.966 0 1.75.784 1.75 1.75v4.911q.661.146 1.268.408a2 2 0 0 1 .232-.294V5.25A3.25 3.25 0 0 0 16.75 2h-9.5A3.25 3.25 0 0 0 4 5.25v13.5A3.25 3.25 0 0 0 7.25 22m14-7a.75.75 0 0 0 .75-.75V11.5a.75.75 0 0 0-1.5 0v.626A6 6 0 1 0 23 17a.75.75 0 0 0-1.5 0a4.5 4.5 0 1 1-1.688-3.513l.008.006l.01.007H18.5a.75.75 0 0 0 0 1.5z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7 7a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v1a2 2 0 0 1-2 2H9a2 2 0 0 1-2-2zm2-.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h6a.5.5 0 0 0 .5-.5V7a.5.5 0 0 0-.5-.5zm-.75 8a1.25 1.25 0 1 0 0-2.5a1.25 1.25 0 0 0 0 2.5m1.25 2.75a1.25 1.25 0 1 1-2.5 0a1.25 1.25 0 0 1 2.5 0M7.25 22h4.851a7 7 0 0 1-1.165-1.5H7.25a1.75 1.75 0 0 1-1.75-1.75V5.25c0-.966.784-1.75 1.75-1.75h9.5c.966 0 1.75.784 1.75 1.75v4.911q.661.146 1.268.408a2 2 0 0 1 .232-.294V5.25A3.25 3.25 0 0 0 16.75 2h-9.5A3.25 3.25 0 0 0 4 5.25v13.5A3.25 3.25 0 0 0 7.25 22m14-7a.75.75 0 0 0 .75-.75V11.5a.75.75 0 0 0-1.5 0v.626A6 6 0 1 0 23 17a.75.75 0 0 0-1.5 0a4.5 4.5 0 1 1-1.688-3.513l.008.006l.01.007H18.5a.75.75 0 0 0 0 1.5z"/></svg> </template>
CSS
.icon-calculator-arrow-clockwise-24-regular {
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%22M7%207a2%202%200%200%201%202-2h6a2%202%200%200%201%202%202v1a2%202%200%200%201-2%202H9a2%202%200%200%201-2-2zm2-.5a.5.5%200%200%200-.5.5v1a.5.5%200%200%200%20.5.5h6a.5.5%200%200%200%20.5-.5V7a.5.5%200%200%200-.5-.5zm-.75%208a1.25%201.25%200%201%200%200-2.5a1.25%201.25%200%200%200%200%202.5m1.25%202.75a1.25%201.25%200%201%201-2.5%200a1.25%201.25%200%200%201%202.5%200M7.25%2022h4.851a7%207%200%200%201-1.165-1.5H7.25a1.75%201.75%200%200%201-1.75-1.75V5.25c0-.966.784-1.75%201.75-1.75h9.5c.966%200%201.75.784%201.75%201.75v4.911q.661.146%201.268.408a2%202%200%200%201%20.232-.294V5.25A3.25%203.25%200%200%200%2016.75%202h-9.5A3.25%203.25%200%200%200%204%205.25v13.5A3.25%203.25%200%200%200%207.25%2022m14-7a.75.75%200%200%200%20.75-.75V11.5a.75.75%200%200%200-1.5%200v.626A6%206%200%201%200%2023%2017a.75.75%200%200%200-1.5%200a4.5%204.5%200%201%201-1.688-3.513l.008.006l.01.007H18.5a.75.75%200%200%200%200%201.5z%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%22M7%207a2%202%200%200%201%202-2h6a2%202%200%200%201%202%202v1a2%202%200%200%201-2%202H9a2%202%200%200%201-2-2zm2-.5a.5.5%200%200%200-.5.5v1a.5.5%200%200%200%20.5.5h6a.5.5%200%200%200%20.5-.5V7a.5.5%200%200%200-.5-.5zm-.75%208a1.25%201.25%200%201%200%200-2.5a1.25%201.25%200%200%200%200%202.5m1.25%202.75a1.25%201.25%200%201%201-2.5%200a1.25%201.25%200%200%201%202.5%200M7.25%2022h4.851a7%207%200%200%201-1.165-1.5H7.25a1.75%201.75%200%200%201-1.75-1.75V5.25c0-.966.784-1.75%201.75-1.75h9.5c.966%200%201.75.784%201.75%201.75v4.911q.661.146%201.268.408a2%202%200%200%201%20.232-.294V5.25A3.25%203.25%200%200%200%2016.75%202h-9.5A3.25%203.25%200%200%200%204%205.25v13.5A3.25%203.25%200%200%200%207.25%2022m14-7a.75.75%200%200%200%20.75-.75V11.5a.75.75%200%200%200-1.5%200v.626A6%206%200%201%200%2023%2017a.75.75%200%200%200-1.5%200a4.5%204.5%200%201%201-1.688-3.513l.008.006l.01.007H18.5a.75.75%200%200%200%200%201.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/calculator-arrow-clockwise-24-regular.svg?color=%231a73e8&size=48