Multiply Circle Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Multiply 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/310243.svg" alt="Multiply Circle icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310243.svg" alt="Multiply Circle icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310243.svg" alt="Multiply Circle icon" :width="24" :height="24" />
CSS background
.icon-multiply-circle {
background-image: url('https://proicons.com/icon/310243.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.35116 6.30545 3.47745C4.61985 4.60373 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.67677 19.2449 4.7551C17.3232 2.83342 14.7177 1.75265 12 1.75ZM16.67 15.25C16.7637 15.343 16.8382 15.4536 16.8889 15.5754C16.9397 15.6973 16.9659 15.828 16.9659 15.96C16.9659 16.092 16.9397 16.2227 16.8889 16.3446C16.8382 16.4664 16.7637 16.5771 16.67 16.67C16.577 16.7637 16.4664 16.8381 16.3445 16.8889C16.2227 16.9397 16.092 16.9658 15.96 16.9658C15.828 16.9658 15.6973 16.9397 15.5755 16.8889C15.4536 16.8381 15.343 16.7637 15.25 16.67L12 13.42L8.75003 16.67C8.56173 16.857 8.30678 16.9615 8.04142 16.9606C7.77605 16.9596 7.52197 16.8533 7.33499 16.665C7.14802 16.4767 7.04353 16.2218 7.04447 15.9565C7.0454 15.6911 7.1517 15.437 7.34 15.25L10.59 12L7.34 8.75C7.23532 8.66035 7.15027 8.55003 7.09024 8.42596C7.03022 8.3019 6.99656 8.16677 6.99124 8.02905C6.98593 7.89133 7.00909 7.754 7.05936 7.62567C7.10963 7.49735 7.1859 7.38081 7.28336 7.28336C7.38081 7.1859 7.49732 7.10963 7.62564 7.05936C7.75397 7.00908 7.89137 6.98589 8.02909 6.99121C8.16681 6.99653 8.30187 7.03025 8.42594 7.09027C8.55 7.15029 8.66039 7.23531 8.75003 7.34L12 10.59L15.25 7.34C15.343 7.24627 15.4536 7.17189 15.5755 7.12112C15.6973 7.07036 15.828 7.04419 15.96 7.04419C16.092 7.04419 16.2227 7.07036 16.3445 7.12112C16.4664 7.17189 16.577 7.24627 16.67 7.34C16.8562 7.52736 16.9608 7.78083 16.9608 8.04501C16.9608 8.3092 16.8562 8.56264 16.67 8.75L13.42 12L16.67 15.25Z" fill="black"/> </svg>
Copied!