memory arrow down icon
memory-arrow-down from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.
- Name
- memory-arrow-down
- Set
- Material Design Icons
- Style
- Filled
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- chip-arrow-down
Use the memory arrow down icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19 19v-4h-2v4h-2l3 3l3-3zm-6.9 0H11v2H9v-2H7c-1.1 0-2-.9-2-2v-2H3v-2h2v-2H3V9h2V7c0-1.1.9-2 2-2h2V3h2v2h2V3h2v2h2c1.1 0 2 .9 2 2v2h2v2h-2v1.1c-.3-.1-.7-.1-1-.1s-.7 0-1 .1V7H7v10h5.1c-.1.3-.1.7-.1 1s0 .7.1 1M9 15h3.8c.5-.9 1.3-1.7 2.2-2.2V9H9zm2-4h2v2h-2z"/></svg>
React
import type { SVGProps } from "react";
export function MdiMemoryArrowDown(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="M19 19v-4h-2v4h-2l3 3l3-3zm-6.9 0H11v2H9v-2H7c-1.1 0-2-.9-2-2v-2H3v-2h2v-2H3V9h2V7c0-1.1.9-2 2-2h2V3h2v2h2V3h2v2h2c1.1 0 2 .9 2 2v2h2v2h-2v1.1c-.3-.1-.7-.1-1-.1s-.7 0-1 .1V7H7v10h5.1c-.1.3-.1.7-.1 1s0 .7.1 1M9 15h3.8c.5-.9 1.3-1.7 2.2-2.2V9H9zm2-4h2v2h-2z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19 19v-4h-2v4h-2l3 3l3-3zm-6.9 0H11v2H9v-2H7c-1.1 0-2-.9-2-2v-2H3v-2h2v-2H3V9h2V7c0-1.1.9-2 2-2h2V3h2v2h2V3h2v2h2c1.1 0 2 .9 2 2v2h2v2h-2v1.1c-.3-.1-.7-.1-1-.1s-.7 0-1 .1V7H7v10h5.1c-.1.3-.1.7-.1 1s0 .7.1 1M9 15h3.8c.5-.9 1.3-1.7 2.2-2.2V9H9zm2-4h2v2h-2z"/></svg> </template>
CSS
.icon-memory-arrow-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%22M19%2019v-4h-2v4h-2l3%203l3-3zm-6.9%200H11v2H9v-2H7c-1.1%200-2-.9-2-2v-2H3v-2h2v-2H3V9h2V7c0-1.1.9-2%202-2h2V3h2v2h2V3h2v2h2c1.1%200%202%20.9%202%202v2h2v2h-2v1.1c-.3-.1-.7-.1-1-.1s-.7%200-1%20.1V7H7v10h5.1c-.1.3-.1.7-.1%201s0%20.7.1%201M9%2015h3.8c.5-.9%201.3-1.7%202.2-2.2V9H9zm2-4h2v2h-2z%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%22M19%2019v-4h-2v4h-2l3%203l3-3zm-6.9%200H11v2H9v-2H7c-1.1%200-2-.9-2-2v-2H3v-2h2v-2H3V9h2V7c0-1.1.9-2%202-2h2V3h2v2h2V3h2v2h2c1.1%200%202%20.9%202%202v2h2v2h-2v1.1c-.3-.1-.7-.1-1-.1s-.7%200-1%20.1V7H7v10h5.1c-.1.3-.1.7-.1%201s0%20.7.1%201M9%2015h3.8c.5-.9%201.3-1.7%202.2-2.2V9H9zm2-4h2v2h-2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/memory-arrow-down.svg?color=%231a73e8&size=48