outline swipe right icon

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

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

More action icons from Google Material Icons

Use the outline swipe right icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m18.89 13.77l-3.8-1.67c-.13-.06-.28-.1-.44-.1H14V7.5a2.5 2.5 0 0 0-5 0v8.15l-1.87-.4c-.19-.03-1.02-.15-1.73.56L4 17.22l5.12 5.19c.37.38.88.59 1.41.59h6.55c.98 0 1.81-.7 1.97-1.67l.92-5.44a2 2 0 0 0-1.08-2.12M17.08 21h-6.55l-3.7-3.78l4.17.89V7.5c0-.28.22-.5.5-.5s.5.22.5.5v6.18h1.76L18 15.56zM12 2.5C7.26 2.5 4.33 5.02 3.57 7H2c.73-2.88 4.51-6 10-6c3.22 0 6.18 1.13 8.5 3.02V2H22v5h-5V5.5h2.91c-2.12-1.86-4.88-3-7.91-3"/></svg>

React

import type { SVGProps } from "react";

export function IcOutlineSwipeRight(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="m18.89 13.77l-3.8-1.67c-.13-.06-.28-.1-.44-.1H14V7.5a2.5 2.5 0 0 0-5 0v8.15l-1.87-.4c-.19-.03-1.02-.15-1.73.56L4 17.22l5.12 5.19c.37.38.88.59 1.41.59h6.55c.98 0 1.81-.7 1.97-1.67l.92-5.44a2 2 0 0 0-1.08-2.12M17.08 21h-6.55l-3.7-3.78l4.17.89V7.5c0-.28.22-.5.5-.5s.5.22.5.5v6.18h1.76L18 15.56zM12 2.5C7.26 2.5 4.33 5.02 3.57 7H2c.73-2.88 4.51-6 10-6c3.22 0 6.18 1.13 8.5 3.02V2H22v5h-5V5.5h2.91c-2.12-1.86-4.88-3-7.91-3"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m18.89 13.77l-3.8-1.67c-.13-.06-.28-.1-.44-.1H14V7.5a2.5 2.5 0 0 0-5 0v8.15l-1.87-.4c-.19-.03-1.02-.15-1.73.56L4 17.22l5.12 5.19c.37.38.88.59 1.41.59h6.55c.98 0 1.81-.7 1.97-1.67l.92-5.44a2 2 0 0 0-1.08-2.12M17.08 21h-6.55l-3.7-3.78l4.17.89V7.5c0-.28.22-.5.5-.5s.5.22.5.5v6.18h1.76L18 15.56zM12 2.5C7.26 2.5 4.33 5.02 3.57 7H2c.73-2.88 4.51-6 10-6c3.22 0 6.18 1.13 8.5 3.02V2H22v5h-5V5.5h2.91c-2.12-1.86-4.88-3-7.91-3"/></svg>
</template>

CSS

.icon-outline-swipe-right {
  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%22m18.89%2013.77l-3.8-1.67c-.13-.06-.28-.1-.44-.1H14V7.5a2.5%202.5%200%200%200-5%200v8.15l-1.87-.4c-.19-.03-1.02-.15-1.73.56L4%2017.22l5.12%205.19c.37.38.88.59%201.41.59h6.55c.98%200%201.81-.7%201.97-1.67l.92-5.44a2%202%200%200%200-1.08-2.12M17.08%2021h-6.55l-3.7-3.78l4.17.89V7.5c0-.28.22-.5.5-.5s.5.22.5.5v6.18h1.76L18%2015.56zM12%202.5C7.26%202.5%204.33%205.02%203.57%207H2c.73-2.88%204.51-6%2010-6c3.22%200%206.18%201.13%208.5%203.02V2H22v5h-5V5.5h2.91c-2.12-1.86-4.88-3-7.91-3%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%22m18.89%2013.77l-3.8-1.67c-.13-.06-.28-.1-.44-.1H14V7.5a2.5%202.5%200%200%200-5%200v8.15l-1.87-.4c-.19-.03-1.02-.15-1.73.56L4%2017.22l5.12%205.19c.37.38.88.59%201.41.59h6.55c.98%200%201.81-.7%201.97-1.67l.92-5.44a2%202%200%200%200-1.08-2.12M17.08%2021h-6.55l-3.7-3.78l4.17.89V7.5c0-.28.22-.5.5-.5s.5.22.5.5v6.18h1.76L18%2015.56zM12%202.5C7.26%202.5%204.33%205.02%203.57%207H2c.73-2.88%204.51-6%2010-6c3.22%200%206.18%201.13%208.5%203.02V2H22v5h-5V5.5h2.91c-2.12-1.86-4.88-3-7.91-3%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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