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/310820.svg" alt="Magnet Down icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310820.svg" alt="Magnet Down icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310820.svg" alt="Magnet Down icon" :width="24" :height="24" />
CSS background
.icon-magnet-down {
background-image: url('https://proicons.com/icon/310820.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="M3.30359 20.1629L3.30359 11.7595C3.2704 9.51209 4.0895 7.33546 5.59612 5.66749C7.10274 3.99952 9.1851 2.96395 11.4243 2.76911C12.6139 2.69012 13.8071 2.85657 14.9297 3.25812C16.0522 3.65968 17.0803 4.28775 17.9499 5.10335C18.8195 5.91894 19.5122 6.90462 19.9848 7.99917C20.4574 9.09372 20.7 10.2738 20.6974 11.466L20.6974 20.1629C20.6974 20.4512 20.5828 20.7277 20.379 20.9316C20.1751 21.1355 19.8986 21.25 19.6103 21.25L16.3489 21.25C16.0606 21.25 15.7841 21.1355 15.5802 20.9316C15.3763 20.7277 15.2618 20.4512 15.2618 20.1629L15.2618 11.466C15.2618 10.601 14.9182 9.77151 14.3066 9.15989C13.695 8.54827 12.8654 8.20466 12.0005 8.20466C11.1355 8.20466 10.306 8.54827 9.69437 9.15989C9.08275 9.7715 8.73915 10.601 8.73915 11.466L8.73914 20.1629C8.73914 20.4512 8.62461 20.7277 8.42074 20.9316C8.21686 21.1355 7.94035 21.25 7.65203 21.25L4.3907 21.25C4.10238 21.25 3.82587 21.1355 3.622 20.9316C3.41812 20.7277 3.30359 20.4512 3.30359 20.1629Z" stroke="black" stroke-width="1.5"/> <path d="M15.2618 14.7274L20.6974 14.7274" stroke="black" stroke-width="1.5"/> <path d="M3.30359 14.7274L8.73914 14.7274" stroke="black" stroke-width="1.5"/> </svg>
Copied!