arrow counterclockwise info icon

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

Name
arrow-counterclockwise-info-28-filled
Set
Fluent UI System Icons
Style
28 Filled
Viewbox
28×28
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 28 28"><path fill="currentColor" d="M8.342 7A8.96 8.96 0 0 1 14 5a9 9 0 0 1 8.982 8.42a7.5 7.5 0 0 1 2.007 1.071Q25 14.248 25 14c0-6.075-4.925-11-11-11c-2.66 0-5.099.944-7 2.514V4a1 1 0 0 0-2 0v4.029A1 1 0 0 0 6 9h4a1 1 0 1 0 0-2zM5 14a9 9 0 0 0 8.42 8.982a7.5 7.5 0 0 0 1.071 2.007Q14.248 25 14 25C7.925 25 3 20.075 3 14q0-.555.054-1.099a1 1 0 1 1 1.99.198Q5 13.543 5 14m9 6.5a6.5 6.5 0 1 1 13 0a6.5 6.5 0 0 1-13 0m6.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 FluentArrowCounterclockwiseInfo28Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M8.342 7A8.96 8.96 0 0 1 14 5a9 9 0 0 1 8.982 8.42a7.5 7.5 0 0 1 2.007 1.071Q25 14.248 25 14c0-6.075-4.925-11-11-11c-2.66 0-5.099.944-7 2.514V4a1 1 0 0 0-2 0v4.029A1 1 0 0 0 6 9h4a1 1 0 1 0 0-2zM5 14a9 9 0 0 0 8.42 8.982a7.5 7.5 0 0 0 1.071 2.007Q14.248 25 14 25C7.925 25 3 20.075 3 14q0-.555.054-1.099a1 1 0 1 1 1.99.198Q5 13.543 5 14m9 6.5a6.5 6.5 0 1 1 13 0a6.5 6.5 0 0 1-13 0m6.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 28 28"><path fill="currentColor" d="M8.342 7A8.96 8.96 0 0 1 14 5a9 9 0 0 1 8.982 8.42a7.5 7.5 0 0 1 2.007 1.071Q25 14.248 25 14c0-6.075-4.925-11-11-11c-2.66 0-5.099.944-7 2.514V4a1 1 0 0 0-2 0v4.029A1 1 0 0 0 6 9h4a1 1 0 1 0 0-2zM5 14a9 9 0 0 0 8.42 8.982a7.5 7.5 0 0 0 1.071 2.007Q14.248 25 14 25C7.925 25 3 20.075 3 14q0-.555.054-1.099a1 1 0 1 1 1.99.198Q5 13.543 5 14m9 6.5a6.5 6.5 0 1 1 13 0a6.5 6.5 0 0 1-13 0m6.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-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.342%207A8.96%208.96%200%200%201%2014%205a9%209%200%200%201%208.982%208.42a7.5%207.5%200%200%201%202.007%201.071Q25%2014.248%2025%2014c0-6.075-4.925-11-11-11c-2.66%200-5.099.944-7%202.514V4a1%201%200%200%200-2%200v4.029A1%201%200%200%200%206%209h4a1%201%200%201%200%200-2zM5%2014a9%209%200%200%200%208.42%208.982a7.5%207.5%200%200%200%201.071%202.007Q14.248%2025%2014%2025C7.925%2025%203%2020.075%203%2014q0-.555.054-1.099a1%201%200%201%201%201.99.198Q5%2013.543%205%2014m9%206.5a6.5%206.5%200%201%201%2013%200a6.5%206.5%200%200%201-13%200m6.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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.342%207A8.96%208.96%200%200%201%2014%205a9%209%200%200%201%208.982%208.42a7.5%207.5%200%200%201%202.007%201.071Q25%2014.248%2025%2014c0-6.075-4.925-11-11-11c-2.66%200-5.099.944-7%202.514V4a1%201%200%200%200-2%200v4.029A1%201%200%200%200%206%209h4a1%201%200%201%200%200-2zM5%2014a9%209%200%200%200%208.42%208.982a7.5%207.5%200%200%200%201.071%202.007Q14.248%2025%2014%2025C7.925%2025%203%2020.075%203%2014q0-.555.054-1.099a1%201%200%201%201%201.99.198Q5%2013.543%205%2014m9%206.5a6.5%206.5%200%201%201%2013%200a6.5%206.5%200%200%201-13%200m6.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-28-filled.svg?color=%231a73e8&size=48