swipe-down-alt-rounded from Material Symbols Light by Google · Rounded · UI Actions · Apache-2.0 Free for personal and commercial use.

Name
swipe-down-alt-rounded
Set
Material Symbols Light
Style
Rounded
Category
UI Actions
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols Light

The same icon in other sets

More ui actions icons from Material Symbols Light

Use the swipe down alt icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.702 20.618q-.136-.052-.267-.183l-2.389-2.389q-.14-.14-.15-.341t.15-.366q.166-.166.357-.166t.357.166l1.74 1.74v-5.102q-1.725-.215-2.863-1.472T7.5 9.5q0-1.864 1.318-3.182T12 5t3.182 1.318T16.5 9.5q0 1.748-1.137 3.005T12.5 13.977v5.102l1.746-1.746q.14-.14.341-.15q.202-.01.367.156q.16.159.16.353t-.16.354l-2.388 2.389q-.132.13-.268.183t-.298.053t-.298-.053"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightSwipeDownAltRounded(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="M11.702 20.618q-.136-.052-.267-.183l-2.389-2.389q-.14-.14-.15-.341t.15-.366q.166-.166.357-.166t.357.166l1.74 1.74v-5.102q-1.725-.215-2.863-1.472T7.5 9.5q0-1.864 1.318-3.182T12 5t3.182 1.318T16.5 9.5q0 1.748-1.137 3.005T12.5 13.977v5.102l1.746-1.746q.14-.14.341-.15q.202-.01.367.156q.16.159.16.353t-.16.354l-2.388 2.389q-.132.13-.268.183t-.298.053t-.298-.053"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.702 20.618q-.136-.052-.267-.183l-2.389-2.389q-.14-.14-.15-.341t.15-.366q.166-.166.357-.166t.357.166l1.74 1.74v-5.102q-1.725-.215-2.863-1.472T7.5 9.5q0-1.864 1.318-3.182T12 5t3.182 1.318T16.5 9.5q0 1.748-1.137 3.005T12.5 13.977v5.102l1.746-1.746q.14-.14.341-.15q.202-.01.367.156q.16.159.16.353t-.16.354l-2.388 2.389q-.132.13-.268.183t-.298.053t-.298-.053"/></svg>
</template>

CSS

.icon-swipe-down-alt-rounded {
  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%22M11.702%2020.618q-.136-.052-.267-.183l-2.389-2.389q-.14-.14-.15-.341t.15-.366q.166-.166.357-.166t.357.166l1.74%201.74v-5.102q-1.725-.215-2.863-1.472T7.5%209.5q0-1.864%201.318-3.182T12%205t3.182%201.318T16.5%209.5q0%201.748-1.137%203.005T12.5%2013.977v5.102l1.746-1.746q.14-.14.341-.15q.202-.01.367.156q.16.159.16.353t-.16.354l-2.388%202.389q-.132.13-.268.183t-.298.053t-.298-.053%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%22M11.702%2020.618q-.136-.052-.267-.183l-2.389-2.389q-.14-.14-.15-.341t.15-.366q.166-.166.357-.166t.357.166l1.74%201.74v-5.102q-1.725-.215-2.863-1.472T7.5%209.5q0-1.864%201.318-3.182T12%205t3.182%201.318T16.5%209.5q0%201.748-1.137%203.005T12.5%2013.977v5.102l1.746-1.746q.14-.14.341-.15q.202-.01.367.156q.16.159.16.353t-.16.354l-2.388%202.389q-.132.13-.268.183t-.298.053t-.298-.053%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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