Smms Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Smms 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/347524.svg" alt="Smms icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347524.svg" alt="Smms icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347524.svg" alt="Smms icon" :width="24" :height="24" />
CSS background
.icon-smms {
background-image: url('https://proicons.com/icon/347524.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M12.4128,28.0896h-1.0087c-1.0516,0-1.9041-.859-1.9041-1.9187s.8525-1.9187,1.9041-1.9187h3.8881"/><path class="c" d="M10.224,21.1752c.6979-.699,1.187-.7602,2.5341-.7602,1.5292,0,2.5341.6726,2.5341,2.4908v5.1839"/><path class="c" d="M27.609,28.0896h-1.0087c-1.0516,0-1.9041-.859-1.9041-1.9187,0-1.0596.8525-1.9187,1.9041-1.9187h3.8881"/><path class="c" d="M25.4203,21.1752c.6979-.699,1.187-.7602,2.5341-.7602,1.5292,0,2.5341.6726,2.5341,2.4908v5.1839"/><path class="c" d="M17.0009,20.4149v4.6737c0,1.6574,1.3435,3.0009,3.0009,3.0009s3.0009-1.3435,3.0009-3.0009v-7.5759"/><path class="c" d="M32.4926,20.4149c2.1709-.2635,2.7506,1.7315,2.129,2.0337-1.4597.7098-1.377,1.8549-1.377,3.3504,0,1.5129.9625,2.6881,2.557,2.6881,1.7701,0,2.6901-1.4121,2.6901-2.8841,0-1.2292.0083-3.1058-1.2148-3.258,1.0117-.7377,1.2231-1.6351,1.2231-1.9301"/><line class="c" x1="30.4884" y1="20.4149" x2="27.9543" y2="20.4149"/><line class="c" x1="15.2922" y1="20.4149" x2="12.7581" y2="20.4149"/><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!