rewind from Myna UI Icons by Praveen Juge · Regular · MIT Free for personal and commercial use.

Name
rewind
Set
Myna UI Icons
Style
Regular
Viewbox
24×24
License
MIT

1 other variant in Myna UI Icons

The same icon in other sets

Related icons in Myna UI Icons

Use the rewind icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><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.824c.297.209.633.424.98.635c1.341.816 2.011 1.223 2.613.772c.6-.451.655-1.396.765-3.285c.03-.535.05-1.058.05-1.528s-.02-.993-.05-1.528c-.11-1.89-.164-2.834-.765-3.285c-.602-.451-1.272-.044-2.612.771a18 18 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.824c.297.209.633.424.98.635c1.341.816 2.011 1.223 2.613.772c.6-.451.655-1.396.765-3.285c.03-.535.05-1.058.05-1.528s-.02-.993-.05-1.528c-.11-1.89-.164-2.834-.765-3.285c-.602-.451-1.272-.044-2.612.771a18 18 0 0 0-.98.636a19 19 0 0 0-1.078.825"/></g></svg>

React

import type { SVGProps } from "react";

export function MynauiRewind(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><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.824c.297.209.633.424.98.635c1.341.816 2.011 1.223 2.613.772c.6-.451.655-1.396.765-3.285c.03-.535.05-1.058.05-1.528s-.02-.993-.05-1.528c-.11-1.89-.164-2.834-.765-3.285c-.602-.451-1.272-.044-2.612.771a18 18 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.824c.297.209.633.424.98.635c1.341.816 2.011 1.223 2.613.772c.6-.451.655-1.396.765-3.285c.03-.535.05-1.058.05-1.528s-.02-.993-.05-1.528c-.11-1.89-.164-2.834-.765-3.285c-.602-.451-1.272-.044-2.612.771a18 18 0 0 0-.98.636a19 19 0 0 0-1.078.825"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><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.824c.297.209.633.424.98.635c1.341.816 2.011 1.223 2.613.772c.6-.451.655-1.396.765-3.285c.03-.535.05-1.058.05-1.528s-.02-.993-.05-1.528c-.11-1.89-.164-2.834-.765-3.285c-.602-.451-1.272-.044-2.612.771a18 18 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.824c.297.209.633.424.98.635c1.341.816 2.011 1.223 2.613.772c.6-.451.655-1.396.765-3.285c.03-.535.05-1.058.05-1.528s-.02-.993-.05-1.528c-.11-1.89-.164-2.834-.765-3.285c-.602-.451-1.272-.044-2.612.771a18 18 0 0 0-.98.636a19 19 0 0 0-1.078.825"/></g></svg>
</template>

CSS

.icon-rewind {
  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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M6.515%209.419C5.172%2010.515%204.5%2011.063%204.5%2012s.672%201.485%202.015%202.582c.371.302.74.587%201.077.824c.297.209.633.424.98.635c1.341.816%202.011%201.223%202.613.772c.6-.451.655-1.396.765-3.285c.03-.535.05-1.058.05-1.528s-.02-.993-.05-1.528c-.11-1.89-.164-2.834-.765-3.285c-.602-.451-1.272-.044-2.612.771a18%2018%200%200%200-.98.636c-.339.237-.707.522-1.078.825%22%2F%3E%3Cpath%20d%3D%22M14.016%209.419C12.672%2010.515%2012%2011.063%2012%2012s.672%201.485%202.015%202.582c.371.302.74.587%201.077.824c.297.209.633.424.98.635c1.341.816%202.011%201.223%202.613.772c.6-.451.655-1.396.765-3.285c.03-.535.05-1.058.05-1.528s-.02-.993-.05-1.528c-.11-1.89-.164-2.834-.765-3.285c-.602-.451-1.272-.044-2.612.771a18%2018%200%200%200-.98.636a19%2019%200%200%200-1.078.825%22%2F%3E%3C%2Fg%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M6.515%209.419C5.172%2010.515%204.5%2011.063%204.5%2012s.672%201.485%202.015%202.582c.371.302.74.587%201.077.824c.297.209.633.424.98.635c1.341.816%202.011%201.223%202.613.772c.6-.451.655-1.396.765-3.285c.03-.535.05-1.058.05-1.528s-.02-.993-.05-1.528c-.11-1.89-.164-2.834-.765-3.285c-.602-.451-1.272-.044-2.612.771a18%2018%200%200%200-.98.636c-.339.237-.707.522-1.078.825%22%2F%3E%3Cpath%20d%3D%22M14.016%209.419C12.672%2010.515%2012%2011.063%2012%2012s.672%201.485%202.015%202.582c.371.302.74.587%201.077.824c.297.209.633.424.98.635c1.341.816%202.011%201.223%202.613.772c.6-.451.655-1.396.765-3.285c.03-.535.05-1.058.05-1.528s-.02-.993-.05-1.528c-.11-1.89-.164-2.834-.765-3.285c-.602-.451-1.272-.044-2.612.771a18%2018%200%200%200-.98.636a19%2019%200%200%200-1.078.825%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mynaui/rewind.svg?color=%231a73e8&size=48