Sideband Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Sideband 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/347293.svg" alt="Sideband icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347293.svg" alt="Sideband icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347293.svg" alt="Sideband icon" :width="24" :height="24" />
CSS background
.icon-sideband {
background-image: url('https://proicons.com/icon/347293.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>.h{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="h" d="M10.3583,18.2058c3.2035-.8062,6.45,1.1287,7.2563,4.3323.8062,3.2035-1.1287,6.45-4.3323,7.2562-3.1928.8063-6.4392-1.1287-7.2455-4.3323-.8062-3.2035,1.1288-6.45,4.3215-7.2563Z"/><path id="c" class="h" d="M17.077,20.8395l6.3855-4.214"/><path id="d" class="h" d="M28.859,28.6763l-.0323-9.3095"/><path id="e" class="h" d="M27.1927,7.4557c3.1927-.8063,6.4392,1.1288,7.2455,4.3322.8063,3.2035-1.1287,6.45-4.3215,7.2563-3.2035.8062-6.45-1.1287-7.2562-4.3323-.8063-3.2035,1.1287-6.45,4.3323-7.2562Z"/><path id="f" class="h" d="M27.1927,28.9558c3.1927-.8062,6.4392,1.1287,7.2455,4.3322.8063,3.2035-1.1287,6.45-4.3215,7.2563-3.2035.8062-6.45-1.1287-7.2562-4.3322-.8063-3.2035,1.1287-6.45,4.3323-7.2563Z"/><path id="g" class="h" d="M24,2.5c11.8787,0,21.5,9.6212,21.5,21.5s-9.6213,21.5-21.5,21.5S2.5,35.8787,2.5,24,12.1212,2.5,24,2.5Z"/></svg>
Copied!