swipe-vertical-rounded from Material Symbols Light by Google · Rounded · UI Actions · Apache-2.0 Free for personal and commercial use.

Name
swipe-vertical-rounded
Set
Material Symbols Light
Style
Rounded
Category
UI Actions
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols Light

The same icon in other sets

More ui actions icons from Material Symbols Light

Use the swipe vertical icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.314 20.135q-1.475-1.723-2.356-3.783t-.881-4.333q0-2.292.88-4.342t2.357-3.792H3.442q-.19 0-.316-.126T3 3.442t.126-.316T3.442 3H6.29q.348 0 .577.23q.23.23.23.578v2.884q0 .172-.116.298t-.307.126q-.171 0-.307-.136t-.135-.307V4.177q-1.47 1.67-2.379 3.646q-.91 1.977-.91 4.196q0 2.2.91 4.168t2.379 3.617v-2.477q0-.171.135-.297q.136-.126.307-.126t.297.126t.126.297v2.865q0 .348-.23.578T6.29 21H3.423q-.171 0-.297-.135Q3 20.729 3 20.558t.136-.297t.306-.126zm10.982-.33q-.46.162-.96.15t-.955-.23l-5.746-2.663q-.24-.118-.323-.361t.034-.484l.012-.023q.154-.269.402-.428t.548-.189l2.854-.317l-2.858-7.81q-.073-.208.015-.387t.296-.253t.388.015t.253.296l2.477 6.825l1.719-.619l-1.194-3.306q-.073-.208-.035-.512t.246-.378t.388.015q.18.088.252.296l1.295 3.537l1.713-.639l-.944-2.606q-.073-.207.016-.377t.295-.244t.388.006t.253.287l.944 2.586l1.72-.619l-.27-.712q-.073-.207.006-.387t.286-.253t.388.006t.253.286l1.375 3.75q.517 1.383-.093 2.688q-.611 1.305-1.994 1.803z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightSwipeVerticalRounded(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="M5.314 20.135q-1.475-1.723-2.356-3.783t-.881-4.333q0-2.292.88-4.342t2.357-3.792H3.442q-.19 0-.316-.126T3 3.442t.126-.316T3.442 3H6.29q.348 0 .577.23q.23.23.23.578v2.884q0 .172-.116.298t-.307.126q-.171 0-.307-.136t-.135-.307V4.177q-1.47 1.67-2.379 3.646q-.91 1.977-.91 4.196q0 2.2.91 4.168t2.379 3.617v-2.477q0-.171.135-.297q.136-.126.307-.126t.297.126t.126.297v2.865q0 .348-.23.578T6.29 21H3.423q-.171 0-.297-.135Q3 20.729 3 20.558t.136-.297t.306-.126zm10.982-.33q-.46.162-.96.15t-.955-.23l-5.746-2.663q-.24-.118-.323-.361t.034-.484l.012-.023q.154-.269.402-.428t.548-.189l2.854-.317l-2.858-7.81q-.073-.208.015-.387t.296-.253t.388.015t.253.296l2.477 6.825l1.719-.619l-1.194-3.306q-.073-.208-.035-.512t.246-.378t.388.015q.18.088.252.296l1.295 3.537l1.713-.639l-.944-2.606q-.073-.207.016-.377t.295-.244t.388.006t.253.287l.944 2.586l1.72-.619l-.27-.712q-.073-.207.006-.387t.286-.253t.388.006t.253.286l1.375 3.75q.517 1.383-.093 2.688q-.611 1.305-1.994 1.803z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.314 20.135q-1.475-1.723-2.356-3.783t-.881-4.333q0-2.292.88-4.342t2.357-3.792H3.442q-.19 0-.316-.126T3 3.442t.126-.316T3.442 3H6.29q.348 0 .577.23q.23.23.23.578v2.884q0 .172-.116.298t-.307.126q-.171 0-.307-.136t-.135-.307V4.177q-1.47 1.67-2.379 3.646q-.91 1.977-.91 4.196q0 2.2.91 4.168t2.379 3.617v-2.477q0-.171.135-.297q.136-.126.307-.126t.297.126t.126.297v2.865q0 .348-.23.578T6.29 21H3.423q-.171 0-.297-.135Q3 20.729 3 20.558t.136-.297t.306-.126zm10.982-.33q-.46.162-.96.15t-.955-.23l-5.746-2.663q-.24-.118-.323-.361t.034-.484l.012-.023q.154-.269.402-.428t.548-.189l2.854-.317l-2.858-7.81q-.073-.208.015-.387t.296-.253t.388.015t.253.296l2.477 6.825l1.719-.619l-1.194-3.306q-.073-.208-.035-.512t.246-.378t.388.015q.18.088.252.296l1.295 3.537l1.713-.639l-.944-2.606q-.073-.207.016-.377t.295-.244t.388.006t.253.287l.944 2.586l1.72-.619l-.27-.712q-.073-.207.006-.387t.286-.253t.388.006t.253.286l1.375 3.75q.517 1.383-.093 2.688q-.611 1.305-1.994 1.803z"/></svg>
</template>

CSS

.icon-swipe-vertical-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%22M5.314%2020.135q-1.475-1.723-2.356-3.783t-.881-4.333q0-2.292.88-4.342t2.357-3.792H3.442q-.19%200-.316-.126T3%203.442t.126-.316T3.442%203H6.29q.348%200%20.577.23q.23.23.23.578v2.884q0%20.172-.116.298t-.307.126q-.171%200-.307-.136t-.135-.307V4.177q-1.47%201.67-2.379%203.646q-.91%201.977-.91%204.196q0%202.2.91%204.168t2.379%203.617v-2.477q0-.171.135-.297q.136-.126.307-.126t.297.126t.126.297v2.865q0%20.348-.23.578T6.29%2021H3.423q-.171%200-.297-.135Q3%2020.729%203%2020.558t.136-.297t.306-.126zm10.982-.33q-.46.162-.96.15t-.955-.23l-5.746-2.663q-.24-.118-.323-.361t.034-.484l.012-.023q.154-.269.402-.428t.548-.189l2.854-.317l-2.858-7.81q-.073-.208.015-.387t.296-.253t.388.015t.253.296l2.477%206.825l1.719-.619l-1.194-3.306q-.073-.208-.035-.512t.246-.378t.388.015q.18.088.252.296l1.295%203.537l1.713-.639l-.944-2.606q-.073-.207.016-.377t.295-.244t.388.006t.253.287l.944%202.586l1.72-.619l-.27-.712q-.073-.207.006-.387t.286-.253t.388.006t.253.286l1.375%203.75q.517%201.383-.093%202.688q-.611%201.305-1.994%201.803z%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%22M5.314%2020.135q-1.475-1.723-2.356-3.783t-.881-4.333q0-2.292.88-4.342t2.357-3.792H3.442q-.19%200-.316-.126T3%203.442t.126-.316T3.442%203H6.29q.348%200%20.577.23q.23.23.23.578v2.884q0%20.172-.116.298t-.307.126q-.171%200-.307-.136t-.135-.307V4.177q-1.47%201.67-2.379%203.646q-.91%201.977-.91%204.196q0%202.2.91%204.168t2.379%203.617v-2.477q0-.171.135-.297q.136-.126.307-.126t.297.126t.126.297v2.865q0%20.348-.23.578T6.29%2021H3.423q-.171%200-.297-.135Q3%2020.729%203%2020.558t.136-.297t.306-.126zm10.982-.33q-.46.162-.96.15t-.955-.23l-5.746-2.663q-.24-.118-.323-.361t.034-.484l.012-.023q.154-.269.402-.428t.548-.189l2.854-.317l-2.858-7.81q-.073-.208.015-.387t.296-.253t.388.015t.253.296l2.477%206.825l1.719-.619l-1.194-3.306q-.073-.208-.035-.512t.246-.378t.388.015q.18.088.252.296l1.295%203.537l1.713-.639l-.944-2.606q-.073-.207.016-.377t.295-.244t.388.006t.253.287l.944%202.586l1.72-.619l-.27-.712q-.073-.207.006-.387t.286-.253t.388.006t.253.286l1.375%203.75q.517%201.383-.093%202.688q-.611%201.305-1.994%201.803z%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-vertical-rounded.svg?color=%231a73e8&size=48