Skiff Drive Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Skiff Drive 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/332829.svg" alt="Skiff Drive icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332829.svg" alt="Skiff Drive icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332829.svg" alt="Skiff Drive icon" :width="24" :height="24" />
CSS background
.icon-skiff-drive {
background-image: url('https://proicons.com/icon/332829.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;}.d{fill:#000;stroke-width:0px;}</style></defs><path class="c" d="M37.5,5.5c2.7706,0,5,2.2293,5,5v27c0,2.7707-2.2294,5-5,5H10.5c-2.7707,0-5-2.2293-5-5V10.5c0-2.7707,2.2293-5,5-5h27ZM5.5,32.7813h37M5.5213,15.3693h36.9573M8.948,20.12v8.0987M12.1506,20.12v8.0987M15.3493,20.12v8.0987M39.2293,24.2187c-.0054,1.9533-1.5894,3.532-3.5413,3.532-1.9534,0-3.5374-1.584-3.5374-3.5426,0-1.9534,1.584-3.536,3.5374-3.536,1.9573,0,3.5413,1.5826,3.5413,3.536v.0107ZM18.588,20.12v8.0987"/><path class="d" d="M36.438,24.208c0,.4139-.336.75-.75.75s-.75-.3361-.75-.75.336-.75.75-.75.75.3359.75.75h0Z"/></svg>
Copied!