angle double down icon

angle-double-down from Line Awesome by Icons8 · Line · Arrows · Apache-2.0 Free for personal and commercial use.

Name
angle-double-down
Set
Line Awesome
Style
Line
Category
Arrows
Viewbox
32×32
License
Apache 2.0
Aliases
angle-double-down-solid

The same icon in other sets

More arrows icons from Line Awesome

Use the angle double down icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M5.219 6.688L3.78 8.094L16 20.313l12.219-12.22l-1.438-1.405L16 17.468zm0 7L3.78 15.094L16 27.313l12.219-12.22l-1.438-1.405L16 24.468z"/></svg>

React

import type { SVGProps } from "react";

export function LaAngleDoubleDown(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M5.219 6.688L3.78 8.094L16 20.313l12.219-12.22l-1.438-1.405L16 17.468zm0 7L3.78 15.094L16 27.313l12.219-12.22l-1.438-1.405L16 24.468z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M5.219 6.688L3.78 8.094L16 20.313l12.219-12.22l-1.438-1.405L16 17.468zm0 7L3.78 15.094L16 27.313l12.219-12.22l-1.438-1.405L16 24.468z"/></svg>
</template>

CSS

.icon-angle-double-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.219%206.688L3.78%208.094L16%2020.313l12.219-12.22l-1.438-1.405L16%2017.468zm0%207L3.78%2015.094L16%2027.313l12.219-12.22l-1.438-1.405L16%2024.468z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.219%206.688L3.78%208.094L16%2020.313l12.219-12.22l-1.438-1.405L16%2017.468zm0%207L3.78%2015.094L16%2027.313l12.219-12.22l-1.438-1.405L16%2024.468z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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