Muchbetter Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Muchbetter 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/344211.svg" alt="Muchbetter icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344211.svg" alt="Muchbetter icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344211.svg" alt="Muchbetter icon" :width="24" :height="24" />
CSS background
.icon-muchbetter {
background-image: url('https://proicons.com/icon/344211.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a,.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}.a{stroke-width:1px;}</style></defs><path class="a" d="M18.4436,34.9406,11.7773,12.0829"/><path class="a" d="M16.3367,10.7532l6.75-1.9686a7.14,7.14,0,0,1,3.9979,13.7085,7.14,7.14,0,1,1,3.998,13.7086L19.7733,39.5"/><line class="a" x1="27.0848" y1="22.4931" x2="20.3354" y2="24.4644"/><circle class="b" cx="24" cy="24" r="21.5"/></svg>
Copied!