Skip to main content
Go back
Share

Rewind

React Code

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

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

SVG HTML

<svg width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" viewBox="0 0 24 24" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg">
  <path d='M6.515 9.419C5.172 10.515 4.5 11.063 4.5 12s.672 1.485 2.015 2.582c.371.302.74.587 1.077.824.297.209.633.424.98.635 1.341.816 2.011 1.223 2.613.772.6-.451.655-1.396.765-3.285.03-.535.05-1.058.05-1.528s-.02-.993-.05-1.528c-.11-1.89-.164-2.834-.765-3.285-.602-.451-1.272-.044-2.612.771a17.63 17.63 0 0 0-.98.636c-.339.237-.707.522-1.078.825'/><path d='M14.016 9.419C12.672 10.515 12 11.063 12 12s.672 1.485 2.015 2.582c.371.302.74.587 1.077.824.297.209.633.424.98.635 1.341.816 2.011 1.223 2.613.772.6-.451.655-1.396.765-3.285.03-.535.05-1.058.05-1.528s-.02-.993-.05-1.528c-.11-1.89-.164-2.834-.765-3.285-.602-.451-1.272-.044-2.612.771a17.63 17.63 0 0 0-.98.636 19.26 19.26 0 0 0-1.078.825'/>
</svg>

SVG CDN

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

SVG Sprite

npm install @mynaui/icons
<svg width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" viewBox="0 0 24 24" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg">
  <use xlink:href="/path/to/mynaui.symbol.svg#mynaui-rewind"></use>
</svg>