Sughool Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Sughool 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/333440.svg" alt="Sughool icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333440.svg" alt="Sughool icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333440.svg" alt="Sughool icon" :width="24" :height="24" />
CSS background
.icon-sughool {
background-image: url('https://proicons.com/icon/333440.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M43.5,30.5h-13v-13h-13v13H4.5"/><path class="c" d="M26.298,26.298l-2.2981-2.2981v-3.25"/><path class="c" d="M35.389,18.486c1.0314,1.0315,1.6109,2.4304,1.6109,3.8891,0,1.4587-.5795,2.8576-1.6109,3.8891"/><path class="c" d="M12.611,26.264c-2.1479-2.1479-2.1479-5.6303,0-7.7782,0,0,0,0,0,0"/><path class="c" d="M14.672,25.203c-1.5621-1.5621-1.5621-4.0947,0-5.6569h0"/><path class="c" d="M33.328,19.547c.7501.7501,1.1716,1.7675,1.1716,2.8284,0,1.0609-.4215,2.0783-1.1716,2.8284"/></svg>
Copied!