← Go back
Share

Refresh Alt


Usage:

React Code:

npm install @mynaui/icons-react
import { RefreshAlt } from "@mynaui/icons-react";

const App = () => {
  return <RefreshAlt />;
};

SVG HTML:

<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" stroke="currentColor"><path d="M3.5 8c1.392-3.179 4.823-5 8.522-5 4.679 0 8.525 3.552 8.978 8.1"/><path d="M7.511 8.4h-3.97a.54.54 0 0 1-.54-.54V3.9M20.5 16c-1.392 3.179-4.822 5-8.522 5C7.299 21 3.453 17.448 3 12.9"/><path d="M16.489 15.6h3.97a.54.54 0 0 1 .541.54v3.96"/></svg>

SVG CDN:

<img src="https://unpkg.com/@mynaui/icons/icons/refresh-alt.svg" />

SVG Sprite:

npm install @mynaui/icons
<svg
        width="24"
        height="24"
        fill="none"
        viewBox="0 0 24 24"
        stroke-width="1.5"
        stroke-linecap="round"
        stroke-linejoin="round"
        stroke="currentColor"
      >
        <use xlink:href="/path/to/mynaui.symbol.svg#mynaui-refresh-alt"></use></svg
      >