backward item icon

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

Name
backward-item-filled
Set
Reicon
Style
Filled
Category
Newicons
Viewbox
24×24
License
MIT

1 other variant in Reicon

More newicons icons from Reicon

Use the backward item icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M21.25 5.15v2.7c0 1.84-.56 2.4-2.4 2.4h-2.7c-1.84 0-2.4-.56-2.4-2.4v-2.7c0-1.84.56-2.4 2.4-2.4h2.7c1.84 0 2.4.56 2.4 2.4m-11 11v2.7c0 1.84-.56 2.4-2.4 2.4h-2.7c-1.84 0-2.4-.56-2.4-2.4v-2.7c0-1.84.56-2.4 2.4-2.4h2.7c1.84 0 2.4.56 2.4 2.4"/><path d="M16.15 11.751a.48.48 0 0 1 .48.48v1.39c0 2.28-.73 3.01-3.01 3.01h-1.39a.48.48 0 0 1-.48-.48c0-2.66-1.24-3.9-3.9-3.9a.48.48 0 0 1-.48-.48v-1.39c0-2.28.73-3.01 3.01-3.01h1.39a.48.48 0 0 1 .48.48c0 2.66 1.24 3.9 3.9 3.9"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconBackwardItemFilled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M21.25 5.15v2.7c0 1.84-.56 2.4-2.4 2.4h-2.7c-1.84 0-2.4-.56-2.4-2.4v-2.7c0-1.84.56-2.4 2.4-2.4h2.7c1.84 0 2.4.56 2.4 2.4m-11 11v2.7c0 1.84-.56 2.4-2.4 2.4h-2.7c-1.84 0-2.4-.56-2.4-2.4v-2.7c0-1.84.56-2.4 2.4-2.4h2.7c1.84 0 2.4.56 2.4 2.4"/><path d="M16.15 11.751a.48.48 0 0 1 .48.48v1.39c0 2.28-.73 3.01-3.01 3.01h-1.39a.48.48 0 0 1-.48-.48c0-2.66-1.24-3.9-3.9-3.9a.48.48 0 0 1-.48-.48v-1.39c0-2.28.73-3.01 3.01-3.01h1.39a.48.48 0 0 1 .48.48c0 2.66 1.24 3.9 3.9 3.9"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M21.25 5.15v2.7c0 1.84-.56 2.4-2.4 2.4h-2.7c-1.84 0-2.4-.56-2.4-2.4v-2.7c0-1.84.56-2.4 2.4-2.4h2.7c1.84 0 2.4.56 2.4 2.4m-11 11v2.7c0 1.84-.56 2.4-2.4 2.4h-2.7c-1.84 0-2.4-.56-2.4-2.4v-2.7c0-1.84.56-2.4 2.4-2.4h2.7c1.84 0 2.4.56 2.4 2.4"/><path d="M16.15 11.751a.48.48 0 0 1 .48.48v1.39c0 2.28-.73 3.01-3.01 3.01h-1.39a.48.48 0 0 1-.48-.48c0-2.66-1.24-3.9-3.9-3.9a.48.48 0 0 1-.48-.48v-1.39c0-2.28.73-3.01 3.01-3.01h1.39a.48.48 0 0 1 .48.48c0 2.66 1.24 3.9 3.9 3.9"/></g></svg>
</template>

CSS

.icon-backward-item-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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M21.25%205.15v2.7c0%201.84-.56%202.4-2.4%202.4h-2.7c-1.84%200-2.4-.56-2.4-2.4v-2.7c0-1.84.56-2.4%202.4-2.4h2.7c1.84%200%202.4.56%202.4%202.4m-11%2011v2.7c0%201.84-.56%202.4-2.4%202.4h-2.7c-1.84%200-2.4-.56-2.4-2.4v-2.7c0-1.84.56-2.4%202.4-2.4h2.7c1.84%200%202.4.56%202.4%202.4%22%2F%3E%3Cpath%20d%3D%22M16.15%2011.751a.48.48%200%200%201%20.48.48v1.39c0%202.28-.73%203.01-3.01%203.01h-1.39a.48.48%200%200%201-.48-.48c0-2.66-1.24-3.9-3.9-3.9a.48.48%200%200%201-.48-.48v-1.39c0-2.28.73-3.01%203.01-3.01h1.39a.48.48%200%200%201%20.48.48c0%202.66%201.24%203.9%203.9%203.9%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M21.25%205.15v2.7c0%201.84-.56%202.4-2.4%202.4h-2.7c-1.84%200-2.4-.56-2.4-2.4v-2.7c0-1.84.56-2.4%202.4-2.4h2.7c1.84%200%202.4.56%202.4%202.4m-11%2011v2.7c0%201.84-.56%202.4-2.4%202.4h-2.7c-1.84%200-2.4-.56-2.4-2.4v-2.7c0-1.84.56-2.4%202.4-2.4h2.7c1.84%200%202.4.56%202.4%202.4%22%2F%3E%3Cpath%20d%3D%22M16.15%2011.751a.48.48%200%200%201%20.48.48v1.39c0%202.28-.73%203.01-3.01%203.01h-1.39a.48.48%200%200%201-.48-.48c0-2.66-1.24-3.9-3.9-3.9a.48.48%200%200%201-.48-.48v-1.39c0-2.28.73-3.01%203.01-3.01h1.39a.48.48%200%200%201%20.48.48c0%202.66%201.24%203.9%203.9%203.9%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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

Backward Item filled icon — Reicon · IconsDB