swipe right alt icon

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

Name
swipe-right-alt-rounded
Set
Material Symbols
Style
Rounded
Category
UI Actions
Viewbox
24×24
License
Apache 2.0

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.275l-.9-.9Q17 9.825 17 9.413t.3-.713q.275-.275.7-.275t.7.275l2.6 2.6q.15.15.213.325t.062.375t-.062.375t-.213.325l-2.6 2.6q-.275.275-.687.275T17.3 15.3q-.3-.3-.3-.712t.3-.713l.875-.875H13.9q-.35 1.725-1.713 2.863T9 17"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsSwipeRightAltRounded(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.275l-.9-.9Q17 9.825 17 9.413t.3-.713q.275-.275.7-.275t.7.275l2.6 2.6q.15.15.213.325t.062.375t-.062.375t-.213.325l-2.6 2.6q-.275.275-.687.275T17.3 15.3q-.3-.3-.3-.712t.3-.713l.875-.875H13.9q-.35 1.725-1.713 2.863T9 17"/></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.275l-.9-.9Q17 9.825 17 9.413t.3-.713q.275-.275.7-.275t.7.275l2.6 2.6q.15.15.213.325t.062.375t-.062.375t-.213.325l-2.6 2.6q-.275.275-.687.275T17.3 15.3q-.3-.3-.3-.712t.3-.713l.875-.875H13.9q-.35 1.725-1.713 2.863T9 17"/></svg>
</template>

CSS

.icon-swipe-right-alt-rounded {
  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.275l-.9-.9Q17%209.825%2017%209.413t.3-.713q.275-.275.7-.275t.7.275l2.6%202.6q.15.15.213.325t.062.375t-.062.375t-.213.325l-2.6%202.6q-.275.275-.687.275T17.3%2015.3q-.3-.3-.3-.712t.3-.713l.875-.875H13.9q-.35%201.725-1.713%202.863T9%2017%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.275l-.9-.9Q17%209.825%2017%209.413t.3-.713q.275-.275.7-.275t.7.275l2.6%202.6q.15.15.213.325t.062.375t-.062.375t-.213.325l-2.6%202.6q-.275.275-.687.275T17.3%2015.3q-.3-.3-.3-.712t.3-.713l.875-.875H13.9q-.35%201.725-1.713%202.863T9%2017%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-rounded.svg?color=%231a73e8&size=48