fast rewind icon

fast-rewind-line from MingCute Icon by MingCute Design · Line · Apache-2.0 Free for personal and commercial use.

Name
fast-rewind-line
Set
MingCute Icon
Style
Line
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

The same icon in other sets

Related icons in MingCute Icon

Use the fast rewind icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-width="2" d="M11.612 6.863a.328.328 0 0 0-.468-.263c-.704.327-2.25 1.09-4.206 2.313A41 41 0 0 0 2.94 11.74a.33.33 0 0 0 0 .514c.58.473 1.966 1.553 4 2.825c1.982 1.24 3.51 1.993 4.206 2.316a.328.328 0 0 0 .467-.263c.09-.804.258-2.645.258-5.135s-.168-4.329-.258-5.134Z"/><path fill="none" stroke="currentColor" stroke-width="2" d="M20.612 6.863a.328.328 0 0 0-.468-.263c-.704.327-2.25 1.09-4.206 2.313a41 41 0 0 0-3.999 2.827a.33.33 0 0 0 0 .514c.58.473 1.966 1.553 4 2.825c1.982 1.24 3.51 1.993 4.205 2.316a.328.328 0 0 0 .468-.263c.09-.804.258-2.645.258-5.135s-.168-4.329-.258-5.134Z"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteFastRewindLine(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeWidth="2" d="M11.612 6.863a.328.328 0 0 0-.468-.263c-.704.327-2.25 1.09-4.206 2.313A41 41 0 0 0 2.94 11.74a.33.33 0 0 0 0 .514c.58.473 1.966 1.553 4 2.825c1.982 1.24 3.51 1.993 4.206 2.316a.328.328 0 0 0 .467-.263c.09-.804.258-2.645.258-5.135s-.168-4.329-.258-5.134Z"/><path fill="none" stroke="currentColor" strokeWidth="2" d="M20.612 6.863a.328.328 0 0 0-.468-.263c-.704.327-2.25 1.09-4.206 2.313a41 41 0 0 0-3.999 2.827a.33.33 0 0 0 0 .514c.58.473 1.966 1.553 4 2.825c1.982 1.24 3.51 1.993 4.205 2.316a.328.328 0 0 0 .468-.263c.09-.804.258-2.645.258-5.135s-.168-4.329-.258-5.134Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-width="2" d="M11.612 6.863a.328.328 0 0 0-.468-.263c-.704.327-2.25 1.09-4.206 2.313A41 41 0 0 0 2.94 11.74a.33.33 0 0 0 0 .514c.58.473 1.966 1.553 4 2.825c1.982 1.24 3.51 1.993 4.206 2.316a.328.328 0 0 0 .467-.263c.09-.804.258-2.645.258-5.135s-.168-4.329-.258-5.134Z"/><path fill="none" stroke="currentColor" stroke-width="2" d="M20.612 6.863a.328.328 0 0 0-.468-.263c-.704.327-2.25 1.09-4.206 2.313a41 41 0 0 0-3.999 2.827a.33.33 0 0 0 0 .514c.58.473 1.966 1.553 4 2.825c1.982 1.24 3.51 1.993 4.205 2.316a.328.328 0 0 0 .468-.263c.09-.804.258-2.645.258-5.135s-.168-4.329-.258-5.134Z"/></svg>
</template>

CSS

.icon-fast-rewind-line {
  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%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%222%22%20d%3D%22M11.612%206.863a.328.328%200%200%200-.468-.263c-.704.327-2.25%201.09-4.206%202.313A41%2041%200%200%200%202.94%2011.74a.33.33%200%200%200%200%20.514c.58.473%201.966%201.553%204%202.825c1.982%201.24%203.51%201.993%204.206%202.316a.328.328%200%200%200%20.467-.263c.09-.804.258-2.645.258-5.135s-.168-4.329-.258-5.134Z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%222%22%20d%3D%22M20.612%206.863a.328.328%200%200%200-.468-.263c-.704.327-2.25%201.09-4.206%202.313a41%2041%200%200%200-3.999%202.827a.33.33%200%200%200%200%20.514c.58.473%201.966%201.553%204%202.825c1.982%201.24%203.51%201.993%204.205%202.316a.328.328%200%200%200%20.468-.263c.09-.804.258-2.645.258-5.135s-.168-4.329-.258-5.134Z%22%2F%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%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%222%22%20d%3D%22M11.612%206.863a.328.328%200%200%200-.468-.263c-.704.327-2.25%201.09-4.206%202.313A41%2041%200%200%200%202.94%2011.74a.33.33%200%200%200%200%20.514c.58.473%201.966%201.553%204%202.825c1.982%201.24%203.51%201.993%204.206%202.316a.328.328%200%200%200%20.467-.263c.09-.804.258-2.645.258-5.135s-.168-4.329-.258-5.134Z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%222%22%20d%3D%22M20.612%206.863a.328.328%200%200%200-.468-.263c-.704.327-2.25%201.09-4.206%202.313a41%2041%200%200%200-3.999%202.827a.33.33%200%200%200%200%20.514c.58.473%201.966%201.553%204%202.825c1.982%201.24%203.51%201.993%204.205%202.316a.328.328%200%200%200%20.468-.263c.09-.804.258-2.645.258-5.135s-.168-4.329-.258-5.134Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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