database arrow up icon

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

Name
database-arrow-up-16-regular
Set
Fluent UI System Icons
Style
16 Regular
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="M4 12.5V5.021A7.4 7.4 0 0 0 8 6a7.4 7.4 0 0 0 4-.979v1.002a5.5 5.5 0 0 1 1 .185V3.5C13 2.075 10.851 1 8 1S3 2.075 3 3.5v9c0 1.295 1.775 2.301 4.239 2.474a5.6 5.6 0 0 1-.694-1.087C4.956 13.628 4 12.979 4 12.5M8 2c2.441 0 4 .888 4 1.5S10.441 5 8 5s-4-.888-4-1.5S5.558 2 8 2m3.5 5a4.5 4.5 0 1 0 0 9a4.5 4.5 0 0 0 0-9m2.354 4.854a.5.5 0 0 1-.707 0l-1.146-1.146v2.793a.5.5 0 0 1-1 0v-2.793l-1.146 1.146a.5.5 0 0 1-.707-.707l2-2l.003-.003A.5.5 0 0 1 11.499 9h.006a.5.5 0 0 1 .35.147l2 2a.5.5 0 0 1-.001.707"/></svg>

React

import type { SVGProps } from "react";

export function FluentDatabaseArrowUp16Regular(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="M4 12.5V5.021A7.4 7.4 0 0 0 8 6a7.4 7.4 0 0 0 4-.979v1.002a5.5 5.5 0 0 1 1 .185V3.5C13 2.075 10.851 1 8 1S3 2.075 3 3.5v9c0 1.295 1.775 2.301 4.239 2.474a5.6 5.6 0 0 1-.694-1.087C4.956 13.628 4 12.979 4 12.5M8 2c2.441 0 4 .888 4 1.5S10.441 5 8 5s-4-.888-4-1.5S5.558 2 8 2m3.5 5a4.5 4.5 0 1 0 0 9a4.5 4.5 0 0 0 0-9m2.354 4.854a.5.5 0 0 1-.707 0l-1.146-1.146v2.793a.5.5 0 0 1-1 0v-2.793l-1.146 1.146a.5.5 0 0 1-.707-.707l2-2l.003-.003A.5.5 0 0 1 11.499 9h.006a.5.5 0 0 1 .35.147l2 2a.5.5 0 0 1-.001.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="M4 12.5V5.021A7.4 7.4 0 0 0 8 6a7.4 7.4 0 0 0 4-.979v1.002a5.5 5.5 0 0 1 1 .185V3.5C13 2.075 10.851 1 8 1S3 2.075 3 3.5v9c0 1.295 1.775 2.301 4.239 2.474a5.6 5.6 0 0 1-.694-1.087C4.956 13.628 4 12.979 4 12.5M8 2c2.441 0 4 .888 4 1.5S10.441 5 8 5s-4-.888-4-1.5S5.558 2 8 2m3.5 5a4.5 4.5 0 1 0 0 9a4.5 4.5 0 0 0 0-9m2.354 4.854a.5.5 0 0 1-.707 0l-1.146-1.146v2.793a.5.5 0 0 1-1 0v-2.793l-1.146 1.146a.5.5 0 0 1-.707-.707l2-2l.003-.003A.5.5 0 0 1 11.499 9h.006a.5.5 0 0 1 .35.147l2 2a.5.5 0 0 1-.001.707"/></svg>
</template>

CSS

.icon-database-arrow-up-16-regular {
  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%22M4%2012.5V5.021A7.4%207.4%200%200%200%208%206a7.4%207.4%200%200%200%204-.979v1.002a5.5%205.5%200%200%201%201%20.185V3.5C13%202.075%2010.851%201%208%201S3%202.075%203%203.5v9c0%201.295%201.775%202.301%204.239%202.474a5.6%205.6%200%200%201-.694-1.087C4.956%2013.628%204%2012.979%204%2012.5M8%202c2.441%200%204%20.888%204%201.5S10.441%205%208%205s-4-.888-4-1.5S5.558%202%208%202m3.5%205a4.5%204.5%200%201%200%200%209a4.5%204.5%200%200%200%200-9m2.354%204.854a.5.5%200%200%201-.707%200l-1.146-1.146v2.793a.5.5%200%200%201-1%200v-2.793l-1.146%201.146a.5.5%200%200%201-.707-.707l2-2l.003-.003A.5.5%200%200%201%2011.499%209h.006a.5.5%200%200%201%20.35.147l2%202a.5.5%200%200%201-.001.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%22M4%2012.5V5.021A7.4%207.4%200%200%200%208%206a7.4%207.4%200%200%200%204-.979v1.002a5.5%205.5%200%200%201%201%20.185V3.5C13%202.075%2010.851%201%208%201S3%202.075%203%203.5v9c0%201.295%201.775%202.301%204.239%202.474a5.6%205.6%200%200%201-.694-1.087C4.956%2013.628%204%2012.979%204%2012.5M8%202c2.441%200%204%20.888%204%201.5S10.441%205%208%205s-4-.888-4-1.5S5.558%202%208%202m3.5%205a4.5%204.5%200%201%200%200%209a4.5%204.5%200%200%200%200-9m2.354%204.854a.5.5%200%200%201-.707%200l-1.146-1.146v2.793a.5.5%200%200%201-1%200v-2.793l-1.146%201.146a.5.5%200%200%201-.707-.707l2-2l.003-.003A.5.5%200%200%201%2011.499%209h.006a.5.5%200%200%201%20.35.147l2%202a.5.5%200%200%201-.001.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-regular.svg?color=%231a73e8&size=48