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

Name
rewind-solid
Set
Myna UI Icons
Style
Solid
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="currentColor"><path d="M11.635 6.587a1.63 1.63 0 0 0-.868-.332c-.309-.023-.6.042-.865.137c-.482.173-1.04.513-1.656.887l-.063.039c-.357.217-.707.441-1.022.662c-.357.251-.74.548-1.12.857l-.048.04c-.63.514-1.178.96-1.558 1.403c-.422.491-.685 1.03-.685 1.72s.263 1.229.685 1.72c.38.442.928.889 1.558 1.403l.048.04c.38.309.763.606 1.12.857c.315.22.665.445 1.022.662l.063.039c.616.374 1.174.714 1.656.887c.264.095.556.16.865.137c.322-.024.612-.14.868-.332c.519-.39.736-.959.853-1.56c.112-.58.155-1.33.207-2.228l.003-.054A28 28 0 0 0 12.75 12c0-.489-.02-1.028-.052-1.571l-.003-.054c-.052-.899-.095-1.649-.207-2.227c-.117-.602-.334-1.171-.853-1.56"/><path d="M19.135 6.587a1.63 1.63 0 0 0-.868-.332c-.309-.023-.6.042-.865.137c-.483.173-1.04.513-1.656.887l-.063.039c-.357.217-.707.441-1.022.662c-.357.251-.74.548-1.12.857l-.048.04c-.63.514-1.178.96-1.558 1.403c-.422.491-.685 1.03-.685 1.72s.263 1.229.685 1.72c.38.442.928.889 1.558 1.403l.048.04c.38.309.762.606 1.12.857c.315.22.665.445 1.022.662l.063.039c.616.374 1.173.714 1.656.887c.264.095.556.16.865.137c.323-.024.612-.14.868-.332c.519-.39.736-.959.853-1.56c.112-.58.155-1.33.207-2.228l.003-.054A28 28 0 0 0 20.25 12c0-.489-.02-1.028-.052-1.571l-.003-.054c-.052-.899-.095-1.649-.207-2.227c-.117-.602-.334-1.171-.853-1.56"/></g></svg>

React

import type { SVGProps } from "react";

