Magnet Right Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Magnet Right 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/310822.svg" alt="Magnet Right icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310822.svg" alt="Magnet Right icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310822.svg" alt="Magnet Right icon" :width="24" :height="24" />
CSS background
.icon-magnet-right {
background-image: url('https://proicons.com/icon/310822.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.1629 20.6964L11.7595 20.6964C9.51209 20.7296 7.33546 19.9105 5.66749 18.4039C3.99952 16.8973 2.96395 14.8149 2.76911 12.5757C2.69012 11.3861 2.85657 10.1929 3.25813 9.07034C3.65968 7.94776 4.28776 6.91973 5.10335 6.0501C5.91894 5.18048 6.90462 4.48784 7.99917 4.0152C9.09372 3.54256 10.2738 3.30001 11.466 3.30263L20.1629 3.30263C20.4512 3.30263 20.7277 3.41717 20.9316 3.62104C21.1355 3.82491 21.25 4.10142 21.25 4.38974L21.25 7.65108C21.25 7.9394 21.1355 8.21591 20.9316 8.41978C20.7277 8.62365 20.4512 8.73819 20.1629 8.73819L11.466 8.73819C10.601 8.73819 9.77151 9.08179 9.15989 9.69341C8.54827 10.305 8.20466 11.1346 8.20466 11.9995C8.20466 12.8645 8.54827 13.694 9.15989 14.3056C9.77151 14.9173 10.601 15.2609 11.466 15.2609L20.1629 15.2609C20.4512 15.2609 20.7277 15.3754 20.9316 15.5793C21.1355 15.7831 21.25 16.0596 21.25 16.348L21.25 19.6093C21.25 19.8976 21.1355 20.1741 20.9316 20.378C20.7277 20.5819 20.4512 20.6964 20.1629 20.6964Z" stroke="black" stroke-width="1.5"/> <path d="M14.7273 8.73817L14.7273 3.30261" stroke="black" stroke-width="1.5"/> <path d="M14.7273 20.6964L14.7273 15.2609" stroke="black" stroke-width="1.5"/> </svg>
Copied!