Alight Motion Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Alight Motion 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/321605.svg" alt="Alight Motion icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/321605.svg" alt="Alight Motion icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/321605.svg" alt="Alight Motion icon" :width="24" :height="24" />
CSS background
.icon-alight-motion {
background-image: url('https://proicons.com/icon/321605.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M43.5,28.3294a19.5,19.5,0,0,0-39,0"/><path class="a" d="M18.4694,32.593a6.9229,6.9229,0,0,0,9.79-9.7905"/><path class="a" d="M23.25,39.1706a11.2273,11.2273,0,1,0,0-22.4545"/><path class="a" d="M34.6024,38.2223a14.6374,14.6374,0,1,0-20.7-20.7"/></svg>
Copied!