Shizutools Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Shizutools 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/347244.svg" alt="Shizutools icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347244.svg" alt="Shizutools icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347244.svg" alt="Shizutools icon" :width="24" :height="24" />
CSS background
.icon-shizutools {
background-image: url('https://proicons.com/icon/347244.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>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="c" d="M11.9361,7.0834l8.0211,8.0211c.2322.2322.2322.6061,0,.8383l-4.0147,4.0147c-.2322.2322-.6061.2322-.8383,0L7.0848,11.938c-2.7262,4.8905-1.8734,10.9958,2.0859,14.9551,3.5382,3.5382,8.6648,4.5198,13.0837,2.9422l12.1422,12.1422c.6966.6966,1.8183.6966,2.5149,0l5.0658-5.0658c.6966-.6966.6966-1.8183,0-2.5149l-12.1422-12.1422c1.5776-4.4189.596-9.5454-2.9422-13.0837-3.9594-3.9594-10.0647-4.8123-14.9567-2.0876Z"/></svg>
Copied!