twotone swipe vertical icon

twotone-swipe-vertical from Google Material Icons by Material Design Authors · Baseline · Action · Apache-2.0 Free for personal and commercial use.

Name
twotone-swipe-vertical
Set
Google Material Icons
Style
Baseline
Category
Action
Viewbox
24×24
License
Apache 2.0

More action icons from Google Material Icons

Use the twotone 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="M21.49 17.34L15.5 20l-4.92-1.96l4.18-.88l-4.3-9.7c-.11-.25 0-.55.25-.66s.55 0 .66.25l2.5 5.65l1.61-.71l4.65.01z" opacity=".3"/><path fill="currentColor" d="M1 2h5v5H4.5V4.09c-1.86 2.11-3 4.88-3 7.91s1.14 5.79 3 7.91V17H6v5H1v-1.5h2.02C1.13 18.18 0 15.22 0 12s1.13-6.18 3.02-8.5H1zm19.22 8l-4.15.01a1 1 0 0 0-.45.08l-.59.26l-1.83-4.1c-.56-1.26-2.04-1.83-3.3-1.27s-1.83 2.04-1.27 3.3l3.3 7.45l-1.87.39c-.19.05-.99.27-1.36 1.21L8 19.19l6.78 2.67c.49.19 1.05.18 1.53-.04l5.99-2.65c.89-.4 1.37-1.38 1.13-2.32l-1.36-5.34c-.22-.86-.97-1.47-1.85-1.51m1.27 7.34L15.5 20l-4.92-1.96l4.18-.88l-4.3-9.7c-.11-.25 0-.55.25-.66s.55 0 .66.25l2.5 5.65l1.61-.71l4.65.01z"/></svg>

React

import type { SVGProps } from "react";

export function IcTwotoneSwipeVertical(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="M21.49 17.34L15.5 20l-4.92-1.96l4.18-.88l-4.3-9.7c-.11-.25 0-.55.25-.66s.55 0 .66.25l2.5 5.65l1.61-.71l4.65.01z" opacity=".3"/><path fill="currentColor" d="M1 2h5v5H4.5V4.09c-1.86 2.11-3 4.88-3 7.91s1.14 5.79 3 7.91V17H6v5H1v-1.5h2.02C1.13 18.18 0 15.22 0 12s1.13-6.18 3.02-8.5H1zm19.22 8l-4.15.01a1 1 0 0 0-.45.08l-.59.26l-1.83-4.1c-.56-1.26-2.04-1.83-3.3-1.27s-1.83 2.04-1.27 3.3l3.3 7.45l-1.87.39c-.19.05-.99.27-1.36 1.21L8 19.19l6.78 2.67c.49.19 1.05.18 1.53-.04l5.99-2.65c.89-.4 1.37-1.38 1.13-2.32l-1.36-5.34c-.22-.86-.97-1.47-1.85-1.51m1.27 7.34L15.5 20l-4.92-1.96l4.18-.88l-4.3-9.7c-.11-.25 0-.55.25-.66s.55 0 .66.25l2.5 5.65l1.61-.71l4.65.01z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.49 17.34L15.5 20l-4.92-1.96l4.18-.88l-4.3-9.7c-.11-.25 0-.55.25-.66s.55 0 .66.25l2.5 5.65l1.61-.71l4.65.01z" opacity=".3"/><path fill="currentColor" d="M1 2h5v5H4.5V4.09c-1.86 2.11-3 4.88-3 7.91s1.14 5.79 3 7.91V17H6v5H1v-1.5h2.02C1.13 18.18 0 15.22 0 12s1.13-6.18 3.02-8.5H1zm19.22 8l-4.15.01a1 1 0 0 0-.45.08l-.59.26l-1.83-4.1c-.56-1.26-2.04-1.83-3.3-1.27s-1.83 2.04-1.27 3.3l3.3 7.45l-1.87.39c-.19.05-.99.27-1.36 1.21L8 19.19l6.78 2.67c.49.19 1.05.18 1.53-.04l5.99-2.65c.89-.4 1.37-1.38 1.13-2.32l-1.36-5.34c-.22-.86-.97-1.47-1.85-1.51m1.27 7.34L15.5 20l-4.92-1.96l4.18-.88l-4.3-9.7c-.11-.25 0-.55.25-.66s.55 0 .66.25l2.5 5.65l1.61-.71l4.65.01z"/></svg>
</template>

CSS

.icon-twotone-swipe-vertical {
  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%22M21.49%2017.34L15.5%2020l-4.92-1.96l4.18-.88l-4.3-9.7c-.11-.25%200-.55.25-.66s.55%200%20.66.25l2.5%205.65l1.61-.71l4.65.01z%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M1%202h5v5H4.5V4.09c-1.86%202.11-3%204.88-3%207.91s1.14%205.79%203%207.91V17H6v5H1v-1.5h2.02C1.13%2018.18%200%2015.22%200%2012s1.13-6.18%203.02-8.5H1zm19.22%208l-4.15.01a1%201%200%200%200-.45.08l-.59.26l-1.83-4.1c-.56-1.26-2.04-1.83-3.3-1.27s-1.83%202.04-1.27%203.3l3.3%207.45l-1.87.39c-.19.05-.99.27-1.36%201.21L8%2019.19l6.78%202.67c.49.19%201.05.18%201.53-.04l5.99-2.65c.89-.4%201.37-1.38%201.13-2.32l-1.36-5.34c-.22-.86-.97-1.47-1.85-1.51m1.27%207.34L15.5%2020l-4.92-1.96l4.18-.88l-4.3-9.7c-.11-.25%200-.55.25-.66s.55%200%20.66.25l2.5%205.65l1.61-.71l4.65.01z%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%22M21.49%2017.34L15.5%2020l-4.92-1.96l4.18-.88l-4.3-9.7c-.11-.25%200-.55.25-.66s.55%200%20.66.25l2.5%205.65l1.61-.71l4.65.01z%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M1%202h5v5H4.5V4.09c-1.86%202.11-3%204.88-3%207.91s1.14%205.79%203%207.91V17H6v5H1v-1.5h2.02C1.13%2018.18%200%2015.22%200%2012s1.13-6.18%203.02-8.5H1zm19.22%208l-4.15.01a1%201%200%200%200-.45.08l-.59.26l-1.83-4.1c-.56-1.26-2.04-1.83-3.3-1.27s-1.83%202.04-1.27%203.3l3.3%207.45l-1.87.39c-.19.05-.99.27-1.36%201.21L8%2019.19l6.78%202.67c.49.19%201.05.18%201.53-.04l5.99-2.65c.89-.4%201.37-1.38%201.13-2.32l-1.36-5.34c-.22-.86-.97-1.47-1.85-1.51m1.27%207.34L15.5%2020l-4.92-1.96l4.18-.88l-4.3-9.7c-.11-.25%200-.55.25-.66s.55%200%20.66.25l2.5%205.65l1.61-.71l4.65.01z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/twotone-swipe-vertical.svg?color=%231a73e8&size=48