Ubl Digital Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ubl Digital 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/334441.svg" alt="Ubl Digital icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334441.svg" alt="Ubl Digital icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334441.svg" alt="Ubl Digital icon" :width="24" :height="24" />
CSS background
.icon-ubl-digital {
background-image: url('https://proicons.com/icon/334441.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><polyline class="c" points="34.5334 18.2774 34.5334 29.7226 40.256 29.7226"/><path class="c" d="m13.1981,18.2774v7.6539c0,2.0938,1.6974,3.7912,3.7912,3.7912s3.7912-1.6974,3.7912-3.7912v-7.6539"/><path class="c" d="m28.7186,24c1.5802,0,2.8613,1.281,2.8613,2.8613s-1.281,2.8613-2.8613,2.8613h-4.7211v-11.4451h4.7211c1.5802,0,2.8613,1.281,2.8613,2.8613s-1.281,2.8613-2.8613,2.8613h0Z"/><line class="c" x1="28.7186" y1="24" x2="23.9975" y2="24"/><path class="c" d="m38.2252,13.4983c-3.3547-1.1215-7.2898-1.767-11.4981-1.767-12.2757,0-22.2271,5.4929-22.2271,12.2687s9.9514,12.2687,22.2271,12.2687c6.6946,0,12.698-1.6337,16.7729-4.2182"/><circle class="c" cx="40.1617" cy="14.2342" r="1.797"/></svg>
Copied!