skip back icon

skip-back-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.

Name
skip-back-light
Set
Phosphor
Style
Light
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Related icons in Phosphor

Use the skip back icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M198.84 35.77a14 14 0 0 0-14.21.37L62 112.83V40a6 6 0 0 0-12 0v176a6 6 0 0 0 12 0v-72.84l122.63 76.7a14 14 0 0 0 14.21.37a13.69 13.69 0 0 0 7.16-12.11V47.88a13.69 13.69 0 0 0-7.16-12.11M194 208.12a1.79 1.79 0 0 1-1 1.62a2 2 0 0 1-2-.05L62.88 129.56a1.82 1.82 0 0 1 0-3.12L191 46.31a2 2 0 0 1 1-.31a2.1 2.1 0 0 1 1 .26a1.79 1.79 0 0 1 1 1.62Z"/></svg>

React

import type { SVGProps } from "react";

export function PhSkipBackLight(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M198.84 35.77a14 14 0 0 0-14.21.37L62 112.83V40a6 6 0 0 0-12 0v176a6 6 0 0 0 12 0v-72.84l122.63 76.7a14 14 0 0 0 14.21.37a13.69 13.69 0 0 0 7.16-12.11V47.88a13.69 13.69 0 0 0-7.16-12.11M194 208.12a1.79 1.79 0 0 1-1 1.62a2 2 0 0 1-2-.05L62.88 129.56a1.82 1.82 0 0 1 0-3.12L191 46.31a2 2 0 0 1 1-.31a2.1 2.1 0 0 1 1 .26a1.79 1.79 0 0 1 1 1.62Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M198.84 35.77a14 14 0 0 0-14.21.37L62 112.83V40a6 6 0 0 0-12 0v176a6 6 0 0 0 12 0v-72.84l122.63 76.7a14 14 0 0 0 14.21.37a13.69 13.69 0 0 0 7.16-12.11V47.88a13.69 13.69 0 0 0-7.16-12.11M194 208.12a1.79 1.79 0 0 1-1 1.62a2 2 0 0 1-2-.05L62.88 129.56a1.82 1.82 0 0 1 0-3.12L191 46.31a2 2 0 0 1 1-.31a2.1 2.1 0 0 1 1 .26a1.79 1.79 0 0 1 1 1.62Z"/></svg>
</template>

CSS

.icon-skip-back-light {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M198.84%2035.77a14%2014%200%200%200-14.21.37L62%20112.83V40a6%206%200%200%200-12%200v176a6%206%200%200%200%2012%200v-72.84l122.63%2076.7a14%2014%200%200%200%2014.21.37a13.69%2013.69%200%200%200%207.16-12.11V47.88a13.69%2013.69%200%200%200-7.16-12.11M194%20208.12a1.79%201.79%200%200%201-1%201.62a2%202%200%200%201-2-.05L62.88%20129.56a1.82%201.82%200%200%201%200-3.12L191%2046.31a2%202%200%200%201%201-.31a2.1%202.1%200%200%201%201%20.26a1.79%201.79%200%200%201%201%201.62Z%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M198.84%2035.77a14%2014%200%200%200-14.21.37L62%20112.83V40a6%206%200%200%200-12%200v176a6%206%200%200%200%2012%200v-72.84l122.63%2076.7a14%2014%200%200%200%2014.21.37a13.69%2013.69%200%200%200%207.16-12.11V47.88a13.69%2013.69%200%200%200-7.16-12.11M194%20208.12a1.79%201.79%200%200%201-1%201.62a2%202%200%200%201-2-.05L62.88%20129.56a1.82%201.82%200%200%201%200-3.12L191%2046.31a2%202%200%200%201%201-.31a2.1%202.1%200%200%201%201%20.26a1.79%201.79%200%200%201%201%201.62Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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