swipe up alt icon
swipe-up-alt-outline-rounded from Material Symbols Light by Google · Outline Rounded · UI Actions · Apache-2.0 Free for personal and commercial use.
- Name
- swipe-up-alt-outline-rounded
- Set
- Material Symbols Light
- Style
- Outline Rounded
- Category
- UI Actions
- Viewbox
- 24×24
- License
- Apache 2.0
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.754 6.667q-.14.14-.341.15q-.202.01-.367-.155q-.16-.16-.16-.354t.16-.354l2.388-2.388q.132-.131.268-.184q.137-.053.298-.053t.298.053t.268.184l2.388 2.388q.14.14.15.341t-.15.367q-.166.165-.357.165t-.357-.165l-1.74-1.74v5.101q1.725.216 2.863 1.472T16.5 14.5q0 1.864-1.318 3.182T12 19t-3.182-1.318m5.663-.701Q15.5 15.96 15.5 14.5t-1.02-2.48T12 11t-2.48 1.02T8.5 14.5t1.02 2.48T12 18t2.48-1.02M12 14.5"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightSwipeUpAltOutlineRounded(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.754 6.667q-.14.14-.341.15q-.202.01-.367-.155q-.16-.16-.16-.354t.16-.354l2.388-2.388q.132-.131.268-.184q.137-.053.298-.053t.298.053t.268.184l2.388 2.388q.14.14.15.341t-.15.367q-.166.165-.357.165t-.357-.165l-1.74-1.74v5.101q1.725.216 2.863 1.472T16.5 14.5q0 1.864-1.318 3.182T12 19t-3.182-1.318m5.663-.701Q15.5 15.96 15.5 14.5t-1.02-2.48T12 11t-2.48 1.02T8.5 14.5t1.02 2.48T12 18t2.48-1.02M12 14.5"/></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.754 6.667q-.14.14-.341.15q-.202.01-.367-.155q-.16-.16-.16-.354t.16-.354l2.388-2.388q.132-.131.268-.184q.137-.053.298-.053t.298.053t.268.184l2.388 2.388q.14.14.15.341t-.15.367q-.166.165-.357.165t-.357-.165l-1.74-1.74v5.101q1.725.216 2.863 1.472T16.5 14.5q0 1.864-1.318 3.182T12 19t-3.182-1.318m5.663-.701Q15.5 15.96 15.5 14.5t-1.02-2.48T12 11t-2.48 1.02T8.5 14.5t1.02 2.48T12 18t2.48-1.02M12 14.5"/></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.818%2017.682Q7.5%2016.363%207.5%2014.5q0-1.748%201.138-3.005t2.862-1.472V4.921L9.754%206.667q-.14.14-.341.15q-.202.01-.367-.155q-.16-.16-.16-.354t.16-.354l2.388-2.388q.132-.131.268-.184q.137-.053.298-.053t.298.053t.268.184l2.388%202.388q.14.14.15.341t-.15.367q-.166.165-.357.165t-.357-.165l-1.74-1.74v5.101q1.725.216%202.863%201.472T16.5%2014.5q0%201.864-1.318%203.182T12%2019t-3.182-1.318m5.663-.701Q15.5%2015.96%2015.5%2014.5t-1.02-2.48T12%2011t-2.48%201.02T8.5%2014.5t1.02%202.48T12%2018t2.48-1.02M12%2014.5%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.754%206.667q-.14.14-.341.15q-.202.01-.367-.155q-.16-.16-.16-.354t.16-.354l2.388-2.388q.132-.131.268-.184q.137-.053.298-.053t.298.053t.268.184l2.388%202.388q.14.14.15.341t-.15.367q-.166.165-.357.165t-.357-.165l-1.74-1.74v5.101q1.725.216%202.863%201.472T16.5%2014.5q0%201.864-1.318%203.182T12%2019t-3.182-1.318m5.663-.701Q15.5%2015.96%2015.5%2014.5t-1.02-2.48T12%2011t-2.48%201.02T8.5%2014.5t1.02%202.48T12%2018t2.48-1.02M12%2014.5%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-outline-rounded.svg?color=%231a73e8&size=48