Microsoft Loop Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Microsoft Loop 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/329227.svg" alt="Microsoft Loop icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329227.svg" alt="Microsoft Loop icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329227.svg" alt="Microsoft Loop icon" :width="24" :height="24" />
CSS background
.icon-microsoft-loop {
background-image: url('https://proicons.com/icon/329227.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="M17,30.98h7c3.7089,0,7-3.0875,7-7,0-3.8013-3.0501-7-7-7-3.7509,0-7,3.0174-7,7v7c0,5.8153-4.646,11.525-11.5,11.54v-18.54C5.5,13.557,13.8855,5.48,24,5.48c11.262,0,18.5,9.308,18.5,18.5,0,9.2915-7.5256,18.5-18.5,18.5l-18.5.04"/></svg>
Copied!