Magic Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Magic 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/328783.svg" alt="Magic icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328783.svg" alt="Magic icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328783.svg" alt="Magic icon" :width="24" :height="24" />
CSS background
.icon-magic {
background-image: url('https://proicons.com/icon/328783.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M8.85,22.3653l.9925-9.8084s1.1677,6.8309,2.2769,7.94c.5839-.1751,2.6273-.8757,2.6273-.8757,1.1676-3.0359,2.2769-12.26,2.2769-12.26s.9925,9.2829,1.9851,11.3263c.6422-.1167,3.1526-.35,3.1526-.35C23.0951,15.9431,24.0876,4.5,24.0876,4.5s1.226,11.3847,2.1018,13.8368c.7006.0584,2.9775.4087,2.9775.4087,1.0509-2.2769,2.2186-11.3847,2.2186-11.3847S32.4364,17.753,33.4289,19.738c.8174.1752,2.5688.8174,2.5688.8174,1.2845-1.518,2.3937-7.765,2.3937-7.765l.759,9.6333S26.9191,26.6857,24.2919,43.5C21.9274,26.7732,8.85,22.3653,8.85,22.3653Z"/></svg>
Copied!