skip previous icon

skip-previous-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.

Name
skip-previous-fill
Set
MingCute Icon
Style
Fill
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 skip previous icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.43 5.863A1.332 1.332 0 0 0 18.583 4.8c-.848.36-2.88 1.271-5.479 2.771s-4.405 2.806-5.14 3.36a1.332 1.332 0 0 0 0 2.13c.728.55 2.51 1.838 5.141 3.357s4.639 2.419 5.48 2.775a1.332 1.332 0 0 0 1.843-1.065c.113-.911.341-3.12.341-6.133c0-3.01-.228-5.218-.34-6.13M5 5a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1z"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteSkipPreviousFill(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.43 5.863A1.332 1.332 0 0 0 18.583 4.8c-.848.36-2.88 1.271-5.479 2.771s-4.405 2.806-5.14 3.36a1.332 1.332 0 0 0 0 2.13c.728.55 2.51 1.838 5.141 3.357s4.639 2.419 5.48 2.775a1.332 1.332 0 0 0 1.843-1.065c.113-.911.341-3.12.341-6.133c0-3.01-.228-5.218-.34-6.13M5 5a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.43 5.863A1.332 1.332 0 0 0 18.583 4.8c-.848.36-2.88 1.271-5.479 2.771s-4.405 2.806-5.14 3.36a1.332 1.332 0 0 0 0 2.13c.728.55 2.51 1.838 5.141 3.357s4.639 2.419 5.48 2.775a1.332 1.332 0 0 0 1.843-1.065c.113-.911.341-3.12.341-6.133c0-3.01-.228-5.218-.34-6.13M5 5a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1z"/></svg>
</template>

CSS

.icon-skip-previous-fill {
  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%22currentColor%22%20d%3D%22M20.43%205.863A1.332%201.332%200%200%200%2018.583%204.8c-.848.36-2.88%201.271-5.479%202.771s-4.405%202.806-5.14%203.36a1.332%201.332%200%200%200%200%202.13c.728.55%202.51%201.838%205.141%203.357s4.639%202.419%205.48%202.775a1.332%201.332%200%200%200%201.843-1.065c.113-.911.341-3.12.341-6.133c0-3.01-.228-5.218-.34-6.13M5%205a1%201%200%200%200-1%201v12a1%201%200%200%200%201%201h1a1%201%200%200%200%201-1V6a1%201%200%200%200-1-1z%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%22currentColor%22%20d%3D%22M20.43%205.863A1.332%201.332%200%200%200%2018.583%204.8c-.848.36-2.88%201.271-5.479%202.771s-4.405%202.806-5.14%203.36a1.332%201.332%200%200%200%200%202.13c.728.55%202.51%201.838%205.141%203.357s4.639%202.419%205.48%202.775a1.332%201.332%200%200%200%201.843-1.065c.113-.911.341-3.12.341-6.133c0-3.01-.228-5.218-.34-6.13M5%205a1%201%200%200%200-1%201v12a1%201%200%200%200%201%201h1a1%201%200%200%200%201-1V6a1%201%200%200%200-1-1z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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