Woolsocks Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Woolsocks 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/349798.svg" alt="Woolsocks icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349798.svg" alt="Woolsocks icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349798.svg" alt="Woolsocks icon" :width="24" :height="24" />
CSS background
.icon-woolsocks {
background-image: url('https://proicons.com/icon/349798.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M4.5,18.1641c1.2993.9256,4.0151,2.5713,7.6167,2.6094,5.1357.0543,10.7793-3.174,10.6492-5.8535-.0441-.9069-.2116-2.1863-1.6926-2.1863-4.7956,0-11.4249,5.9593-11.4249,15.7975,0,3.632,1.7692,7.8987,5.0778,7.8987,6.4883,0,13.1175-6.4883,13.1175-13.5407,0-1.3529-.6347-3.1736-2.292-3.1736-2.0804,0-3.8083,3.1955-3.8083,6.1004,0,6.5235,3.9313,11.6062,8.8508,11.6013,5.3148-.0054,9.1161-7.5499,9.0271-13.3291-.1148-7.4559-6.2446-13.5054-9.6618-13.5054-1.1989,0-1.9394.5642-1.9394,1.6573,0,2.067,5.3498,4.7662,10.3318,3.8788,2.4414-.4349,4.2026-1.6377,5.1483-2.3978"/></svg>
Copied!