Udbapp Pro Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Udbapp 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/334453.svg" alt="Udbapp Pro icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334453.svg" alt="Udbapp Pro icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334453.svg" alt="Udbapp Pro icon" :width="24" :height="24" />
CSS background
.icon-udbapp-pro {
background-image: url('https://proicons.com/icon/334453.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>.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="b"><path id="c" class="d" d="M18.7501,44.1175c-1.8708-.5182-1.9615-.5518-2.22-.8215-.2038-.2126-.2257-.2945-.2508-.9369-.0462-1.1815.508-4.5649.9089-5.5484.1968-.4827.3639-1.0564,1.1858-4.0713.4315-1.5826.4297-1.57.5377-3.8452.074-1.5588.1236-1.9786.367-3.1052l.2814-1.3028-.0092-3.4236c-.0051-1.883-.0071-3.5886-.0045-3.7904.0044-.3411.0499-.4188.6484-1.1086.9597-1.106.9433-1.0713.6674-1.413-.4973-.616-.5846-.7885-.7588-1.5005-.1413-.5775-.1818-.982-.1862-1.8595l-.0056-1.1215.7809-.4005.7809-.4005-.0033-1.8425c-.0037-2.0633-.044-2.3924-.3461-2.8284-.3347-.483-.2678-.8295.218-1.1298.2159-.1334.4015-.1674.915-.1674h.6442l.0863.5407c.0475.2974.1249,1.0815.1721,1.7423.1022,1.431.2443,2.1771.5711,2.9967.2954.7409.4667,1.3011.7474,2.4429.3337,1.3578.394,1.4337.8009,1.0091.1648-.172.3054-.2403.4946-.2403.2186,0,.2974-.0523.4548-.3016.2668-.4226.3665-.4881.9018-.5917.5594-.1083.6731-.1951.9895-.7557.2772-.4912.7415-.8078,1.2913-.8806.3071-.0407.4046-.013.7355.2082.2098.1403.613.5087.8959.8186.4751.5205.5218.6049.6109,1.1038.139.7779.0662,1.6529-.1733,2.0817-.3181.5696-.5286.6769-1.2954.6606-.4646-.0099-.7106.0207-.8381.1042-.1856.1216-.5029.6646-.5029.8606,0,.0606.1802.3348.4005.6093.4983.6209.5116.8231.1001,1.5263-.6932,1.1848-1.0525,1.3524-3.0802,1.4367-1.4041.0584-1.4225.0658-1.4246.5784-.0007.1673-.1049.4835-.2473.7503l-.2461.4611-.0421,2.9347c-.0471,3.2836.0018,3.9539.3635,4.9775.1658.4693.32,1.2163.4961,2.4032.2486,1.6757.2736,1.7733.9245,3.6049.907,2.5525,2.3831,6.2984,2.5579,6.4916.2448.2706.9663.2172,1.7308-.128.7949-.3589,1.1387-.3561,1.1745.0093.0578.5912-.2234.8128-2.6129,2.0588-1.0945.5708-1.262.6352-1.55.5966-.4325-.058-.6774-.303-.9971-.9977-.2203-.4787-.3001-.5808-.4543-.5808-.429,0-.3578.1586-3.3302-7.41-.2249-.5726-.4698-1.128-.5442-1.2341l-.1352-.1929-.1852.2323c-.2753.3452-1.1079,3.0951-1.8657,6.1617-.2178.8812-.4841,1.8704-.5919,2.1982l-.196.596.2112.2094c.1162.1151.616.4589,1.1108.7639,1.109.6836,1.1832.81.6153,1.0473-.419.1751-.772.1307-2.2759-.2858h0Z"/></g></svg>
Copied!