swipe up icon
swipe-up-rounded from Material Symbols Light by Google · Rounded · UI Actions · Apache-2.0 Free for personal and commercial use.
- Name
- swipe-up-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- 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="M5.479 3.508q-.252.856-.365 1.743T5 7.039q0 1.575.479 3.056t1.348 2.801q.123.16.117.36t-.153.348q-.149.148-.324.104t-.298-.204q-.973-1.442-1.513-3.077t-.54-3.388q0-.887.113-1.764t.34-1.744L2.902 5.198q-.129.129-.313.138q-.185.01-.314-.138q-.129-.129-.12-.314q.01-.184.14-.313l2.178-2.179q.243-.242.566-.242t.565.242L7.802 4.59q.129.13.129.304t-.129.304q-.129.148-.313.136q-.185-.013-.314-.136zm10.817 16.298q-.46.161-.96.149t-.955-.23l-5.746-2.663q-.24-.118-.323-.361t.034-.484l.012-.023q.154-.269.402-.428t.548-.189l2.854-.317l-2.858-7.81q-.073-.208.015-.387t.296-.253t.388.015t.253.296l2.477 6.825l1.719-.619l-1.294-3.556q-.073-.208.015-.387q.089-.18.296-.253t.388.015t.253.296l1.294 3.537l1.713-.639l-.944-2.606q-.073-.207.016-.377t.296-.244t.387.006t.253.287l.944 2.586l1.72-.619l-.27-.712q-.073-.207.006-.387t.287-.253t.387.006t.253.286l1.375 3.75q.517 1.383-.093 2.688q-.611 1.305-1.994 1.803z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightSwipeUpRounded(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="M5.479 3.508q-.252.856-.365 1.743T5 7.039q0 1.575.479 3.056t1.348 2.801q.123.16.117.36t-.153.348q-.149.148-.324.104t-.298-.204q-.973-1.442-1.513-3.077t-.54-3.388q0-.887.113-1.764t.34-1.744L2.902 5.198q-.129.129-.313.138q-.185.01-.314-.138q-.129-.129-.12-.314q.01-.184.14-.313l2.178-2.179q.243-.242.566-.242t.565.242L7.802 4.59q.129.13.129.304t-.129.304q-.129.148-.313.136q-.185-.013-.314-.136zm10.817 16.298q-.46.161-.96.149t-.955-.23l-5.746-2.663q-.24-.118-.323-.361t.034-.484l.012-.023q.154-.269.402-.428t.548-.189l2.854-.317l-2.858-7.81q-.073-.208.015-.387t.296-.253t.388.015t.253.296l2.477 6.825l1.719-.619l-1.294-3.556q-.073-.208.015-.387q.089-.18.296-.253t.388.015t.253.296l1.294 3.537l1.713-.639l-.944-2.606q-.073-.207.016-.377t.296-.244t.387.006t.253.287l.944 2.586l1.72-.619l-.27-.712q-.073-.207.006-.387t.287-.253t.387.006t.253.286l1.375 3.75q.517 1.383-.093 2.688q-.611 1.305-1.994 1.803z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.479 3.508q-.252.856-.365 1.743T5 7.039q0 1.575.479 3.056t1.348 2.801q.123.16.117.36t-.153.348q-.149.148-.324.104t-.298-.204q-.973-1.442-1.513-3.077t-.54-3.388q0-.887.113-1.764t.34-1.744L2.902 5.198q-.129.129-.313.138q-.185.01-.314-.138q-.129-.129-.12-.314q.01-.184.14-.313l2.178-2.179q.243-.242.566-.242t.565.242L7.802 4.59q.129.13.129.304t-.129.304q-.129.148-.313.136q-.185-.013-.314-.136zm10.817 16.298q-.46.161-.96.149t-.955-.23l-5.746-2.663q-.24-.118-.323-.361t.034-.484l.012-.023q.154-.269.402-.428t.548-.189l2.854-.317l-2.858-7.81q-.073-.208.015-.387t.296-.253t.388.015t.253.296l2.477 6.825l1.719-.619l-1.294-3.556q-.073-.208.015-.387q.089-.18.296-.253t.388.015t.253.296l1.294 3.537l1.713-.639l-.944-2.606q-.073-.207.016-.377t.296-.244t.387.006t.253.287l.944 2.586l1.72-.619l-.27-.712q-.073-.207.006-.387t.287-.253t.387.006t.253.286l1.375 3.75q.517 1.383-.093 2.688q-.611 1.305-1.994 1.803z"/></svg> </template>
CSS
.icon-swipe-up-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%22M5.479%203.508q-.252.856-.365%201.743T5%207.039q0%201.575.479%203.056t1.348%202.801q.123.16.117.36t-.153.348q-.149.148-.324.104t-.298-.204q-.973-1.442-1.513-3.077t-.54-3.388q0-.887.113-1.764t.34-1.744L2.902%205.198q-.129.129-.313.138q-.185.01-.314-.138q-.129-.129-.12-.314q.01-.184.14-.313l2.178-2.179q.243-.242.566-.242t.565.242L7.802%204.59q.129.13.129.304t-.129.304q-.129.148-.313.136q-.185-.013-.314-.136zm10.817%2016.298q-.46.161-.96.149t-.955-.23l-5.746-2.663q-.24-.118-.323-.361t.034-.484l.012-.023q.154-.269.402-.428t.548-.189l2.854-.317l-2.858-7.81q-.073-.208.015-.387t.296-.253t.388.015t.253.296l2.477%206.825l1.719-.619l-1.294-3.556q-.073-.208.015-.387q.089-.18.296-.253t.388.015t.253.296l1.294%203.537l1.713-.639l-.944-2.606q-.073-.207.016-.377t.296-.244t.387.006t.253.287l.944%202.586l1.72-.619l-.27-.712q-.073-.207.006-.387t.287-.253t.387.006t.253.286l1.375%203.75q.517%201.383-.093%202.688q-.611%201.305-1.994%201.803z%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%22M5.479%203.508q-.252.856-.365%201.743T5%207.039q0%201.575.479%203.056t1.348%202.801q.123.16.117.36t-.153.348q-.149.148-.324.104t-.298-.204q-.973-1.442-1.513-3.077t-.54-3.388q0-.887.113-1.764t.34-1.744L2.902%205.198q-.129.129-.313.138q-.185.01-.314-.138q-.129-.129-.12-.314q.01-.184.14-.313l2.178-2.179q.243-.242.566-.242t.565.242L7.802%204.59q.129.13.129.304t-.129.304q-.129.148-.313.136q-.185-.013-.314-.136zm10.817%2016.298q-.46.161-.96.149t-.955-.23l-5.746-2.663q-.24-.118-.323-.361t.034-.484l.012-.023q.154-.269.402-.428t.548-.189l2.854-.317l-2.858-7.81q-.073-.208.015-.387t.296-.253t.388.015t.253.296l2.477%206.825l1.719-.619l-1.294-3.556q-.073-.208.015-.387q.089-.18.296-.253t.388.015t.253.296l1.294%203.537l1.713-.639l-.944-2.606q-.073-.207.016-.377t.296-.244t.387.006t.253.287l.944%202.586l1.72-.619l-.27-.712q-.073-.207.006-.387t.287-.253t.387.006t.253.286l1.375%203.75q.517%201.383-.093%202.688q-.611%201.305-1.994%201.803z%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-rounded.svg?color=%231a73e8&size=48