Bug Arrow Counterclockwise icon
Used to rerun bug. The Bug Arrow Counterclockwise icon is part of Microsoft's Fluent UI System Icons, available here in regular and filled styles on a 20 px grid. Download it as SVG or PNG, or copy it as code — it's free to use under the MIT License.
Every size and style
Microsoft draws each size separately so icons stay crisp, rather than scaling one drawing. Pick a style and size to preview it, download it, or copy the code for your platform.
Regular, 20 px
ic_fluent_bug_arrow_counterclockwise_20_regular.svg
Bug Arrow Counterclockwise icon in React
npm install @fluentui/react-icons
import { BugArrowCounterclockwise20Regular } from "@fluentui/react-icons";
export function Example() {
return <BugArrowCounterclockwise20Regular aria-label="Bug Arrow Counterclockwise" />;
}Use the Bug Arrow Counterclockwise icon in React
Install Microsoft's @fluentui/react-icons package, then import the component. Icons inherit the current text color, and you can size them with CSS.
npm install @fluentui/react-icons
import { BugArrowCounterclockwise20Regular, BugArrowCounterclockwise20Filled } from "@fluentui/react-icons";
export function Example() {
return <BugArrowCounterclockwise20Regular aria-label="Bug Arrow Counterclockwise" />;
}Use it in HTML
Reference the SVG file directly:
<img src="https://fluenticons.co/icons/ic_fluent_bug_arrow_counterclockwise_20_regular.svg" width="20" height="20" alt="Bug Arrow Counterclockwise"> Or paste the SVG markup inline. Setting fill="currentColor" makes the icon follow the text color of its parent:
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill="currentColor" d="M17 3.5a.5.5 0 0 0-1 0v2A1.5 1.5 0 0 1 14.5 7H14a3 3 0 0 0-2.31-2.92A2 2 0 0 0 12 3v-.5a.5.5 0 0 0-1 0V3a1 1 0 0 1-2 0v-.5a.5.5 0 1 0-1 0V3q0 .59.31 1.08A3 3 0 0 0 6 7h-.5A1.5 1.5 0 0 1 4 5.5v-2a.5.5 0 1 0-1 0v2A2.5 2.5 0 0 0 5.5 8H6v1.5H2.5a.5.5 0 1 0 0 1H6V12h-.5A2.5 2.5 0 0 0 3 14.5v2a.5.5 0 0 0 1 0v-2A1.5 1.5 0 0 1 5.5 13H6a4 4 0 0 0 3.59 3.96 6 6 0 0 1-.41-1.09A3 3 0 0 1 7 13V7a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v2.21q.5-.13 1-.19V8h.5A2.5 2.5 0 0 0 17 5.5zM14.5 10a4.5 4.5 0 1 0 0 9 4.5 4.5 0 0 0 0-9m0 7.25a2.7 2.7 0 0 1-2.05-.92.5.5 0 1 1 .75-.66 1.75 1.75 0 1 0 .4-2.67h.4a.5.5 0 0 1 0 1h-1.5a.5.5 0 0 1-.5-.63V12a.5.5 0 0 1 1 0v.2a2.75 2.75 0 1 1 1.5 5.05"/></svg>Details
| Name | Bug Arrow Counterclockwise |
|---|---|
| Styles | Regular (outlined), Filled |
| Sizes | 20 px |
| Regular (outlined) file | ic_fluent_bug_arrow_counterclockwise_20_regular.svg |
| Filled file | ic_fluent_bug_arrow_counterclockwise_20_filled.svg |
| React (Regular) | BugArrowCounterclockwise20Regular |
| React (Filled) | BugArrowCounterclockwise20Filled |
| License | MIT (© Microsoft Corporation) |