Magicpin Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Magicpin 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/343354.svg" alt="Magicpin icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343354.svg" alt="Magicpin icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343354.svg" alt="Magicpin icon" :width="24" :height="24" />
CSS background
.icon-magicpin {
background-image: url('https://proicons.com/icon/343354.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m40.3709,20.8709c0,12.0018-16.3709,22.6291-16.3709,22.6291,0,0-16.3709-10.6273-16.3709-22.6291,0-9.0414,7.3295-16.3709,16.3709-16.3709s16.3709,7.3295,16.3709,16.3709Z"/><path class="c" d="m24,8.7204c6.7105,0,12.1505,5.44,12.1505,12.1505,0,8.9078-12.1505,16.7954-12.1505,16.7954,0,0-12.1505-7.8876-12.1505-16.7954,0-6.7105,5.44-12.1505,12.1505-12.1505Z"/><path class="c" d="m31.9301,20.8709c0,5.8137-7.9301,10.9616-7.9301,10.9616,0,0-7.9301-5.1479-7.9301-10.9616,0-4.3797,3.5504-7.9301,7.9301-7.9301s7.9301,3.5504,7.9301,7.9301Z"/></svg>
Copied!