Umang Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Umang 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/334486.svg" alt="Umang icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334486.svg" alt="Umang icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334486.svg" alt="Umang icon" :width="24" :height="24" />
CSS background
.icon-umang {
background-image: url('https://proicons.com/icon/334486.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{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m13.4401,30.23V8.9233c0-2.4328,1.9905-4.4233,4.4233-4.4233h12.2732c2.4328,0,4.4233,1.9905,4.4233,4.4233v16.3227"/><path class="c" d="m23.2057,31.881v-6.0064c0-1.0451.8472-1.8924,1.8924-1.8924h0c1.0451,0,1.8924.8472,1.8924,1.8924v6.2244"/><path class="c" d="m26.9904,32.099v-4.4599c0-1.0451.8472-1.8924,1.8924-1.8924h0c1.0451,0,1.8924.8472,1.8924,1.8924v4.6215"/><path class="c" d="m30.7752,32.2607v-1.9466c0-1.0451.8472-1.8924,1.8924-1.8924h0c1.0451,0,1.8924.8472,1.8924,1.8924v8.3033c0,3.294-4.6102,4.8827-9.7812,4.8827-7.0711,0-11.3387-3.2085-11.3387-10.1238,0-.8328.3582-1.7159,1.4952-1.7159,2.1197,0,.7958,5.6097,3.132,5.6097,1.6651,0,1.3536-2.5197,1.3536-4.4216v-11.1354c0-1.0451.8472-1.8924,1.8924-1.8924h0c1.0451,0,1.8924.8472,1.8924,1.8924v10.168"/><circle class="c" cx="21.3133" cy="15.8795" r="2.3148"/><line class="c" x1="20.9888" y1="8.5495" x2="27.6134" y2="8.5495"/></svg>
Copied!