swipe-left-outline-sharp from Material Symbols by Google · Outline Sharp · UI Actions · Apache-2.0 Free for personal and commercial use.

Name
swipe-left-outline-sharp
Set
Material Symbols
Style
Outline Sharp
Category
UI Actions
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols

The same icon in other sets

More ui actions icons from Material Symbols

Use the swipe left icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 7V2h1.5v2.025q1.8-1.475 3.975-2.25T12 1q3.65 0 6.45 1.675T22 7h-1.575q-.95-2.1-3.213-3.3T12 2.5q-2.2 0-4.225.775T4.1 5.5H7V7zm8.575 15L4.6 16l1.575-1.625l2.825.8V6h2v11.825l-2.425-.675l2.85 2.85H18v-7h2v9zM12 15v-5h2v5zm3 0v-4h2v4zm-.475 2"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsSwipeLeftOutlineSharp(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 7V2h1.5v2.025q1.8-1.475 3.975-2.25T12 1q3.65 0 6.45 1.675T22 7h-1.575q-.95-2.1-3.213-3.3T12 2.5q-2.2 0-4.225.775T4.1 5.5H7V7zm8.575 15L4.6 16l1.575-1.625l2.825.8V6h2v11.825l-2.425-.675l2.85 2.85H18v-7h2v9zM12 15v-5h2v5zm3 0v-4h2v4zm-.475 2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 7V2h1.5v2.025q1.8-1.475 3.975-2.25T12 1q3.65 0 6.45 1.675T22 7h-1.575q-.95-2.1-3.213-3.3T12 2.5q-2.2 0-4.225.775T4.1 5.5H7V7zm8.575 15L4.6 16l1.575-1.625l2.825.8V6h2v11.825l-2.425-.675l2.85 2.85H18v-7h2v9zM12 15v-5h2v5zm3 0v-4h2v4zm-.475 2"/></svg>
</template>

CSS

.icon-swipe-left-outline-sharp {
  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%22currentColor%22%20d%3D%22M2%207V2h1.5v2.025q1.8-1.475%203.975-2.25T12%201q3.65%200%206.45%201.675T22%207h-1.575q-.95-2.1-3.213-3.3T12%202.5q-2.2%200-4.225.775T4.1%205.5H7V7zm8.575%2015L4.6%2016l1.575-1.625l2.825.8V6h2v11.825l-2.425-.675l2.85%202.85H18v-7h2v9zM12%2015v-5h2v5zm3%200v-4h2v4zm-.475%202%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%22currentColor%22%20d%3D%22M2%207V2h1.5v2.025q1.8-1.475%203.975-2.25T12%201q3.65%200%206.45%201.675T22%207h-1.575q-.95-2.1-3.213-3.3T12%202.5q-2.2%200-4.225.775T4.1%205.5H7V7zm8.575%2015L4.6%2016l1.575-1.625l2.825.8V6h2v11.825l-2.425-.675l2.85%202.85H18v-7h2v9zM12%2015v-5h2v5zm3%200v-4h2v4zm-.475%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/swipe-left-outline-sharp.svg?color=%231a73e8&size=48