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

Name
swipe-up-sharp
Set
Material Symbols Light
Style
Sharp
Category
UI Actions
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols Light

The same icon in other sets

More ui actions icons from Material Symbols Light

Use the swipe up icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.471 13.923q-1.14-1.504-1.748-3.256q-.607-1.752-.607-3.629q0-.886.113-1.763t.34-1.744L2.59 5.51l-.608-.627L5.04 1.826l3.057 3.057l-.607.627l-2.01-2.003q-.252.855-.365 1.743T5 7.038q0 1.693.553 3.282q.553 1.59 1.55 2.97zm8.843 6.23l-7.252-3.362l.565-1.152l3.535-.38l-3.035-8.272l.952-.354l2.654 7.313l1.719-.619l-1.471-4.02l.952-.353l1.47 4.025l1.714-.638l-1.101-3.05l.932-.354l1.121 3.055l1.72-.619l-.447-1.175l.933-.354l2.76 7.508z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightSwipeUpSharp(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="M6.471 13.923q-1.14-1.504-1.748-3.256q-.607-1.752-.607-3.629q0-.886.113-1.763t.34-1.744L2.59 5.51l-.608-.627L5.04 1.826l3.057 3.057l-.607.627l-2.01-2.003q-.252.855-.365 1.743T5 7.038q0 1.693.553 3.282q.553 1.59 1.55 2.97zm8.843 6.23l-7.252-3.362l.565-1.152l3.535-.38l-3.035-8.272l.952-.354l2.654 7.313l1.719-.619l-1.471-4.02l.952-.353l1.47 4.025l1.714-.638l-1.101-3.05l.932-.354l1.121 3.055l1.72-.619l-.447-1.175l.933-.354l2.76 7.508z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.471 13.923q-1.14-1.504-1.748-3.256q-.607-1.752-.607-3.629q0-.886.113-1.763t.34-1.744L2.59 5.51l-.608-.627L5.04 1.826l3.057 3.057l-.607.627l-2.01-2.003q-.252.855-.365 1.743T5 7.038q0 1.693.553 3.282q.553 1.59 1.55 2.97zm8.843 6.23l-7.252-3.362l.565-1.152l3.535-.38l-3.035-8.272l.952-.354l2.654 7.313l1.719-.619l-1.471-4.02l.952-.353l1.47 4.025l1.714-.638l-1.101-3.05l.932-.354l1.121 3.055l1.72-.619l-.447-1.175l.933-.354l2.76 7.508z"/></svg>
</template>

CSS

.icon-swipe-up-sharp {
  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%22M6.471%2013.923q-1.14-1.504-1.748-3.256q-.607-1.752-.607-3.629q0-.886.113-1.763t.34-1.744L2.59%205.51l-.608-.627L5.04%201.826l3.057%203.057l-.607.627l-2.01-2.003q-.252.855-.365%201.743T5%207.038q0%201.693.553%203.282q.553%201.59%201.55%202.97zm8.843%206.23l-7.252-3.362l.565-1.152l3.535-.38l-3.035-8.272l.952-.354l2.654%207.313l1.719-.619l-1.471-4.02l.952-.353l1.47%204.025l1.714-.638l-1.101-3.05l.932-.354l1.121%203.055l1.72-.619l-.447-1.175l.933-.354l2.76%207.508z%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%22M6.471%2013.923q-1.14-1.504-1.748-3.256q-.607-1.752-.607-3.629q0-.886.113-1.763t.34-1.744L2.59%205.51l-.608-.627L5.04%201.826l3.057%203.057l-.607.627l-2.01-2.003q-.252.855-.365%201.743T5%207.038q0%201.693.553%203.282q.553%201.59%201.55%202.97zm8.843%206.23l-7.252-3.362l.565-1.152l3.535-.38l-3.035-8.272l.952-.354l2.654%207.313l1.719-.619l-1.471-4.02l.952-.353l1.47%204.025l1.714-.638l-1.101-3.05l.932-.354l1.121%203.055l1.72-.619l-.447-1.175l.933-.354l2.76%207.508z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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