Uchealth Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Uchealth 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/349010.svg" alt="Uchealth icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349010.svg" alt="Uchealth icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349010.svg" alt="Uchealth icon" :width="24" :height="24" />
CSS background
.icon-uchealth {
background-image: url('https://proicons.com/icon/349010.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="M6.5,21.6369v2.7304c.0027.9128.742,1.6521,1.6548,1.6548h0c.9128-.0027,1.6521-.742,1.6548-1.6548v-2.7304"/><line class="b" x1="9.8096" y1="24.3673" x2="9.8096" y2="26.0221"/><line class="b" x1="16.7116" y1="19.4029" x2="16.7116" y2="26.0221"/><path class="b" d="M16.7116,23.2917c.0027-.9128.742-1.6521,1.6548-1.6548h0c.9128.0027,1.6521.742,1.6548,1.6548v2.7305"/><line class="b" x1="38.1904" y1="19.4029" x2="38.1904" y2="26.0221"/><path class="b" d="M38.1904,23.2917c.0027-.9128.742-1.6521,1.6548-1.6548h0c.9128.0027,1.6521.742,1.6548,1.6548v2.7305"/><line class="b" x1="35.4586" y1="20.2303" x2="35.4586" y2="26.0221"/><line class="b" x1="34.5485" y1="21.6369" x2="36.286" y2="21.6369"/><path class="b" d="M25.0174,25.1947c-.2827.5119-.8218.8291-1.4066.8274h0c-.9128-.0027-1.6521-.742-1.6548-1.6548v-1.0757c.0027-.9128.742-1.6521,1.6548-1.6548h0c.9128.0027,1.6521.742,1.6548,1.6548v.5792h-3.3096"/><path class="b" d="M32.4574,19.4029v5.7918c-.026.4309.3022.8014.7332.8274.0314.0019.0628.0019.0942,0h.2482"/><path class="b" d="M14.7477,25.1947c-.2827.5119-.8218.8291-1.4066.8274h0c-.9128-.0027-1.6521-.742-1.6548-1.6548v-1.0757c.0027-.9128.742-1.6521,1.6548-1.6548h0c.5847-.0017,1.1239.3155,1.4066.8274"/><path class="b" d="M30.4957,24.3673c-.0027.9128-.742,1.6521-1.6548,1.6548h0c-.9128-.0027-1.6521-.742-1.6548-1.6548v-1.0757c.0027-.9128.742-1.6521,1.6548-1.6548h0c.9128.0027,1.6521.742,1.6548,1.6548"/><line class="b" x1="30.4957" y1="26.0221" x2="30.4957" y2="21.6369"/><line class="b" x1="4.5" y1="29" x2="43.5" y2="29"/><path class="b" d="M43.5,35.5V12.5c0-2.2091-1.7909-4-4-4H8.5c-2.2091,0-4,1.7909-4,4v23c0,2.2091,1.7909,4,4,4h31c2.2091,0,4-1.7909,4-4Z"/></svg>
Copied!