Ukg Pro Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ukg Pro 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/349023.svg" alt="Ukg Pro icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349023.svg" alt="Ukg Pro icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349023.svg" alt="Ukg Pro icon" :width="24" :height="24" />
CSS background
.icon-ukg-pro {
background-image: url('https://proicons.com/icon/349023.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="d" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.e{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="e" cx="11.15" cy="9.42" r="3.92"/><circle class="e" cx="36.85" cy="9.42" r="3.92"/><path class="e" d="M24,42.5c-9.25,0-16.77-7.52-16.77-16.77v-4.02c0-2.14,1.74-3.88,3.88-3.88s3.88,1.74,3.88,3.88v4.02c0,4.96,4.04,9,9,9s9-4.04,9-9v-4.02c0-2.14,1.74-3.88,3.88-3.88s3.88,1.74,3.88,3.88v4.02c0,9.24-7.52,16.77-16.77,16.77h.02Z"/></svg>
Copied!