export function MynauiRewindSolid(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M11.635 6.587a1.63 1.63 0 0 0-.868-.332c-.309-.023-.6.042-.865.137c-.482.173-1.04.513-1.656.887l-.063.039c-.357.217-.707.441-1.022.662c-.357.251-.74.548-1.12.857l-.048.04c-.63.514-1.178.96-1.558 1.403c-.422.491-.685 1.03-.685 1.72s.263 1.229.685 1.72c.38.442.928.889 1.558 1.403l.048.04c.38.309.763.606 1.12.857c.315.22.665.445 1.022.662l.063.039c.616.374 1.174.714 1.656.887c.264.095.556.16.865.137c.322-.024.612-.14.868-.332c.519-.39.736-.959.853-1.56c.112-.58.155-1.33.207-2.228l.003-.054A28 28 0 0 0 12.75 12c0-.489-.02-1.028-.052-1.571l-.003-.054c-.052-.899-.095-1.649-.207-2.227c-.117-.602-.334-1.171-.853-1.56"/><path d="M19.135 6.587a1.63 1.63 0 0 0-.868-.332c-.309-.023-.6.042-.865.137c-.483.173-1.04.513-1.656.887l-.063.039c-.357.217-.707.441-1.022.662c-.357.251-.74.548-1.12.857l-.048.04c-.63.514-1.178.96-1.558 1.403c-.422.491-.685 1.03-.685 1.72s.263 1.229.685 1.72c.38.442.928.889 1.558 1.403l.048.04c.38.309.762.606 1.12.857c.315.22.665.445 1.022.662l.063.039c.616.374 1.173.714 1.656.887c.264.095.556.16.865.137c.323-.024.612-.14.868-.332c.519-.39.736-.959.853-1.56c.112-.58.155-1.33.207-2.228l.003-.054A28 28 0 0 0 20.25 12c0-.489-.02-1.028-.052-1.571l-.003-.054c-.052-.899-.095-1.649-.207-2.227c-.117-.602-.334-1.171-.853-1.56"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M11.635 6.587a1.63 1.63 0 0 0-.868-.332c-.309-.023-.6.042-.865.137c-.482.173-1.04.513-1.656.887l-.063.039c-.357.217-.707.441-1.022.662c-.357.251-.74.548-1.12.857l-.048.04c-.63.514-1.178.96-1.558 1.403c-.422.491-.685 1.03-.685 1.72s.263 1.229.685 1.72c.38.442.928.889 1.558 1.403l.048.04c.38.309.763.606 1.12.857c.315.22.665.445 1.022.662l.063.039c.616.374 1.174.714 1.656.887c.264.095.556.16.865.137c.322-.024.612-.14.868-.332c.519-.39.736-.959.853-1.56c.112-.58.155-1.33.207-2.228l.003-.054A28 28 0 0 0 12.75 12c0-.489-.02-1.028-.052-1.571l-.003-.054c-.052-.899-.095-1.649-.207-2.227c-.117-.602-.334-1.171-.853-1.56"/><path d="M19.135 6.587a1.63 1.63 0 0 0-.868-.332c-.309-.023-.6.042-.865.137c-.483.173-1.04.513-1.656.887l-.063.039c-.357.217-.707.441-1.022.662c-.357.251-.74.548-1.12.857l-.048.04c-.63.514-1.178.96-1.558 1.403c-.422.491-.685 1.03-.685 1.72s.263 1.229.685 1.72c.38.442.928.889 1.558 1.403l.048.04c.38.309.762.606 1.12.857c.315.22.665.445 1.022.662l.063.039c.616.374 1.173.714 1.656.887c.264.095.556.16.865.137c.323-.024.612-.14.868-.332c.519-.39.736-.959.853-1.56c.112-.58.155-1.33.207-2.228l.003-.054A28 28 0 0 0 20.25 12c0-.489-.02-1.028-.052-1.571l-.003-.054c-.052-.899-.095-1.649-.207-2.227c-.117-.602-.334-1.171-.853-1.56"/></g></svg>
</template>

CSS

.icon-rewind-solid {
  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%22currentColor%22%3E%3Cpath%20d%3D%22M11.635%206.587a1.63%201.63%200%200%200-.868-.332c-.309-.023-.6.042-.865.137c-.482.173-1.04.513-1.656.887l-.063.039c-.357.217-.707.441-1.022.662c-.357.251-.74.548-1.12.857l-.048.04c-.63.514-1.178.96-1.558%201.403c-.422.491-.685%201.03-.685%201.72s.263%201.229.685%201.72c.38.442.928.889%201.558%201.403l.048.04c.38.309.763.606%201.12.857c.315.22.665.445%201.022.662l.063.039c.616.374%201.174.714%201.656.887c.264.095.556.16.865.137c.322-.024.612-.14.868-.332c.519-.39.736-.959.853-1.56c.112-.58.155-1.33.207-2.228l.003-.054A28%2028%200%200%200%2012.75%2012c0-.489-.02-1.028-.052-1.571l-.003-.054c-.052-.899-.095-1.649-.207-2.227c-.117-.602-.334-1.171-.853-1.56%22%2F%3E%3Cpath%20d%3D%22M19.135%206.587a1.63%201.63%200%200%200-.868-.332c-.309-.023-.6.042-.865.137c-.483.173-1.04.513-1.656.887l-.063.039c-.357.217-.707.441-1.022.662c-.357.251-.74.548-1.12.857l-.048.04c-.63.514-1.178.96-1.558%201.403c-.422.491-.685%201.03-.685%201.72s.263%201.229.685%201.72c.38.442.928.889%201.558%201.403l.048.04c.38.309.762.606%201.12.857c.315.22.665.445%201.022.662l.063.039c.616.374%201.173.714%201.656.887c.264.095.556.16.865.137c.323-.024.612-.14.868-.332c.519-.39.736-.959.853-1.56c.112-.58.155-1.33.207-2.228l.003-.054A28%2028%200%200%200%2020.25%2012c0-.489-.02-1.028-.052-1.571l-.003-.054c-.052-.899-.095-1.649-.207-2.227c-.117-.602-.334-1.171-.853-1.56%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%22currentColor%22%3E%3Cpath%20d%3D%22M11.635%206.587a1.63%201.63%200%200%200-.868-.332c-.309-.023-.6.042-.865.137c-.482.173-1.04.513-1.656.887l-.063.039c-.357.217-.707.441-1.022.662c-.357.251-.74.548-1.12.857l-.048.04c-.63.514-1.178.96-1.558%201.403c-.422.491-.685%201.03-.685%201.72s.263%201.229.685%201.72c.38.442.928.889%201.558%201.403l.048.04c.38.309.763.606%201.12.857c.315.22.665.445%201.022.662l.063.039c.616.374%201.174.714%201.656.887c.264.095.556.16.865.137c.322-.024.612-.14.868-.332c.519-.39.736-.959.853-1.56c.112-.58.155-1.33.207-2.228l.003-.054A28%2028%200%200%200%2012.75%2012c0-.489-.02-1.028-.052-1.571l-.003-.054c-.052-.899-.095-1.649-.207-2.227c-.117-.602-.334-1.171-.853-1.56%22%2F%3E%3Cpath%20d%3D%22M19.135%206.587a1.63%201.63%200%200%200-.868-.332c-.309-.023-.6.042-.865.137c-.483.173-1.04.513-1.656.887l-.063.039c-.357.217-.707.441-1.022.662c-.357.251-.74.548-1.12.857l-.048.04c-.63.514-1.178.96-1.558%201.403c-.422.491-.685%201.03-.685%201.72s.263%201.229.685%201.72c.38.442.928.889%201.558%201.403l.048.04c.38.309.762.606%201.12.857c.315.22.665.445%201.022.662l.063.039c.616.374%201.173.714%201.656.887c.264.095.556.16.865.137c.323-.024.612-.14.868-.332c.519-.39.736-.959.853-1.56c.112-.58.155-1.33.207-2.228l.003-.054A28%2028%200%200%200%2020.25%2012c0-.489-.02-1.028-.052-1.571l-.003-.054c-.052-.899-.095-1.649-.207-2.227c-.117-.602-.334-1.171-.853-1.56%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-solid.svg?color=%231a73e8&size=48

Rewind solid icon — Myna UI Icons · IconsDB