Rapidshot Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Rapidshot 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/346494.svg" alt="Rapidshot icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346494.svg" alt="Rapidshot icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346494.svg" alt="Rapidshot icon" :width="24" :height="24" />
CSS background
.icon-rapidshot {
background-image: url('https://proicons.com/icon/346494.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="M43.0452,16.5905c2.182,5.268,2.182,11.187,0,16.455"/><path class="b" d="M7.9794,9.6157c4.0321-4.0321,9.5008-6.2973,15.203-6.2972"/><path class="b" d="M14.9542,44.6815c-5.2683-2.1821-9.4539-6.3677-11.636-11.636"/><circle class="b" cx="23.1822" cy="24.8185" r="17.5"/></svg>
Copied!