calculator arrow clockwise icon
calculator-arrow-clockwise-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.
- Name
- calculator-arrow-clockwise-20-filled
- Set
- Fluent UI System Icons
- Style
- 20 Filled
- Viewbox
- 20×20
- 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 20 20"><path fill="currentColor" d="M13.5 2h-7A2.5 2.5 0 0 0 4 4.5v11A2.5 2.5 0 0 0 6.5 18h3.773A5.48 5.48 0 0 1 9 14.48c0-.92.226-1.79.627-2.552a1 1 0 1 1 1.178-1.522A5.48 5.48 0 0 1 14.5 8.98a5.5 5.5 0 0 1 1.5.208V4.5A2.5 2.5 0 0 0 13.5 2m-6 2h5A1.5 1.5 0 0 1 14 5.5v1A1.5 1.5 0 0 1 12.5 8h-5A1.5 1.5 0 0 1 6 6.5v-1A1.5 1.5 0 0 1 7.5 4m.5 7a1 1 0 1 1-2 0a1 1 0 0 1 2 0m0 3a1 1 0 1 1-2 0a1 1 0 0 1 2 0m9.5-1.52a.5.5 0 0 0 .5-.5v-2a.5.5 0 0 0-1 0v.758a4.5 4.5 0 1 0 2 3.742a.5.5 0 1 0-1 0a3.5 3.5 0 1 1-1.696-3H15.5a.5.5 0 1 0 0 1z"/></svg>
React
import type { SVGProps } from "react";
export function FluentCalculatorArrowClockwise20Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M13.5 2h-7A2.5 2.5 0 0 0 4 4.5v11A2.5 2.5 0 0 0 6.5 18h3.773A5.48 5.48 0 0 1 9 14.48c0-.92.226-1.79.627-2.552a1 1 0 1 1 1.178-1.522A5.48 5.48 0 0 1 14.5 8.98a5.5 5.5 0 0 1 1.5.208V4.5A2.5 2.5 0 0 0 13.5 2m-6 2h5A1.5 1.5 0 0 1 14 5.5v1A1.5 1.5 0 0 1 12.5 8h-5A1.5 1.5 0 0 1 6 6.5v-1A1.5 1.5 0 0 1 7.5 4m.5 7a1 1 0 1 1-2 0a1 1 0 0 1 2 0m0 3a1 1 0 1 1-2 0a1 1 0 0 1 2 0m9.5-1.52a.5.5 0 0 0 .5-.5v-2a.5.5 0 0 0-1 0v.758a4.5 4.5 0 1 0 2 3.742a.5.5 0 1 0-1 0a3.5 3.5 0 1 1-1.696-3H15.5a.5.5 0 1 0 0 1z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M13.5 2h-7A2.5 2.5 0 0 0 4 4.5v11A2.5 2.5 0 0 0 6.5 18h3.773A5.48 5.48 0 0 1 9 14.48c0-.92.226-1.79.627-2.552a1 1 0 1 1 1.178-1.522A5.48 5.48 0 0 1 14.5 8.98a5.5 5.5 0 0 1 1.5.208V4.5A2.5 2.5 0 0 0 13.5 2m-6 2h5A1.5 1.5 0 0 1 14 5.5v1A1.5 1.5 0 0 1 12.5 8h-5A1.5 1.5 0 0 1 6 6.5v-1A1.5 1.5 0 0 1 7.5 4m.5 7a1 1 0 1 1-2 0a1 1 0 0 1 2 0m0 3a1 1 0 1 1-2 0a1 1 0 0 1 2 0m9.5-1.52a.5.5 0 0 0 .5-.5v-2a.5.5 0 0 0-1 0v.758a4.5 4.5 0 1 0 2 3.742a.5.5 0 1 0-1 0a3.5 3.5 0 1 1-1.696-3H15.5a.5.5 0 1 0 0 1z"/></svg> </template>
CSS
.icon-calculator-arrow-clockwise-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.5%202h-7A2.5%202.5%200%200%200%204%204.5v11A2.5%202.5%200%200%200%206.5%2018h3.773A5.48%205.48%200%200%201%209%2014.48c0-.92.226-1.79.627-2.552a1%201%200%201%201%201.178-1.522A5.48%205.48%200%200%201%2014.5%208.98a5.5%205.5%200%200%201%201.5.208V4.5A2.5%202.5%200%200%200%2013.5%202m-6%202h5A1.5%201.5%200%200%201%2014%205.5v1A1.5%201.5%200%200%201%2012.5%208h-5A1.5%201.5%200%200%201%206%206.5v-1A1.5%201.5%200%200%201%207.5%204m.5%207a1%201%200%201%201-2%200a1%201%200%200%201%202%200m0%203a1%201%200%201%201-2%200a1%201%200%200%201%202%200m9.5-1.52a.5.5%200%200%200%20.5-.5v-2a.5.5%200%200%200-1%200v.758a4.5%204.5%200%201%200%202%203.742a.5.5%200%201%200-1%200a3.5%203.5%200%201%201-1.696-3H15.5a.5.5%200%201%200%200%201z%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.5%202h-7A2.5%202.5%200%200%200%204%204.5v11A2.5%202.5%200%200%200%206.5%2018h3.773A5.48%205.48%200%200%201%209%2014.48c0-.92.226-1.79.627-2.552a1%201%200%201%201%201.178-1.522A5.48%205.48%200%200%201%2014.5%208.98a5.5%205.5%200%200%201%201.5.208V4.5A2.5%202.5%200%200%200%2013.5%202m-6%202h5A1.5%201.5%200%200%201%2014%205.5v1A1.5%201.5%200%200%201%2012.5%208h-5A1.5%201.5%200%200%201%206%206.5v-1A1.5%201.5%200%200%201%207.5%204m.5%207a1%201%200%201%201-2%200a1%201%200%200%201%202%200m0%203a1%201%200%201%201-2%200a1%201%200%200%201%202%200m9.5-1.52a.5.5%200%200%200%20.5-.5v-2a.5.5%200%200%200-1%200v.758a4.5%204.5%200%201%200%202%203.742a.5.5%200%201%200-1%200a3.5%203.5%200%201%201-1.696-3H15.5a.5.5%200%201%200%200%201z%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-20-filled.svg?color=%231a73e8&size=48