skip backward icon

skip-backward from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.

Name
skip-backward
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT

The same icon in other sets

Related icons in IonIcons

Use the skip backward icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M75.7 96h8.1c6.7 0 12.2 5 12.2 11.7v113.5L283.1 98.7c2.5-1.7 5.1-2.3 8.1-2.3 8.3 0 15.4 7 15.4 17v63.1l118.5-78.2c2.5-1.7 5-2.3 8.1-2.3 8.3 0 14.9 7.4 14.9 17.4v286c0 10-6.7 16.5-15 16.5-3.1 0-5.4-1.2-8.2-2.9l-118.3-77.6v64c0 10-7.2 16.5-15.5 16.5-3.1 0-5.5-1.2-8.2-2.9L96 290.8v113c0 6.7-5.4 12.2-12.2 12.2h-8.1C69 416 64 410.5 64 403.8V107.7C64 101 68.9 96 75.7 96z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonSkipBackward(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M75.7 96h8.1c6.7 0 12.2 5 12.2 11.7v113.5L283.1 98.7c2.5-1.7 5.1-2.3 8.1-2.3 8.3 0 15.4 7 15.4 17v63.1l118.5-78.2c2.5-1.7 5-2.3 8.1-2.3 8.3 0 14.9 7.4 14.9 17.4v286c0 10-6.7 16.5-15 16.5-3.1 0-5.4-1.2-8.2-2.9l-118.3-77.6v64c0 10-7.2 16.5-15.5 16.5-3.1 0-5.5-1.2-8.2-2.9L96 290.8v113c0 6.7-5.4 12.2-12.2 12.2h-8.1C69 416 64 410.5 64 403.8V107.7C64 101 68.9 96 75.7 96z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M75.7 96h8.1c6.7 0 12.2 5 12.2 11.7v113.5L283.1 98.7c2.5-1.7 5.1-2.3 8.1-2.3 8.3 0 15.4 7 15.4 17v63.1l118.5-78.2c2.5-1.7 5-2.3 8.1-2.3 8.3 0 14.9 7.4 14.9 17.4v286c0 10-6.7 16.5-15 16.5-3.1 0-5.4-1.2-8.2-2.9l-118.3-77.6v64c0 10-7.2 16.5-15.5 16.5-3.1 0-5.5-1.2-8.2-2.9L96 290.8v113c0 6.7-5.4 12.2-12.2 12.2h-8.1C69 416 64 410.5 64 403.8V107.7C64 101 68.9 96 75.7 96z" fill="currentColor"/></svg>
</template>

CSS

.icon-skip-backward {
  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%20512%20512%22%3E%3Cpath%20d%3D%22M75.7%2096h8.1c6.7%200%2012.2%205%2012.2%2011.7v113.5L283.1%2098.7c2.5-1.7%205.1-2.3%208.1-2.3%208.3%200%2015.4%207%2015.4%2017v63.1l118.5-78.2c2.5-1.7%205-2.3%208.1-2.3%208.3%200%2014.9%207.4%2014.9%2017.4v286c0%2010-6.7%2016.5-15%2016.5-3.1%200-5.4-1.2-8.2-2.9l-118.3-77.6v64c0%2010-7.2%2016.5-15.5%2016.5-3.1%200-5.5-1.2-8.2-2.9L96%20290.8v113c0%206.7-5.4%2012.2-12.2%2012.2h-8.1C69%20416%2064%20410.5%2064%20403.8V107.7C64%20101%2068.9%2096%2075.7%2096z%22%20fill%3D%22currentColor%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%20512%20512%22%3E%3Cpath%20d%3D%22M75.7%2096h8.1c6.7%200%2012.2%205%2012.2%2011.7v113.5L283.1%2098.7c2.5-1.7%205.1-2.3%208.1-2.3%208.3%200%2015.4%207%2015.4%2017v63.1l118.5-78.2c2.5-1.7%205-2.3%208.1-2.3%208.3%200%2014.9%207.4%2014.9%2017.4v286c0%2010-6.7%2016.5-15%2016.5-3.1%200-5.4-1.2-8.2-2.9l-118.3-77.6v64c0%2010-7.2%2016.5-15.5%2016.5-3.1%200-5.5-1.2-8.2-2.9L96%20290.8v113c0%206.7-5.4%2012.2-12.2%2012.2h-8.1C69%20416%2064%20410.5%2064%20403.8V107.7C64%20101%2068.9%2096%2075.7%2096z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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