arrow counterclockwise info icon

arrow-counterclockwise-info-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.

Name
arrow-counterclockwise-info-20-filled
Set
Fluent UI System Icons
Style
20 Filled
Viewbox
20×20
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 20 20"><path fill="currentColor" d="M17.5 9.889a5.5 5.5 0 0 0-1.554-.697A6.001 6.001 0 0 0 6.031 5.5H7.25a.75.75 0 0 1 0 1.5h-3a.75.75 0 0 1-.75-.75v-3a.75.75 0 0 1 1.5 0v1.16a7.5 7.5 0 0 1 12.5 5.48M2.5 10a7.5 7.5 0 0 0 7.389 7.5a5.5 5.5 0 0 1-.697-1.554a6 6 0 0 1-5.188-6.169a.75.75 0 1 0-1.499-.054A8 8 0 0 0 2.5 10m7.5 4.5a4.5 4.5 0 1 1 9 0a4.5 4.5 0 0 1-9 0m4.5 2.5a.5.5 0 0 0 .5-.5v-2a.5.5 0 0 0-1 0v2a.5.5 0 0 0 .5.5m0-5.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 FluentArrowCounterclockwiseInfo20Filled(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="M17.5 9.889a5.5 5.5 0 0 0-1.554-.697A6.001 6.001 0 0 0 6.031 5.5H7.25a.75.75 0 0 1 0 1.5h-3a.75.75 0 0 1-.75-.75v-3a.75.75 0 0 1 1.5 0v1.16a7.5 7.5 0 0 1 12.5 5.48M2.5 10a7.5 7.5 0 0 0 7.389 7.5a5.5 5.5 0 0 1-.697-1.554a6 6 0 0 1-5.188-6.169a.75.75 0 1 0-1.499-.054A8 8 0 0 0 2.5 10m7.5 4.5a4.5 4.5 0 1 1 9 0a4.5 4.5 0 0 1-9 0m4.5 2.5a.5.5 0 0 0 .5-.5v-2a.5.5 0 0 0-1 0v2a.5.5 0 0 0 .5.5m0-5.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 20 20"><path fill="currentColor" d="M17.5 9.889a5.5 5.5 0 0 0-1.554-.697A6.001 6.001 0 0 0 6.031 5.5H7.25a.75.75 0 0 1 0 1.5h-3a.75.75 0 0 1-.75-.75v-3a.75.75 0 0 1 1.5 0v1.16a7.5 7.5 0 0 1 12.5 5.48M2.5 10a7.5 7.5 0 0 0 7.389 7.5a5.5 5.5 0 0 1-.697-1.554a6 6 0 0 1-5.188-6.169a.75.75 0 1 0-1.499-.054A8 8 0 0 0 2.5 10m7.5 4.5a4.5 4.5 0 1 1 9 0a4.5 4.5 0 0 1-9 0m4.5 2.5a.5.5 0 0 0 .5-.5v-2a.5.5 0 0 0-1 0v2a.5.5 0 0 0 .5.5m0-5.125a.625.625 0 1 0 0 1.25a.625.625 0 0 0 0-1.25"/></svg>
</template>

CSS

.icon-arrow-counterclockwise-info-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%22M17.5%209.889a5.5%205.5%200%200%200-1.554-.697A6.001%206.001%200%200%200%206.031%205.5H7.25a.75.75%200%200%201%200%201.5h-3a.75.75%200%200%201-.75-.75v-3a.75.75%200%200%201%201.5%200v1.16a7.5%207.5%200%200%201%2012.5%205.48M2.5%2010a7.5%207.5%200%200%200%207.389%207.5a5.5%205.5%200%200%201-.697-1.554a6%206%200%200%201-5.188-6.169a.75.75%200%201%200-1.499-.054A8%208%200%200%200%202.5%2010m7.5%204.5a4.5%204.5%200%201%201%209%200a4.5%204.5%200%200%201-9%200m4.5%202.5a.5.5%200%200%200%20.5-.5v-2a.5.5%200%200%200-1%200v2a.5.5%200%200%200%20.5.5m0-5.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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.5%209.889a5.5%205.5%200%200%200-1.554-.697A6.001%206.001%200%200%200%206.031%205.5H7.25a.75.75%200%200%201%200%201.5h-3a.75.75%200%200%201-.75-.75v-3a.75.75%200%200%201%201.5%200v1.16a7.5%207.5%200%200%201%2012.5%205.48M2.5%2010a7.5%207.5%200%200%200%207.389%207.5a5.5%205.5%200%200%201-.697-1.554a6%206%200%200%201-5.188-6.169a.75.75%200%201%200-1.499-.054A8%208%200%200%200%202.5%2010m7.5%204.5a4.5%204.5%200%201%201%209%200a4.5%204.5%200%200%201-9%200m4.5%202.5a.5.5%200%200%200%20.5-.5v-2a.5.5%200%200%200-1%200v2a.5.5%200%200%200%20.5.5m0-5.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-20-filled.svg?color=%231a73e8&size=48