Toolwiz Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Toolwiz 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/348662.svg" alt="Toolwiz icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348662.svg" alt="Toolwiz icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348662.svg" alt="Toolwiz icon" :width="24" :height="24" />
CSS background
.icon-toolwiz {
background-image: url('https://proicons.com/icon/348662.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><path class="b" d="m26.8831,21.364c2.0511-.1153,3.9293-.3625,5.2473-.7331h.0082c.5931-.1648,1.0791-.3625,1.4086-.5849.2142-.14.3707-.2966.4531-.4613.4284-.8567.0577-2.7761-.7826-5.0331-.7167-1.9276-1.7793-4.0941-2.982-6.0628-2.01-3.2868-4.3989-5.9887-6.2029-5.9887-2.0511,0-4.5636,2.7761-6.59,6.1205"/><path class="b" d="m30.2358,39.5113c-2.01,3.2868-4.3989,5.9887-6.2029,5.9887-2.0429,0-4.5636-2.7761-6.59-6.1205-1.2109-2.0017-2.2489-4.2176-2.8914-6.1617-.7167-2.1253-.9638-3.9375-.486-4.8025.1236-.2307.3872-.4366.7579-.6178,0,0,.0082,0,.0165-.0082.1648-.0824.346-.1565.5437-.2224l.0082-.0082c1.3015-.4613,3.3692-.7661,5.6674-.9061"/><path class="b" d="m39.3795,17.4429c3.3444,2.0264,6.1205,4.5471,6.1205,6.59,0,1.837-2.809,4.2835-6.1782,6.3182-1.9688,1.1862-4.1352,2.2324-6.0381,2.9326-2.1829.7908-4.0282,1.1368-4.8684.7167-.1648-.0824-.3213-.2389-.4613-.4531-.2224-.3295-.4201-.8155-.5849-1.4086-.3707-1.2933-.6096-3.122-.7249-5.1238"/><path class="b" d="m8.4969,30.2358c-3.2868-2.0017-5.9969-4.3989-5.9969-6.2029,0-2.01,2.6772-4.4812,5.9475-6.483,1.9935-1.2192,4.2011-2.2736,6.1617-2.9408,2.1994-.7579,4.0858-1.0379,4.9755-.5437.2224.1153.4201.3625.6013.7167,0,.0165.0082.0412.0247.0577.0824.1483.14.3213.2059.5025-.0082.0082,0,.0247.0165.0412.4778,1.3262.7826,3.4515.9226,5.8075"/><path class="b" d="m27.9623,24.2224c1.5157,1.351,2.9902,2.4877,4.1682,3.1467h.0082c.5354.3048,1.0132.5107,1.4086.5849.2554.0577.4695.0577.6425,0,.8897-.2966,1.9523-1.8452,2.9326-3.954.8814-1.9029,1.6969-4.2588,2.2571-6.5571.9061-3.7398,1.1203-7.3479-.1565-8.6247-1.4416-1.4416-5.1814-1.2603-8.9872-.3295"/><path class="b" d="m17.4429,39.3795c-3.7398.9061-7.3479,1.1203-8.6247-.1565-1.4416-1.4416-1.2603-5.1897-.3213-8.9872.5354-2.1994,1.3345-4.4318,2.2159-6.2358,1.0215-2.0923,2.1582-3.6245,3.1385-3.9046.2389-.0659.5519-.033.9308.0906.0165.0082.0412.0082.0577.0247.1648.0494.3377.1153.519.2142.0082-.0082.0165,0,.0247.0082,1.2603.5931,2.9655,1.8699,4.7201,3.4268"/><path class="b" d="m24.1318,20.1366c1.458-1.6228,2.6772-3.2044,3.328-4.44,0,0,0-.0082.0082-.0082.2059-.3954.3625-.7496.4448-1.0626v-.0082c.0989-.3295.1153-.5931.0412-.8073-.3048-.9144-1.9358-2.01-4.127-3.0067-1.8699-.8567-4.1517-1.6393-6.3841-2.183-3.7398-.9061-7.3479-1.1203-8.6247.1565-1.4169,1.4169-1.2686,5.0496-.3707,8.773"/><path class="b" d="m23.7611,28.0034c-1.3921,1.5816-2.5536,3.1138-3.1797,4.3082-.2142.4036-.3707.7743-.4448,1.0874-.0824.2966-.0989.5437-.0412.7414.2801.9556,1.7299,2.0594,3.7316,3.0561,1.837.9226,4.1353,1.7464,6.4088,2.3148,3.8057.9308,7.5456,1.1121,8.9872-.3295,1.3015-1.3015,1.0462-5.0167.0989-8.8307"/><circle class="b" cx="24.033" cy="24.0741" r="3.9347"/></svg>
Copied!