Obwheels Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Obwheels 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/330514.svg" alt="Obwheels icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330514.svg" alt="Obwheels icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330514.svg" alt="Obwheels icon" :width="24" :height="24" />
CSS background
.icon-obwheels {
background-image: url('https://proicons.com/icon/330514.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>.k{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="d"><circle id="e" class="k" cx="17.5092" cy="12.3283" r="7.8283"/><path id="f" class="k" d="M25.0953,10.1215c9.5469,8.396,13.2238,17.0266,13.2238,23.4305,0,5.4115-2.8599,9.948-7.1812,9.948-10.8437,0-22.7872-13.3569-21.028-28.5396"/><path id="g" class="k" d="M10.0611,19.2592c7.1616,5.4791,12.2747,5.6355,16.5891,5.6355,4.4915,0,7.5659-.7126,9.1689-1.0494"/><path id="h" class="k" d="M27.3671,12.3126c.8363,4.995.0908,8.8619-2.1988,12.4777"/><path id="i" class="k" d="M12.8197,29.8796c6.3648,5.797,22.5665,6.9298,24.9305,7.2412"/><ellipse id="j" class="k" cx="19.5716" cy="15.1578" rx="1.9994" ry=".9631" transform="translate(-5.1294 13.5252) rotate(-33.9757)"/></g></svg>
Copied!