round swipe down icon
round-swipe-down from Google Material Icons by Material Design Authors · Baseline · Action · Apache-2.0 Free for personal and commercial use.
- Name
- round-swipe-down
- 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 down icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.83 19.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-.52M5.59 2.73A11.9 11.9 0 0 0 3.5 9.5c0 .92.1 1.82.3 2.68l-1.19-1.19c-.29-.29-.77-.32-1.07-.04a.76.76 0 0 0-.02 1.08l2.26 2.26c.39.39 1.02.39 1.41 0l2.24-2.24c.29-.29.32-.77.04-1.07a.76.76 0 0 0-1.08-.02L5.3 12.05c-.19-.81-.3-1.67-.3-2.55c0-2.2.68-4.24 1.83-5.93c.2-.3.17-.7-.09-.95a.745.745 0 0 0-1.15.11"/></svg>
React
import type { SVGProps } from "react";
export function IcRoundSwipeDown(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="M8.83 19.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-.52M5.59 2.73A11.9 11.9 0 0 0 3.5 9.5c0 .92.1 1.82.3 2.68l-1.19-1.19c-.29-.29-.77-.32-1.07-.04a.76.76 0 0 0-.02 1.08l2.26 2.26c.39.39 1.02.39 1.41 0l2.24-2.24c.29-.29.32-.77.04-1.07a.76.76 0 0 0-1.08-.02L5.3 12.05c-.19-.81-.3-1.67-.3-2.55c0-2.2.68-4.24 1.83-5.93c.2-.3.17-.7-.09-.95a.745.745 0 0 0-1.15.11"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.83 19.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-.52M5.59 2.73A11.9 11.9 0 0 0 3.5 9.5c0 .92.1 1.82.3 2.68l-1.19-1.19c-.29-.29-.77-.32-1.07-.04a.76.76 0 0 0-.02 1.08l2.26 2.26c.39.39 1.02.39 1.41 0l2.24-2.24c.29-.29.32-.77.04-1.07a.76.76 0 0 0-1.08-.02L5.3 12.05c-.19-.81-.3-1.67-.3-2.55c0-2.2.68-4.24 1.83-5.93c.2-.3.17-.7-.09-.95a.745.745 0 0 0-1.15.11"/></svg> </template>
CSS
.icon-round-swipe-down {
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%22M8.83%2019.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-.52M5.59%202.73A11.9%2011.9%200%200%200%203.5%209.5c0%20.92.1%201.82.3%202.68l-1.19-1.19c-.29-.29-.77-.32-1.07-.04a.76.76%200%200%200-.02%201.08l2.26%202.26c.39.39%201.02.39%201.41%200l2.24-2.24c.29-.29.32-.77.04-1.07a.76.76%200%200%200-1.08-.02L5.3%2012.05c-.19-.81-.3-1.67-.3-2.55c0-2.2.68-4.24%201.83-5.93c.2-.3.17-.7-.09-.95a.745.745%200%200%200-1.15.11%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%22M8.83%2019.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-.52M5.59%202.73A11.9%2011.9%200%200%200%203.5%209.5c0%20.92.1%201.82.3%202.68l-1.19-1.19c-.29-.29-.77-.32-1.07-.04a.76.76%200%200%200-.02%201.08l2.26%202.26c.39.39%201.02.39%201.41%200l2.24-2.24c.29-.29.32-.77.04-1.07a.76.76%200%200%200-1.08-.02L5.3%2012.05c-.19-.81-.3-1.67-.3-2.55c0-2.2.68-4.24%201.83-5.93c.2-.3.17-.7-.09-.95a.745.745%200%200%200-1.15.11%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/round-swipe-down.svg?color=%231a73e8&size=48