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/310209.svg" alt="Magnet Right icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310209.svg" alt="Magnet Right icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310209.svg" alt="Magnet Right icon" :width="24" :height="24" />
CSS background
.icon-magnet-right {
background-image: url('https://proicons.com/icon/310209.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="M11.4614 9.485H20.1614C20.4031 9.48582 20.6425 9.43849 20.8657 9.34578C21.0889 9.25306 21.2914 9.11682 21.4614 8.94501C21.8039 8.59855 21.9976 8.13213 22.0014 7.645V4.38499C21.9965 3.89808 21.803 3.43205 21.4614 3.085C21.114 2.74531 20.6474 2.55508 20.1614 2.55501H11.4414C9.49431 2.55173 7.59406 3.15189 6.00207 4.27292C4.41007 5.39394 3.20454 6.98074 2.55138 8.815C2.11118 10.0377 1.9307 11.3387 2.02142 12.635C2.22896 15.0366 3.32875 17.2733 5.10393 18.9041C6.87912 20.5349 9.20083 21.4415 11.6114 21.445H20.1614C20.4031 21.4458 20.6425 21.3985 20.8657 21.3058C21.0889 21.2131 21.2914 21.0768 21.4614 20.905C21.8039 20.5585 21.9976 20.0921 22.0014 19.605V16.345C21.9976 15.8579 21.8039 15.3915 21.4614 15.045C21.2914 14.8732 21.0889 14.7369 20.8657 14.6442C20.6425 14.5515 20.4031 14.5042 20.1614 14.505H11.4614C10.7957 14.505 10.1573 14.2406 9.68658 13.7698C9.21586 13.2991 8.95141 12.6607 8.95141 11.995C8.95664 11.3309 9.22279 10.6955 9.69237 10.2259C10.162 9.75635 10.7973 9.49023 11.4614 9.485ZM15.4614 4.05501H20.1514C20.2398 4.05455 20.3252 4.08657 20.3914 4.145C20.4527 4.21027 20.4882 4.29553 20.4914 4.38499V7.645C20.4901 7.73487 20.4543 7.8208 20.3914 7.88499C20.3603 7.91704 20.3229 7.94245 20.2817 7.95964C20.2404 7.97683 20.1961 7.98545 20.1514 7.985H15.4614V4.05501ZM15.4614 16.005H20.1514C20.2416 16.005 20.3281 16.0408 20.3918 16.1046C20.4556 16.1683 20.4914 16.2548 20.4914 16.345V19.605C20.4901 19.6949 20.4543 19.7808 20.3914 19.845C20.3261 19.9063 20.2409 19.9418 20.1514 19.945H15.4614V16.005Z" fill="black"/> </svg>
Copied!