Magnet Down Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Magnet Down 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/310207.svg" alt="Magnet Down icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310207.svg" alt="Magnet Down icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310207.svg" alt="Magnet Down icon" :width="24" :height="24" />
CSS background
.icon-magnet-down {
background-image: url('https://proicons.com/icon/310207.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="M20.6457 7.67537C20.1311 6.48878 19.379 5.42015 18.4356 4.53537C17.4931 3.64816 16.376 2.96703 15.1557 2.53537C13.7053 2.04098 12.1573 1.90281 10.6424 2.13256C9.12741 2.36231 7.68998 2.95322 6.45145 3.8554C5.21292 4.75757 4.20968 5.94453 3.5264 7.31603C2.84312 8.68753 2.49987 10.2033 2.52567 11.7354V20.1454C2.52392 20.3857 2.57086 20.6239 2.66367 20.8456C2.75648 21.0673 2.89321 21.2679 3.06565 21.4354C3.23529 21.6076 3.43777 21.7442 3.66104 21.8369C3.88432 21.9297 4.12386 21.9767 4.36563 21.9754H7.64566C7.88598 21.9754 8.12395 21.928 8.34598 21.8361C8.56801 21.7441 8.76974 21.6093 8.93967 21.4394C9.1096 21.2694 9.24437 21.0677 9.33634 20.8457C9.4283 20.6237 9.47568 20.3857 9.47568 20.1454V11.4454C9.47887 10.7778 9.74469 10.1384 10.2157 9.66536C10.6938 9.20873 11.3295 8.95394 11.9906 8.95394C12.6518 8.95394 13.2875 9.20873 13.7657 9.66536C14.0007 9.89832 14.1871 10.1756 14.3141 10.4812C14.4411 10.7867 14.5062 11.1145 14.5056 11.4454V20.1454C14.5056 20.6307 14.6985 21.0962 15.0417 21.4394C15.3849 21.7826 15.8503 21.9754 16.3357 21.9754H19.6457C19.886 21.9754 20.124 21.928 20.346 21.8361C20.568 21.7441 20.7697 21.6093 20.9397 21.4394C21.1096 21.2694 21.2444 21.0677 21.3363 20.8457C21.4283 20.6237 21.4757 20.3857 21.4757 20.1454V11.4454C21.4622 10.1449 21.1796 8.86127 20.6457 7.67537ZM7.95566 20.1454C7.95664 20.1878 7.9492 20.2299 7.93375 20.2694C7.9183 20.3089 7.89512 20.3449 7.86563 20.3754C7.83449 20.4074 7.79721 20.4328 7.75595 20.45C7.7147 20.4672 7.67033 20.4758 7.62564 20.4754H4.36563C4.32078 20.4771 4.27609 20.469 4.23465 20.4517C4.19321 20.4345 4.15602 20.4084 4.12564 20.3754C4.09282 20.347 4.06684 20.3115 4.04953 20.2717C4.03223 20.2319 4.02406 20.1888 4.02567 20.1454V15.4554H7.95566V20.1454ZM19.9557 20.1454C19.9531 20.2321 19.9176 20.3146 19.8562 20.3759C19.7949 20.4373 19.7124 20.4728 19.6256 20.4754H16.3457C16.2589 20.4728 16.1764 20.4373 16.1151 20.3759C16.0537 20.3146 16.0182 20.2321 16.0157 20.1454V15.4554H19.9457L19.9557 20.1454Z" fill="black"/> </svg>
Copied!