swipe vertical icon
swipe-vertical-outline from Material Symbols by Google · Outline · UI Actions · Apache-2.0 Free for personal and commercial use.
- Name
- swipe-vertical-outline
- Set
- Material Symbols
- Style
- Outline
- 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.9V17H7v5zm14.45-1.175q-.575.2-1.162.188t-1.138-.288l-6.55-3.05l.45-1q.25-.5.7-.812t1-.363l1.7-.125L8.65 7.7q-.15-.4.025-.763t.575-.512t.762.025t.513.575l3.7 10.175l-2.5.175L15 18.9q.175.075.375.088t.375-.038l3.925-1.425q.775-.275 1.125-1.038t.075-1.537L19.5 11.2q-.15-.4.025-.763t.575-.512t.762.025t.513.575l1.375 3.75q.575 1.575-.113 3.062T20.375 19.4zM14.2 14.2l-1.35-3.775q-.15-.4.025-.763t.575-.512t.763.025t.512.575L16.1 13.5zm2.825-1.025L16 10.35q-.15-.4.025-.763t.575-.512t.763.025t.512.575l1.025 2.8zm.2 2.2"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsSwipeVerticalOutline(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.9V17H7v5zm14.45-1.175q-.575.2-1.162.188t-1.138-.288l-6.55-3.05l.45-1q.25-.5.7-.812t1-.363l1.7-.125L8.65 7.7q-.15-.4.025-.763t.575-.512t.762.025t.513.575l3.7 10.175l-2.5.175L15 18.9q.175.075.375.088t.375-.038l3.925-1.425q.775-.275 1.125-1.038t.075-1.537L19.5 11.2q-.15-.4.025-.763t.575-.512t.762.025t.513.575l1.375 3.75q.575 1.575-.113 3.062T20.375 19.4zM14.2 14.2l-1.35-3.775q-.15-.4.025-.763t.575-.512t.763.025t.512.575L16.1 13.5zm2.825-1.025L16 10.35q-.15-.4.025-.763t.575-.512t.763.025t.512.575l1.025 2.8zm.2 2.2"/></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.9V17H7v5zm14.45-1.175q-.575.2-1.162.188t-1.138-.288l-6.55-3.05l.45-1q.25-.5.7-.812t1-.363l1.7-.125L8.65 7.7q-.15-.4.025-.763t.575-.512t.762.025t.513.575l3.7 10.175l-2.5.175L15 18.9q.175.075.375.088t.375-.038l3.925-1.425q.775-.275 1.125-1.038t.075-1.537L19.5 11.2q-.15-.4.025-.763t.575-.512t.762.025t.513.575l1.375 3.75q.575 1.575-.113 3.062T20.375 19.4zM14.2 14.2l-1.35-3.775q-.15-.4.025-.763t.575-.512t.763.025t.512.575L16.1 13.5zm2.825-1.025L16 10.35q-.15-.4.025-.763t.575-.512t.763.025t.512.575l1.025 2.8zm.2 2.2"/></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%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.9V17H7v5zm14.45-1.175q-.575.2-1.162.188t-1.138-.288l-6.55-3.05l.45-1q.25-.5.7-.812t1-.363l1.7-.125L8.65%207.7q-.15-.4.025-.763t.575-.512t.762.025t.513.575l3.7%2010.175l-2.5.175L15%2018.9q.175.075.375.088t.375-.038l3.925-1.425q.775-.275%201.125-1.038t.075-1.537L19.5%2011.2q-.15-.4.025-.763t.575-.512t.762.025t.513.575l1.375%203.75q.575%201.575-.113%203.062T20.375%2019.4zM14.2%2014.2l-1.35-3.775q-.15-.4.025-.763t.575-.512t.763.025t.512.575L16.1%2013.5zm2.825-1.025L16%2010.35q-.15-.4.025-.763t.575-.512t.763.025t.512.575l1.025%202.8zm.2%202.2%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.9V17H7v5zm14.45-1.175q-.575.2-1.162.188t-1.138-.288l-6.55-3.05l.45-1q.25-.5.7-.812t1-.363l1.7-.125L8.65%207.7q-.15-.4.025-.763t.575-.512t.762.025t.513.575l3.7%2010.175l-2.5.175L15%2018.9q.175.075.375.088t.375-.038l3.925-1.425q.775-.275%201.125-1.038t.075-1.537L19.5%2011.2q-.15-.4.025-.763t.575-.512t.762.025t.513.575l1.375%203.75q.575%201.575-.113%203.062T20.375%2019.4zM14.2%2014.2l-1.35-3.775q-.15-.4.025-.763t.575-.512t.763.025t.512.575L16.1%2013.5zm2.825-1.025L16%2010.35q-.15-.4.025-.763t.575-.512t.763.025t.512.575l1.025%202.8zm.2%202.2%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.svg?color=%231a73e8&size=48