Shiftboard Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Shiftboard 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/332674.svg" alt="Shiftboard icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332674.svg" alt="Shiftboard icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332674.svg" alt="Shiftboard icon" :width="24" :height="24" />
CSS background
.icon-shiftboard {
background-image: url('https://proicons.com/icon/332674.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><path class="b" d="M32.3728,11.0948c.4763-1.7777,1.8648-3.1662,3.6425-3.6425,1.7777-.4763,3.6744.0319,4.9758,1.3333,1.3014,1.3013,1.8096,3.1981,1.3333,4.9758"/><circle class="b" cx="10.6513" cy="12.4268" r="5.1513"/><circle class="b" cx="10.6513" cy="35.2092" r="5.1513"/><path class="b" d="M35.8147,36.9052c-.7363,2.748-3.561,4.3789-6.309,3.6425,0,0,0,0,0,0-2.748-.7363-4.3789-3.561-3.6425-6.309,0,0,0,0,0,0"/><path class="b" d="M32.3728,11.0948l-6.5096,23.1445"/><path class="b" d="M42.3236,13.7607l-6.5096,23.1445"/></svg>
Copied!