Uhc Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Uhc 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/349021.svg" alt="Uhc icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349021.svg" alt="Uhc icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349021.svg" alt="Uhc icon" :width="24" :height="24" />
CSS background
.icon-uhc {
background-image: url('https://proicons.com/icon/349021.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m12.8781,14.446l22.2437-9.946v27.8782c0,6.1424-4.9794,11.1218-11.1218,11.1218h0c-6.1424,0-11.1218-4.9794-11.1218-11.1218V14.446Z"/><path class="b" d="m23.4687,9.7106v21.0469c0,2.9245-2.3708,5.2953-5.2953,5.2953h0c-2.9245,0-5.2953-2.3708-5.2953-5.2953"/><path class="b" d="m27.3531,7.9737v23.0464c0,3.9971-3.2403,7.2375-7.2375,7.2375h0c-3.9971,0-7.2375-3.2403-7.2375-7.2375"/><path class="b" d="m31.2375,6.2369v25.7317c0,5.0698-4.1099,9.1797-9.1797,9.1797h0c-5.0698,0-9.1797-4.1099-9.1797-9.1797"/></svg>
Copied!