arrow counterclockwise info icon

arrow-counterclockwise-info-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.

Name
arrow-counterclockwise-info-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
License
MIT

9 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the arrow counterclockwise info icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 4.5a7.5 7.5 0 0 1 7.468 6.803c.545.173 1.06.416 1.532.719V12A9 9 0 0 0 6 5.292V4.25a.75.75 0 0 0-1.5 0v3c0 .414.336.75.75.75h3a.75.75 0 0 0 0-1.5H6.9a7.47 7.47 0 0 1 5.1-2M4.5 12a7.5 7.5 0 0 0 6.803 7.468c.173.545.416 1.06.719 1.532H12a9 9 0 0 1-8.895-10.377a.75.75 0 0 1 .752-.623c.46 0 .791.438.724.892A7.6 7.6 0 0 0 4.5 12m7.5 5.5a5.5 5.5 0 1 1 11 0a5.5 5.5 0 0 1-11 0m5.5 3.5a.5.5 0 0 0 .5-.5v-4a.5.5 0 0 0-1 0v4a.5.5 0 0 0 .5.5m0-7.125a.625.625 0 1 0 0 1.25a.625.625 0 0 0 0-1.25"/></svg>

React

import type { SVGProps } from "react";

export function FluentArrowCounterclockwiseInfo24Regular(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="M12 4.5a7.5 7.5 0 0 1 7.468 6.803c.545.173 1.06.416 1.532.719V12A9 9 0 0 0 6 5.292V4.25a.75.75 0 0 0-1.5 0v3c0 .414.336.75.75.75h3a.75.75 0 0 0 0-1.5H6.9a7.47 7.47 0 0 1 5.1-2M4.5 12a7.5 7.5 0 0 0 6.803 7.468c.173.545.416 1.06.719 1.532H12a9 9 0 0 1-8.895-10.377a.75.75 0 0 1 .752-.623c.46 0 .791.438.724.892A7.6 7.6 0 0 0 4.5 12m7.5 5.5a5.5 5.5 0 1 1 11 0a5.5 5.5 0 0 1-11 0m5.5 3.5a.5.5 0 0 0 .5-.5v-4a.5.5 0 0 0-1 0v4a.5.5 0 0 0 .5.5m0-7.125a.625.625 0 1 0 0 1.25a.625.625 0 0 0 0-1.25"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 4.5a7.5 7.5 0 0 1 7.468 6.803c.545.173 1.06.416 1.532.719V12A9 9 0 0 0 6 5.292V4.25a.75.75 0 0 0-1.5 0v3c0 .414.336.75.75.75h3a.75.75 0 0 0 0-1.5H6.9a7.47 7.47 0 0 1 5.1-2M4.5 12a7.5 7.5 0 0 0 6.803 7.468c.173.545.416 1.06.719 1.532H12a9 9 0 0 1-8.895-10.377a.75.75 0 0 1 .752-.623c.46 0 .791.438.724.892A7.6 7.6 0 0 0 4.5 12m7.5 5.5a5.5 5.5 0 1 1 11 0a5.5 5.5 0 0 1-11 0m5.5 3.5a.5.5 0 0 0 .5-.5v-4a.5.5 0 0 0-1 0v4a.5.5 0 0 0 .5.5m0-7.125a.625.625 0 1 0 0 1.25a.625.625 0 0 0 0-1.25"/></svg>
</template>

CSS

.icon-arrow-counterclockwise-info-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%22M12%204.5a7.5%207.5%200%200%201%207.468%206.803c.545.173%201.06.416%201.532.719V12A9%209%200%200%200%206%205.292V4.25a.75.75%200%200%200-1.5%200v3c0%20.414.336.75.75.75h3a.75.75%200%200%200%200-1.5H6.9a7.47%207.47%200%200%201%205.1-2M4.5%2012a7.5%207.5%200%200%200%206.803%207.468c.173.545.416%201.06.719%201.532H12a9%209%200%200%201-8.895-10.377a.75.75%200%200%201%20.752-.623c.46%200%20.791.438.724.892A7.6%207.6%200%200%200%204.5%2012m7.5%205.5a5.5%205.5%200%201%201%2011%200a5.5%205.5%200%200%201-11%200m5.5%203.5a.5.5%200%200%200%20.5-.5v-4a.5.5%200%200%200-1%200v4a.5.5%200%200%200%20.5.5m0-7.125a.625.625%200%201%200%200%201.25a.625.625%200%200%200%200-1.25%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%22M12%204.5a7.5%207.5%200%200%201%207.468%206.803c.545.173%201.06.416%201.532.719V12A9%209%200%200%200%206%205.292V4.25a.75.75%200%200%200-1.5%200v3c0%20.414.336.75.75.75h3a.75.75%200%200%200%200-1.5H6.9a7.47%207.47%200%200%201%205.1-2M4.5%2012a7.5%207.5%200%200%200%206.803%207.468c.173.545.416%201.06.719%201.532H12a9%209%200%200%201-8.895-10.377a.75.75%200%200%201%20.752-.623c.46%200%20.791.438.724.892A7.6%207.6%200%200%200%204.5%2012m7.5%205.5a5.5%205.5%200%201%201%2011%200a5.5%205.5%200%200%201-11%200m5.5%203.5a.5.5%200%200%200%20.5-.5v-4a.5.5%200%200%200-1%200v4a.5.5%200%200%200%20.5.5m0-7.125a.625.625%200%201%200%200%201.25a.625.625%200%200%200%200-1.25%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-24-regular.svg?color=%231a73e8&size=48