Cultist Simulator Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Cultist Simulator 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/338730.svg" alt="Cultist Simulator icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338730.svg" alt="Cultist Simulator icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338730.svg" alt="Cultist Simulator icon" :width="24" :height="24" />
CSS background
.icon-cultist-simulator {
background-image: url('https://proicons.com/icon/338730.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="M6.989,20.2788c1.8901,3.0124,4.489,1.3585,7.0879,5.1978s-.2363,6.9107.9451,9.0962c-2.1264-2.5989-5.7186-1.2956-7.206-3.9574-2.2445-4.0165.9451-6.704-.8269-10.3365Z"/><circle class="c" cx="11.2787" cy="27.7876" r="1.7055"/><path class="c" d="M24.0369,9.3812c0,4.8434,7.0067,6.9107,6.0026,14.6631s-6.0026,7.1617-6.0026,13.3637c0-6.2019-4.9985-5.6113-6.0026-13.3637-1.0041-7.7524,6.0026-9.8197,6.0026-14.6631Z"/><path class="c" d="M41.0848,20.2788c-1.8901,3.0124-4.489,1.3585-7.0879,5.1978s.2363,6.9107-.9451,9.0962c2.1264-2.5989,5.7186-1.2956,7.206-3.9574,2.2445-4.0165-.9451-6.704.8269-10.3365Z"/><circle class="c" cx="36.7952" cy="27.7876" r="1.7055"/><path class="c" d="M24.0738,28.7179c2.4439,0,3.4406-2.658,3.4406-4.6736s-.8417-5.3602-3.4775-5.3602-3.4775,3.3446-3.4775,5.3602.9967,4.6736,3.4406,4.6736"/></svg>
Copied!