skip previous icon

skip-previous-outline from Solar by 480 Design · Outline · Video · CC-BY-4.0 Attribution required.

Name
skip-previous-outline
Set
Solar
Style
Outline
Category
Video
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

The same icon in other sets

More video icons from Solar

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" fill-rule="evenodd" d="M21.1392 1.80371C22.1058 2.46477 22.75 3.64507 22.75 5.03297V18.9672C22.75 20.3551 22.1058 21.5354 21.1392 22.1965C20.1604 22.8659 18.8652 22.9827 17.7223 22.2447L6.93329 15.2775C5.78297 14.5347 5.25 13.2342 5.25 12.0001C5.25 10.7659 5.78297 9.46544 6.93329 8.72261L17.7223 1.7555C18.8652 1.01747 20.1604 1.13428 21.1392 1.80371ZM20.2924 3.04182C19.7699 2.68448 19.1298 2.63219 18.536 3.0156L7.74702 9.98271C7.11047 10.3938 6.75 11.1637 6.75 12.0001C6.75 12.8364 7.11047 13.6064 7.74701 14.0174L18.536 20.9846C19.1298 21.368 19.7699 21.3157 20.2924 20.9583C20.8271 20.5926 21.25 19.8885 21.25 18.9672V5.03297C21.25 4.11167 20.8271 3.40753 20.2924 3.04182ZM2 4.25008C2.41421 4.25008 2.75 4.58586 2.75 5.00008V19.0001C2.75 19.4143 2.41421 19.7501 2 19.7501C1.58579 19.7501 1.25 19.4143 1.25 19.0001V5.00008C1.25 4.58586 1.58579 4.25008 2 4.25008Z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function SolarSkipPreviousOutline(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.1392 1.80371C22.1058 2.46477 22.75 3.64507 22.75 5.03297V18.9672C22.75 20.3551 22.1058 21.5354 21.1392 22.1965C20.1604 22.8659 18.8652 22.9827 17.7223 22.2447L6.93329 15.2775C5.78297 14.5347 5.25 13.2342 5.25 12.0001C5.25 10.7659 5.78297 9.46544 6.93329 8.72261L17.7223 1.7555C18.8652 1.01747 20.1604 1.13428 21.1392 1.80371ZM20.2924 3.04182C19.7699 2.68448 19.1298 2.63219 18.536 3.0156L7.74702 9.98271C7.11047 10.3938 6.75 11.1637 6.75 12.0001C6.75 12.8364 7.11047 13.6064 7.74701 14.0174L18.536 20.9846C19.1298 21.368 19.7699 21.3157 20.2924 20.9583C20.8271 20.5926 21.25 19.8885 21.25 18.9672V5.03297C21.25 4.11167 20.8271 3.40753 20.2924 3.04182ZM2 4.25008C2.41421 4.25008 2.75 4.58586 2.75 5.00008V19.0001C2.75 19.4143 2.41421 19.7501 2 19.7501C1.58579 19.7501 1.25 19.4143 1.25 19.0001V5.00008C1.25 4.58586 1.58579 4.25008 2 4.25008Z" 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.1392 1.80371C22.1058 2.46477 22.75 3.64507 22.75 5.03297V18.9672C22.75 20.3551 22.1058 21.5354 21.1392 22.1965C20.1604 22.8659 18.8652 22.9827 17.7223 22.2447L6.93329 15.2775C5.78297 14.5347 5.25 13.2342 5.25 12.0001C5.25 10.7659 5.78297 9.46544 6.93329 8.72261L17.7223 1.7555C18.8652 1.01747 20.1604 1.13428 21.1392 1.80371ZM20.2924 3.04182C19.7699 2.68448 19.1298 2.63219 18.536 3.0156L7.74702 9.98271C7.11047 10.3938 6.75 11.1637 6.75 12.0001C6.75 12.8364 7.11047 13.6064 7.74701 14.0174L18.536 20.9846C19.1298 21.368 19.7699 21.3157 20.2924 20.9583C20.8271 20.5926 21.25 19.8885 21.25 18.9672V5.03297C21.25 4.11167 20.8271 3.40753 20.2924 3.04182ZM2 4.25008C2.41421 4.25008 2.75 4.58586 2.75 5.00008V19.0001C2.75 19.4143 2.41421 19.7501 2 19.7501C1.58579 19.7501 1.25 19.4143 1.25 19.0001V5.00008C1.25 4.58586 1.58579 4.25008 2 4.25008Z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-skip-previous-outline {
  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.1392%201.80371C22.1058%202.46477%2022.75%203.64507%2022.75%205.03297V18.9672C22.75%2020.3551%2022.1058%2021.5354%2021.1392%2022.1965C20.1604%2022.8659%2018.8652%2022.9827%2017.7223%2022.2447L6.93329%2015.2775C5.78297%2014.5347%205.25%2013.2342%205.25%2012.0001C5.25%2010.7659%205.78297%209.46544%206.93329%208.72261L17.7223%201.7555C18.8652%201.01747%2020.1604%201.13428%2021.1392%201.80371ZM20.2924%203.04182C19.7699%202.68448%2019.1298%202.63219%2018.536%203.0156L7.74702%209.98271C7.11047%2010.3938%206.75%2011.1637%206.75%2012.0001C6.75%2012.8364%207.11047%2013.6064%207.74701%2014.0174L18.536%2020.9846C19.1298%2021.368%2019.7699%2021.3157%2020.2924%2020.9583C20.8271%2020.5926%2021.25%2019.8885%2021.25%2018.9672V5.03297C21.25%204.11167%2020.8271%203.40753%2020.2924%203.04182ZM2%204.25008C2.41421%204.25008%202.75%204.58586%202.75%205.00008V19.0001C2.75%2019.4143%202.41421%2019.7501%202%2019.7501C1.58579%2019.7501%201.25%2019.4143%201.25%2019.0001V5.00008C1.25%204.58586%201.58579%204.25008%202%204.25008Z%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.1392%201.80371C22.1058%202.46477%2022.75%203.64507%2022.75%205.03297V18.9672C22.75%2020.3551%2022.1058%2021.5354%2021.1392%2022.1965C20.1604%2022.8659%2018.8652%2022.9827%2017.7223%2022.2447L6.93329%2015.2775C5.78297%2014.5347%205.25%2013.2342%205.25%2012.0001C5.25%2010.7659%205.78297%209.46544%206.93329%208.72261L17.7223%201.7555C18.8652%201.01747%2020.1604%201.13428%2021.1392%201.80371ZM20.2924%203.04182C19.7699%202.68448%2019.1298%202.63219%2018.536%203.0156L7.74702%209.98271C7.11047%2010.3938%206.75%2011.1637%206.75%2012.0001C6.75%2012.8364%207.11047%2013.6064%207.74701%2014.0174L18.536%2020.9846C19.1298%2021.368%2019.7699%2021.3157%2020.2924%2020.9583C20.8271%2020.5926%2021.25%2019.8885%2021.25%2018.9672V5.03297C21.25%204.11167%2020.8271%203.40753%2020.2924%203.04182ZM2%204.25008C2.41421%204.25008%202.75%204.58586%202.75%205.00008V19.0001C2.75%2019.4143%202.41421%2019.7501%202%2019.7501C1.58579%2019.7501%201.25%2019.4143%201.25%2019.0001V5.00008C1.25%204.58586%201.58579%204.25008%202%204.25008Z%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/solar/skip-previous-outline.svg?color=%231a73e8&size=48