diagram reference icon
diagram-reference from Carbon by IBM · Outline · Organization · Apache-2.0 Free for personal and commercial use.
- Name
- diagram-reference
- Set
- Carbon
- Style
- Outline
- Category
- Organization
- Viewbox
- 32×32
- License
- Apache 2.0
More organization icons from Carbon
Use the diagram reference icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M4 20v2h4.586L2 28.586L3.414 30L10 23.414V28h2v-8z"/><path fill="currentColor" d="M15 28v-2a9.013 9.013 0 0 0 8.945-8H16a2 2 0 0 1-2-2V8.055A9.013 9.013 0 0 0 6 17H4A11.013 11.013 0 0 1 15 6a1 1 0 0 1 1 1v9h9a1 1 0 0 1 1 1a11.013 11.013 0 0 1-11 11"/><path fill="currentColor" d="M29.006 14h-9.011A1.996 1.996 0 0 1 18 12V3a1.01 1.01 0 0 1 1.02-1A11.013 11.013 0 0 1 30 12.98a1.004 1.004 0 0 1-.994 1.02M20 12h7.945A9.02 9.02 0 0 0 20 4.055Z"/></svg>
React
import type { SVGProps } from "react";
export function CarbonDiagramReference(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M4 20v2h4.586L2 28.586L3.414 30L10 23.414V28h2v-8z"/><path fill="currentColor" d="M15 28v-2a9.013 9.013 0 0 0 8.945-8H16a2 2 0 0 1-2-2V8.055A9.013 9.013 0 0 0 6 17H4A11.013 11.013 0 0 1 15 6a1 1 0 0 1 1 1v9h9a1 1 0 0 1 1 1a11.013 11.013 0 0 1-11 11"/><path fill="currentColor" d="M29.006 14h-9.011A1.996 1.996 0 0 1 18 12V3a1.01 1.01 0 0 1 1.02-1A11.013 11.013 0 0 1 30 12.98a1.004 1.004 0 0 1-.994 1.02M20 12h7.945A9.02 9.02 0 0 0 20 4.055Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M4 20v2h4.586L2 28.586L3.414 30L10 23.414V28h2v-8z"/><path fill="currentColor" d="M15 28v-2a9.013 9.013 0 0 0 8.945-8H16a2 2 0 0 1-2-2V8.055A9.013 9.013 0 0 0 6 17H4A11.013 11.013 0 0 1 15 6a1 1 0 0 1 1 1v9h9a1 1 0 0 1 1 1a11.013 11.013 0 0 1-11 11"/><path fill="currentColor" d="M29.006 14h-9.011A1.996 1.996 0 0 1 18 12V3a1.01 1.01 0 0 1 1.02-1A11.013 11.013 0 0 1 30 12.98a1.004 1.004 0 0 1-.994 1.02M20 12h7.945A9.02 9.02 0 0 0 20 4.055Z"/></svg> </template>
CSS
.icon-diagram-reference {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4%2020v2h4.586L2%2028.586L3.414%2030L10%2023.414V28h2v-8z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15%2028v-2a9.013%209.013%200%200%200%208.945-8H16a2%202%200%200%201-2-2V8.055A9.013%209.013%200%200%200%206%2017H4A11.013%2011.013%200%200%201%2015%206a1%201%200%200%201%201%201v9h9a1%201%200%200%201%201%201a11.013%2011.013%200%200%201-11%2011%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M29.006%2014h-9.011A1.996%201.996%200%200%201%2018%2012V3a1.01%201.01%200%200%201%201.02-1A11.013%2011.013%200%200%201%2030%2012.98a1.004%201.004%200%200%201-.994%201.02M20%2012h7.945A9.02%209.02%200%200%200%2020%204.055Z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4%2020v2h4.586L2%2028.586L3.414%2030L10%2023.414V28h2v-8z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15%2028v-2a9.013%209.013%200%200%200%208.945-8H16a2%202%200%200%201-2-2V8.055A9.013%209.013%200%200%200%206%2017H4A11.013%2011.013%200%200%201%2015%206a1%201%200%200%201%201%201v9h9a1%201%200%200%201%201%201a11.013%2011.013%200%200%201-11%2011%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M29.006%2014h-9.011A1.996%201.996%200%200%201%2018%2012V3a1.01%201.01%200%200%201%201.02-1A11.013%2011.013%200%200%201%2030%2012.98a1.004%201.004%200%200%201-.994%201.02M20%2012h7.945A9.02%209.02%200%200%200%2020%204.055Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/diagram-reference.svg?color=%231a73e8&size=48