arrow counterclockwise info icon

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

Name
arrow-counterclockwise-info-32-regular
Set
Fluent UI System Icons
Style
32 Regular
Viewbox
32×32
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 32 32"><path fill="currentColor" d="M28.997 16.289a9 9 0 0 0-2.05-1.38C26.399 9.346 21.707 5 16 5a10.96 10.96 0 0 0-7.55 3H11a1 1 0 1 1 0 2H6a1 1 0 0 1-1-1V4a1 1 0 0 1 2 0v2.62A12.96 12.96 0 0 1 16 3c7.18 0 13 5.82 13 13q0 .145-.003.289M16 29q.145 0 .289-.003a9 9 0 0 1-1.38-2.05C9.346 26.399 5 21.707 5 16q0-.464.038-.918a1 1 0 1 0-1.994-.164Q3 15.454 3 16c0 7.18 5.82 13 13 13m-.5-6a7.5 7.5 0 1 0 15 0a7.5 7.5 0 0 0-15 0m6.75 4.25v-5.5a.75.75 0 0 1 1.5 0v5.5a.75.75 0 0 1-1.5 0M22 19a1 1 0 1 1 2 0a1 1 0 0 1-2 0"/></svg>

React

import type { SVGProps } from "react";

export function FluentArrowCounterclockwiseInfo32Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M28.997 16.289a9 9 0 0 0-2.05-1.38C26.399 9.346 21.707 5 16 5a10.96 10.96 0 0 0-7.55 3H11a1 1 0 1 1 0 2H6a1 1 0 0 1-1-1V4a1 1 0 0 1 2 0v2.62A12.96 12.96 0 0 1 16 3c7.18 0 13 5.82 13 13q0 .145-.003.289M16 29q.145 0 .289-.003a9 9 0 0 1-1.38-2.05C9.346 26.399 5 21.707 5 16q0-.464.038-.918a1 1 0 1 0-1.994-.164Q3 15.454 3 16c0 7.18 5.82 13 13 13m-.5-6a7.5 7.5 0 1 0 15 0a7.5 7.5 0 0 0-15 0m6.75 4.25v-5.5a.75.75 0 0 1 1.5 0v5.5a.75.75 0 0 1-1.5 0M22 19a1 1 0 1 1 2 0a1 1 0 0 1-2 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M28.997 16.289a9 9 0 0 0-2.05-1.38C26.399 9.346 21.707 5 16 5a10.96 10.96 0 0 0-7.55 3H11a1 1 0 1 1 0 2H6a1 1 0 0 1-1-1V4a1 1 0 0 1 2 0v2.62A12.96 12.96 0 0 1 16 3c7.18 0 13 5.82 13 13q0 .145-.003.289M16 29q.145 0 .289-.003a9 9 0 0 1-1.38-2.05C9.346 26.399 5 21.707 5 16q0-.464.038-.918a1 1 0 1 0-1.994-.164Q3 15.454 3 16c0 7.18 5.82 13 13 13m-.5-6a7.5 7.5 0 1 0 15 0a7.5 7.5 0 0 0-15 0m6.75 4.25v-5.5a.75.75 0 0 1 1.5 0v5.5a.75.75 0 0 1-1.5 0M22 19a1 1 0 1 1 2 0a1 1 0 0 1-2 0"/></svg>
</template>

CSS

.icon-arrow-counterclockwise-info-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M28.997%2016.289a9%209%200%200%200-2.05-1.38C26.399%209.346%2021.707%205%2016%205a10.96%2010.96%200%200%200-7.55%203H11a1%201%200%201%201%200%202H6a1%201%200%200%201-1-1V4a1%201%200%200%201%202%200v2.62A12.96%2012.96%200%200%201%2016%203c7.18%200%2013%205.82%2013%2013q0%20.145-.003.289M16%2029q.145%200%20.289-.003a9%209%200%200%201-1.38-2.05C9.346%2026.399%205%2021.707%205%2016q0-.464.038-.918a1%201%200%201%200-1.994-.164Q3%2015.454%203%2016c0%207.18%205.82%2013%2013%2013m-.5-6a7.5%207.5%200%201%200%2015%200a7.5%207.5%200%200%200-15%200m6.75%204.25v-5.5a.75.75%200%200%201%201.5%200v5.5a.75.75%200%200%201-1.5%200M22%2019a1%201%200%201%201%202%200a1%201%200%200%201-2%200%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M28.997%2016.289a9%209%200%200%200-2.05-1.38C26.399%209.346%2021.707%205%2016%205a10.96%2010.96%200%200%200-7.55%203H11a1%201%200%201%201%200%202H6a1%201%200%200%201-1-1V4a1%201%200%200%201%202%200v2.62A12.96%2012.96%200%200%201%2016%203c7.18%200%2013%205.82%2013%2013q0%20.145-.003.289M16%2029q.145%200%20.289-.003a9%209%200%200%201-1.38-2.05C9.346%2026.399%205%2021.707%205%2016q0-.464.038-.918a1%201%200%201%200-1.994-.164Q3%2015.454%203%2016c0%207.18%205.82%2013%2013%2013m-.5-6a7.5%207.5%200%201%200%2015%200a7.5%207.5%200%200%200-15%200m6.75%204.25v-5.5a.75.75%200%200%201%201.5%200v5.5a.75.75%200%200%201-1.5%200M22%2019a1%201%200%201%201%202%200a1%201%200%200%201-2%200%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-32-regular.svg?color=%231a73e8&size=48