round swipe vertical icon
round-swipe-vertical from Google Material Icons by Material Design Authors · Baseline · Action · Apache-2.0 Free for personal and commercial use.
- Name
- round-swipe-vertical
- Set
- Google Material Icons
- Style
- Baseline
- Category
- Action
- Viewbox
- 24×24
- License
- Apache 2.0
More action icons from Google Material Icons
baseline-123baseline-3d-rotationbaseline-abcbaseline-accessibilitybaseline-accessibility-newbaseline-accessiblebaseline-accessible-forwardbaseline-account-balancebaseline-account-balance-walletbaseline-account-boxbaseline-account-circlebaseline-add-cardbaseline-add-homebaseline-add-shopping-cartbaseline-add-taskbaseline-add-to-drivebaseline-addchartbaseline-admin-panel-settingsbaseline-ads-clickbaseline-alarmbaseline-alarm-addbaseline-alarm-offbaseline-alarm-onbaseline-all-inbox
Use the round 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="M0 12c0 3.22 1.13 6.18 3.02 8.5H1.75c-.41 0-.75.34-.75.75s.34.75.75.75H5c.55 0 1-.45 1-1v-3.25c0-.41-.34-.75-.75-.75s-.75.34-.75.75v2.16c-1.86-2.11-3-4.88-3-7.91s1.14-5.79 3-7.91v2.16c0 .41.34.75.75.75S6 6.66 6 6.25V3c0-.55-.45-1-1-1H1.75c-.41 0-.75.34-.75.75s.34.75.75.75h1.27A13.4 13.4 0 0 0 0 12m8.83 7.1c-.26-.6.09-1.28.73-1.41l3.58-.71l-4.35-9.81c-.34-.76 0-1.64.76-1.98s1.64 0 1.98.76l2.43 5.49l.84-.37c.28-.13.59-.18.9-.17l4.56.21a2 2 0 0 1 1.83 1.45l1.23 4.33c.27.96-.2 1.97-1.11 2.37l-5.63 2.49c-.48.21-1.26.33-1.76.14l-5.45-2.27a.95.95 0 0 1-.54-.52"/></svg>
React
import type { SVGProps } from "react";
export function IcRoundSwipeVertical(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="M0 12c0 3.22 1.13 6.18 3.02 8.5H1.75c-.41 0-.75.34-.75.75s.34.75.75.75H5c.55 0 1-.45 1-1v-3.25c0-.41-.34-.75-.75-.75s-.75.34-.75.75v2.16c-1.86-2.11-3-4.88-3-7.91s1.14-5.79 3-7.91v2.16c0 .41.34.75.75.75S6 6.66 6 6.25V3c0-.55-.45-1-1-1H1.75c-.41 0-.75.34-.75.75s.34.75.75.75h1.27A13.4 13.4 0 0 0 0 12m8.83 7.1c-.26-.6.09-1.28.73-1.41l3.58-.71l-4.35-9.81c-.34-.76 0-1.64.76-1.98s1.64 0 1.98.76l2.43 5.49l.84-.37c.28-.13.59-.18.9-.17l4.56.21a2 2 0 0 1 1.83 1.45l1.23 4.33c.27.96-.2 1.97-1.11 2.37l-5.63 2.49c-.48.21-1.26.33-1.76.14l-5.45-2.27a.95.95 0 0 1-.54-.52"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M0 12c0 3.22 1.13 6.18 3.02 8.5H1.75c-.41 0-.75.34-.75.75s.34.75.75.75H5c.55 0 1-.45 1-1v-3.25c0-.41-.34-.75-.75-.75s-.75.34-.75.75v2.16c-1.86-2.11-3-4.88-3-7.91s1.14-5.79 3-7.91v2.16c0 .41.34.75.75.75S6 6.66 6 6.25V3c0-.55-.45-1-1-1H1.75c-.41 0-.75.34-.75.75s.34.75.75.75h1.27A13.4 13.4 0 0 0 0 12m8.83 7.1c-.26-.6.09-1.28.73-1.41l3.58-.71l-4.35-9.81c-.34-.76 0-1.64.76-1.98s1.64 0 1.98.76l2.43 5.49l.84-.37c.28-.13.59-.18.9-.17l4.56.21a2 2 0 0 1 1.83 1.45l1.23 4.33c.27.96-.2 1.97-1.11 2.37l-5.63 2.49c-.48.21-1.26.33-1.76.14l-5.45-2.27a.95.95 0 0 1-.54-.52"/></svg> </template>
CSS
.icon-round-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%22M0%2012c0%203.22%201.13%206.18%203.02%208.5H1.75c-.41%200-.75.34-.75.75s.34.75.75.75H5c.55%200%201-.45%201-1v-3.25c0-.41-.34-.75-.75-.75s-.75.34-.75.75v2.16c-1.86-2.11-3-4.88-3-7.91s1.14-5.79%203-7.91v2.16c0%20.41.34.75.75.75S6%206.66%206%206.25V3c0-.55-.45-1-1-1H1.75c-.41%200-.75.34-.75.75s.34.75.75.75h1.27A13.4%2013.4%200%200%200%200%2012m8.83%207.1c-.26-.6.09-1.28.73-1.41l3.58-.71l-4.35-9.81c-.34-.76%200-1.64.76-1.98s1.64%200%201.98.76l2.43%205.49l.84-.37c.28-.13.59-.18.9-.17l4.56.21a2%202%200%200%201%201.83%201.45l1.23%204.33c.27.96-.2%201.97-1.11%202.37l-5.63%202.49c-.48.21-1.26.33-1.76.14l-5.45-2.27a.95.95%200%200%201-.54-.52%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%22M0%2012c0%203.22%201.13%206.18%203.02%208.5H1.75c-.41%200-.75.34-.75.75s.34.75.75.75H5c.55%200%201-.45%201-1v-3.25c0-.41-.34-.75-.75-.75s-.75.34-.75.75v2.16c-1.86-2.11-3-4.88-3-7.91s1.14-5.79%203-7.91v2.16c0%20.41.34.75.75.75S6%206.66%206%206.25V3c0-.55-.45-1-1-1H1.75c-.41%200-.75.34-.75.75s.34.75.75.75h1.27A13.4%2013.4%200%200%200%200%2012m8.83%207.1c-.26-.6.09-1.28.73-1.41l3.58-.71l-4.35-9.81c-.34-.76%200-1.64.76-1.98s1.64%200%201.98.76l2.43%205.49l.84-.37c.28-.13.59-.18.9-.17l4.56.21a2%202%200%200%201%201.83%201.45l1.23%204.33c.27.96-.2%201.97-1.11%202.37l-5.63%202.49c-.48.21-1.26.33-1.76.14l-5.45-2.27a.95.95%200%200%201-.54-.52%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/round-swipe-vertical.svg?color=%231a73e8&size=48