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

Name
swipe-up-alt
Set
Material Symbols
Style
Regular
Category
UI Actions
Viewbox
24×24
License
Apache 2.0
Aliases
swipe-up-alt-sharp

3 other variants in Material Symbols

The same icon in other sets

More ui actions icons from Material Symbols

Use the swipe up alt icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.463 18.538Q7 17.075 7 15q0-1.825 1.138-3.187T11 10.1V5.825L9.4 7.4L8 6l4-4l4 4l-1.4 1.425l-1.6-1.6V10.1q1.725.35 2.863 1.713T17 15q0 2.075-1.463 3.538T12 20t-3.537-1.463"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsSwipeUpAlt(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="M8.463 18.538Q7 17.075 7 15q0-1.825 1.138-3.187T11 10.1V5.825L9.4 7.4L8 6l4-4l4 4l-1.4 1.425l-1.6-1.6V10.1q1.725.35 2.863 1.713T17 15q0 2.075-1.463 3.538T12 20t-3.537-1.463"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.463 18.538Q7 17.075 7 15q0-1.825 1.138-3.187T11 10.1V5.825L9.4 7.4L8 6l4-4l4 4l-1.4 1.425l-1.6-1.6V10.1q1.725.35 2.863 1.713T17 15q0 2.075-1.463 3.538T12 20t-3.537-1.463"/></svg>
</template>

CSS

.icon-swipe-up-alt {
  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%22M8.463%2018.538Q7%2017.075%207%2015q0-1.825%201.138-3.187T11%2010.1V5.825L9.4%207.4L8%206l4-4l4%204l-1.4%201.425l-1.6-1.6V10.1q1.725.35%202.863%201.713T17%2015q0%202.075-1.463%203.538T12%2020t-3.537-1.463%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%22M8.463%2018.538Q7%2017.075%207%2015q0-1.825%201.138-3.187T11%2010.1V5.825L9.4%207.4L8%206l4-4l4%204l-1.4%201.425l-1.6-1.6V10.1q1.725.35%202.863%201.713T17%2015q0%202.075-1.463%203.538T12%2020t-3.537-1.463%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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