swipe up alt icon
swipe-up-alt-outline-rounded from Material Symbols by Google · Outline Rounded · UI Actions · Apache-2.0 Free for personal and commercial use.
- Name
- swipe-up-alt-outline-rounded
- Set
- Material Symbols
- Style
- Outline Rounded
- Category
- UI Actions
- Viewbox
- 24×24
- License
- Apache 2.0
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.825l-.9.9Q9.825 7 9.413 7T8.7 6.7q-.275-.275-.275-.7t.275-.7l2.6-2.6q.15-.15.325-.213T12 2.426t.375.063t.325.212l2.6 2.6q.275.275.275.688T15.3 6.7q-.3.3-.712.3t-.713-.3L13 5.825V10.1q1.725.35 2.863 1.713T17 15q0 2.075-1.463 3.538T12 20t-3.537-1.463m5.662-1.412Q15 16.25 15 15t-.875-2.125T12 12t-2.125.875T9 15t.875 2.125T12 18t2.125-.875M12 15"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsSwipeUpAltOutlineRounded(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.825l-.9.9Q9.825 7 9.413 7T8.7 6.7q-.275-.275-.275-.7t.275-.7l2.6-2.6q.15-.15.325-.213T12 2.426t.375.063t.325.212l2.6 2.6q.275.275.275.688T15.3 6.7q-.3.3-.712.3t-.713-.3L13 5.825V10.1q1.725.35 2.863 1.713T17 15q0 2.075-1.463 3.538T12 20t-3.537-1.463m5.662-1.412Q15 16.25 15 15t-.875-2.125T12 12t-2.125.875T9 15t.875 2.125T12 18t2.125-.875M12 15"/></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.825l-.9.9Q9.825 7 9.413 7T8.7 6.7q-.275-.275-.275-.7t.275-.7l2.6-2.6q.15-.15.325-.213T12 2.426t.375.063t.325.212l2.6 2.6q.275.275.275.688T15.3 6.7q-.3.3-.712.3t-.713-.3L13 5.825V10.1q1.725.35 2.863 1.713T17 15q0 2.075-1.463 3.538T12 20t-3.537-1.463m5.662-1.412Q15 16.25 15 15t-.875-2.125T12 12t-2.125.875T9 15t.875 2.125T12 18t2.125-.875M12 15"/></svg> </template>
CSS
.icon-swipe-up-alt-outline-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%22M8.463%2018.538Q7%2017.075%207%2015q0-1.825%201.138-3.187T11%2010.1V5.825l-.9.9Q9.825%207%209.413%207T8.7%206.7q-.275-.275-.275-.7t.275-.7l2.6-2.6q.15-.15.325-.213T12%202.426t.375.063t.325.212l2.6%202.6q.275.275.275.688T15.3%206.7q-.3.3-.712.3t-.713-.3L13%205.825V10.1q1.725.35%202.863%201.713T17%2015q0%202.075-1.463%203.538T12%2020t-3.537-1.463m5.662-1.412Q15%2016.25%2015%2015t-.875-2.125T12%2012t-2.125.875T9%2015t.875%202.125T12%2018t2.125-.875M12%2015%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.825l-.9.9Q9.825%207%209.413%207T8.7%206.7q-.275-.275-.275-.7t.275-.7l2.6-2.6q.15-.15.325-.213T12%202.426t.375.063t.325.212l2.6%202.6q.275.275.275.688T15.3%206.7q-.3.3-.712.3t-.713-.3L13%205.825V10.1q1.725.35%202.863%201.713T17%2015q0%202.075-1.463%203.538T12%2020t-3.537-1.463m5.662-1.412Q15%2016.25%2015%2015t-.875-2.125T12%2012t-2.125.875T9%2015t.875%202.125T12%2018t2.125-.875M12%2015%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-outline-rounded.svg?color=%231a73e8&size=48