Moto Buds Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Moto Buds 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/344130.svg" alt="Moto Buds icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344130.svg" alt="Moto Buds icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344130.svg" alt="Moto Buds icon" :width="24" :height="24" />
CSS background
.icon-moto-buds {
background-image: url('https://proicons.com/icon/344130.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>.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="d" d="m29.817 9.4287c-3.2136-2.7682-7.4903-4.0431-11.652-3.9181-5.2343.18857-9.3244 2.84-10.363 6.7181-.49496 1.8838-.23132 3.9241.74936 5.8766.14065.27556.4566.81819.4566.81819l12.036 20.846c.9753 1.6893 2.7783 2.7299 4.7289 2.7299s3.7536-1.0406 4.7289-2.7299c.9753-1.6893.97534-3.7706 0-5.4598l-5.01-8.6744c1.7442-.31001 3.2962-.90958 4.5794-1.7383"/><path class="d" d="m21.045 39.77c.95938 1.6619 3.0844 2.2314 4.7463 1.2719 1.6619-.95938 2.2314-3.0844 1.2719-4.7463l-12.036-20.846c-.46066-.79802-1.2195-1.3804-2.1095-1.6189-.89019-.23861-1.8387-.11377-2.6368.34705-1.6612.96005-2.2298 3.0849-1.2699 4.7463"/><path class="d" d="m31.804 24.919c-.09173 0-.18342-.0016-.27502-.0049-.95685-.03396-1.7149-1.0319-1.7149-1.9913v-14.372c0-.95943.75804-1.9574 1.7149-1.9913.09161-.00326.18329-.00488.27502-.00488 3.455-1.9e-6 8.6368 2.7533 8.6368 10.175 0 5.2521-3.1331 8.1902-8.6368 8.1902z"/></svg>
Copied!