Shizuku Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Shizuku 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/347243.svg" alt="Shizuku icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347243.svg" alt="Shizuku icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347243.svg" alt="Shizuku icon" :width="24" :height="24" />
CSS background
.icon-shizuku {
background-image: url('https://proicons.com/icon/347243.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><rect class="b" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><polyline class="b" points="28.31 33.96 29.75 33.96 35.5 24 29.75 14.04 18.25 14.04 15.44 18.91"/><path class="b" d="M25.65,42.5l1.92-5.28c1.0105-2.779,1.0668-5.8154.16-8.63l.34-.62c.9462-1.975,1.3402-4.1692,1.14-6.35-1.9674-.3966-4.0028-.2935-5.92.3l-.21.07c-1.0632-.802-2.2393-1.4423-3.49-1.9h0c-1.2571-.4551-2.5748-.7213-3.91-.79l-.11-.19c-1.0953-1.6703-2.5861-3.0443-4.34-4-1.5624,1.525-2.6792,3.4473-3.23,5.56-.06.2267-.11.4567-.15.69-.852.5511-1.6401,1.195-2.35,1.92"/><circle class="b" cx="12.35" cy="25.53" r="1.1"/><circle class="b" cx="21.63" cy="28.91" r="1.1"/></svg>
Copied!