Uboi Vyom Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Uboi Vyom 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/349001.svg" alt="Uboi Vyom icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349001.svg" alt="Uboi Vyom icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349001.svg" alt="Uboi Vyom icon" :width="24" :height="24" />
CSS background
.icon-uboi-vyom {
background-image: url('https://proicons.com/icon/349001.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>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M29.1019,14.0552c1.3185-1.5501,2.7637-3.1227,4.6579-3.7518,2.7637-1.0334,5.9316.0809,7.8625,2.4263,2.576,3.0599,2.4903,8.3617-.1877,11.3182-3.523,3.9046-7.0706,7.7866-10.61,11.6776-2.6985,3.0149-7.5727,3.1812-10.3691.2517-3.4537-3.7787-6.895-7.562-10.3242-11.3676,2.9924,2.7408,7.7115,2.1927,10.2671-.9706,2.8943-3.1991,5.7968-6.3937,8.7035-9.5838Z"/><path class="b" d="M4.6835,12.5844c.6287-1.8332,2.5188-2.889,4.2415-2.6285,1.8697.328,2.9638,2.1881,4.2538,3.5137,1.9106,2.004,3.67,4.1831,5.6663,6.0837-2.5556,3.1631-7.2747,3.7113-10.2671.9705-1.0736-1.1278-2.0616-2.3543-3.1556-3.4596-1.0777-1.1593-1.041-2.979-.7389-4.4797Z"/></svg>
Copied!