Hocus Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Hocus 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/327073.svg" alt="Hocus icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327073.svg" alt="Hocus icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327073.svg" alt="Hocus icon" :width="24" :height="24" />
CSS background
.icon-hocus {
background-image: url('https://proicons.com/icon/327073.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M18.2786,7.964l-3.9389-2.2792-5.7108,3.2939v31.2275l5.7113,3.2938"/><path class="c" d="M24.1636,24.5238l-9.8235-5.6842v24.6604l27.0275-15.6227.003-6.5513-14.8119-8.5709"/><path class="c" d="M41.3711,21.3258l-27.0307,15.5868"/><path class="c" d="M8.6289,8.9787l21.2037,12.2695-15.4929,8.9551"/><path class="c" d="M14.3394,36.9126v-2.9914"/><path class="c" d="M18.3884,7.1953l4.2468,4.1211,4.5179-2.6953-4.2468-4.1211-4.5179,2.6953Z"/><path class="c" d="M18.3884,7.1953l-.6199,4.3192,4.2468,4.1211,4.5179-2.6953.6199-4.3192"/><path class="c" d="M22.6348,11.3168l-.6199,4.3192"/></svg>
Copied!