Swipetimes Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Swipetimes 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/348100.svg" alt="Swipetimes icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348100.svg" alt="Swipetimes icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348100.svg" alt="Swipetimes icon" :width="24" :height="24" />
CSS background
.icon-swipetimes {
background-image: url('https://proicons.com/icon/348100.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="m20.9994,27.4811c2.3569,2.7694,3.9255,5.8098-2.5166,10.1382-1.7294,1.162-.5665,1.5619.6187,1.3072,6.6116-1.4205,15.1802-5.9386,11.732-13.2958l-9.8341,1.8504c-.55-.6468-1.1426-1.2782-1.6868-1.9076-1.07-1.2394-1.8165-2.415-2.2891-3.5237"/><path class="b" d="m26.8073,20.2894c-2.2436-2.7084-3.5537-5.6995,2.7093-9.9077,1.7304-1.1629.5665-1.5628-.6178-1.3082-6.5157,1.4002-14.9313,5.8079-11.8753,12.9763l9.7838-1.7604c.6023.7262,1.2714,1.4331,1.8795,2.138.9683,1.1213,1.6713,2.1884,2.1467,3.2032"/><circle class="b" cx="24" cy="24" r="21.5"/></svg>
Copied!