Global Header Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Global Header icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/321063.svg" alt="Global Header icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/321063.svg" alt="Global Header icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/321063.svg" alt="Global Header icon" :width="24" :height="24" />
CSS background
.icon-global-header {
background-image: url('https://proicons.com/icon/321063.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="320" height="180" viewBox="0 0 320 180" fill="none" xmlns="http://www.w3.org/2000/svg"> <rect x="60" y="38" width="200" height="110" fill="white" stroke="#C6C6C6"/> <rect x="60" y="32" width="200" height="16" fill="#161616"/> <path fill-rule="evenodd" clip-rule="evenodd" d="M60 47H260V47.6122V48H60V47Z" fill="#6F6F6F"/> <rect x="119" y="46" width="26" height="1" fill="#78A9FF"/> <rect x="94" y="38.5" width="22" height="3" fill="#C6C6C6"/> <rect x="67" y="38.5" width="22" height="3" fill="#C6C6C6"/> <rect x="121" y="38.5" width="22" height="3" fill="#C6C6C6"/> <rect x="239" y="37" width="5" height="5" fill="#C6C6C6"/> <rect x="249" y="37" width="5" height="5" fill="#C6C6C6"/> <g filter="url(#filter0_d_0_1069)"> <rect x="117" y="48" width="45" height="27" fill="#262626"/> </g> <rect x="121" y="50.5" width="22" height="2" fill="#C6C6C6"/> <rect x="121" y="68.5" width="22" height="2" fill="#C6C6C6"/> <rect x="117" y="57" width="45" height="9" fill="#525252"/> <rect x="121" y="59.5" width="22" height="2" fill="#F4F4F4"/> <defs> <filter id="filter0_d_0_1069" x="113" y="46" width="53" height="35" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"> <feFlood flood-opacity="0" result="BackgroundImageFix"/> <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/> <feOffset dy="2"/> <feGaussianBlur stdDeviation="2"/> <feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.3 0"/> <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_0_1069"/> <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_0_1069" result="shape"/> </filter> </defs> </svg>
Copied!