Hueber Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Hueber 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/327212.svg" alt="Hueber icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327212.svg" alt="Hueber icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327212.svg" alt="Hueber icon" :width="24" :height="24" />
CSS background
.icon-hueber {
background-image: url('https://proicons.com/icon/327212.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>.t{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect id="c" class="t" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><g id="d"><line id="e" class="t" x1="8.1653" y1="18.4206" x2="8.1653" y2="26.9036"/><line id="f" class="t" x1="13.7853" y1="18.4206" x2="13.7853" y2="26.9036"/><line id="g" class="t" x1="8.1653" y1="22.556" x2="13.7853" y2="22.556"/></g><g id="h"><path id="i" class="t" d="M15.2734,21.417v3.4993c0,1.1664.9543,2.1208,2.1208,2.1208h0c1.1664,0,2.1208-.9543,2.1208-2.1208v-3.4993"/><line id="j" class="t" x1="19.5149" y1="25.0223" x2="19.5149" y2="27.1431"/></g><g id="k"><path id="l" class="t" d="M37.714,23.5932c0-1.1664.9543-2.1208,2.1208-2.1208h0"/><line id="m" class="t" x1="37.714" y1="21.4724" x2="37.714" y2="27.1984"/></g><path id="n" class="t" d="M24.8546,25.9946c-.3181.6362-1.0604,1.0604-1.8026,1.0604h0c-1.1664,0-2.1208-.9543-2.1208-2.1208v-1.3785c0-1.1664.9543-2.1208,2.1208-2.1208h0c1.1664,0,2.1208.9543,2.1208,2.1208v.7423h-4.2415"/><path id="o" class="t" d="M36.0117,26.0677c-.3181.6362-1.0604,1.0604-1.8026,1.0604h0c-1.1664,0-2.1208-.9543-2.1208-2.1208v-1.3785c0-1.1664.9543-2.1208,2.1208-2.1208h0c1.1664,0,2.1208.9543,2.1208,2.1208v.7423h-4.2415"/><g id="p"><path id="q" class="t" d="M26.5121,23.3938c0-1.1664.9543-2.1208,2.1208-2.1208h0c1.1664,0,2.1208.9543,2.1208,2.1208v1.3785c0,1.1664-.9543,2.1208-2.1208,2.1208h0c-1.1664,0-2.1208-.9543-2.1208-2.1208"/><line id="r" class="t" x1="26.5121" y1="26.9991" x2="26.5121" y2="18.5161"/></g><path id="s" class="t" d="M5.5,30.3695h37"/></svg>
Copied!