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

Name
swipe-down-alt-outline
Set
Material Symbols Light
Style
Outline
Category
UI Actions
Viewbox
24×24
License
Apache 2.0
Aliases
swipe-down-alt-outline-sharp

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="m12 21l-3.308-3.308l.708-.713l2.1 2.1v-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.102l2.1-2.094l.708.707zm2.48-9.02q1.02-1.018 1.02-2.48t-1.02-2.48T12 6T9.52 7.02T8.5 9.5t1.02 2.48T12 13t2.48-1.02M12 9.5"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightSwipeDownAltOutline(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="m12 21l-3.308-3.308l.708-.713l2.1 2.1v-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.102l2.1-2.094l.708.707zm2.48-9.02q1.02-1.018 1.02-2.48t-1.02-2.48T12 6T9.52 7.02T8.5 9.5t1.02 2.48T12 13t2.48-1.02M12 9.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m12 21l-3.308-3.308l.708-.713l2.1 2.1v-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.102l2.1-2.094l.708.707zm2.48-9.02q1.02-1.018 1.02-2.48t-1.02-2.48T12 6T9.52 7.02T8.5 9.5t1.02 2.48T12 13t2.48-1.02M12 9.5"/></svg>
</template>

CSS

.icon-swipe-down-alt-outline {
  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%22m12%2021l-3.308-3.308l.708-.713l2.1%202.1v-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.102l2.1-2.094l.708.707zm2.48-9.02q1.02-1.018%201.02-2.48t-1.02-2.48T12%206T9.52%207.02T8.5%209.5t1.02%202.48T12%2013t2.48-1.02M12%209.5%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%22m12%2021l-3.308-3.308l.708-.713l2.1%202.1v-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.102l2.1-2.094l.708.707zm2.48-9.02q1.02-1.018%201.02-2.48t-1.02-2.48T12%206T9.52%207.02T8.5%209.5t1.02%202.48T12%2013t2.48-1.02M12%209.5%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-outline.svg?color=%231a73e8&size=48