Touch Swipe Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Touch Swipe 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/320874.svg" alt="Touch Swipe icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/320874.svg" alt="Touch Swipe icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/320874.svg" alt="Touch Swipe icon" :width="24" :height="24" />
CSS background
.icon-touch-swipe {
background-image: url('https://proicons.com/icon/320874.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="iso-8859-1"?> <!-- Generator: Adobe Illustrator 24.1.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 32 32" style="enable-background:new 0 0 32 32;" xml:space="preserve"> <path id="touch--swipe_1_" d="M15.254,15.254l-0.509-0.509l1.385-1.386H13v-0.72h3.131l-1.385-1.386l0.509-0.509L17.509,13 L15.254,15.254z M4.746,15.254L2.491,13l2.255-2.254l0.509,0.509L3.869,12.64H7v0.72H3.869l1.385,1.386L4.746,15.254z M13.002,30.36 c-2.405,0-4.362-2.027-4.362-4.519V15.037c0-0.771,0.609-1.397,1.358-1.397s1.358,0.626,1.358,1.397l0.003,3.354 c0.191-0.105,0.409-0.166,0.641-0.166c0.51,0,0.956,0.291,1.188,0.72c0.227-0.174,0.509-0.277,0.813-0.277 c0.596,0,1.104,0.397,1.286,0.948c0.208-0.133,0.453-0.21,0.715-0.21c0.749,0,1.358,0.627,1.358,1.397v5.039 C17.36,28.333,15.405,30.36,13.002,30.36z M9.998,14.36c-0.352,0-0.638,0.304-0.638,0.677v10.805c0,2.095,1.634,3.798,3.643,3.798 c2.006,0,3.638-1.703,3.638-3.798v-5.039c0-0.373-0.286-0.677-0.638-0.677s-0.638,0.304-0.638,0.677v1.196 c0,0.198-0.161,0.359-0.359,0.36l0,0c-0.198,0-0.359-0.161-0.36-0.359l-0.005-1.935c0-0.374-0.286-0.678-0.638-0.678 c-0.354,0-0.642,0.304-0.642,0.677l0.004,1.934c0,0.199-0.16,0.36-0.359,0.361l0,0c-0.199,0-0.359-0.161-0.36-0.359l-0.005-2.378 v-0.001c0-0.373-0.286-0.676-0.638-0.676s-0.638,0.303-0.638,0.676v2.378c0,0.199-0.161,0.36-0.36,0.36s-0.36-0.161-0.36-0.36 l-0.005-6.961C10.636,14.664,10.35,14.36,9.998,14.36z M31,29.36h-9c-0.199,0-0.36-0.161-0.36-0.36v-7.64H19v-0.72h6.64v-2.28H19 v-0.72h6.64V2.36H1.36v15.28H7v0.721H1.36v2.279H7v0.721H1c-0.199,0-0.36-0.161-0.36-0.36V2c0-0.199,0.161-0.36,0.36-0.36h25 c0.199,0,0.36,0.161,0.36,0.36v10.64H31c0.199,0,0.36,0.161,0.36,0.36v16C31.36,29.199,31.199,29.36,31,29.36z M22.36,28.64h8.279 v-2.28H22.36V28.64z M22.36,25.64h8.279V13.36H26.36V21c0,0.199-0.161,0.36-0.36,0.36h-3.64V25.64z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!