Primal Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Primal 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/346152.svg" alt="Primal icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346152.svg" alt="Primal icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346152.svg" alt="Primal icon" :width="24" :height="24" />
CSS background
.icon-primal {
background-image: url('https://proicons.com/icon/346152.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><circle class="c" cx="24" cy="24" r="21.5"/><path class="c" d="m45.5,24c0,6.8765-5.5745,12.4509-12.4509,12.4509s-12.4509-3.3245-12.4509-10.2009c0-5.5117,4.4166-8.2033,9.4206-8.4836-12.5607-3.8692-16.5707,4.3619-16.5707,11.8318s6.6454,13.4019,14.4081,15.5558"/><path class="c" d="m13.448,29.5981c0-12.1121,5.6367-14.608,10.5187-15.1602-8.4054-1.1015-19.7048,3.0153-16.1909,23.6672"/><path class="c" d="m11.5752,17.9433c6.9023-6.8885,18.4653-7.6162,21.998-.9433-4.7321-11.2336-20.4331-13.1963-29.6705-.6512"/></svg>
Copied!