Smule Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Smule 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/332977.svg" alt="Smule icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332977.svg" alt="Smule icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332977.svg" alt="Smule icon" :width="24" :height="24" />
CSS background
.icon-smule {
background-image: url('https://proicons.com/icon/332977.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m31.584,23.729l-.7501,2.7698m-2.492-8.7509l-1.915,15.7411c-.4026,3.3066,3.1912,4.211,4.4902,1.2775l6.3528-14.3508m-9.7828-8.0034c4.0084,3.3978,8.363,4.7478,13.8207,3.7615m.6965-2.8369c-.0015,4.1112-3.3339,7.4437-7.4451,7.4451-4.1112-.0015-7.4437-3.3339-7.4451-7.4451.0015-4.1112,3.3339-7.4437,7.4451-7.4451,4.1112.0015,7.4437,3.3339,7.4451,7.4451Zm-22.4656,14.8916l.9649,2.9778m-7.6317-7.0036l7.884,16.6066c1.4158,2.9805,5.3557,1.7606,4.8646-1.6358l-2.5994-17.9902m-15.7679-1.9713c6.6265.671,12.3298-1.1742,17.3192-6.122m.2939,1.8452c0,5.2108-4.2245,9.4352-9.4352,9.4352s-9.4352-4.2245-9.4352-9.4352S10.2202,5.5,15.431,5.5s9.4352,4.2245,9.4352,9.4352ZM7.1015,37.4706l1.5728-1.0279-1.3071-4.9424c1.2963-.6576,2.696-1.2708,4.3197-1.6774l1.3903,4.6901-1.5097.9649"/></svg>
Copied!