swipe up alt icon
swipe-up-alt from Material Symbols Light by Google · Regular · UI Actions · Apache-2.0 Free for personal and commercial use.
- Name
- swipe-up-alt
- Set
- Material Symbols Light
- Style
- Regular
- Category
- UI Actions
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- swipe-up-alt-sharp
3 other variants in Material Symbols Light
The same icon in other sets
More ui actions icons from Material Symbols Light
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.818 17.682Q7.5 16.363 7.5 14.5q0-1.748 1.138-3.005t2.862-1.472V4.921L9.4 7.016l-.708-.708L12 3l3.308 3.308l-.708.713l-2.1-2.1v5.102q1.725.216 2.863 1.472T16.5 14.5q0 1.864-1.318 3.182T12 19t-3.182-1.318"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightSwipeUpAlt(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.818 17.682Q7.5 16.363 7.5 14.5q0-1.748 1.138-3.005t2.862-1.472V4.921L9.4 7.016l-.708-.708L12 3l3.308 3.308l-.708.713l-2.1-2.1v5.102q1.725.216 2.863 1.472T16.5 14.5q0 1.864-1.318 3.182T12 19t-3.182-1.318"/></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.818 17.682Q7.5 16.363 7.5 14.5q0-1.748 1.138-3.005t2.862-1.472V4.921L9.4 7.016l-.708-.708L12 3l3.308 3.308l-.708.713l-2.1-2.1v5.102q1.725.216 2.863 1.472T16.5 14.5q0 1.864-1.318 3.182T12 19t-3.182-1.318"/></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.818%2017.682Q7.5%2016.363%207.5%2014.5q0-1.748%201.138-3.005t2.862-1.472V4.921L9.4%207.016l-.708-.708L12%203l3.308%203.308l-.708.713l-2.1-2.1v5.102q1.725.216%202.863%201.472T16.5%2014.5q0%201.864-1.318%203.182T12%2019t-3.182-1.318%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.818%2017.682Q7.5%2016.363%207.5%2014.5q0-1.748%201.138-3.005t2.862-1.472V4.921L9.4%207.016l-.708-.708L12%203l3.308%203.308l-.708.713l-2.1-2.1v5.102q1.725.216%202.863%201.472T16.5%2014.5q0%201.864-1.318%203.182T12%2019t-3.182-1.318%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-alt.svg?color=%231a73e8&size=48