reference architecture icon
reference-architecture from Carbon by IBM · Outline · Organization · Apache-2.0 Free for personal and commercial use.
- Name
- reference-architecture
- Set
- Carbon
- Style
- Outline
- Category
- Organization
- Viewbox
- 32×32
- License
- Apache 2.0
More organization icons from Carbon
Use the reference architecture icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><circle cx="18" cy="26" r="1" fill="currentColor"/><path fill="currentColor" d="M28 20c1.103 0 2-.897 2-2v-4c0-1.102-.897-2-2-2h-1V7c0-1.102-.897-2-2-2h-5V4c0-1.102-.897-2-2-2h-4c-1.103 0-2 .898-2 2v1H7c-1.103 0-2 .898-2 2v5.142c-1.72.447-3 2-3 3.858s1.28 3.41 3 3.858V25c0 1.103.897 2 2 2h7v1c0 1.103.897 2 2 2h12c1.103 0 2-.897 2-2v-4c0-1.102-.897-2-2-2h-1v-2zm0-2h-4v-4h4zM14 4h4v4h-4zm-2 3v1c0 1.103.897 2 2 2h4c1.103 0 2-.897 2-2V7h5v5h-1c-1.103 0-2 .898-2 2v1H9.858A4 4 0 0 0 7 12.142V7zm-8 9c0-1.102.897-2 2-2s2 .898 2 2s-.897 2-2 2s-2-.897-2-2m24 12H16v-4h12zm-3-6h-9c-1.103 0-2 .898-2 2v1H7v-5.142A4 4 0 0 0 9.858 17H22v1c0 1.103.897 2 2 2h1z"/></svg>
React
import type { SVGProps } from "react";
export function CarbonReferenceArchitecture(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><circle cx="18" cy="26" r="1" fill="currentColor"/><path fill="currentColor" d="M28 20c1.103 0 2-.897 2-2v-4c0-1.102-.897-2-2-2h-1V7c0-1.102-.897-2-2-2h-5V4c0-1.102-.897-2-2-2h-4c-1.103 0-2 .898-2 2v1H7c-1.103 0-2 .898-2 2v5.142c-1.72.447-3 2-3 3.858s1.28 3.41 3 3.858V25c0 1.103.897 2 2 2h7v1c0 1.103.897 2 2 2h12c1.103 0 2-.897 2-2v-4c0-1.102-.897-2-2-2h-1v-2zm0-2h-4v-4h4zM14 4h4v4h-4zm-2 3v1c0 1.103.897 2 2 2h4c1.103 0 2-.897 2-2V7h5v5h-1c-1.103 0-2 .898-2 2v1H9.858A4 4 0 0 0 7 12.142V7zm-8 9c0-1.102.897-2 2-2s2 .898 2 2s-.897 2-2 2s-2-.897-2-2m24 12H16v-4h12zm-3-6h-9c-1.103 0-2 .898-2 2v1H7v-5.142A4 4 0 0 0 9.858 17H22v1c0 1.103.897 2 2 2h1z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><circle cx="18" cy="26" r="1" fill="currentColor"/><path fill="currentColor" d="M28 20c1.103 0 2-.897 2-2v-4c0-1.102-.897-2-2-2h-1V7c0-1.102-.897-2-2-2h-5V4c0-1.102-.897-2-2-2h-4c-1.103 0-2 .898-2 2v1H7c-1.103 0-2 .898-2 2v5.142c-1.72.447-3 2-3 3.858s1.28 3.41 3 3.858V25c0 1.103.897 2 2 2h7v1c0 1.103.897 2 2 2h12c1.103 0 2-.897 2-2v-4c0-1.102-.897-2-2-2h-1v-2zm0-2h-4v-4h4zM14 4h4v4h-4zm-2 3v1c0 1.103.897 2 2 2h4c1.103 0 2-.897 2-2V7h5v5h-1c-1.103 0-2 .898-2 2v1H9.858A4 4 0 0 0 7 12.142V7zm-8 9c0-1.102.897-2 2-2s2 .898 2 2s-.897 2-2 2s-2-.897-2-2m24 12H16v-4h12zm-3-6h-9c-1.103 0-2 .898-2 2v1H7v-5.142A4 4 0 0 0 9.858 17H22v1c0 1.103.897 2 2 2h1z"/></svg> </template>
CSS
.icon-reference-architecture {
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%3Ccircle%20cx%3D%2218%22%20cy%3D%2226%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M28%2020c1.103%200%202-.897%202-2v-4c0-1.102-.897-2-2-2h-1V7c0-1.102-.897-2-2-2h-5V4c0-1.102-.897-2-2-2h-4c-1.103%200-2%20.898-2%202v1H7c-1.103%200-2%20.898-2%202v5.142c-1.72.447-3%202-3%203.858s1.28%203.41%203%203.858V25c0%201.103.897%202%202%202h7v1c0%201.103.897%202%202%202h12c1.103%200%202-.897%202-2v-4c0-1.102-.897-2-2-2h-1v-2zm0-2h-4v-4h4zM14%204h4v4h-4zm-2%203v1c0%201.103.897%202%202%202h4c1.103%200%202-.897%202-2V7h5v5h-1c-1.103%200-2%20.898-2%202v1H9.858A4%204%200%200%200%207%2012.142V7zm-8%209c0-1.102.897-2%202-2s2%20.898%202%202s-.897%202-2%202s-2-.897-2-2m24%2012H16v-4h12zm-3-6h-9c-1.103%200-2%20.898-2%202v1H7v-5.142A4%204%200%200%200%209.858%2017H22v1c0%201.103.897%202%202%202h1z%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%3Ccircle%20cx%3D%2218%22%20cy%3D%2226%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M28%2020c1.103%200%202-.897%202-2v-4c0-1.102-.897-2-2-2h-1V7c0-1.102-.897-2-2-2h-5V4c0-1.102-.897-2-2-2h-4c-1.103%200-2%20.898-2%202v1H7c-1.103%200-2%20.898-2%202v5.142c-1.72.447-3%202-3%203.858s1.28%203.41%203%203.858V25c0%201.103.897%202%202%202h7v1c0%201.103.897%202%202%202h12c1.103%200%202-.897%202-2v-4c0-1.102-.897-2-2-2h-1v-2zm0-2h-4v-4h4zM14%204h4v4h-4zm-2%203v1c0%201.103.897%202%202%202h4c1.103%200%202-.897%202-2V7h5v5h-1c-1.103%200-2%20.898-2%202v1H9.858A4%204%200%200%200%207%2012.142V7zm-8%209c0-1.102.897-2%202-2s2%20.898%202%202s-.897%202-2%202s-2-.897-2-2m24%2012H16v-4h12zm-3-6h-9c-1.103%200-2%20.898-2%202v1H7v-5.142A4%204%200%200%200%209.858%2017H22v1c0%201.103.897%202%202%202h1z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/reference-architecture.svg?color=%231a73e8&size=48