skip prev icon

skip-prev from Reicon by REICON · Outline · Video · MIT Free for personal and commercial use.

Name
skip-prev
Set
Reicon
Style
Outline
Category
Video
Viewbox
24×24
License
MIT

2 other variants in Reicon

The same icon in other sets

More video icons from Reicon

Use the skip prev icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M21.14 1.804c.966.66 1.61 1.841 1.61 3.229v13.934c0 1.388-.644 2.568-1.61 3.23c-.98.669-2.275.786-3.418.048L6.933 15.277C5.783 14.535 5.25 13.235 5.25 12s.533-2.535 1.683-3.277l10.79-6.968c1.142-.738 2.437-.62 3.416.049m-.848 1.238c-.522-.358-1.162-.41-1.756-.026L7.747 9.983c-.637.41-.997 1.18-.997 2.017c0 .836.36 1.606.997 2.017l10.789 6.968c.594.383 1.234.33 1.756-.027c.535-.365.958-1.07.958-1.99V5.032c0-.921-.423-1.625-.958-1.991M2 4.25a.75.75 0 0 1 .75.75v14a.75.75 0 0 1-1.5 0V5A.75.75 0 0 1 2 4.25" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function ReiconSkipPrev(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" fillRule="evenodd" d="M21.14 1.804c.966.66 1.61 1.841 1.61 3.229v13.934c0 1.388-.644 2.568-1.61 3.23c-.98.669-2.275.786-3.418.048L6.933 15.277C5.783 14.535 5.25 13.235 5.25 12s.533-2.535 1.683-3.277l10.79-6.968c1.142-.738 2.437-.62 3.416.049m-.848 1.238c-.522-.358-1.162-.41-1.756-.026L7.747 9.983c-.637.41-.997 1.18-.997 2.017c0 .836.36 1.606.997 2.017l10.789 6.968c.594.383 1.234.33 1.756-.027c.535-.365.958-1.07.958-1.99V5.032c0-.921-.423-1.625-.958-1.991M2 4.25a.75.75 0 0 1 .75.75v14a.75.75 0 0 1-1.5 0V5A.75.75 0 0 1 2 4.25" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M21.14 1.804c.966.66 1.61 1.841 1.61 3.229v13.934c0 1.388-.644 2.568-1.61 3.23c-.98.669-2.275.786-3.418.048L6.933 15.277C5.783 14.535 5.25 13.235 5.25 12s.533-2.535 1.683-3.277l10.79-6.968c1.142-.738 2.437-.62 3.416.049m-.848 1.238c-.522-.358-1.162-.41-1.756-.026L7.747 9.983c-.637.41-.997 1.18-.997 2.017c0 .836.36 1.606.997 2.017l10.789 6.968c.594.383 1.234.33 1.756-.027c.535-.365.958-1.07.958-1.99V5.032c0-.921-.423-1.625-.958-1.991M2 4.25a.75.75 0 0 1 .75.75v14a.75.75 0 0 1-1.5 0V5A.75.75 0 0 1 2 4.25" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-skip-prev {
  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%20fill-rule%3D%22evenodd%22%20d%3D%22M21.14%201.804c.966.66%201.61%201.841%201.61%203.229v13.934c0%201.388-.644%202.568-1.61%203.23c-.98.669-2.275.786-3.418.048L6.933%2015.277C5.783%2014.535%205.25%2013.235%205.25%2012s.533-2.535%201.683-3.277l10.79-6.968c1.142-.738%202.437-.62%203.416.049m-.848%201.238c-.522-.358-1.162-.41-1.756-.026L7.747%209.983c-.637.41-.997%201.18-.997%202.017c0%20.836.36%201.606.997%202.017l10.789%206.968c.594.383%201.234.33%201.756-.027c.535-.365.958-1.07.958-1.99V5.032c0-.921-.423-1.625-.958-1.991M2%204.25a.75.75%200%200%201%20.75.75v14a.75.75%200%200%201-1.5%200V5A.75.75%200%200%201%202%204.25%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M21.14%201.804c.966.66%201.61%201.841%201.61%203.229v13.934c0%201.388-.644%202.568-1.61%203.23c-.98.669-2.275.786-3.418.048L6.933%2015.277C5.783%2014.535%205.25%2013.235%205.25%2012s.533-2.535%201.683-3.277l10.79-6.968c1.142-.738%202.437-.62%203.416.049m-.848%201.238c-.522-.358-1.162-.41-1.756-.026L7.747%209.983c-.637.41-.997%201.18-.997%202.017c0%20.836.36%201.606.997%202.017l10.789%206.968c.594.383%201.234.33%201.756-.027c.535-.365.958-1.07.958-1.99V5.032c0-.921-.423-1.625-.958-1.991M2%204.25a.75.75%200%200%201%20.75.75v14a.75.75%200%200%201-1.5%200V5A.75.75%200%200%201%202%204.25%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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

Skip Prev outline icon — Reicon · IconsDB