Ulogger Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ulogger 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/349036.svg" alt="Ulogger icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349036.svg" alt="Ulogger icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349036.svg" alt="Ulogger icon" :width="24" :height="24" />
CSS background
.icon-ulogger {
background-image: url('https://proicons.com/icon/349036.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M24,4.5A13.09,13.09,0,0,0,10.91,17.59c0,10.25,10,22.61,12.61,25.63a.8.8,0,0,0,1.21,0c2.55-3,12.36-15.38,12.36-25.63A13.09,13.09,0,0,0,24,4.5Z"/><path class="a" d="M19.52,11.65V19A4.48,4.48,0,0,0,24,23.52h0A4.48,4.48,0,0,0,28.48,19V11.65"/><line class="a" x1="28.48" y1="19.04" x2="28.48" y2="23.52"/><line class="a" x1="19.52" y1="19.04" x2="19.52" y2="29.26"/></svg>
Copied!