outline swipe up icon
outline-swipe-up from Google Material Icons by Material Design Authors · Baseline · Action · Apache-2.0 Free for personal and commercial use.
- Name
- outline-swipe-up
- Set
- Google Material Icons
- Style
- Baseline
- Category
- Action
- Viewbox
- 24×24
- License
- Apache 2.0
More action icons from Google Material Icons
baseline-123baseline-3d-rotationbaseline-abcbaseline-accessibilitybaseline-accessibility-newbaseline-accessiblebaseline-accessible-forwardbaseline-account-balancebaseline-account-balance-walletbaseline-account-boxbaseline-account-circlebaseline-add-cardbaseline-add-homebaseline-add-shopping-cartbaseline-add-taskbaseline-add-to-drivebaseline-addchartbaseline-admin-panel-settingsbaseline-ads-clickbaseline-alarmbaseline-alarm-addbaseline-alarm-offbaseline-alarm-onbaseline-all-inbox
Use the outline 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="m20.22 10l-4.15.01a1 1 0 0 0-.45.08l-.59.26l-1.83-4.1c-.56-1.26-2.04-1.83-3.3-1.27s-1.83 2.04-1.27 3.3l3.3 7.45l-1.87.39c-.19.05-.99.27-1.36 1.21L8 19.19l6.78 2.67c.49.19 1.05.18 1.53-.04l5.99-2.65c.89-.4 1.37-1.38 1.13-2.32l-1.36-5.34c-.22-.86-.97-1.47-1.85-1.51m1.27 7.34L15.5 20l-4.92-1.96l4.18-.88l-4.3-9.7c-.11-.25 0-.55.25-.66s.55 0 .66.25l2.5 5.65l1.61-.71l4.65.01zM2.06 5.56L1 4.5L4.5 1L8 4.5L6.94 5.56L5.32 3.94a10.46 10.46 0 0 0 1.88 8.99L6.13 14A11.97 11.97 0 0 1 3.5 6.5c0-.92.1-1.82.3-2.68z"/></svg>
React
import type { SVGProps } from "react";
export function IcOutlineSwipeUp(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="m20.22 10l-4.15.01a1 1 0 0 0-.45.08l-.59.26l-1.83-4.1c-.56-1.26-2.04-1.83-3.3-1.27s-1.83 2.04-1.27 3.3l3.3 7.45l-1.87.39c-.19.05-.99.27-1.36 1.21L8 19.19l6.78 2.67c.49.19 1.05.18 1.53-.04l5.99-2.65c.89-.4 1.37-1.38 1.13-2.32l-1.36-5.34c-.22-.86-.97-1.47-1.85-1.51m1.27 7.34L15.5 20l-4.92-1.96l4.18-.88l-4.3-9.7c-.11-.25 0-.55.25-.66s.55 0 .66.25l2.5 5.65l1.61-.71l4.65.01zM2.06 5.56L1 4.5L4.5 1L8 4.5L6.94 5.56L5.32 3.94a10.46 10.46 0 0 0 1.88 8.99L6.13 14A11.97 11.97 0 0 1 3.5 6.5c0-.92.1-1.82.3-2.68z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m20.22 10l-4.15.01a1 1 0 0 0-.45.08l-.59.26l-1.83-4.1c-.56-1.26-2.04-1.83-3.3-1.27s-1.83 2.04-1.27 3.3l3.3 7.45l-1.87.39c-.19.05-.99.27-1.36 1.21L8 19.19l6.78 2.67c.49.19 1.05.18 1.53-.04l5.99-2.65c.89-.4 1.37-1.38 1.13-2.32l-1.36-5.34c-.22-.86-.97-1.47-1.85-1.51m1.27 7.34L15.5 20l-4.92-1.96l4.18-.88l-4.3-9.7c-.11-.25 0-.55.25-.66s.55 0 .66.25l2.5 5.65l1.61-.71l4.65.01zM2.06 5.56L1 4.5L4.5 1L8 4.5L6.94 5.56L5.32 3.94a10.46 10.46 0 0 0 1.88 8.99L6.13 14A11.97 11.97 0 0 1 3.5 6.5c0-.92.1-1.82.3-2.68z"/></svg> </template>
CSS
.icon-outline-swipe-up {
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%22m20.22%2010l-4.15.01a1%201%200%200%200-.45.08l-.59.26l-1.83-4.1c-.56-1.26-2.04-1.83-3.3-1.27s-1.83%202.04-1.27%203.3l3.3%207.45l-1.87.39c-.19.05-.99.27-1.36%201.21L8%2019.19l6.78%202.67c.49.19%201.05.18%201.53-.04l5.99-2.65c.89-.4%201.37-1.38%201.13-2.32l-1.36-5.34c-.22-.86-.97-1.47-1.85-1.51m1.27%207.34L15.5%2020l-4.92-1.96l4.18-.88l-4.3-9.7c-.11-.25%200-.55.25-.66s.55%200%20.66.25l2.5%205.65l1.61-.71l4.65.01zM2.06%205.56L1%204.5L4.5%201L8%204.5L6.94%205.56L5.32%203.94a10.46%2010.46%200%200%200%201.88%208.99L6.13%2014A11.97%2011.97%200%200%201%203.5%206.5c0-.92.1-1.82.3-2.68z%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%22m20.22%2010l-4.15.01a1%201%200%200%200-.45.08l-.59.26l-1.83-4.1c-.56-1.26-2.04-1.83-3.3-1.27s-1.83%202.04-1.27%203.3l3.3%207.45l-1.87.39c-.19.05-.99.27-1.36%201.21L8%2019.19l6.78%202.67c.49.19%201.05.18%201.53-.04l5.99-2.65c.89-.4%201.37-1.38%201.13-2.32l-1.36-5.34c-.22-.86-.97-1.47-1.85-1.51m1.27%207.34L15.5%2020l-4.92-1.96l4.18-.88l-4.3-9.7c-.11-.25%200-.55.25-.66s.55%200%20.66.25l2.5%205.65l1.61-.71l4.65.01zM2.06%205.56L1%204.5L4.5%201L8%204.5L6.94%205.56L5.32%203.94a10.46%2010.46%200%200%200%201.88%208.99L6.13%2014A11.97%2011.97%200%200%201%203.5%206.5c0-.92.1-1.82.3-2.68z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/outline-swipe-up.svg?color=%231a73e8&size=48