swipe left 01 icon
swipe-left-01 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- swipe-left-01
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
swipe-down-01swipe-down-02swipe-down-03swipe-down-04swipe-down-05swipe-down-06swipe-down-07swipe-down-08swipe-left-02swipe-left-03swipe-left-04swipe-left-05swipe-left-06swipe-left-07swipe-left-08swipe-left-09swipe-right-01swipe-right-02swipe-right-03swipe-right-04swipe-right-05swipe-right-06swipe-right-07swipe-right-08
Use the swipe left 01 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M15.004 4.499h5.999m-6 0c0-.7 1.995-2.008 2.5-2.499m-2.5 2.499c0 .7 1.995 2.008 2.5 2.499m-.613 14.99c-.052-1.913.077-2.143.214-2.569s1.093-1.96 1.431-3.057c1.095-3.548.074-4.303-1.286-5.309c-1.508-1.115-4.353-1.68-5.764-1.558V3.744a1.744 1.744 0 0 0-3.488 0v10.26l-2.06-2.18c-.639-.694-1.667-.764-2.368-.133a1.723 1.723 0 0 0-.224 2.318l1.293 1.713M7.868 22l-.02-1.05c.043-1.232-.852-2.035-2.02-3.641l-.247-.336m0 0c-.354-.48-.665-.89-.943-1.251m.943 1.25l1.17 1.55m-1.17-1.55l-.943-1.25m0 0c-.572-.742-1.003-1.281-1.375-1.816"/></svg>
React
import type { SVGProps } from "react";
export function HugeiconsSwipeLeft01(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M15.004 4.499h5.999m-6 0c0-.7 1.995-2.008 2.5-2.499m-2.5 2.499c0 .7 1.995 2.008 2.5 2.499m-.613 14.99c-.052-1.913.077-2.143.214-2.569s1.093-1.96 1.431-3.057c1.095-3.548.074-4.303-1.286-5.309c-1.508-1.115-4.353-1.68-5.764-1.558V3.744a1.744 1.744 0 0 0-3.488 0v10.26l-2.06-2.18c-.639-.694-1.667-.764-2.368-.133a1.723 1.723 0 0 0-.224 2.318l1.293 1.713M7.868 22l-.02-1.05c.043-1.232-.852-2.035-2.02-3.641l-.247-.336m0 0c-.354-.48-.665-.89-.943-1.251m.943 1.25l1.17 1.55m-1.17-1.55l-.943-1.25m0 0c-.572-.742-1.003-1.281-1.375-1.816"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M15.004 4.499h5.999m-6 0c0-.7 1.995-2.008 2.5-2.499m-2.5 2.499c0 .7 1.995 2.008 2.5 2.499m-.613 14.99c-.052-1.913.077-2.143.214-2.569s1.093-1.96 1.431-3.057c1.095-3.548.074-4.303-1.286-5.309c-1.508-1.115-4.353-1.68-5.764-1.558V3.744a1.744 1.744 0 0 0-3.488 0v10.26l-2.06-2.18c-.639-.694-1.667-.764-2.368-.133a1.723 1.723 0 0 0-.224 2.318l1.293 1.713M7.868 22l-.02-1.05c.043-1.232-.852-2.035-2.02-3.641l-.247-.336m0 0c-.354-.48-.665-.89-.943-1.251m.943 1.25l1.17 1.55m-1.17-1.55l-.943-1.25m0 0c-.572-.742-1.003-1.281-1.375-1.816"/></svg> </template>
CSS
.icon-swipe-left-01 {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M15.004%204.499h5.999m-6%200c0-.7%201.995-2.008%202.5-2.499m-2.5%202.499c0%20.7%201.995%202.008%202.5%202.499m-.613%2014.99c-.052-1.913.077-2.143.214-2.569s1.093-1.96%201.431-3.057c1.095-3.548.074-4.303-1.286-5.309c-1.508-1.115-4.353-1.68-5.764-1.558V3.744a1.744%201.744%200%200%200-3.488%200v10.26l-2.06-2.18c-.639-.694-1.667-.764-2.368-.133a1.723%201.723%200%200%200-.224%202.318l1.293%201.713M7.868%2022l-.02-1.05c.043-1.232-.852-2.035-2.02-3.641l-.247-.336m0%200c-.354-.48-.665-.89-.943-1.251m.943%201.25l1.17%201.55m-1.17-1.55l-.943-1.25m0%200c-.572-.742-1.003-1.281-1.375-1.816%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M15.004%204.499h5.999m-6%200c0-.7%201.995-2.008%202.5-2.499m-2.5%202.499c0%20.7%201.995%202.008%202.5%202.499m-.613%2014.99c-.052-1.913.077-2.143.214-2.569s1.093-1.96%201.431-3.057c1.095-3.548.074-4.303-1.286-5.309c-1.508-1.115-4.353-1.68-5.764-1.558V3.744a1.744%201.744%200%200%200-3.488%200v10.26l-2.06-2.18c-.639-.694-1.667-.764-2.368-.133a1.723%201.723%200%200%200-.224%202.318l1.293%201.713M7.868%2022l-.02-1.05c.043-1.232-.852-2.035-2.02-3.641l-.247-.336m0%200c-.354-.48-.665-.89-.943-1.251m.943%201.25l1.17%201.55m-1.17-1.55l-.943-1.25m0%200c-.572-.742-1.003-1.281-1.375-1.816%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/swipe-left-01.svg?color=%231a73e8&size=48