Stop Circle Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Stop Circle 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/310332.svg" alt="Stop Circle icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310332.svg" alt="Stop Circle icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310332.svg" alt="Stop Circle icon" :width="24" :height="24" />
CSS background
.icon-stop-circle {
background-image: url('https://proicons.com/icon/310332.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M12 1.75C9.97277 1.75 7.99106 2.35113 6.30545 3.47742C4.61985 4.6037 3.30598 6.20454 2.53019 8.07748C1.75439 9.95043 1.55143 12.0114 1.94693 13.9997C2.34243 15.988 3.31862 17.8143 4.75211 19.2478C6.1856 20.6813 8.01197 21.6575 10.0003 22.053C11.9886 22.4485 14.0496 22.2456 15.9225 21.4698C17.7955 20.694 19.3963 19.3802 20.5226 17.6946C21.6489 16.009 22.25 14.0273 22.25 12C22.2474 9.28234 21.1666 6.67674 19.2449 4.75507C17.3232 2.83339 14.7177 1.75265 12 1.75ZM16.2799 14.75C16.2799 14.9557 16.2393 15.1594 16.1603 15.3493C16.0813 15.5392 15.9655 15.7116 15.8196 15.8566C15.6737 16.0016 15.5005 16.1163 15.3101 16.1941C15.1197 16.2719 14.9157 16.3113 14.71 16.31H9.28995C9.08425 16.3113 8.8804 16.2719 8.68998 16.1941C8.49955 16.1163 8.32637 16.0016 8.18045 15.8566C8.03453 15.7116 7.91878 15.5392 7.83976 15.3493C7.76073 15.1594 7.72 14.9557 7.72 14.75V9.28C7.72 9.07429 7.76073 8.87062 7.83976 8.68069C7.91878 8.49077 8.03453 8.31836 8.18045 8.17337C8.32637 8.02838 8.49955 7.91365 8.68998 7.83585C8.8804 7.75804 9.08425 7.71868 9.28995 7.72H14.71C14.9157 7.71868 15.1197 7.75804 15.3101 7.83585C15.5005 7.91365 15.6737 8.02838 15.8196 8.17337C15.9655 8.31836 16.0813 8.49077 16.1603 8.68069C16.2393 8.87062 16.2799 9.07429 16.2799 9.28V14.75Z" fill="black"/> </svg>
Stop Circle in other icon packs
Copied!