Firefoxlockwise Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Firefoxlockwise 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/340451.svg" alt="Firefoxlockwise icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340451.svg" alt="Firefoxlockwise icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340451.svg" alt="Firefoxlockwise icon" :width="24" :height="24" />
CSS background
.icon-firefoxlockwise {
background-image: url('https://proicons.com/icon/340451.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M17.05,31.32l4.61-4.61-.07,0a5.95,5.95,0,1,1,4.57,0h0l7.65,7.65a2,2,0,0,1,0,2.76L28.13,42.8a5.86,5.86,0,0,1-8.26,0L5.2,28.13a5.86,5.86,0,0,1,0-8.26L19.87,5.2a5.86,5.86,0,0,1,8.26,0L42.8,19.87a5.86,5.86,0,0,1,0,8.26L39,32"/></svg>
Copied!