Parallel Live Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Parallel Live 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/345520.svg" alt="Parallel Live icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345520.svg" alt="Parallel Live icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345520.svg" alt="Parallel Live icon" :width="24" :height="24" />
CSS background
.icon-parallel-live {
background-image: url('https://proicons.com/icon/345520.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="M22.024,33.292c-.6486-.138-1.2809-.3434-1.8867-.6131M18.4159,31.6851c-.5364-.3898-1.0306-.8347-1.4744-1.3274M15.7721,28.7481c-.3312-.5739-.6014-1.1808-.8062-1.8109M14.5523,24.992c-.0346-.3296-.052-.6608-.052-.9922s.0173-.6626.052-.9922M14.9659,21.0625c.2049-.6301.4751-1.237.8062-1.8109M16.9415,17.642c.4438-.4927.938-.9376,1.4744-1.3274M20.1373,15.3208c.6058-.2696,1.2381-.4751,1.8867-.6131"/><circle class="b" cx="24" cy="24" r="21.5"/><path class="b" d="M6.2071,24.707l-.7071-.7071.7071-.7071"/><path class="b" d="M24,5.5l18.5,18.5-18.5,18.5V14.5c5.2467,0,9.5,4.2533,9.5,9.5s-4.2533,9.5-9.5,9.5"/><path class="b" d="M24,5.5l-2.7374,2.7374M19.8939,9.6061l-1.3687,1.3687M17.1565,12.3435l-1.3687,1.3687M14.4191,15.0809l-1.3687,1.3687M11.6817,17.8183l-1.3687,1.3687M8.9443,20.5557l-1.3687,1.3687"/><path class="b" d="M22.631,41.131l-1.3687-1.3687M19.8936,38.3936l-1.3687-1.3687M17.1562,35.6562l-1.3687-1.3687M14.4188,32.9188l-1.3687-1.3687M11.6814,30.1814l-1.3687-1.3687M8.944,27.444l-1.3687-1.3687"/></svg>
Copied!