Magic Companion Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Magic Companion 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/343343.svg" alt="Magic Companion icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343343.svg" alt="Magic Companion icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343343.svg" alt="Magic Companion icon" :width="24" :height="24" />
CSS background
.icon-magic-companion {
background-image: url('https://proicons.com/icon/343343.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="m16.8452,23.1292l.5287-5.225s.622,3.6389,1.2129,4.2297c.311-.0933,1.3996-.4665,1.3996-.4665.622-1.6173,1.2129-6.531,1.2129-6.531,0,0,.5287,4.9451,1.0575,6.0336.3421-.0622,1.6794-.1864,1.6794-.1864.4974-1.2755,1.0262-7.3714,1.0262-7.3714,0,0,.6531,6.0647,1.1196,7.371.3732.0311,1.5861.2177,1.5861.2177.5598-1.2129,1.1819-6.0647,1.1819-6.0647,0,0,.5598,5.536,1.0885,6.5935.4354.0933,1.3684.4354,1.3684.4354.6843-.8087,1.2751-4.1365,1.2751-4.1365l.4043,5.1318s-6.5157,2.2704-7.9153,11.2276c-1.2596-8.9105-8.2261-11.2587-8.2261-11.2587Z"/><circle class="c" cx="24" cy="24" r="21.5"/><path class="c" d="m36.0187,41.7477l-1.2617-10.3879c-3.9533,10.0514-6.3925,12.1542-10.472,12.1542-7.1495,0-10.472-7.1495-10.472-19.514s3.3224-19.514,10.472-19.514c4.0794,0,6.5187,2.1028,10.472,12.1542l1.2617-10.3879"/></svg>
Copied!