Black Art Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Black Art 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/337256.svg" alt="Black Art icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/337256.svg" alt="Black Art icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/337256.svg" alt="Black Art icon" :width="24" :height="24" />
CSS background
.icon-black-art {
background-image: url('https://proicons.com/icon/337256.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="m17.931,6.5202c.2671.6178.5343,1.2355,1.1938,1.3774.6595.1336,1.7197-.2004,2.0786,0,.3673.2004.0501.9433-.1503,1.5527-.192.6178-.2588,1.0936-.4007,1.7698-.1336.6678-.3423,1.5277-.8264,2.112s-1.2438.8932-1.703,1.2522c-.4591.359-.6178.7764-.6845,1.6779s-.0501,2.279.2004,2.5545c.2421.2838.7012-.5426,1.0685-1.4025.3757-.8682.6511-1.7698.6595-1.6446,0,.1169-.2588,1.2605.0918,2.4877.359,1.2188,1.3273,2.5127,1.9868,3.1388.6595.6344,1.0018.6011,1.1019.2755.1002-.3339-.0334-.96-.2588-1.8616-.217-.9099-.5176-2.0953-.5092-2.7799.0083-.6929.3172-.8765.4257-.6762.1085.2004.0083.7931.5677,1.4359.551.6344,1.7614,1.3273,2.3541,1.1854.5927-.1503.5593-1.127.6178-1.4025.0501-.2755.1837.1586.9851,1.0936.7931.9266,2.254,2.3541,2.6964,1.5778s-.1336-3.7399-.8348-5.0088-1.536-.8264-1.703-1.3106c-.167-.4842.3339-1.895-.0584-3.0387-.4007-1.1353-1.6946-2.0119-1.5861-2.4543.1002-.4424,1.6112-.4508,2.1955-.7931.5927-.3339.2588-.9934.935-1.3357.6845-.3506,2.3792-.3757,3.1639.6511.7847,1.0268.6511,3.1138.5176,5.2091v11.971l.0167,17.7812-16.6626-.5176V6.5202h2.5211Z"/><path class="b" d="m15.4099,8.0813l-10.4099,2.0786,3.1221,29.1511,7.2878-.5176"/><path class="b" d="m32.0725,8.0813l10.9275,1.0435-3.6397,31.7474-7.2878-.5176"/><path class="b" d="m24.2588,22.1393c1.152,0,2.087,1.3941,2.087,3.1221,0,1.7197-.935,3.1221-2.087,3.1221s-2.0786-1.4025-2.0786-3.1221c0-1.728.9266-3.1221,2.0786-3.1221Z"/><path class="b" d="m36.1046,13.3489c1.2188,0,2.2039,2.1538,2.2039,4.8084s-.9851,4.8084-2.2039,4.8084-2.2039-2.1538-2.2039-4.8084.9851-4.8084,2.2039-4.8084Z"/><path class="b" d="m24.9684,12.7645c.384,0,.7012.743.7012,1.6529s-.3172,1.6529-.7012,1.6529c-.3924,0-.7096-.743-.7096-1.6529s.3172-1.6529.7096-1.6529Z"/></svg>
Copied!