diagram predecessor icon

diagram-predecessor from Keyline Icons by Keyline Icons · Stroke · MIT Free for personal and commercial use.

Name
diagram-predecessor
Set
Keyline Icons
Style
Stroke
Viewbox
24×24
License
MIT

7 other variants in Keyline Icons

The same icon in other sets

Related icons in Keyline Icons

Use the diagram predecessor icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 16L11 16C11.5523 16 12 16.4477 12 17L12 20C12 20.5523 11.5523 21 11 21L4 21C3.4477 21 3 20.5523 3 20L3 17C3 16.4477 3.4477 16 4 16ZM4 3L20 3C20.5523 3 21 3.4477 21 4L21 7C21 7.5523 20.5523 8 20 8L4 8C3.4477 8 3 7.5523 3 7L3 4C3 3.4477 3.4477 3 4 3ZM12 18.5L17 18.5C17.5523 18.5 18 18.0523 18 17.5L18 12M16 14L18 12L20 14"/></svg>

React

import type { SVGProps } from "react";

export function KeylineIconsDiagramPredecessor(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M4 16L11 16C11.5523 16 12 16.4477 12 17L12 20C12 20.5523 11.5523 21 11 21L4 21C3.4477 21 3 20.5523 3 20L3 17C3 16.4477 3.4477 16 4 16ZM4 3L20 3C20.5523 3 21 3.4477 21 4L21 7C21 7.5523 20.5523 8 20 8L4 8C3.4477 8 3 7.5523 3 7L3 4C3 3.4477 3.4477 3 4 3ZM12 18.5L17 18.5C17.5523 18.5 18 18.0523 18 17.5L18 12M16 14L18 12L20 14"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 16L11 16C11.5523 16 12 16.4477 12 17L12 20C12 20.5523 11.5523 21 11 21L4 21C3.4477 21 3 20.5523 3 20L3 17C3 16.4477 3.4477 16 4 16ZM4 3L20 3C20.5523 3 21 3.4477 21 4L21 7C21 7.5523 20.5523 8 20 8L4 8C3.4477 8 3 7.5523 3 7L3 4C3 3.4477 3.4477 3 4 3ZM12 18.5L17 18.5C17.5523 18.5 18 18.0523 18 17.5L18 12M16 14L18 12L20 14"/></svg>
</template>

CSS

.icon-diagram-predecessor {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M4%2016L11%2016C11.5523%2016%2012%2016.4477%2012%2017L12%2020C12%2020.5523%2011.5523%2021%2011%2021L4%2021C3.4477%2021%203%2020.5523%203%2020L3%2017C3%2016.4477%203.4477%2016%204%2016ZM4%203L20%203C20.5523%203%2021%203.4477%2021%204L21%207C21%207.5523%2020.5523%208%2020%208L4%208C3.4477%208%203%207.5523%203%207L3%204C3%203.4477%203.4477%203%204%203ZM12%2018.5L17%2018.5C17.5523%2018.5%2018%2018.0523%2018%2017.5L18%2012M16%2014L18%2012L20%2014%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M4%2016L11%2016C11.5523%2016%2012%2016.4477%2012%2017L12%2020C12%2020.5523%2011.5523%2021%2011%2021L4%2021C3.4477%2021%203%2020.5523%203%2020L3%2017C3%2016.4477%203.4477%2016%204%2016ZM4%203L20%203C20.5523%203%2021%203.4477%2021%204L21%207C21%207.5523%2020.5523%208%2020%208L4%208C3.4477%208%203%207.5523%203%207L3%204C3%203.4477%203.4477%203%204%203ZM12%2018.5L17%2018.5C17.5523%2018.5%2018%2018.0523%2018%2017.5L18%2012M16%2014L18%2012L20%2014%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/keyline-icons/diagram-predecessor.svg?color=%231a73e8&size=48