baseline swipe down icon

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

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

More action icons from Google Material Icons

Use the baseline 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="M3.8 12.18c-.2-.86-.3-1.76-.3-2.68c0-2.84.99-5.45 2.63-7.5L7.2 3.07a10.46 10.46 0 0 0-1.88 8.99l1.62-1.62L8 11.5L4.5 15L1 11.5l1.06-1.06zm10.05-.56l-2.68-5.37a1.5 1.5 0 0 0-2.01-.67c-.75.38-1.05 1.28-.68 2.02l4.81 9.6l-3.24.8c-.33.09-.59.33-.7.66L9 19.78l6.19 2.25c.5.17 1.28.02 1.75-.22l5.51-2.75c.89-.45 1.32-1.48 1-2.42l-1.43-4.27a2 2 0 0 0-1.9-1.37h-4.56c-.31 0-.62.07-.89.21z"/></svg>

React

import type { SVGProps } from "react";

export function IcBaselineSwipeDown(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.8 12.18c-.2-.86-.3-1.76-.3-2.68c0-2.84.99-5.45 2.63-7.5L7.2 3.07a10.46 10.46 0 0 0-1.88 8.99l1.62-1.62L8 11.5L4.5 15L1 11.5l1.06-1.06zm10.05-.56l-2.68-5.37a1.5 1.5 0 0 0-2.01-.67c-.75.38-1.05 1.28-.68 2.02l4.81 9.6l-3.24.8c-.33.09-.59.33-.7.66L9 19.78l6.19 2.25c.5.17 1.28.02 1.75-.22l5.51-2.75c.89-.45 1.32-1.48 1-2.42l-1.43-4.27a2 2 0 0 0-1.9-1.37h-4.56c-.31 0-.62.07-.89.21z"/></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.8 12.18c-.2-.86-.3-1.76-.3-2.68c0-2.84.99-5.45 2.63-7.5L7.2 3.07a10.46 10.46 0 0 0-1.88 8.99l1.62-1.62L8 11.5L4.5 15L1 11.5l1.06-1.06zm10.05-.56l-2.68-5.37a1.5 1.5 0 0 0-2.01-.67c-.75.38-1.05 1.28-.68 2.02l4.81 9.6l-3.24.8c-.33.09-.59.33-.7.66L9 19.78l6.19 2.25c.5.17 1.28.02 1.75-.22l5.51-2.75c.89-.45 1.32-1.48 1-2.42l-1.43-4.27a2 2 0 0 0-1.9-1.37h-4.56c-.31 0-.62.07-.89.21z"/></svg>
</template>

CSS

.icon-baseline-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%22M3.8%2012.18c-.2-.86-.3-1.76-.3-2.68c0-2.84.99-5.45%202.63-7.5L7.2%203.07a10.46%2010.46%200%200%200-1.88%208.99l1.62-1.62L8%2011.5L4.5%2015L1%2011.5l1.06-1.06zm10.05-.56l-2.68-5.37a1.5%201.5%200%200%200-2.01-.67c-.75.38-1.05%201.28-.68%202.02l4.81%209.6l-3.24.8c-.33.09-.59.33-.7.66L9%2019.78l6.19%202.25c.5.17%201.28.02%201.75-.22l5.51-2.75c.89-.45%201.32-1.48%201-2.42l-1.43-4.27a2%202%200%200%200-1.9-1.37h-4.56c-.31%200-.62.07-.89.21z%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.8%2012.18c-.2-.86-.3-1.76-.3-2.68c0-2.84.99-5.45%202.63-7.5L7.2%203.07a10.46%2010.46%200%200%200-1.88%208.99l1.62-1.62L8%2011.5L4.5%2015L1%2011.5l1.06-1.06zm10.05-.56l-2.68-5.37a1.5%201.5%200%200%200-2.01-.67c-.75.38-1.05%201.28-.68%202.02l4.81%209.6l-3.24.8c-.33.09-.59.33-.7.66L9%2019.78l6.19%202.25c.5.17%201.28.02%201.75-.22l5.51-2.75c.89-.45%201.32-1.48%201-2.42l-1.43-4.27a2%202%200%200%200-1.9-1.37h-4.56c-.31%200-.62.07-.89.21z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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