Shark Clean Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Shark Clean 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/332653.svg" alt="Shark Clean icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332653.svg" alt="Shark Clean icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332653.svg" alt="Shark Clean icon" :width="24" :height="24" />
CSS background
.icon-shark-clean {
background-image: url('https://proicons.com/icon/332653.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:#000;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"/><line class="b" x1="18.3253" y1="18.7788" x2="16.8367" y2="27.2212"/><path class="b" d="M17.4507,23.7387c.2055-1.1657,1.3171-2.1106,2.4828-2.1106h0c1.1657,0,1.944.9449,1.7384,2.1106l-.6141,3.4825"/><path class="b" d="M30.1144,23.7387c.2055-1.1657,1.3171-2.1106,2.4828-2.1106h0"/><line class="b" x1="30.4865" y1="21.6281" x2="29.5003" y2="27.2212"/><line class="b" x1="35.1796" y1="18.7788" x2="33.691" y2="27.2212"/><line class="b" x1="34.0081" y1="25.4278" x2="38.5" y2="21.6251"/><line class="b" x1="35.4377" y1="24.2176" x2="37.9145" y2="27.2085"/><path class="b" d="M9.5,26.2962c.3989.674,1.0037.925,1.9069.925h1.2499c1.1631,0,2.2727-.9449,2.4782-2.1106h0c.2055-1.1657-.5708-2.1106-1.7339-2.1106h-1.381c-1.1631,0-1.9394-.9449-1.7339-2.1106h0c.2055-1.1657,1.3151-2.1106,2.4782-2.1106h1.2499c.9031,0,1.508.251,1.9069.925"/><path class="b" d="M27.7619,25.1106c-.2055,1.1657-1.3171,2.1106-2.4828,2.1106h0c-1.1657,0-1.944-.9449-1.7384-2.1106l.2419-1.3719c.2055-1.1657,1.3171-2.1106,2.4828-2.1106h0c1.1657,0,1.944.9449,1.7384,2.1106"/><line class="b" x1="27.3897" y1="27.2212" x2="28.3759" y2="21.6281"/></svg>
Copied!