database arrow up icon

database-arrow-up-16-filled from Fluent UI System Icons by Microsoft Corporation · 16 Filled · MIT Free for personal and commercial use.

Name
database-arrow-up-16-filled
Set
Fluent UI System Icons
Style
16 Filled
Viewbox
16×16
License
MIT

3 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the database arrow up icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M7.239 14.974C4.775 14.801 3 13.796 3 12.5V5.487C4.057 6.413 5.864 7 8 7q.176 0 .35-.006A5.5 5.5 0 0 0 6 11.5c0 1.316.465 2.526 1.239 3.474M8 6c2.761 0 5-1.119 5-2.5S10.761 1 8 1S3 2.119 3 3.5S5.239 6 8 6m8 5.5a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0m-2.146-.354l-2-2a.5.5 0 0 0-.35-.147h-.006a.5.5 0 0 0-.348.144l-.003.003l-2 2a.5.5 0 0 0 .707.707L11 10.707V13.5a.5.5 0 0 0 1 0v-2.793l1.146 1.146a.5.5 0 0 0 .708-.707"/></svg>

React

import type { SVGProps } from "react";

export function FluentDatabaseArrowUp16Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M7.239 14.974C4.775 14.801 3 13.796 3 12.5V5.487C4.057 6.413 5.864 7 8 7q.176 0 .35-.006A5.5 5.5 0 0 0 6 11.5c0 1.316.465 2.526 1.239 3.474M8 6c2.761 0 5-1.119 5-2.5S10.761 1 8 1S3 2.119 3 3.5S5.239 6 8 6m8 5.5a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0m-2.146-.354l-2-2a.5.5 0 0 0-.35-.147h-.006a.5.5 0 0 0-.348.144l-.003.003l-2 2a.5.5 0 0 0 .707.707L11 10.707V13.5a.5.5 0 0 0 1 0v-2.793l1.146 1.146a.5.5 0 0 0 .708-.707"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M7.239 14.974C4.775 14.801 3 13.796 3 12.5V5.487C4.057 6.413 5.864 7 8 7q.176 0 .35-.006A5.5 5.5 0 0 0 6 11.5c0 1.316.465 2.526 1.239 3.474M8 6c2.761 0 5-1.119 5-2.5S10.761 1 8 1S3 2.119 3 3.5S5.239 6 8 6m8 5.5a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0m-2.146-.354l-2-2a.5.5 0 0 0-.35-.147h-.006a.5.5 0 0 0-.348.144l-.003.003l-2 2a.5.5 0 0 0 .707.707L11 10.707V13.5a.5.5 0 0 0 1 0v-2.793l1.146 1.146a.5.5 0 0 0 .708-.707"/></svg>
</template>

CSS

.icon-database-arrow-up-16-filled {
  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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.239%2014.974C4.775%2014.801%203%2013.796%203%2012.5V5.487C4.057%206.413%205.864%207%208%207q.176%200%20.35-.006A5.5%205.5%200%200%200%206%2011.5c0%201.316.465%202.526%201.239%203.474M8%206c2.761%200%205-1.119%205-2.5S10.761%201%208%201S3%202.119%203%203.5S5.239%206%208%206m8%205.5a4.5%204.5%200%201%201-9%200a4.5%204.5%200%200%201%209%200m-2.146-.354l-2-2a.5.5%200%200%200-.35-.147h-.006a.5.5%200%200%200-.348.144l-.003.003l-2%202a.5.5%200%200%200%20.707.707L11%2010.707V13.5a.5.5%200%200%200%201%200v-2.793l1.146%201.146a.5.5%200%200%200%20.708-.707%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.239%2014.974C4.775%2014.801%203%2013.796%203%2012.5V5.487C4.057%206.413%205.864%207%208%207q.176%200%20.35-.006A5.5%205.5%200%200%200%206%2011.5c0%201.316.465%202.526%201.239%203.474M8%206c2.761%200%205-1.119%205-2.5S10.761%201%208%201S3%202.119%203%203.5S5.239%206%208%206m8%205.5a4.5%204.5%200%201%201-9%200a4.5%204.5%200%200%201%209%200m-2.146-.354l-2-2a.5.5%200%200%200-.35-.147h-.006a.5.5%200%200%200-.348.144l-.003.003l-2%202a.5.5%200%200%200%20.707.707L11%2010.707V13.5a.5.5%200%200%200%201%200v-2.793l1.146%201.146a.5.5%200%200%200%20.708-.707%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/database-arrow-up-16-filled.svg?color=%231a73e8&size=48