Shmuapp Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Shmuapp 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/332687.svg" alt="Shmuapp icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332687.svg" alt="Shmuapp icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332687.svg" alt="Shmuapp icon" :width="24" :height="24" />
CSS background
.icon-shmuapp {
background-image: url('https://proicons.com/icon/332687.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="M34.6268,21.1507c1.4791-10.25-13.353-11.207-15.003-1.8324-3.5915-2.4049-8.1051.2518-7.2569,4.442-8.4692.0673-7.2359,8.7438-2.2911,8.9672h26.736c7.2242.1573,8.6654-11.197-2.1849-11.576l.2751-.1566"/><path class="c" d="M25.6848,32.7267l-.549,3.9854h1.3929l-.675,4.1913,4.8268-5.2781h-1.9794l.5141-2.8986"/><path class="c" d="M7.7378,25.1617c-1.4531-1.952-2.238-4.3207-2.238-6.7542,0-6.2469,5.0641-11.311,11.311-11.311h0c4.094,0,7.8685,2.2123,9.8689,5.7843"/></svg>
Copied!