swipe vertical icon
swipe-vertical-outline from Material Symbols Light by Google · Outline · UI Actions · Apache-2.0 Free for personal and commercial use.
- Name
- swipe-vertical-outline
- Set
- Material Symbols Light
- Style
- Outline
- 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="M3 21v-.865h2.314q-1.475-1.724-2.356-3.783t-.881-4.333q0-2.292.88-4.342t2.357-3.793H3V3h4.096v4.116h-.865V4.177q-1.47 1.67-2.379 3.646q-.91 1.977-.91 4.196q0 2.2.91 4.167q.91 1.968 2.379 3.618v-2.9h.865V21zm13.296-1.194q-.46.161-.96.149t-.955-.23l-6.32-2.934l.297-.597q.154-.269.402-.428t.548-.189l2.854-.317l-2.858-7.81q-.073-.208.015-.387t.296-.253t.388.015t.253.296l3.296 9.06l-3.75.328l5.006 2.314q.251.114.557.136t.577-.086l3.444-1.252q.987-.352 1.423-1.287q.437-.936.085-1.923l-1.375-3.75q-.073-.207.006-.387t.287-.253t.387.006t.253.287l1.375 3.75q.517 1.382-.093 2.687q-.611 1.305-1.994 1.803zm-1.769-6.26l-1.37-3.775q-.072-.208.016-.387q.089-.18.296-.253t.388.015t.253.296l1.375 3.75zm2.671-.986l-1.025-2.826q-.073-.207.016-.377t.296-.243t.387.005t.253.287l1.025 2.819zm-.107 2.7"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightSwipeVerticalOutline(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="M3 21v-.865h2.314q-1.475-1.724-2.356-3.783t-.881-4.333q0-2.292.88-4.342t2.357-3.793H3V3h4.096v4.116h-.865V4.177q-1.47 1.67-2.379 3.646q-.91 1.977-.91 4.196q0 2.2.91 4.167q.91 1.968 2.379 3.618v-2.9h.865V21zm13.296-1.194q-.46.161-.96.149t-.955-.23l-6.32-2.934l.297-.597q.154-.269.402-.428t.548-.189l2.854-.317l-2.858-7.81q-.073-.208.015-.387t.296-.253t.388.015t.253.296l3.296 9.06l-3.75.328l5.006 2.314q.251.114.557.136t.577-.086l3.444-1.252q.987-.352 1.423-1.287q.437-.936.085-1.923l-1.375-3.75q-.073-.207.006-.387t.287-.253t.387.006t.253.287l1.375 3.75q.517 1.382-.093 2.687q-.611 1.305-1.994 1.803zm-1.769-6.26l-1.37-3.775q-.072-.208.016-.387q.089-.18.296-.253t.388.015t.253.296l1.375 3.75zm2.671-.986l-1.025-2.826q-.073-.207.016-.377t.296-.243t.387.005t.253.287l1.025 2.819zm-.107 2.7"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 21v-.865h2.314q-1.475-1.724-2.356-3.783t-.881-4.333q0-2.292.88-4.342t2.357-3.793H3V3h4.096v4.116h-.865V4.177q-1.47 1.67-2.379 3.646q-.91 1.977-.91 4.196q0 2.2.91 4.167q.91 1.968 2.379 3.618v-2.9h.865V21zm13.296-1.194q-.46.161-.96.149t-.955-.23l-6.32-2.934l.297-.597q.154-.269.402-.428t.548-.189l2.854-.317l-2.858-7.81q-.073-.208.015-.387t.296-.253t.388.015t.253.296l3.296 9.06l-3.75.328l5.006 2.314q.251.114.557.136t.577-.086l3.444-1.252q.987-.352 1.423-1.287q.437-.936.085-1.923l-1.375-3.75q-.073-.207.006-.387t.287-.253t.387.006t.253.287l1.375 3.75q.517 1.382-.093 2.687q-.611 1.305-1.994 1.803zm-1.769-6.26l-1.37-3.775q-.072-.208.016-.387q.089-.18.296-.253t.388.015t.253.296l1.375 3.75zm2.671-.986l-1.025-2.826q-.073-.207.016-.377t.296-.243t.387.005t.253.287l1.025 2.819zm-.107 2.7"/></svg> </template>
CSS
.icon-swipe-vertical-outline {
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%22M3%2021v-.865h2.314q-1.475-1.724-2.356-3.783t-.881-4.333q0-2.292.88-4.342t2.357-3.793H3V3h4.096v4.116h-.865V4.177q-1.47%201.67-2.379%203.646q-.91%201.977-.91%204.196q0%202.2.91%204.167q.91%201.968%202.379%203.618v-2.9h.865V21zm13.296-1.194q-.46.161-.96.149t-.955-.23l-6.32-2.934l.297-.597q.154-.269.402-.428t.548-.189l2.854-.317l-2.858-7.81q-.073-.208.015-.387t.296-.253t.388.015t.253.296l3.296%209.06l-3.75.328l5.006%202.314q.251.114.557.136t.577-.086l3.444-1.252q.987-.352%201.423-1.287q.437-.936.085-1.923l-1.375-3.75q-.073-.207.006-.387t.287-.253t.387.006t.253.287l1.375%203.75q.517%201.382-.093%202.687q-.611%201.305-1.994%201.803zm-1.769-6.26l-1.37-3.775q-.072-.208.016-.387q.089-.18.296-.253t.388.015t.253.296l1.375%203.75zm2.671-.986l-1.025-2.826q-.073-.207.016-.377t.296-.243t.387.005t.253.287l1.025%202.819zm-.107%202.7%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%22M3%2021v-.865h2.314q-1.475-1.724-2.356-3.783t-.881-4.333q0-2.292.88-4.342t2.357-3.793H3V3h4.096v4.116h-.865V4.177q-1.47%201.67-2.379%203.646q-.91%201.977-.91%204.196q0%202.2.91%204.167q.91%201.968%202.379%203.618v-2.9h.865V21zm13.296-1.194q-.46.161-.96.149t-.955-.23l-6.32-2.934l.297-.597q.154-.269.402-.428t.548-.189l2.854-.317l-2.858-7.81q-.073-.208.015-.387t.296-.253t.388.015t.253.296l3.296%209.06l-3.75.328l5.006%202.314q.251.114.557.136t.577-.086l3.444-1.252q.987-.352%201.423-1.287q.437-.936.085-1.923l-1.375-3.75q-.073-.207.006-.387t.287-.253t.387.006t.253.287l1.375%203.75q.517%201.382-.093%202.687q-.611%201.305-1.994%201.803zm-1.769-6.26l-1.37-3.775q-.072-.208.016-.387q.089-.18.296-.253t.388.015t.253.296l1.375%203.75zm2.671-.986l-1.025-2.826q-.073-.207.016-.377t.296-.243t.387.005t.253.287l1.025%202.819zm-.107%202.7%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-outline.svg?color=%231a73e8&size=48