backward icon

backward from Reicon by REICON · Outline · UI · MIT Free for personal and commercial use.

Name
backward
Set
Reicon
Style
Outline
Category
UI
Viewbox
24×24
License
MIT

1 other variant in Reicon

The same icon in other sets

All backward icons →

More ui icons from Reicon

Use the backward 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="M9.044 5.186c1.556-1.104 3.71.009 3.71 1.917v2.545l6.29-4.462c1.556-1.104 3.71.009 3.71 1.917v9.796c0 1.908-2.154 3.02-3.71 1.917l-6.29-4.463V16.9c0 1.908-2.154 3.02-3.71 1.917L2.312 14.04a2.5 2.5 0 0 1 0-4.078zm2.21 1.917a.85.85 0 0 0-1.342-.694L3.18 11.185a1 1 0 0 0 0 1.631l6.732 4.776a.85.85 0 0 0 1.342-.693zm10 0a.85.85 0 0 0-1.342-.694l-6.732 4.776a1 1 0 0 0 0 1.631l6.732 4.776a.85.85 0 0 0 1.342-.693z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function ReiconBackward(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="M9.044 5.186c1.556-1.104 3.71.009 3.71 1.917v2.545l6.29-4.462c1.556-1.104 3.71.009 3.71 1.917v9.796c0 1.908-2.154 3.02-3.71 1.917l-6.29-4.463V16.9c0 1.908-2.154 3.02-3.71 1.917L2.312 14.04a2.5 2.5 0 0 1 0-4.078zm2.21 1.917a.85.85 0 0 0-1.342-.694L3.18 11.185a1 1 0 0 0 0 1.631l6.732 4.776a.85.85 0 0 0 1.342-.693zm10 0a.85.85 0 0 0-1.342-.694l-6.732 4.776a1 1 0 0 0 0 1.631l6.732 4.776a.85.85 0 0 0 1.342-.693z" 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="M9.044 5.186c1.556-1.104 3.71.009 3.71 1.917v2.545l6.29-4.462c1.556-1.104 3.71.009 3.71 1.917v9.796c0 1.908-2.154 3.02-3.71 1.917l-6.29-4.463V16.9c0 1.908-2.154 3.02-3.71 1.917L2.312 14.04a2.5 2.5 0 0 1 0-4.078zm2.21 1.917a.85.85 0 0 0-1.342-.694L3.18 11.185a1 1 0 0 0 0 1.631l6.732 4.776a.85.85 0 0 0 1.342-.693zm10 0a.85.85 0 0 0-1.342-.694l-6.732 4.776a1 1 0 0 0 0 1.631l6.732 4.776a.85.85 0 0 0 1.342-.693z" clip-rule="evenodd"/></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%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M9.044%205.186c1.556-1.104%203.71.009%203.71%201.917v2.545l6.29-4.462c1.556-1.104%203.71.009%203.71%201.917v9.796c0%201.908-2.154%203.02-3.71%201.917l-6.29-4.463V16.9c0%201.908-2.154%203.02-3.71%201.917L2.312%2014.04a2.5%202.5%200%200%201%200-4.078zm2.21%201.917a.85.85%200%200%200-1.342-.694L3.18%2011.185a1%201%200%200%200%200%201.631l6.732%204.776a.85.85%200%200%200%201.342-.693zm10%200a.85.85%200%200%200-1.342-.694l-6.732%204.776a1%201%200%200%200%200%201.631l6.732%204.776a.85.85%200%200%200%201.342-.693z%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%22M9.044%205.186c1.556-1.104%203.71.009%203.71%201.917v2.545l6.29-4.462c1.556-1.104%203.71.009%203.71%201.917v9.796c0%201.908-2.154%203.02-3.71%201.917l-6.29-4.463V16.9c0%201.908-2.154%203.02-3.71%201.917L2.312%2014.04a2.5%202.5%200%200%201%200-4.078zm2.21%201.917a.85.85%200%200%200-1.342-.694L3.18%2011.185a1%201%200%200%200%200%201.631l6.732%204.776a.85.85%200%200%200%201.342-.693zm10%200a.85.85%200%200%200-1.342-.694l-6.732%204.776a1%201%200%200%200%200%201.631l6.732%204.776a.85.85%200%200%200%201.342-.693z%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.svg?color=%231a73e8&size=48