Smule Alt Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Smule Alt 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/347537.svg" alt="Smule Alt icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347537.svg" alt="Smule Alt icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347537.svg" alt="Smule Alt icon" :width="24" :height="24" />
CSS background
.icon-smule-alt {
background-image: url('https://proicons.com/icon/347537.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,.d{fill:none;stroke:#fff;stroke-linejoin:round;}.d{stroke-linecap:round;}</style></defs><path class="d" d="M30.5317,17.8256c-.6885-.8203-.5817-2.0434.2386-2.732.8203-.6885,2.0434-.5817,2.732.2386.6052.721.6052,1.7724,0,2.4934"/><path class="d" d="M30.1331,20.1226c-1.9564-1.0404-2.6989-3.4698-1.6585-5.4262s3.4698-2.6989,5.4262-1.6585c1.9564,1.0404,2.6989,3.4698,1.6585,5.4262-.3753.7057-.9528,1.2832-1.6585,1.6585"/><path class="d" d="M39.2192,26.3517c-.585,1.026-1.8909,1.3834-2.9169.7985-.6672-.3804-1.0791-1.0894-1.0792-1.8575v-1.3893c0-1.181.9574-2.1384,2.1384-2.1384s2.1384.9574,2.1384,2.1384v.6954h-4.2754"/><path class="d" d="M32.0169,18.8803v7.4831c0,.5906.4786,1.0692,1.0692,1.0692h.32"/><path class="d" d="M8.6338,26.954c.3899.3273.8117.4786,1.7588.4786h.4801c.7812,0,1.414-.6343,1.414-1.4169s-.6328-1.4169-1.414-1.4169h-.9587c-.7812,0-1.414-.6343-1.414-1.4169s.6328-1.4169,1.414-1.4169h.4801c.947,0,1.3674.1498,1.7588.4786"/><path class="d" d="M18.6568,23.9034c0-1.181.9574-2.1384,2.1384-2.1384s2.1384.9574,2.1384,2.1384v3.5277"/><line class="d" x1="14.3814" y1="21.765" x2="14.3814" y2="27.4311"/><path class="d" d="M14.3814,23.9034c0-1.181.9574-2.1384,2.1384-2.1384s2.1384.9574,2.1384,2.1384v3.5277"/><line class="d" x1="29.3475" y1="25.2927" x2="29.3475" y2="27.4311"/><path class="d" d="M25.0721,21.765v3.5277c0,1.181.9574,2.1384,2.1384,2.1384s2.1384-.9574,2.1384-2.1384v-3.5277"/><path class="c" d="M38.5,5.5H9.5c-2.2091,0-4,1.7909-4,4v29c0,2.2091,1.7909,4,4,4h29c2.2091,0,4-1.7909,4-4V9.5c0-2.2091-1.7909-4-4-4Z"/></svg>
Copied!