Clevershuttle Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Clevershuttle 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/338358.svg" alt="Clevershuttle icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338358.svg" alt="Clevershuttle icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338358.svg" alt="Clevershuttle icon" :width="24" :height="24" />
CSS background
.icon-clevershuttle {
background-image: url('https://proicons.com/icon/338358.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><path class="b" d="M25.5,8.5h-5.5c-8.5604,0-15.5,6.9396-15.5,15.5s6.9396,15.5,15.5,15.5h8v-10.333h-8c-2.8535,0-5.1667-2.3132-5.1667-5.1667s2.3132-5.1667,5.1667-5.1667h8v-10.333l15.5,15.5-13.732,13.732"/></svg>
Copied!