swipe vertical icon
swipe-vertical-outline-sharp from Material Symbols Light by Google · Outline Sharp · UI Actions · Apache-2.0 Free for personal and commercial use.
- Name
- swipe-vertical-outline-sharp
- Set
- Material Symbols Light
- Style
- Outline Sharp
- 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.865V21zm5.062-4.21l.565-1.151l3.535-.38l-3.035-8.272l.952-.354l3.473 9.548l-3.75.329l5.56 2.565l6.386-2.327l-2.406-6.55l.933-.354l2.76 7.508l-7.721 2.802zm6.465-3.244l-1.546-4.238l.952-.354l1.552 4.238zm2.671-.986l-1.182-3.27l.932-.353l1.202 3.288zm-.336 2.667"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightSwipeVerticalOutlineSharp(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.865V21zm5.062-4.21l.565-1.151l3.535-.38l-3.035-8.272l.952-.354l3.473 9.548l-3.75.329l5.56 2.565l6.386-2.327l-2.406-6.55l.933-.354l2.76 7.508l-7.721 2.802zm6.465-3.244l-1.546-4.238l.952-.354l1.552 4.238zm2.671-.986l-1.182-3.27l.932-.353l1.202 3.288zm-.336 2.667"/></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.865V21zm5.062-4.21l.565-1.151l3.535-.38l-3.035-8.272l.952-.354l3.473 9.548l-3.75.329l5.56 2.565l6.386-2.327l-2.406-6.55l.933-.354l2.76 7.508l-7.721 2.802zm6.465-3.244l-1.546-4.238l.952-.354l1.552 4.238zm2.671-.986l-1.182-3.27l.932-.353l1.202 3.288zm-.336 2.667"/></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%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.865V21zm5.062-4.21l.565-1.151l3.535-.38l-3.035-8.272l.952-.354l3.473%209.548l-3.75.329l5.56%202.565l6.386-2.327l-2.406-6.55l.933-.354l2.76%207.508l-7.721%202.802zm6.465-3.244l-1.546-4.238l.952-.354l1.552%204.238zm2.671-.986l-1.182-3.27l.932-.353l1.202%203.288zm-.336%202.667%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.865V21zm5.062-4.21l.565-1.151l3.535-.38l-3.035-8.272l.952-.354l3.473%209.548l-3.75.329l5.56%202.565l6.386-2.327l-2.406-6.55l.933-.354l2.76%207.508l-7.721%202.802zm6.465-3.244l-1.546-4.238l.952-.354l1.552%204.238zm2.671-.986l-1.182-3.27l.932-.353l1.202%203.288zm-.336%202.667%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-sharp.svg?color=%231a73e8&size=48