Pokey Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Pokey 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/346025.svg" alt="Pokey icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346025.svg" alt="Pokey icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346025.svg" alt="Pokey icon" :width="24" :height="24" />
CSS background
.icon-pokey {
background-image: url('https://proicons.com/icon/346025.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><polygon class="b" points="30.2782 20 29.0344 33.2666 27.687 31.2974 24.785 37.4643 25.1996 27.4107 26.4433 28.7321 30.2782 20"/><polygon class="b" points="29.1899 18.6526 17.9962 34.1476 17.9962 31.2974 10.1192 37.4643 18.5663 24.6641 18.6181 27.2552 29.1899 18.6526"/><polygon class="b" points="27.8425 17.7716 15.716 23.0964 16.8043 21.3474 10.1192 22.4357 18.6181 17.4089 18.2035 19.0154 27.8425 17.7716"/><path class="b" d="M36.7,9.67c-.1,5.87-6.05,12.56-3.16,15.15,2.21,1.98,8.55-7.75,9.93-9.94"/><path class="b" d="M30.98,3.67c-3.34,4.52-14.31,9.58-12.62,11.67,1.59,1.96,14.63-5.56,20.89-6.49"/><path class="b" d="M40.49,18.94c-1.49-2.84-1.25-6.5.35-8.3"/><circle class="b" cx="24" cy="24" r="21.5"/></svg>
Copied!