position backward icon

position-backward-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.

Name
position-backward-20-regular
Set
Fluent UI System Icons
Style
20 Regular
Viewbox
20×20
License
MIT
Aliases
backward-20-regular

3 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the position backward icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M4.5 2A2.5 2.5 0 0 0 2 4.5v6A2.5 2.5 0 0 0 4.5 13H6v-1.707L5.293 12H4.5c-.232 0-.45-.053-.647-.146L6 9.707V9.5c0-.571.137-1.11.38-1.586l-3.234 3.233A1.5 1.5 0 0 1 3 10.5v-.94L9.56 3h.94c.232 0 .45.052.647.146L7.914 6.38A3.5 3.5 0 0 1 9.5 6h.207l2.147-2.147c.094.196.146.415.146.647v.793L11.293 6H13V4.5A2.5 2.5 0 0 0 10.5 2zM3 4.5A1.5 1.5 0 0 1 4.5 3h.647L3 5.147zm0 2.06L6.56 3h1.587L3 8.147zM7 9.5A2.5 2.5 0 0 1 9.5 7h6A2.5 2.5 0 0 1 18 9.5v6a2.5 2.5 0 0 1-2.5 2.5h-6A2.5 2.5 0 0 1 7 15.5zM9.5 8A1.5 1.5 0 0 0 8 9.5v6A1.5 1.5 0 0 0 9.5 17h6a1.5 1.5 0 0 0 1.5-1.5v-6A1.5 1.5 0 0 0 15.5 8z"/></svg>

React

import type { SVGProps } from "react";

export function FluentPositionBackward20Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M4.5 2A2.5 2.5 0 0 0 2 4.5v6A2.5 2.5 0 0 0 4.5 13H6v-1.707L5.293 12H4.5c-.232 0-.45-.053-.647-.146L6 9.707V9.5c0-.571.137-1.11.38-1.586l-3.234 3.233A1.5 1.5 0 0 1 3 10.5v-.94L9.56 3h.94c.232 0 .45.052.647.146L7.914 6.38A3.5 3.5 0 0 1 9.5 6h.207l2.147-2.147c.094.196.146.415.146.647v.793L11.293 6H13V4.5A2.5 2.5 0 0 0 10.5 2zM3 4.5A1.5 1.5 0 0 1 4.5 3h.647L3 5.147zm0 2.06L6.56 3h1.587L3 8.147zM7 9.5A2.5 2.5 0 0 1 9.5 7h6A2.5 2.5 0 0 1 18 9.5v6a2.5 2.5 0 0 1-2.5 2.5h-6A2.5 2.5 0 0 1 7 15.5zM9.5 8A1.5 1.5 0 0 0 8 9.5v6A1.5 1.5 0 0 0 9.5 17h6a1.5 1.5 0 0 0 1.5-1.5v-6A1.5 1.5 0 0 0 15.5 8z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M4.5 2A2.5 2.5 0 0 0 2 4.5v6A2.5 2.5 0 0 0 4.5 13H6v-1.707L5.293 12H4.5c-.232 0-.45-.053-.647-.146L6 9.707V9.5c0-.571.137-1.11.38-1.586l-3.234 3.233A1.5 1.5 0 0 1 3 10.5v-.94L9.56 3h.94c.232 0 .45.052.647.146L7.914 6.38A3.5 3.5 0 0 1 9.5 6h.207l2.147-2.147c.094.196.146.415.146.647v.793L11.293 6H13V4.5A2.5 2.5 0 0 0 10.5 2zM3 4.5A1.5 1.5 0 0 1 4.5 3h.647L3 5.147zm0 2.06L6.56 3h1.587L3 8.147zM7 9.5A2.5 2.5 0 0 1 9.5 7h6A2.5 2.5 0 0 1 18 9.5v6a2.5 2.5 0 0 1-2.5 2.5h-6A2.5 2.5 0 0 1 7 15.5zM9.5 8A1.5 1.5 0 0 0 8 9.5v6A1.5 1.5 0 0 0 9.5 17h6a1.5 1.5 0 0 0 1.5-1.5v-6A1.5 1.5 0 0 0 15.5 8z"/></svg>
</template>

CSS

.icon-position-backward-20-regular {
  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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.5%202A2.5%202.5%200%200%200%202%204.5v6A2.5%202.5%200%200%200%204.5%2013H6v-1.707L5.293%2012H4.5c-.232%200-.45-.053-.647-.146L6%209.707V9.5c0-.571.137-1.11.38-1.586l-3.234%203.233A1.5%201.5%200%200%201%203%2010.5v-.94L9.56%203h.94c.232%200%20.45.052.647.146L7.914%206.38A3.5%203.5%200%200%201%209.5%206h.207l2.147-2.147c.094.196.146.415.146.647v.793L11.293%206H13V4.5A2.5%202.5%200%200%200%2010.5%202zM3%204.5A1.5%201.5%200%200%201%204.5%203h.647L3%205.147zm0%202.06L6.56%203h1.587L3%208.147zM7%209.5A2.5%202.5%200%200%201%209.5%207h6A2.5%202.5%200%200%201%2018%209.5v6a2.5%202.5%200%200%201-2.5%202.5h-6A2.5%202.5%200%200%201%207%2015.5zM9.5%208A1.5%201.5%200%200%200%208%209.5v6A1.5%201.5%200%200%200%209.5%2017h6a1.5%201.5%200%200%200%201.5-1.5v-6A1.5%201.5%200%200%200%2015.5%208z%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.5%202A2.5%202.5%200%200%200%202%204.5v6A2.5%202.5%200%200%200%204.5%2013H6v-1.707L5.293%2012H4.5c-.232%200-.45-.053-.647-.146L6%209.707V9.5c0-.571.137-1.11.38-1.586l-3.234%203.233A1.5%201.5%200%200%201%203%2010.5v-.94L9.56%203h.94c.232%200%20.45.052.647.146L7.914%206.38A3.5%203.5%200%200%201%209.5%206h.207l2.147-2.147c.094.196.146.415.146.647v.793L11.293%206H13V4.5A2.5%202.5%200%200%200%2010.5%202zM3%204.5A1.5%201.5%200%200%201%204.5%203h.647L3%205.147zm0%202.06L6.56%203h1.587L3%208.147zM7%209.5A2.5%202.5%200%200%201%209.5%207h6A2.5%202.5%200%200%201%2018%209.5v6a2.5%202.5%200%200%201-2.5%202.5h-6A2.5%202.5%200%200%201%207%2015.5zM9.5%208A1.5%201.5%200%200%200%208%209.5v6A1.5%201.5%200%200%200%209.5%2017h6a1.5%201.5%200%200%200%201.5-1.5v-6A1.5%201.5%200%200%200%2015.5%208z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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