Oldubil Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Oldubil 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/330578.svg" alt="Oldubil icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330578.svg" alt="Oldubil icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330578.svg" alt="Oldubil icon" :width="24" :height="24" />
CSS background
.icon-oldubil {
background-image: url('https://proicons.com/icon/330578.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:#000;stroke-linecap:round;stroke-linejoin:round;}.c{fill:#000;stroke-width:0px;}</style></defs><path class="b" d="M38.5,5.4999H9.5c-2.2091,0-4,1.7909-4,4v29c0,2.2091,1.7909,4,4,4h29c2.2091,0,4-1.7909,4-4V9.4999c0-2.2091-1.7909-4-4-4Z"/><circle class="b" cx="13.4075" cy="18.7892" r="3.9075"/><path class="b" d="M19.7988,22.6963v-12.0838"/><circle class="b" cx="26.1901" cy="18.7892" r="3.9075"/><path class="b" d="M30.0972,22.6963v-12.0838"/><path class="b" d="M38.5,14.8812v4.8554c0,1.6345-1.3251,2.9596-2.9596,2.9596s-2.9596-1.3251-2.9596-2.9596h0l.0287-4.8554"/><circle class="b" cx="13.527" cy="33.305" r="4.027"/><path class="b" d="M9.5004,37.3317v-12.4534"/><path class="b" d="M19.7988,22.6963v-12.0838"/><path class="b" d="M20.1138,37.3317v-8.0539"/><path class="b" d="M23.9893,37.3317v-12.4534"/><circle class="c" cx="20.1138" cy="26.4661" r=".75"/><path class="b" d="M28.1314,37.3875h8.7286l1.64-7.6179h-4.4308c.8478-2.4389.9047-5.1676-2.0045-5.0872.3897,3.8312-2.1747,5.1944-3.6723,5.8746"/></svg>
Copied!