Magnet Left Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Magnet Left 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/310821.svg" alt="Magnet Left icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310821.svg" alt="Magnet Left icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310821.svg" alt="Magnet Left icon" :width="24" :height="24" />
CSS background
.icon-magnet-left {
background-image: url('https://proicons.com/icon/310821.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.83712 3.30359L12.2405 3.30359C14.4879 3.2704 16.6645 4.0895 18.3325 5.59612C20.0005 7.10274 21.0361 9.1851 21.2309 11.4243C21.3099 12.6139 21.1434 13.8071 20.7419 14.9297C20.3403 16.0522 19.7123 17.0803 18.8967 17.9499C18.0811 18.8195 17.0954 19.5122 16.0008 19.9848C14.9063 20.4574 13.7262 20.7 12.534 20.6974L3.83712 20.6974C3.5488 20.6974 3.27229 20.5828 3.06842 20.379C2.86454 20.1751 2.75001 19.8986 2.75001 19.6103L2.75001 16.3489C2.75001 16.0606 2.86454 15.7841 3.06842 15.5802C3.27229 15.3763 3.5488 15.2618 3.83712 15.2618L12.534 15.2618C13.399 15.2618 14.2285 14.9182 14.8401 14.3066C15.4517 13.695 15.7953 12.8654 15.7953 12.0005C15.7953 11.1355 15.4517 10.306 14.8401 9.69437C14.2285 9.08275 13.399 8.73914 12.534 8.73914L3.83712 8.73914C3.5488 8.73914 3.27229 8.62461 3.06841 8.42074C2.86454 8.21686 2.75001 7.94035 2.75001 7.65203L2.75001 4.3907C2.75001 4.10238 2.86454 3.82587 3.06841 3.622C3.27229 3.41812 3.5488 3.30359 3.83712 3.30359Z" stroke="black" stroke-width="1.5"/> <path d="M9.27267 15.2618L9.27267 20.6974" stroke="black" stroke-width="1.5"/> <path d="M9.27267 3.30358L9.27267 8.73914" stroke="black" stroke-width="1.5"/> </svg>
Copied!