Merlin Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Merlin 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/343653.svg" alt="Merlin icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343653.svg" alt="Merlin icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343653.svg" alt="Merlin icon" :width="24" :height="24" />
CSS background
.icon-merlin {
background-image: url('https://proicons.com/icon/343653.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="a" 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;}.d{fill:#fff;stroke-width:1px;}</style></defs><g id="b"><path class="c" d="m28.7243,25.3684s.3857-3.1704-.4737-4.0375c-.6667-.6728-4.7636-3.5127-4.7636-3.5127,0,0-1.2155,1.2391-.5286,3.1602.3104.8678,5.766,4.39,5.766,4.39Z"/><path class="d" d="m35.1043,14.9748c0,.4145.336.75.75.75s.75-.3355.75-.75c0-.4137-.336-.75-.75-.75s-.75.3363-.75.75Z"/><path class="c" d="m43.4898,16.3361l-4.1972-.9608s-1.6374-2.0081-3.7715-2.3161c-2.6396-.3811-4.6381.783-4.7156.8418-.0659.0499-26.3193-.0643-26.3157.0252.015.3689-.1668,1.978,1.5947,1.978.4743.0189,8.1974.0647,8.1974.0647l6.5309,3.8624.0809,7.9221s.2977,3.2328,3.5846,5.6163c2.778,2.0146,6.1271,1.5213,6.1271,1.5213l.0539-12.9766,7.6079-5.5191,5.2225-.0593Z"/><path class="c" d="m34.3067,16.0355l-3.9704,2.2361"/></g></svg>
Copied!