swipe right alt icon

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

Name
swipe-right-alt-outline
Set
Material Symbols
Style
Outline
Category
UI Actions
Viewbox
24×24
License
Apache 2.0
Aliases
swipe-right-alt-outline-sharp

3 other variants in Material Symbols

The same icon in other sets

More ui actions icons from Material Symbols

Use the swipe right alt icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9 17q-2.075 0-3.537-1.463T4 12t1.463-3.537T9 7q1.825 0 3.188 1.138T13.9 11h4.275L16.6 9.4L18 8l4 4l-4 4l-1.425-1.4l1.6-1.6H13.9q-.35 1.725-1.713 2.863T9 17m2.125-2.875Q12 13.25 12 12t-.875-2.125T9 9t-2.125.875T6 12t.875 2.125T9 15t2.125-.875M9 12"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsSwipeRightAltOutline(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="M9 17q-2.075 0-3.537-1.463T4 12t1.463-3.537T9 7q1.825 0 3.188 1.138T13.9 11h4.275L16.6 9.4L18 8l4 4l-4 4l-1.425-1.4l1.6-1.6H13.9q-.35 1.725-1.713 2.863T9 17m2.125-2.875Q12 13.25 12 12t-.875-2.125T9 9t-2.125.875T6 12t.875 2.125T9 15t2.125-.875M9 12"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9 17q-2.075 0-3.537-1.463T4 12t1.463-3.537T9 7q1.825 0 3.188 1.138T13.9 11h4.275L16.6 9.4L18 8l4 4l-4 4l-1.425-1.4l1.6-1.6H13.9q-.35 1.725-1.713 2.863T9 17m2.125-2.875Q12 13.25 12 12t-.875-2.125T9 9t-2.125.875T6 12t.875 2.125T9 15t2.125-.875M9 12"/></svg>
</template>

CSS

.icon-swipe-right-alt-outline {
  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%22M9%2017q-2.075%200-3.537-1.463T4%2012t1.463-3.537T9%207q1.825%200%203.188%201.138T13.9%2011h4.275L16.6%209.4L18%208l4%204l-4%204l-1.425-1.4l1.6-1.6H13.9q-.35%201.725-1.713%202.863T9%2017m2.125-2.875Q12%2013.25%2012%2012t-.875-2.125T9%209t-2.125.875T6%2012t.875%202.125T9%2015t2.125-.875M9%2012%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%22M9%2017q-2.075%200-3.537-1.463T4%2012t1.463-3.537T9%207q1.825%200%203.188%201.138T13.9%2011h4.275L16.6%209.4L18%208l4%204l-4%204l-1.425-1.4l1.6-1.6H13.9q-.35%201.725-1.713%202.863T9%2017m2.125-2.875Q12%2013.25%2012%2012t-.875-2.125T9%209t-2.125.875T6%2012t.875%202.125T9%2015t2.125-.875M9%2012%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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