Mywheels Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mywheels 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/329945.svg" alt="Mywheels icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329945.svg" alt="Mywheels icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329945.svg" alt="Mywheels icon" :width="24" :height="24" />
CSS background
.icon-mywheels {
background-image: url('https://proicons.com/icon/329945.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m5.4885,18.1023c.8202,0,1.6206.252,2.2929.7218l1.4544,1.0164"/><circle class="c" cx="13.9851" cy="25.8945" r="2.1516"/><circle class="c" cx="34.0149" cy="25.8945" r="2.1516"/><line class="c" x1="29.4662" y1="29.0056" x2="18.5338" y2="29.0056"/><path class="c" d="m38.9771,32.8726v-11.0591c0-1.3965-.3157-2.7749-.9236-4.0322l-2.2273-4.607c-.594-1.2287-1.8385-2.0093-3.2032-2.0093h-8.6231s-8.6231,0-8.6231,0c-1.3647,0-2.6092.7806-3.2032,2.0093l-2.2273,4.607c-.6078,1.2573-.9236,2.6357-.9236,4.0322v13.6386c0,.7636.6191,1.3827,1.3827,1.3827h.8141c.7636,0,1.3827-.6191,1.3827-1.3827v-2.5795h22.7952v2.5795c0,.7636.6191,1.3827,1.3827,1.3827h.8141c.7636,0,1.3827-.6191,1.3827-1.3827v-2.5795Z"/><path class="c" d="m42.5115,18.1023c-.8202,0-1.6206.252-2.2929.7218l-1.4544,1.0164"/><path class="c" d="m38.7643,19.8405h-4.9368c0-1.1848-1.4059-2.1453-3.1402-2.1453s-3.1402.9605-3.1402,2.1453H9.2357"/><line class="c" x1="12.6024" y1="32.8726" x2="9.0229" y2="32.8726"/><line class="c" x1="35.3976" y1="32.8726" x2="38.9771" y2="32.8726"/></svg>
Copied!