arrow counterclockwise info icon
arrow-counterclockwise-info-48-regular from Fluent UI System Icons by Microsoft Corporation · 48 Regular · MIT Free for personal and commercial use.
- Name
- arrow-counterclockwise-info-48-regular
- Set
- Fluent UI System Icons
- Style
- 48 Regular
- Viewbox
- 48×48
- License
- MIT
9 other variants in Fluent UI System Icons
arrow-counterclockwise-info-20-filledarrow-counterclockwise-info-20-regulararrow-counterclockwise-info-24-filledarrow-counterclockwise-info-24-regulararrow-counterclockwise-info-28-filledarrow-counterclockwise-info-28-regulararrow-counterclockwise-info-32-filledarrow-counterclockwise-info-32-regulararrow-counterclockwise-info-48-filled
Related icons in Fluent UI System Icons
arrow-autofit-content-20-filledarrow-autofit-down-20-filledarrow-autofit-height-20-filledarrow-autofit-height-dotted-20-filledarrow-autofit-height-in-20-filledarrow-autofit-up-20-filledarrow-autofit-width-20-filledarrow-autofit-width-dotted-20-filledarrow-between-down-20-filledarrow-between-up-20-filledarrow-bidirectional-left-right-16-filledarrow-bidirectional-up-down-12-filledarrow-bounce-12-filledarrow-circle-down-12-filledarrow-circle-down-double-20-filledarrow-circle-down-right-12-filledarrow-circle-down-split-20-filledarrow-circle-down-up-20-filledarrow-circle-left-12-filledarrow-circle-right-12-filledarrow-circle-up-12-filledarrow-circle-up-left-16-filledarrow-circle-up-right-16-filledarrow-circle-up-sparkle-20-filled
Use the arrow counterclockwise info icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M42 24.044a13 13 0 0 0-2.547-1.261C38.833 14.79 32.15 8.5 24 8.5a15.46 15.46 0 0 0-11.402 5h4.152a1.25 1.25 0 1 1 0 2.5h-6.5C9.56 16 9 15.44 9 14.75v-6.5a1.25 1.25 0 1 1 2.5 0v2.798A17.94 17.94 0 0 1 24 6c9.941 0 18 8.059 18 18zM24 42h.044a13 13 0 0 1-1.261-2.547C14.79 38.833 8.5 32.15 8.5 24q.002-1.302.207-2.542a1.25 1.25 0 0 0-2.466-.407A18 18 0 0 0 6 24c0 9.941 8.059 18 18 18m0-7c0-6.075 4.925-11 11-11s11 4.925 11 11s-4.925 11-11 11s-11-4.925-11-11m10 6a1 1 0 1 0 2 0v-8a1 1 0 1 0-2 0zm1-13.25a1.25 1.25 0 1 0 0 2.5a1.25 1.25 0 0 0 0-2.5"/></svg>
React
import type { SVGProps } from "react";
export function FluentArrowCounterclockwiseInfo48Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M42 24.044a13 13 0 0 0-2.547-1.261C38.833 14.79 32.15 8.5 24 8.5a15.46 15.46 0 0 0-11.402 5h4.152a1.25 1.25 0 1 1 0 2.5h-6.5C9.56 16 9 15.44 9 14.75v-6.5a1.25 1.25 0 1 1 2.5 0v2.798A17.94 17.94 0 0 1 24 6c9.941 0 18 8.059 18 18zM24 42h.044a13 13 0 0 1-1.261-2.547C14.79 38.833 8.5 32.15 8.5 24q.002-1.302.207-2.542a1.25 1.25 0 0 0-2.466-.407A18 18 0 0 0 6 24c0 9.941 8.059 18 18 18m0-7c0-6.075 4.925-11 11-11s11 4.925 11 11s-4.925 11-11 11s-11-4.925-11-11m10 6a1 1 0 1 0 2 0v-8a1 1 0 1 0-2 0zm1-13.25a1.25 1.25 0 1 0 0 2.5a1.25 1.25 0 0 0 0-2.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M42 24.044a13 13 0 0 0-2.547-1.261C38.833 14.79 32.15 8.5 24 8.5a15.46 15.46 0 0 0-11.402 5h4.152a1.25 1.25 0 1 1 0 2.5h-6.5C9.56 16 9 15.44 9 14.75v-6.5a1.25 1.25 0 1 1 2.5 0v2.798A17.94 17.94 0 0 1 24 6c9.941 0 18 8.059 18 18zM24 42h.044a13 13 0 0 1-1.261-2.547C14.79 38.833 8.5 32.15 8.5 24q.002-1.302.207-2.542a1.25 1.25 0 0 0-2.466-.407A18 18 0 0 0 6 24c0 9.941 8.059 18 18 18m0-7c0-6.075 4.925-11 11-11s11 4.925 11 11s-4.925 11-11 11s-11-4.925-11-11m10 6a1 1 0 1 0 2 0v-8a1 1 0 1 0-2 0zm1-13.25a1.25 1.25 0 1 0 0 2.5a1.25 1.25 0 0 0 0-2.5"/></svg> </template>
CSS
.icon-arrow-counterclockwise-info-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M42%2024.044a13%2013%200%200%200-2.547-1.261C38.833%2014.79%2032.15%208.5%2024%208.5a15.46%2015.46%200%200%200-11.402%205h4.152a1.25%201.25%200%201%201%200%202.5h-6.5C9.56%2016%209%2015.44%209%2014.75v-6.5a1.25%201.25%200%201%201%202.5%200v2.798A17.94%2017.94%200%200%201%2024%206c9.941%200%2018%208.059%2018%2018zM24%2042h.044a13%2013%200%200%201-1.261-2.547C14.79%2038.833%208.5%2032.15%208.5%2024q.002-1.302.207-2.542a1.25%201.25%200%200%200-2.466-.407A18%2018%200%200%200%206%2024c0%209.941%208.059%2018%2018%2018m0-7c0-6.075%204.925-11%2011-11s11%204.925%2011%2011s-4.925%2011-11%2011s-11-4.925-11-11m10%206a1%201%200%201%200%202%200v-8a1%201%200%201%200-2%200zm1-13.25a1.25%201.25%200%201%200%200%202.5a1.25%201.25%200%200%200%200-2.5%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M42%2024.044a13%2013%200%200%200-2.547-1.261C38.833%2014.79%2032.15%208.5%2024%208.5a15.46%2015.46%200%200%200-11.402%205h4.152a1.25%201.25%200%201%201%200%202.5h-6.5C9.56%2016%209%2015.44%209%2014.75v-6.5a1.25%201.25%200%201%201%202.5%200v2.798A17.94%2017.94%200%200%201%2024%206c9.941%200%2018%208.059%2018%2018zM24%2042h.044a13%2013%200%200%201-1.261-2.547C14.79%2038.833%208.5%2032.15%208.5%2024q.002-1.302.207-2.542a1.25%201.25%200%200%200-2.466-.407A18%2018%200%200%200%206%2024c0%209.941%208.059%2018%2018%2018m0-7c0-6.075%204.925-11%2011-11s11%204.925%2011%2011s-4.925%2011-11%2011s-11-4.925-11-11m10%206a1%201%200%201%200%202%200v-8a1%201%200%201%200-2%200zm1-13.25a1.25%201.25%200%201%200%200%202.5a1.25%201.25%200%200%200%200-2.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/arrow-counterclockwise-info-48-regular.svg?color=%231a73e8&size=48