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/310208.svg" alt="Magnet Left icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310208.svg" alt="Magnet Left icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310208.svg" alt="Magnet Left icon" :width="24" :height="24" />
CSS background
.icon-magnet-left {
background-image: url('https://proicons.com/icon/310208.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="M21.9733 11.3554C21.7638 8.93054 20.6438 6.67492 18.8386 5.04229C17.0334 3.40967 14.677 2.52115 12.2433 2.55546H3.8333C3.59298 2.55546 3.35501 2.60279 3.13298 2.69476C2.91096 2.78673 2.70923 2.92153 2.5393 3.09146C2.36936 3.26139 2.23459 3.46312 2.14263 3.68515C2.05066 3.90717 2.00329 4.14513 2.00329 4.38545V7.64546C2.00197 7.88662 2.04832 8.12566 2.1397 8.34884C2.23107 8.57202 2.36569 8.77494 2.53576 8.94593C2.70582 9.11693 2.90799 9.25262 3.13067 9.34521C3.35335 9.4378 3.59214 9.48546 3.8333 9.48546H12.5333C13.2008 9.48864 13.8402 9.75448 14.3133 10.2255C14.663 10.5771 14.9007 11.0243 14.9964 11.5109C15.0922 11.9974 15.0416 12.5014 14.8512 12.9593C14.6608 13.4172 14.339 13.8084 13.9265 14.0835C13.514 14.3587 13.0292 14.5055 12.5333 14.5055H3.8333C3.34639 14.5103 2.88036 14.7039 2.53331 15.0455C2.19362 15.3929 2.00336 15.8595 2.00329 16.3455V19.6054C2.00336 20.0914 2.19362 20.558 2.53331 20.9055C2.88036 21.247 3.34639 21.4406 3.8333 21.4455H12.5533C14.5019 21.4495 16.4037 20.8484 17.9961 19.7253C19.5886 18.6022 20.7931 17.0124 21.4433 15.1755C21.8849 13.9531 22.0655 12.6518 21.9733 11.3554ZM8.5233 7.98546H3.8333C3.78992 7.98706 3.74677 7.97891 3.70696 7.96161C3.66715 7.9443 3.63173 7.91827 3.60332 7.88545C3.56972 7.85551 3.54324 7.8184 3.52593 7.77685C3.50862 7.73531 3.50088 7.6904 3.50329 7.64546V4.38545C3.5023 4.34306 3.50975 4.30091 3.5252 4.26143C3.54065 4.22194 3.56382 4.18592 3.59331 4.15545C3.62446 4.1234 3.6618 4.09801 3.70305 4.08082C3.74431 4.06363 3.78861 4.05501 3.8333 4.05546H8.5233V7.98546ZM8.5233 19.9855H3.8333C3.74646 19.9837 3.66384 19.9478 3.60332 19.8854C3.57027 19.8551 3.54417 19.8179 3.52691 19.7764C3.50964 19.735 3.50158 19.6903 3.50329 19.6455V16.3854C3.50251 16.3296 3.51475 16.2743 3.53905 16.2239C3.56335 16.1736 3.59905 16.1296 3.6433 16.0955C3.70857 16.0342 3.79383 15.9987 3.88329 15.9954H8.57329L8.5233 19.9855Z" fill="black"/> </svg>
Copied!