outline swipe down icon

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

Name
outline-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 outline 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="m20.22 10l-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.01zM3.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.06z"/></svg>

React

import type { SVGProps } from "react";

export function IcOutlineSwipeDown(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="m20.22 10l-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.01zM3.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.06z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m20.22 10l-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.01zM3.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.06z"/></svg>
</template>

CSS

.icon-outline-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%22m20.22%2010l-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.01zM3.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.06z%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%22m20.22%2010l-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.01zM3.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.06z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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