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/310823.svg" alt="Magnet Up icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310823.svg" alt="Magnet Up icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310823.svg" alt="Magnet Up icon" :width="24" :height="24" />
CSS background
.icon-magnet-up {
background-image: url('https://proicons.com/icon/310823.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.6964 3.83711V12.2405C20.7296 14.4879 19.9105 16.6645 18.4039 18.3325C16.8973 20.0005 14.8149 21.036 12.5757 21.2309C11.3861 21.3099 10.1929 21.1434 9.07034 20.7419C7.94776 20.3403 6.91973 19.7122 6.05011 18.8967C5.18048 18.0811 4.48784 17.0954 4.0152 16.0008C3.54256 14.9063 3.30002 13.7262 3.30264 12.534V3.83711C3.30264 3.54879 3.41717 3.27228 3.62104 3.06841C3.82492 2.86453 4.10143 2.75 4.38975 2.75H7.65108C7.9394 2.75 8.21591 2.86453 8.41978 3.06841C8.62366 3.27228 8.73819 3.54879 8.73819 3.83711V12.534C8.73819 13.399 9.08179 14.2285 9.69341 14.8401C10.305 15.4517 11.1346 15.7953 11.9995 15.7953C12.8645 15.7953 13.694 15.4517 14.3056 14.8401C14.9173 14.2285 15.2609 13.399 15.2609 12.534V3.83711C15.2609 3.54879 15.3754 3.27228 15.5793 3.06841C15.7831 2.86453 16.0596 2.75 16.348 2.75H19.6093C19.8976 2.75 20.1741 2.86453 20.378 3.06841C20.5819 3.27228 20.6964 3.54879 20.6964 3.83711Z" stroke="black" stroke-width="1.5"/> <path d="M8.73819 9.27264H3.30264" stroke="black" stroke-width="1.5"/> <path d="M20.6964 9.27264H15.2609" stroke="black" stroke-width="1.5"/> </svg>
Copied!