sharp-swipe from Google Material Icons by Material Design Authors · Baseline · Action · Apache-2.0 Free for personal and commercial use.

Name
sharp-swipe
Set
Google Material Icons
Style
Baseline
Category
Action
Viewbox
24×24
License
Apache 2.0

More action icons from Google Material Icons

Use the sharp swipe icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.13 3.87C18.69 2.17 15.6 1 12 1S5.31 2.17 3.87 3.87L2 2v5h5L4.93 4.93c1-1.29 3.7-2.43 7.07-2.43s6.07 1.14 7.07 2.43L17 7h5V2z"/><path fill="currentColor" d="M13 12.5v-6c0-.83-.67-1.5-1.5-1.5S10 5.67 10 6.5v10.74l-4.04-.85l-1.21 1.23L10.13 23h8.97l1.09-7.64l-6.11-2.86z"/></svg>

React

import type { SVGProps } from "react";

export function IcSharpSwipe(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="M20.13 3.87C18.69 2.17 15.6 1 12 1S5.31 2.17 3.87 3.87L2 2v5h5L4.93 4.93c1-1.29 3.7-2.43 7.07-2.43s6.07 1.14 7.07 2.43L17 7h5V2z"/><path fill="currentColor" d="M13 12.5v-6c0-.83-.67-1.5-1.5-1.5S10 5.67 10 6.5v10.74l-4.04-.85l-1.21 1.23L10.13 23h8.97l1.09-7.64l-6.11-2.86z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.13 3.87C18.69 2.17 15.6 1 12 1S5.31 2.17 3.87 3.87L2 2v5h5L4.93 4.93c1-1.29 3.7-2.43 7.07-2.43s6.07 1.14 7.07 2.43L17 7h5V2z"/><path fill="currentColor" d="M13 12.5v-6c0-.83-.67-1.5-1.5-1.5S10 5.67 10 6.5v10.74l-4.04-.85l-1.21 1.23L10.13 23h8.97l1.09-7.64l-6.11-2.86z"/></svg>
</template>

CSS

.icon-sharp-swipe {
  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%22M20.13%203.87C18.69%202.17%2015.6%201%2012%201S5.31%202.17%203.87%203.87L2%202v5h5L4.93%204.93c1-1.29%203.7-2.43%207.07-2.43s6.07%201.14%207.07%202.43L17%207h5V2z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13%2012.5v-6c0-.83-.67-1.5-1.5-1.5S10%205.67%2010%206.5v10.74l-4.04-.85l-1.21%201.23L10.13%2023h8.97l1.09-7.64l-6.11-2.86z%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%22M20.13%203.87C18.69%202.17%2015.6%201%2012%201S5.31%202.17%203.87%203.87L2%202v5h5L4.93%204.93c1-1.29%203.7-2.43%207.07-2.43s6.07%201.14%207.07%202.43L17%207h5V2z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13%2012.5v-6c0-.83-.67-1.5-1.5-1.5S10%205.67%2010%206.5v10.74l-4.04-.85l-1.21%201.23L10.13%2023h8.97l1.09-7.64l-6.11-2.86z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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