Magnet Up Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Magnet Up 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/310210.svg" alt="Magnet Up icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310210.svg" alt="Magnet Up icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310210.svg" alt="Magnet Up icon" :width="24" :height="24" />
CSS background
.icon-magnet-up {
background-image: url('https://proicons.com/icon/310210.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.8945 2.54004C20.7255 2.36685 20.5232 2.22971 20.2997 2.13689C20.0763 2.04408 19.8364 1.99751 19.5945 2.00004H16.3345C16.0928 1.99922 15.8533 2.04656 15.6301 2.13927C15.4069 2.23199 15.2045 2.36823 15.0345 2.54004C14.6948 2.88751 14.5045 3.35412 14.5045 3.84005V12.54C14.5037 12.8693 14.438 13.1951 14.311 13.4988C14.184 13.8026 13.9983 14.0783 13.7645 14.31C13.2863 14.7667 12.6506 15.0215 11.9894 15.0215C11.3283 15.0215 10.6926 14.7667 10.2145 14.31C9.97886 14.0796 9.79192 13.8042 9.6648 13.5002C9.53768 13.1961 9.47299 12.8696 9.47449 12.54V3.84005C9.47442 3.35412 9.28416 2.88751 8.94446 2.54004C8.77448 2.36823 8.57196 2.23199 8.34876 2.13927C8.12556 2.04656 7.88616 1.99922 7.64447 2.00004H4.38446C3.8969 2.0017 3.42972 2.19577 3.08448 2.54004C2.91266 2.71002 2.77643 2.91252 2.68372 3.13572C2.591 3.35892 2.54362 3.59836 2.54444 3.84005V12.54C2.54336 13.8361 2.80919 15.1184 3.32532 16.3073C3.84145 17.4961 4.59683 18.5659 5.54444 19.45C6.48964 20.3338 7.60597 21.0145 8.82447 21.45C9.84447 21.8167 10.9206 22.0028 12.0045 22C12.2145 22 12.4345 22 12.6545 22C15.0811 21.7904 17.3382 20.669 18.9711 18.8617C20.604 17.0544 21.4913 14.6955 21.4545 12.26V3.86004C21.4554 3.61356 21.4062 3.36947 21.3099 3.14257C21.2137 2.91566 21.0723 2.71068 20.8945 2.54004ZM7.97449 8.54004H4.04444V3.85004C4.04273 3.80518 4.05079 3.76048 4.06806 3.71905C4.08532 3.67761 4.11142 3.64041 4.14447 3.61004C4.20867 3.54712 4.29459 3.51133 4.38446 3.51005H7.63446C7.7213 3.51181 7.80393 3.54773 7.86444 3.61004C7.8975 3.64041 7.92359 3.67761 7.94086 3.71905C7.95813 3.76048 7.96618 3.80518 7.96448 3.85004L7.97449 8.54004ZM19.9745 8.54004H16.0444V3.85004C16.042 3.76136 16.0743 3.67523 16.1345 3.61004C16.1997 3.54877 16.285 3.51325 16.3745 3.51005H19.6345C19.7243 3.51133 19.8103 3.54712 19.8745 3.61004C19.9075 3.64041 19.9336 3.67761 19.9509 3.71905C19.9681 3.76048 19.9762 3.80518 19.9745 3.85004V8.54004Z" fill="black"/> </svg>
Copied!