backward step icon
backward-step from Reicon by REICON · Outline · UI · MIT Free for personal and commercial use.
- Name
- backward-step
- Set
- Reicon
- Style
- Outline
- 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" fill-rule="evenodd" d="M14.044 5.18c1.556-1.104 3.71.009 3.71 1.917v9.796c0 1.908-2.154 3.02-3.71 1.917l-6.732-4.776l-.062-.045v4.51a.75.75 0 0 1-1.5 0v-13a.75.75 0 1 1 1.5 0v4.502l.062-.045zm2.21 1.917a.85.85 0 0 0-1.342-.693L8.18 11.179a1 1 0 0 0 0 1.632l6.732 4.776a.85.85 0 0 0 1.342-.694z" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function ReiconBackwardStep(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" fillRule="evenodd" d="M14.044 5.18c1.556-1.104 3.71.009 3.71 1.917v9.796c0 1.908-2.154 3.02-3.71 1.917l-6.732-4.776l-.062-.045v4.51a.75.75 0 0 1-1.5 0v-13a.75.75 0 1 1 1.5 0v4.502l.062-.045zm2.21 1.917a.85.85 0 0 0-1.342-.693L8.18 11.179a1 1 0 0 0 0 1.632l6.732 4.776a.85.85 0 0 0 1.342-.694z" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M14.044 5.18c1.556-1.104 3.71.009 3.71 1.917v9.796c0 1.908-2.154 3.02-3.71 1.917l-6.732-4.776l-.062-.045v4.51a.75.75 0 0 1-1.5 0v-13a.75.75 0 1 1 1.5 0v4.502l.062-.045zm2.21 1.917a.85.85 0 0 0-1.342-.693L8.18 11.179a1 1 0 0 0 0 1.632l6.732 4.776a.85.85 0 0 0 1.342-.694z" clip-rule="evenodd"/></svg> </template>
CSS
.icon-backward-step {
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%20fill-rule%3D%22evenodd%22%20d%3D%22M14.044%205.18c1.556-1.104%203.71.009%203.71%201.917v9.796c0%201.908-2.154%203.02-3.71%201.917l-6.732-4.776l-.062-.045v4.51a.75.75%200%200%201-1.5%200v-13a.75.75%200%201%201%201.5%200v4.502l.062-.045zm2.21%201.917a.85.85%200%200%200-1.342-.693L8.18%2011.179a1%201%200%200%200%200%201.632l6.732%204.776a.85.85%200%200%200%201.342-.694z%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M14.044%205.18c1.556-1.104%203.71.009%203.71%201.917v9.796c0%201.908-2.154%203.02-3.71%201.917l-6.732-4.776l-.062-.045v4.51a.75.75%200%200%201-1.5%200v-13a.75.75%200%201%201%201.5%200v4.502l.062-.045zm2.21%201.917a.85.85%200%200%200-1.342-.693L8.18%2011.179a1%201%200%200%200%200%201.632l6.732%204.776a.85.85%200%200%200%201.342-.694z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/backward-step.svg?color=%231a73e8&size=48