Unibuddy Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Unibuddy 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/334503.svg" alt="Unibuddy icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334503.svg" alt="Unibuddy icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334503.svg" alt="Unibuddy icon" :width="24" :height="24" />
CSS background
.icon-unibuddy {
background-image: url('https://proicons.com/icon/334503.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>.g{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="e" class="g" d="M5.5,7.4608v17.6672c.5523,5.278,2.7099,9.7225,7.3418,12.5802,4.871,3.1318,9.2559,2.8227,9.2559,2.8227l-.0237-6.4403c-4.6834-.695-7.9291-4.4991-8.3687-9.2133l8.3332-.8115-.0615-16.6048H5.5ZM15.7804,15.9052c1.0571,0,1.9141.857,1.9141,1.9141,0,1.0571-.857,1.9141-1.9141,1.9141-1.058.0012-1.9164-.8561-1.9165-1.9141,0-1.058.8584-1.9153,1.9165-1.9141Z"/><path id="f" class="g" d="M26.023,7.4608l-.0591,16.2404,8.1678-.7781c.4773,5.1133-3.2051,9.839-8.2057,11.0088l-.0237,6.5989s4.385.3091,9.2559-2.8227c4.6319-2.8577,6.7895-7.3022,7.3418-12.5802V7.4608h-16.477ZM32.2196,15.9052c1.058-.0012,1.9164.8561,1.9165,1.9141,0,1.058-.8584,1.9153-1.9165,1.9141-1.0571,0-1.9141-.857-1.9141-1.9141,0-1.0571.857-1.9141,1.9141-1.9141Z"/></svg>
Copied!