Unstop Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Unstop 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/316476.svg" alt="Unstop icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/316476.svg" alt="Unstop icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/316476.svg" alt="Unstop icon" :width="24" :height="24" />
CSS background
.icon-unstop {
background-image: url('https://proicons.com/icon/316476.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Unstop</title><path d="M12 0C5.394 0 0 5.394 0 12s5.394 12 12 12 12-5.394 12-12S18.606 0 12 0Zm-1.2 16.86H8.303v-1.127c-.715 1.091-1.588 1.552-2.897 1.552-2.085 0-3.248-1.2-3.248-3.333V7.248h2.509v6.182c0 1.164.533 1.722 1.6 1.722 1.224 0 2.012-.752 2.012-1.891V7.236h2.509v9.625zm8.533 0v-5.939c0-1.14-.533-1.721-1.6-1.721-1.224 0-2.012.752-2.012 1.89v5.77h-2.509V7.237h2.497V8.63c.715-1.09 1.588-1.551 2.897-1.551 2.085 0 3.249 1.2 3.249 3.333v6.449z"/></svg>
Copied!