The Case Of The Golden Idol Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The The Case Of The Golden Idol 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/333872.svg" alt="The Case Of The Golden Idol icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333872.svg" alt="The Case Of The Golden Idol icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333872.svg" alt="The Case Of The Golden Idol icon" :width="24" :height="24" />
CSS background
.icon-the-case-of-the-golden-idol {
background-image: url('https://proicons.com/icon/333872.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m34.3733,42.8366s.2156-1.8806-1.3296-2.6353l.0569-.9003c.086-1.3618-.9953-2.5136-2.3598-2.5136h-2.7639s-.4581-3.7792-.4581-3.7792c-.1442-1.1893.6996-2.2715,1.8881-2.4219h0c1.0552-.1335,1.8594-1.0098,1.9021-2.0725l.477-11.8719.7977-6.041c.2437-1.8455-1.1926-3.4839-3.0541-3.4839h-5.5295s-5.5295,0-5.5295,0c-1.8616,0-3.2978,1.6384-3.0541,3.4839l.7977,6.041.477,11.8719c.0427,1.0627.847,1.939,1.9021,2.0725h0c1.1885.1504,2.0322,1.2326,1.8881,2.4219l-.4581,3.7792h-2.7639c-1.3645,0-2.4458,1.1518-2.3598,2.5136l.0569.9003c-1.5452.7546-1.3296,2.6353-1.3296,2.6353"/><polygon class="b" points="24 26.8442 28.87 24.3453 28.87 21.4836 24 18.5575 19.13 21.4836 19.13 24.3453 24 26.8442"/><path class="b" d="m30.7817,40.8239c-6.0516.9318-6.7817-5.7539-6.7817-9.283,0,3.5567-.7415,10.3196-6.9247,9.2597"/><circle class="b" cx="24" cy="24" r="21.5"/></svg>
Copied!