Slowly Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Slowly 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/332907.svg" alt="Slowly icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332907.svg" alt="Slowly icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332907.svg" alt="Slowly icon" :width="24" :height="24" />
CSS background
.icon-slowly {
background-image: url('https://proicons.com/icon/332907.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><circle class="a" cx="24" cy="24" r="21.5"/><line class="a" x1="24" y1="39.5" x2="24" y2="8.5"/><path class="a" d="M19.6392,25.38c-1.3991,0-1.3991-3.3237-2.7983-3.3237-1.401,0-1.401,3.3237-2.8021,3.3237-1.4026,0-1.4026-3.3237-2.8052-3.3237-1.4006,0-1.4006,3.3237-2.8012,3.3237-1.4039,0-1.4039-3.3237-2.8078-3.3237-1.4061,0-1.4061,3.3237-2.8123,3.3237a.8191.8191,0,0,1-.272-.0454"/><path class="a" d="M19.6392,32.44c-1.3991,0-1.3991-3.3237-2.7983-3.3237-1.401,0-1.401,3.3237-2.8021,3.3237-1.4026,0-1.4026-3.3237-2.8052-3.3237-1.4006,0-1.4006,3.3237-2.8012,3.3237-1.4039,0-1.4039-3.3237-2.8078-3.3237-.93,0-1.2452,1.4552-1.7591,2.44"/><path class="a" d="M19.6392,39.5c-1.3991,0-1.3991-3.3237-2.7983-3.3237-1.401,0-1.401,3.3237-2.8021,3.3237-1.4026,0-1.4026-3.3237-2.8052-3.3237-1.2115,0-1.3751,2.4868-2.3036,3.1583"/><rect class="a" x="29.9977" y="13.4977" width="9" height="9"/><path class="a" d="M32.9459,20.0758a2.1222,2.1222,0,0,0,1.5518.4219h.4233a1.2487,1.2487,0,0,0,1.2473-1.25h0a1.2487,1.2487,0,0,0-1.2473-1.25h-.8466a1.2487,1.2487,0,0,1-1.2473-1.25h0a1.2486,1.2486,0,0,1,1.2473-1.25h.4233a2.122,2.122,0,0,1,1.5517.4218"/></svg>
Copied!