level down alt icon

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

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

The same icon in other sets

More arrows icons from Line Awesome

Use the level down alt icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M4.5 4.5v3h15v15.355l-3.781-3.78l-2.145 2.144l6.358 6.357L21 28.598l1.068-1.022l6.358-6.357l-2.145-2.145l-3.781 3.781V4.5zm1 1h16v19.77l4.781-4.782l.73.73l-5.642 5.643l-.369.354l-.37-.354l-5.642-5.642l.73-.73l4.782 4.78V6.5h-15z"/></svg>

React

import type { SVGProps } from "react";

export function LaLevelDownAlt(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="M4.5 4.5v3h15v15.355l-3.781-3.78l-2.145 2.144l6.358 6.357L21 28.598l1.068-1.022l6.358-6.357l-2.145-2.145l-3.781 3.781V4.5zm1 1h16v19.77l4.781-4.782l.73.73l-5.642 5.643l-.369.354l-.37-.354l-5.642-5.642l.73-.73l4.782 4.78V6.5h-15z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M4.5 4.5v3h15v15.355l-3.781-3.78l-2.145 2.144l6.358 6.357L21 28.598l1.068-1.022l6.358-6.357l-2.145-2.145l-3.781 3.781V4.5zm1 1h16v19.77l4.781-4.782l.73.73l-5.642 5.643l-.369.354l-.37-.354l-5.642-5.642l.73-.73l4.782 4.78V6.5h-15z"/></svg>
</template>

CSS

.icon-level-down-alt {
  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%22M4.5%204.5v3h15v15.355l-3.781-3.78l-2.145%202.144l6.358%206.357L21%2028.598l1.068-1.022l6.358-6.357l-2.145-2.145l-3.781%203.781V4.5zm1%201h16v19.77l4.781-4.782l.73.73l-5.642%205.643l-.369.354l-.37-.354l-5.642-5.642l.73-.73l4.782%204.78V6.5h-15z%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%22M4.5%204.5v3h15v15.355l-3.781-3.78l-2.145%202.144l6.358%206.357L21%2028.598l1.068-1.022l6.358-6.357l-2.145-2.145l-3.781%203.781V4.5zm1%201h16v19.77l4.781-4.782l.73.73l-5.642%205.643l-.369.354l-.37-.354l-5.642-5.642l.73-.73l4.782%204.78V6.5h-15z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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