skip previous icon

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

Name
skip-previous-bold
Set
Solar
Style
Bold
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"><g fill="currentColor"><path d="M8.09015 14.6474C6.30328 13.4935 6.30328 10.5065 8.09015 9.35258L18.8792 2.38548C20.6158 1.26402 22.75 2.72368 22.75 5.0329V18.9671C22.75 21.2763 20.6158 22.736 18.8792 21.6145L8.09015 14.6474Z"/><path d="M2 5C2 4.58579 2.33579 4.25 2.75 4.25C3.16421 4.25 3.5 4.58579 3.5 5V19C3.5 19.4142 3.16421 19.75 2.75 19.75C2.33579 19.75 2 19.4142 2 19V5Z"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarSkipPreviousBold(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="M8.09015 14.6474C6.30328 13.4935 6.30328 10.5065 8.09015 9.35258L18.8792 2.38548C20.6158 1.26402 22.75 2.72368 22.75 5.0329V18.9671C22.75 21.2763 20.6158 22.736 18.8792 21.6145L8.09015 14.6474Z"/><path d="M2 5C2 4.58579 2.33579 4.25 2.75 4.25C3.16421 4.25 3.5 4.58579 3.5 5V19C3.5 19.4142 3.16421 19.75 2.75 19.75C2.33579 19.75 2 19.4142 2 19V5Z"/></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="M8.09015 14.6474C6.30328 13.4935 6.30328 10.5065 8.09015 9.35258L18.8792 2.38548C20.6158 1.26402 22.75 2.72368 22.75 5.0329V18.9671C22.75 21.2763 20.6158 22.736 18.8792 21.6145L8.09015 14.6474Z"/><path d="M2 5C2 4.58579 2.33579 4.25 2.75 4.25C3.16421 4.25 3.5 4.58579 3.5 5V19C3.5 19.4142 3.16421 19.75 2.75 19.75C2.33579 19.75 2 19.4142 2 19V5Z"/></g></svg>
</template>

CSS

.icon-skip-previous-bold {
  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%22M8.09015%2014.6474C6.30328%2013.4935%206.30328%2010.5065%208.09015%209.35258L18.8792%202.38548C20.6158%201.26402%2022.75%202.72368%2022.75%205.0329V18.9671C22.75%2021.2763%2020.6158%2022.736%2018.8792%2021.6145L8.09015%2014.6474Z%22%2F%3E%3Cpath%20d%3D%22M2%205C2%204.58579%202.33579%204.25%202.75%204.25C3.16421%204.25%203.5%204.58579%203.5%205V19C3.5%2019.4142%203.16421%2019.75%202.75%2019.75C2.33579%2019.75%202%2019.4142%202%2019V5Z%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%22M8.09015%2014.6474C6.30328%2013.4935%206.30328%2010.5065%208.09015%209.35258L18.8792%202.38548C20.6158%201.26402%2022.75%202.72368%2022.75%205.0329V18.9671C22.75%2021.2763%2020.6158%2022.736%2018.8792%2021.6145L8.09015%2014.6474Z%22%2F%3E%3Cpath%20d%3D%22M2%205C2%204.58579%202.33579%204.25%202.75%204.25C3.16421%204.25%203.5%204.58579%203.5%205V19C3.5%2019.4142%203.16421%2019.75%202.75%2019.75C2.33579%2019.75%202%2019.4142%202%2019V5Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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