swipe vertical icon
swipe-vertical-outline-sharp from Material Symbols by Google · Outline Sharp · UI Actions · Apache-2.0 Free for personal and commercial use.
- Name
- swipe-vertical-outline-sharp
- Set
- Material Symbols
- Style
- Outline Sharp
- Category
- UI Actions
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols
The same icon in other sets
More ui actions icons from Material Symbols
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="M2 22v-1.5h2.025q-1.475-1.8-2.25-3.975T1 12t.775-4.525T4.025 3.5H2V2h5v5H5.5V4.1Q4.05 5.75 3.275 7.775T2.5 12t.775 4.225T5.5 19.9V17H7v5zm5.6-4.325l.95-2.075l2.9-.225l-3.15-8.6l1.875-.7l4.05 11.125l-2.5.175l3.675 1.7l6.175-2.25l-2.425-6.55l1.875-.7l3.125 8.45l-8.875 3.225zm6.6-3.475l-1.7-4.7l1.875-.7l1.725 4.7zm2.825-1.025l-1.375-3.75l1.875-.7l1.375 3.75zm.125 1.975"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsSwipeVerticalOutlineSharp(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="M2 22v-1.5h2.025q-1.475-1.8-2.25-3.975T1 12t.775-4.525T4.025 3.5H2V2h5v5H5.5V4.1Q4.05 5.75 3.275 7.775T2.5 12t.775 4.225T5.5 19.9V17H7v5zm5.6-4.325l.95-2.075l2.9-.225l-3.15-8.6l1.875-.7l4.05 11.125l-2.5.175l3.675 1.7l6.175-2.25l-2.425-6.55l1.875-.7l3.125 8.45l-8.875 3.225zm6.6-3.475l-1.7-4.7l1.875-.7l1.725 4.7zm2.825-1.025l-1.375-3.75l1.875-.7l1.375 3.75zm.125 1.975"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 22v-1.5h2.025q-1.475-1.8-2.25-3.975T1 12t.775-4.525T4.025 3.5H2V2h5v5H5.5V4.1Q4.05 5.75 3.275 7.775T2.5 12t.775 4.225T5.5 19.9V17H7v5zm5.6-4.325l.95-2.075l2.9-.225l-3.15-8.6l1.875-.7l4.05 11.125l-2.5.175l3.675 1.7l6.175-2.25l-2.425-6.55l1.875-.7l3.125 8.45l-8.875 3.225zm6.6-3.475l-1.7-4.7l1.875-.7l1.725 4.7zm2.825-1.025l-1.375-3.75l1.875-.7l1.375 3.75zm.125 1.975"/></svg> </template>
CSS
.icon-swipe-vertical-outline-sharp {
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%22M2%2022v-1.5h2.025q-1.475-1.8-2.25-3.975T1%2012t.775-4.525T4.025%203.5H2V2h5v5H5.5V4.1Q4.05%205.75%203.275%207.775T2.5%2012t.775%204.225T5.5%2019.9V17H7v5zm5.6-4.325l.95-2.075l2.9-.225l-3.15-8.6l1.875-.7l4.05%2011.125l-2.5.175l3.675%201.7l6.175-2.25l-2.425-6.55l1.875-.7l3.125%208.45l-8.875%203.225zm6.6-3.475l-1.7-4.7l1.875-.7l1.725%204.7zm2.825-1.025l-1.375-3.75l1.875-.7l1.375%203.75zm.125%201.975%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%22M2%2022v-1.5h2.025q-1.475-1.8-2.25-3.975T1%2012t.775-4.525T4.025%203.5H2V2h5v5H5.5V4.1Q4.05%205.75%203.275%207.775T2.5%2012t.775%204.225T5.5%2019.9V17H7v5zm5.6-4.325l.95-2.075l2.9-.225l-3.15-8.6l1.875-.7l4.05%2011.125l-2.5.175l3.675%201.7l6.175-2.25l-2.425-6.55l1.875-.7l3.125%208.45l-8.875%203.225zm6.6-3.475l-1.7-4.7l1.875-.7l1.725%204.7zm2.825-1.025l-1.375-3.75l1.875-.7l1.375%203.75zm.125%201.975%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/swipe-vertical-outline-sharp.svg?color=%231a73e8&size=48