backward icon

backward from Jam Icons by Michael Amprimo · Outline · MIT Free for personal and commercial use.

Name
backward
Set
Jam Icons
Style
Outline
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in Jam Icons

Use the backward icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -3 24 24"><path fill="currentColor" d="M16.51.69a1.966 1.966 0 0 1 2.814-.182c.43.386.676.942.676 1.526v13.932C20 17.089 19.107 18 18.006 18a1.98 1.98 0 0 1-1.496-.69l-6.012-6.966a2.065 2.065 0 0 1 0-2.688zm1.496 15.276V2.034L11.994 9zM6.51.69A1.966 1.966 0 0 1 9.324.508c.43.386.676.942.676 1.526v13.932C10 17.089 9.107 18 8.006 18a1.98 1.98 0 0 1-1.496-.69L.498 10.344a2.065 2.065 0 0 1 0-2.688zm1.496 15.276V2.034L1.994 9z"/></svg>

React

import type { SVGProps } from "react";

export function JamBackward(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -3 24 24"><path fill="currentColor" d="M16.51.69a1.966 1.966 0 0 1 2.814-.182c.43.386.676.942.676 1.526v13.932C20 17.089 19.107 18 18.006 18a1.98 1.98 0 0 1-1.496-.69l-6.012-6.966a2.065 2.065 0 0 1 0-2.688zm1.496 15.276V2.034L11.994 9zM6.51.69A1.966 1.966 0 0 1 9.324.508c.43.386.676.942.676 1.526v13.932C10 17.089 9.107 18 8.006 18a1.98 1.98 0 0 1-1.496-.69L.498 10.344a2.065 2.065 0 0 1 0-2.688zm1.496 15.276V2.034L1.994 9z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -3 24 24"><path fill="currentColor" d="M16.51.69a1.966 1.966 0 0 1 2.814-.182c.43.386.676.942.676 1.526v13.932C20 17.089 19.107 18 18.006 18a1.98 1.98 0 0 1-1.496-.69l-6.012-6.966a2.065 2.065 0 0 1 0-2.688zm1.496 15.276V2.034L11.994 9zM6.51.69A1.966 1.966 0 0 1 9.324.508c.43.386.676.942.676 1.526v13.932C10 17.089 9.107 18 8.006 18a1.98 1.98 0 0 1-1.496-.69L.498 10.344a2.065 2.065 0 0 1 0-2.688zm1.496 15.276V2.034L1.994 9z"/></svg>
</template>

CSS

.icon-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%22-2%20-3%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.51.69a1.966%201.966%200%200%201%202.814-.182c.43.386.676.942.676%201.526v13.932C20%2017.089%2019.107%2018%2018.006%2018a1.98%201.98%200%200%201-1.496-.69l-6.012-6.966a2.065%202.065%200%200%201%200-2.688zm1.496%2015.276V2.034L11.994%209zM6.51.69A1.966%201.966%200%200%201%209.324.508c.43.386.676.942.676%201.526v13.932C10%2017.089%209.107%2018%208.006%2018a1.98%201.98%200%200%201-1.496-.69L.498%2010.344a2.065%202.065%200%200%201%200-2.688zm1.496%2015.276V2.034L1.994%209z%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%22-2%20-3%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.51.69a1.966%201.966%200%200%201%202.814-.182c.43.386.676.942.676%201.526v13.932C20%2017.089%2019.107%2018%2018.006%2018a1.98%201.98%200%200%201-1.496-.69l-6.012-6.966a2.065%202.065%200%200%201%200-2.688zm1.496%2015.276V2.034L11.994%209zM6.51.69A1.966%201.966%200%200%201%209.324.508c.43.386.676.942.676%201.526v13.932C10%2017.089%209.107%2018%208.006%2018a1.98%201.98%200%200%201-1.496-.69L.498%2010.344a2.065%202.065%200%200%201%200-2.688zm1.496%2015.276V2.034L1.994%209z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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