calculator arrow clockwise icon
calculator-arrow-clockwise-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- calculator-arrow-clockwise-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- 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="M4 5.25A3.25 3.25 0 0 1 7.25 2h9.5A3.25 3.25 0 0 1 20 5.25v5.025a2 2 0 0 0-.232.294A7 7 0 0 0 12.101 22H7.25A3.25 3.25 0 0 1 4 18.751zM9 5a2 2 0 0 0-2 2v1a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2zm.5 8.25a1.25 1.25 0 1 0-2.5 0a1.25 1.25 0 0 0 2.5 0M8.25 18.5a1.25 1.25 0 1 0 0-2.5a1.25 1.25 0 0 0 0 2.5m13-3.5a.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 FluentCalculatorArrowClockwise24Filled(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="M4 5.25A3.25 3.25 0 0 1 7.25 2h9.5A3.25 3.25 0 0 1 20 5.25v5.025a2 2 0 0 0-.232.294A7 7 0 0 0 12.101 22H7.25A3.25 3.25 0 0 1 4 18.751zM9 5a2 2 0 0 0-2 2v1a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2zm.5 8.25a1.25 1.25 0 1 0-2.5 0a1.25 1.25 0 0 0 2.5 0M8.25 18.5a1.25 1.25 0 1 0 0-2.5a1.25 1.25 0 0 0 0 2.5m13-3.5a.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="M4 5.25A3.25 3.25 0 0 1 7.25 2h9.5A3.25 3.25 0 0 1 20 5.25v5.025a2 2 0 0 0-.232.294A7 7 0 0 0 12.101 22H7.25A3.25 3.25 0 0 1 4 18.751zM9 5a2 2 0 0 0-2 2v1a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2zm.5 8.25a1.25 1.25 0 1 0-2.5 0a1.25 1.25 0 0 0 2.5 0M8.25 18.5a1.25 1.25 0 1 0 0-2.5a1.25 1.25 0 0 0 0 2.5m13-3.5a.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-filled {
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%22M4%205.25A3.25%203.25%200%200%201%207.25%202h9.5A3.25%203.25%200%200%201%2020%205.25v5.025a2%202%200%200%200-.232.294A7%207%200%200%200%2012.101%2022H7.25A3.25%203.25%200%200%201%204%2018.751zM9%205a2%202%200%200%200-2%202v1a2%202%200%200%200%202%202h6a2%202%200%200%200%202-2V7a2%202%200%200%200-2-2zm.5%208.25a1.25%201.25%200%201%200-2.5%200a1.25%201.25%200%200%200%202.5%200M8.25%2018.5a1.25%201.25%200%201%200%200-2.5a1.25%201.25%200%200%200%200%202.5m13-3.5a.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%22M4%205.25A3.25%203.25%200%200%201%207.25%202h9.5A3.25%203.25%200%200%201%2020%205.25v5.025a2%202%200%200%200-.232.294A7%207%200%200%200%2012.101%2022H7.25A3.25%203.25%200%200%201%204%2018.751zM9%205a2%202%200%200%200-2%202v1a2%202%200%200%200%202%202h6a2%202%200%200%200%202-2V7a2%202%200%200%200-2-2zm.5%208.25a1.25%201.25%200%201%200-2.5%200a1.25%201.25%200%200%200%202.5%200M8.25%2018.5a1.25%201.25%200%201%200%200-2.5a1.25%201.25%200%200%200%200%202.5m13-3.5a.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-filled.svg?color=%231a73e8&size=48