diagram project icon
diagram-project from Keyline Icons by Keyline Icons · Stroke · MIT Free for personal and commercial use.
- Name
- diagram-project
- 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 project 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 3L9 3C9.5523 3 10 3.4477 10 4L10 7C10 7.5523 9.5523 8 9 8L4 8C3.4477 8 3 7.5523 3 7L3 4C3 3.4477 3.4477 3 4 3ZM15 3L20 3C20.5523 3 21 3.4477 21 4L21 7C21 7.5523 20.5523 8 20 8L15 8C14.4477 8 14 7.5523 14 7L14 4C14 3.4477 14.4477 3 15 3ZM9.5 16L14.5 16C15.0523 16 15.5 16.4477 15.5 17L15.5 20C15.5 20.5523 15.0523 21 14.5 21L9.5 21C8.9477 21 8.5 20.5523 8.5 20L8.5 17C8.5 16.4477 8.9477 16 9.5 16ZM10 5.5L14 5.5M6.5 8L6.5 11C6.5 11.5523 6.9477 12 7.5 12L11 12C11.5523 12 12 12.4477 12 13L12 16"/></svg>
React
import type { SVGProps } from "react";
export function KeylineIconsDiagramProject(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 3L9 3C9.5523 3 10 3.4477 10 4L10 7C10 7.5523 9.5523 8 9 8L4 8C3.4477 8 3 7.5523 3 7L3 4C3 3.4477 3.4477 3 4 3ZM15 3L20 3C20.5523 3 21 3.4477 21 4L21 7C21 7.5523 20.5523 8 20 8L15 8C14.4477 8 14 7.5523 14 7L14 4C14 3.4477 14.4477 3 15 3ZM9.5 16L14.5 16C15.0523 16 15.5 16.4477 15.5 17L15.5 20C15.5 20.5523 15.0523 21 14.5 21L9.5 21C8.9477 21 8.5 20.5523 8.5 20L8.5 17C8.5 16.4477 8.9477 16 9.5 16ZM10 5.5L14 5.5M6.5 8L6.5 11C6.5 11.5523 6.9477 12 7.5 12L11 12C11.5523 12 12 12.4477 12 13L12 16"/></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 3L9 3C9.5523 3 10 3.4477 10 4L10 7C10 7.5523 9.5523 8 9 8L4 8C3.4477 8 3 7.5523 3 7L3 4C3 3.4477 3.4477 3 4 3ZM15 3L20 3C20.5523 3 21 3.4477 21 4L21 7C21 7.5523 20.5523 8 20 8L15 8C14.4477 8 14 7.5523 14 7L14 4C14 3.4477 14.4477 3 15 3ZM9.5 16L14.5 16C15.0523 16 15.5 16.4477 15.5 17L15.5 20C15.5 20.5523 15.0523 21 14.5 21L9.5 21C8.9477 21 8.5 20.5523 8.5 20L8.5 17C8.5 16.4477 8.9477 16 9.5 16ZM10 5.5L14 5.5M6.5 8L6.5 11C6.5 11.5523 6.9477 12 7.5 12L11 12C11.5523 12 12 12.4477 12 13L12 16"/></svg> </template>
CSS
.icon-diagram-project {
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%203L9%203C9.5523%203%2010%203.4477%2010%204L10%207C10%207.5523%209.5523%208%209%208L4%208C3.4477%208%203%207.5523%203%207L3%204C3%203.4477%203.4477%203%204%203ZM15%203L20%203C20.5523%203%2021%203.4477%2021%204L21%207C21%207.5523%2020.5523%208%2020%208L15%208C14.4477%208%2014%207.5523%2014%207L14%204C14%203.4477%2014.4477%203%2015%203ZM9.5%2016L14.5%2016C15.0523%2016%2015.5%2016.4477%2015.5%2017L15.5%2020C15.5%2020.5523%2015.0523%2021%2014.5%2021L9.5%2021C8.9477%2021%208.5%2020.5523%208.5%2020L8.5%2017C8.5%2016.4477%208.9477%2016%209.5%2016ZM10%205.5L14%205.5M6.5%208L6.5%2011C6.5%2011.5523%206.9477%2012%207.5%2012L11%2012C11.5523%2012%2012%2012.4477%2012%2013L12%2016%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%203L9%203C9.5523%203%2010%203.4477%2010%204L10%207C10%207.5523%209.5523%208%209%208L4%208C3.4477%208%203%207.5523%203%207L3%204C3%203.4477%203.4477%203%204%203ZM15%203L20%203C20.5523%203%2021%203.4477%2021%204L21%207C21%207.5523%2020.5523%208%2020%208L15%208C14.4477%208%2014%207.5523%2014%207L14%204C14%203.4477%2014.4477%203%2015%203ZM9.5%2016L14.5%2016C15.0523%2016%2015.5%2016.4477%2015.5%2017L15.5%2020C15.5%2020.5523%2015.0523%2021%2014.5%2021L9.5%2021C8.9477%2021%208.5%2020.5523%208.5%2020L8.5%2017C8.5%2016.4477%208.9477%2016%209.5%2016ZM10%205.5L14%205.5M6.5%208L6.5%2011C6.5%2011.5523%206.9477%2012%207.5%2012L11%2012C11.5523%2012%2012%2012.4477%2012%2013L12%2016%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/keyline-icons/diagram-project.svg?color=%231a73e8&size=48