Uc Browser Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Uc Browser 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/349006.svg" alt="Uc Browser icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349006.svg" alt="Uc Browser icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349006.svg" alt="Uc Browser icon" :width="24" :height="24" />
CSS background
.icon-uc-browser {
background-image: url('https://proicons.com/icon/349006.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="c" cx="19.5844" cy="35.2516" r="7.2484"/><path class="c" d="m29.3843,38.58s5.9849-1.0981,5.9849,3.92h-18.8453c-6.1837,0-11.1966-5.0129-11.1966-11.1966,0-2.9012,1.099-5.5488,2.9136-7.5337,3.5099-3.8396,5.1002-5.1942,5.1002-8.3748s-3.9533-5.1242-8.0138-2.6504c3.4786-6.0666,6.2468-7.2445,11.9011-7.2445s8.3047,4.7119,8.3047,8.8348c0,8.1869-13.1972,8.8937-13.1972,20.9168"/><path class="c" d="m29.3843,38.58c.7723-1.3401,1.2141-2.8948,1.2141-4.5526,0-5.043-4.0882-9.1312-9.1312-9.1312-3.2107,0-6.0343,1.6571-7.6624,4.1626"/><path class="c" d="m18.1413,25.5209c5.2715-3.706,12.5749-2.2335,17.2279,2.1839,5.3598-.9424,7.3034,2.3559,7.3034,2.3559-2.2797-.1781-5.0334.6563-6.8539,1.3437-1.173.4429-2.4939.1393-3.3361-.7896-3.5926-3.9623-9.1324-7.5859-14.3413-5.0939Z"/><path class="c" d="m22.9806,23.5733s2.7882-2.8628,8.9725-6.1758c-.2356-3.0038-.0883-4.1303,1.4136-5.0653,2.6504.67,3.1805,3.8284,3.1805,3.8284,4.8886,1.6492,6.8322,8.3047,5.0064,9.2471s-7.7406.2564-11.3527-.9804"/><circle class="c" cx="19.5844" cy="35.2516" r="2.6259"/></svg>
Copied!