Slmc Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Slmc 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/332902.svg" alt="Slmc icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332902.svg" alt="Slmc icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332902.svg" alt="Slmc icon" :width="24" :height="24" />
CSS background
.icon-slmc {
background-image: url('https://proicons.com/icon/332902.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="m26.05,31.7538h-9.8043v-15.687c.0327-.6658.8557-1.64,1.6757-1.6222h6.3104c.73-.0029,1.7559.7469,1.7915,1.4974l.0267,15.8117Z"/><path class="c" d="m26.05,23.7321h1.3904c.7086-.0194.6694.1595.6694.9002l.0891,4.8576c.0293,1.8896,3.2265,1.8896,3.2443,0l-.0891-10.0717-3.6365-3.6365"/><circle class="c" cx="29.7043" cy="20.1668" r="1.7024"/><path class="c" d="m18.4739,16.6016v4.3228h5.4459v-4.3585l-5.4459.0357Z"/><path class="c" d="m3.5,24.0886L13.9283,6.1734h20.2326l10.3391,17.9152-10.3391,17.737H13.8391L3.5,24.0886Z"/><path class="c" d="m14.0174,6.1823l3.8683,8.1376m11.1413,2.6293l5.1607-10.7848"/></svg>
Copied!