backward step icon

backward-step-filled from Reicon by REICON · Filled · UI · MIT Free for personal and commercial use.

Name
backward-step-filled
Set
Reicon
Style
Filled
Category
UI
Viewbox
24×24
License
MIT

1 other variant in Reicon

The same icon in other sets

All backward step icons →

More ui icons from Reicon

Use the backward step icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.75 5.5a.75.75 0 0 1 1.5 0v4.825q.098-.087.207-.165l6.732-4.776c1.39-.986 3.315.008 3.315 1.713v9.796c0 1.705-1.925 2.7-3.315 1.713L7.457 13.83a2 2 0 0 1-.207-.165V18.5a.75.75 0 0 1-1.5 0z"/></svg>

React

import type { SVGProps } from "react";

export function ReiconBackwardStepFilled(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" d="M5.75 5.5a.75.75 0 0 1 1.5 0v4.825q.098-.087.207-.165l6.732-4.776c1.39-.986 3.315.008 3.315 1.713v9.796c0 1.705-1.925 2.7-3.315 1.713L7.457 13.83a2 2 0 0 1-.207-.165V18.5a.75.75 0 0 1-1.5 0z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.75 5.5a.75.75 0 0 1 1.5 0v4.825q.098-.087.207-.165l6.732-4.776c1.39-.986 3.315.008 3.315 1.713v9.796c0 1.705-1.925 2.7-3.315 1.713L7.457 13.83a2 2 0 0 1-.207-.165V18.5a.75.75 0 0 1-1.5 0z"/></svg>
</template>

CSS

.icon-backward-step-filled {
  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%20d%3D%22M5.75%205.5a.75.75%200%200%201%201.5%200v4.825q.098-.087.207-.165l6.732-4.776c1.39-.986%203.315.008%203.315%201.713v9.796c0%201.705-1.925%202.7-3.315%201.713L7.457%2013.83a2%202%200%200%201-.207-.165V18.5a.75.75%200%200%201-1.5%200z%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%20d%3D%22M5.75%205.5a.75.75%200%200%201%201.5%200v4.825q.098-.087.207-.165l6.732-4.776c1.39-.986%203.315.008%203.315%201.713v9.796c0%201.705-1.925%202.7-3.315%201.713L7.457%2013.83a2%202%200%200%201-.207-.165V18.5a.75.75%200%200%201-1.5%200z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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