swipe up icon
swipe-up-sharp from Material Symbols by Google · Sharp · UI Actions · Apache-2.0 Free for personal and commercial use.
- Name
- swipe-up-sharp
- Set
- Material Symbols
- Style
- Sharp
- Category
- UI Actions
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols
The same icon in other sets
More ui actions icons from Material Symbols
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.125 14q-1.275-1.6-1.95-3.525T3.5 6.5q0-.675.075-1.35T3.8 3.8L2.05 5.55L1 4.5L4.5 1L8 4.5L6.95 5.55l-1.625-1.6q-.175.625-.25 1.262T5 6.5q0 1.75.563 3.388T7.2 12.924zm9.15 7.25L7.6 17.675l.95-2.075l2.9-.225l-3.15-8.6l1.875-.7l2.75 7.525l.95-.35L12.5 9.5l1.875-.7l1.375 3.775l.925-.35l-1.025-2.8l1.875-.7l1.025 2.825l.95-.35l-.35-.925l1.875-.7l3.125 8.45z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsSwipeUpSharp(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.125 14q-1.275-1.6-1.95-3.525T3.5 6.5q0-.675.075-1.35T3.8 3.8L2.05 5.55L1 4.5L4.5 1L8 4.5L6.95 5.55l-1.625-1.6q-.175.625-.25 1.262T5 6.5q0 1.75.563 3.388T7.2 12.924zm9.15 7.25L7.6 17.675l.95-2.075l2.9-.225l-3.15-8.6l1.875-.7l2.75 7.525l.95-.35L12.5 9.5l1.875-.7l1.375 3.775l.925-.35l-1.025-2.8l1.875-.7l1.025 2.825l.95-.35l-.35-.925l1.875-.7l3.125 8.45z"/></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.125 14q-1.275-1.6-1.95-3.525T3.5 6.5q0-.675.075-1.35T3.8 3.8L2.05 5.55L1 4.5L4.5 1L8 4.5L6.95 5.55l-1.625-1.6q-.175.625-.25 1.262T5 6.5q0 1.75.563 3.388T7.2 12.924zm9.15 7.25L7.6 17.675l.95-2.075l2.9-.225l-3.15-8.6l1.875-.7l2.75 7.525l.95-.35L12.5 9.5l1.875-.7l1.375 3.775l.925-.35l-1.025-2.8l1.875-.7l1.025 2.825l.95-.35l-.35-.925l1.875-.7l3.125 8.45z"/></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.125%2014q-1.275-1.6-1.95-3.525T3.5%206.5q0-.675.075-1.35T3.8%203.8L2.05%205.55L1%204.5L4.5%201L8%204.5L6.95%205.55l-1.625-1.6q-.175.625-.25%201.262T5%206.5q0%201.75.563%203.388T7.2%2012.924zm9.15%207.25L7.6%2017.675l.95-2.075l2.9-.225l-3.15-8.6l1.875-.7l2.75%207.525l.95-.35L12.5%209.5l1.875-.7l1.375%203.775l.925-.35l-1.025-2.8l1.875-.7l1.025%202.825l.95-.35l-.35-.925l1.875-.7l3.125%208.45z%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.125%2014q-1.275-1.6-1.95-3.525T3.5%206.5q0-.675.075-1.35T3.8%203.8L2.05%205.55L1%204.5L4.5%201L8%204.5L6.95%205.55l-1.625-1.6q-.175.625-.25%201.262T5%206.5q0%201.75.563%203.388T7.2%2012.924zm9.15%207.25L7.6%2017.675l.95-2.075l2.9-.225l-3.15-8.6l1.875-.7l2.75%207.525l.95-.35L12.5%209.5l1.875-.7l1.375%203.775l.925-.35l-1.025-2.8l1.875-.7l1.025%202.825l.95-.35l-.35-.925l1.875-.7l3.125%208.45z%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-sharp.svg?color=%231a73e8&size=48