backward item2 icon

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

Name
backward-item2-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 item2 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M22 5.15v2.7c0 2.25-.9 3.15-3.15 3.15h-2.7C13.9 11 13 10.1 13 7.85v-2.7C13 2.9 13.9 2 16.15 2h2.7C21.1 2 22 2.9 22 5.15m-11 11v2.7C11 21.1 10.1 22 7.85 22h-2.7C2.9 22 2 21.1 2 18.85v-2.7C2 13.9 2.9 13 5.15 13h2.7c2.25 0 3.15.9 3.15 3.15"/><path d="M17.38 11v2.62c0 2.69-1.07 3.76-3.76 3.76H11v-1.23C11 13.9 10.1 13 7.85 13H6.62v-2.62c0-2.69 1.07-3.76 3.76-3.76H13v1.23c0 2.25.9 3.15 3.15 3.15z"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconBackwardItem2Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M22 5.15v2.7c0 2.25-.9 3.15-3.15 3.15h-2.7C13.9 11 13 10.1 13 7.85v-2.7C13 2.9 13.9 2 16.15 2h2.7C21.1 2 22 2.9 22 5.15m-11 11v2.7C11 21.1 10.1 22 7.85 22h-2.7C2.9 22 2 21.1 2 18.85v-2.7C2 13.9 2.9 13 5.15 13h2.7c2.25 0 3.15.9 3.15 3.15"/><path d="M17.38 11v2.62c0 2.69-1.07 3.76-3.76 3.76H11v-1.23C11 13.9 10.1 13 7.85 13H6.62v-2.62c0-2.69 1.07-3.76 3.76-3.76H13v1.23c0 2.25.9 3.15 3.15 3.15z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M22 5.15v2.7c0 2.25-.9 3.15-3.15 3.15h-2.7C13.9 11 13 10.1 13 7.85v-2.7C13 2.9 13.9 2 16.15 2h2.7C21.1 2 22 2.9 22 5.15m-11 11v2.7C11 21.1 10.1 22 7.85 22h-2.7C2.9 22 2 21.1 2 18.85v-2.7C2 13.9 2.9 13 5.15 13h2.7c2.25 0 3.15.9 3.15 3.15"/><path d="M17.38 11v2.62c0 2.69-1.07 3.76-3.76 3.76H11v-1.23C11 13.9 10.1 13 7.85 13H6.62v-2.62c0-2.69 1.07-3.76 3.76-3.76H13v1.23c0 2.25.9 3.15 3.15 3.15z"/></g></svg>
</template>

CSS

.icon-backward-item2-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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M22%205.15v2.7c0%202.25-.9%203.15-3.15%203.15h-2.7C13.9%2011%2013%2010.1%2013%207.85v-2.7C13%202.9%2013.9%202%2016.15%202h2.7C21.1%202%2022%202.9%2022%205.15m-11%2011v2.7C11%2021.1%2010.1%2022%207.85%2022h-2.7C2.9%2022%202%2021.1%202%2018.85v-2.7C2%2013.9%202.9%2013%205.15%2013h2.7c2.25%200%203.15.9%203.15%203.15%22%2F%3E%3Cpath%20d%3D%22M17.38%2011v2.62c0%202.69-1.07%203.76-3.76%203.76H11v-1.23C11%2013.9%2010.1%2013%207.85%2013H6.62v-2.62c0-2.69%201.07-3.76%203.76-3.76H13v1.23c0%202.25.9%203.15%203.15%203.15z%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M22%205.15v2.7c0%202.25-.9%203.15-3.15%203.15h-2.7C13.9%2011%2013%2010.1%2013%207.85v-2.7C13%202.9%2013.9%202%2016.15%202h2.7C21.1%202%2022%202.9%2022%205.15m-11%2011v2.7C11%2021.1%2010.1%2022%207.85%2022h-2.7C2.9%2022%202%2021.1%202%2018.85v-2.7C2%2013.9%202.9%2013%205.15%2013h2.7c2.25%200%203.15.9%203.15%203.15%22%2F%3E%3Cpath%20d%3D%22M17.38%2011v2.62c0%202.69-1.07%203.76-3.76%203.76H11v-1.23C11%2013.9%2010.1%2013%207.85%2013H6.62v-2.62c0-2.69%201.07-3.76%203.76-3.76H13v1.23c0%202.25.9%203.15%203.15%203.15z%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-item2-filled.svg?color=%231a73e8&size=48

Backward Item2 filled icon — Reicon · IconsDB