Pentastic Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Pentastic 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/331113.svg" alt="Pentastic icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331113.svg" alt="Pentastic icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331113.svg" alt="Pentastic icon" :width="24" :height="24" />
CSS background
.icon-pentastic {
background-image: url('https://proicons.com/icon/331113.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>.h{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="h" d="m14.2874,19.2554c.346,2.469.8302,3.6002,3.678,4.0167-2.7661.3624-3.4286,1.8053-3.678,3.8661-.4583-2.0839-.7729-3.3813-3.6613-3.8661,2.798-.5827,3.1011-1.5254,3.6613-4.0167Z"/><path id="c" class="h" d="m10.2144,9.08c.3408,2.664.7115,4.8675,4.8499,5.5603-3.7371.3157-4.1886,2.4736-4.8499,5.3433-.6549-2.91-.9895-4.9755-4.7144-5.3433,2.3486-.8492,4.2211-1.5681,4.7144-5.5603Z"/><path id="d" class="h" d="m19.1013,13.9079c.2803,2.0007.6727,2.9173,2.9804,3.2548-2.2414.2937-2.7783,1.4629-2.9804,3.1327-.3713-1.6886-.6263-2.7399-2.9668-3.1327,2.2673-.4722,2.5129-1.2361,2.9668-3.2548Z"/><path id="e" class="h" d="m35.0327,13.3279l4.4435,4.3502-13.1949,13.7515c-2.6488,2.7605-5.688,4.7703-8.3522,6.0006l-1.7611-1.6274c1.1205-2.8932,3.2884-6.3881,5.697-8.8756l13.1678-13.5993Z"/><path id="f" class="h" d="m17.9291,37.4302c-.5568.6779-1.9179,1.2023-2.9714,1.4899.2038-.8406.4485-2.1371,1.2103-3.1173"/><path id="g" class="h" d="m39.3656,10.7843l2.6439,2.5436c1.3913,1.3385-.469,3.5386-1.9536,2.117l-2.8168-2.6973c-1.3512-1.2938.5274-3.5018,2.1266-1.9633Z"/></svg>
Copied!