Huji Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Huji 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/327216.svg" alt="Huji icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327216.svg" alt="Huji icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327216.svg" alt="Huji icon" :width="24" :height="24" />
CSS background
.icon-huji {
background-image: url('https://proicons.com/icon/327216.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c,.d{fill:none;stroke:#000;stroke-linejoin:round;}.d{stroke-linecap:round;}</style></defs><path class="d" d="M22.3561,15.0564v5.8632c.001,1.6039,1.302,2.9034,2.9059,2.9024,1.6026-.001,2.9015-1.2999,2.9024-2.9024v-5.8632M13.5888,19.4237h5.8084M19.3971,15.0564v8.7673M13.5888,15.0564v8.7673M31.1235,15.0564v6.9591c0,1.3217-.6685,2.4866-1.6855,3.1771M34.4112,15.0564v8.7673"/><path class="c" d="M38.5,5.5H9.5c-2.2091,0-4,1.7909-4,4v29c0,2.2091,1.7909,4,4,4h29c2.2091,0,4-1.7909,4-4V9.5c0-2.2091-1.7909-4-4-4Z"/><path class="d" d="M5.5,30.5h37M42.5,34.5H5.5"/></svg>
Copied!