database arrow right icon
database-arrow-right-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.
- Name
- database-arrow-right-16-regular
- Set
- Fluent UI System Icons
- Style
- 16 Regular
- Viewbox
- 16×16
- License
- MIT
7 other variants in Fluent UI System Icons
The same icon in other sets
Related icons in Fluent UI System Icons
database-arrow-down-20-filleddatabase-arrow-up-16-filleddatabase-checkmark-16-filleddatabase-lightning-20-filleddatabase-link-20-filleddatabase-multiple-20-filleddatabase-person-20-filleddatabase-plug-connected-20-filleddatabase-search-20-filleddatabase-settings-16-filleddatabase-stack-16-filleddatabase-switch-20-filleddatabase-warning-20-filleddatabase-window-20-filled
Use the database arrow right icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M4 5.021V12.5c0 .479.956 1.128 2.545 1.387c.189.39.423.755.694 1.087C4.775 14.801 3 13.795 3 12.5v-9C3 2.075 5.149 1 8 1s5 1.075 5 2.5v2.708a5.5 5.5 0 0 0-1-.185V5.021A7.4 7.4 0 0 1 8 6a7.4 7.4 0 0 1-4-.979M12 3.5C12 2.888 10.441 2 8 2c-2.442 0-4 .888-4 1.5S5.559 5 8 5s4-.888 4-1.5M11.5 7a4.5 4.5 0 1 1 0 9a4.5 4.5 0 0 1 0-9m2.353 4.854l.003-.003a.5.5 0 0 0 .144-.348v-.006a.5.5 0 0 0-.146-.35l-2-2a.5.5 0 0 0-.708.707L12.293 11H9.5a.5.5 0 0 0 0 1h2.793l-1.147 1.146a.5.5 0 0 0 .708.708z"/></svg>
React
import type { SVGProps } from "react";
export function FluentDatabaseArrowRight16Regular(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 5.021V12.5c0 .479.956 1.128 2.545 1.387c.189.39.423.755.694 1.087C4.775 14.801 3 13.795 3 12.5v-9C3 2.075 5.149 1 8 1s5 1.075 5 2.5v2.708a5.5 5.5 0 0 0-1-.185V5.021A7.4 7.4 0 0 1 8 6a7.4 7.4 0 0 1-4-.979M12 3.5C12 2.888 10.441 2 8 2c-2.442 0-4 .888-4 1.5S5.559 5 8 5s4-.888 4-1.5M11.5 7a4.5 4.5 0 1 1 0 9a4.5 4.5 0 0 1 0-9m2.353 4.854l.003-.003a.5.5 0 0 0 .144-.348v-.006a.5.5 0 0 0-.146-.35l-2-2a.5.5 0 0 0-.708.707L12.293 11H9.5a.5.5 0 0 0 0 1h2.793l-1.147 1.146a.5.5 0 0 0 .708.708z"/></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 5.021V12.5c0 .479.956 1.128 2.545 1.387c.189.39.423.755.694 1.087C4.775 14.801 3 13.795 3 12.5v-9C3 2.075 5.149 1 8 1s5 1.075 5 2.5v2.708a5.5 5.5 0 0 0-1-.185V5.021A7.4 7.4 0 0 1 8 6a7.4 7.4 0 0 1-4-.979M12 3.5C12 2.888 10.441 2 8 2c-2.442 0-4 .888-4 1.5S5.559 5 8 5s4-.888 4-1.5M11.5 7a4.5 4.5 0 1 1 0 9a4.5 4.5 0 0 1 0-9m2.353 4.854l.003-.003a.5.5 0 0 0 .144-.348v-.006a.5.5 0 0 0-.146-.35l-2-2a.5.5 0 0 0-.708.707L12.293 11H9.5a.5.5 0 0 0 0 1h2.793l-1.147 1.146a.5.5 0 0 0 .708.708z"/></svg> </template>
CSS
.icon-database-arrow-right-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%205.021V12.5c0%20.479.956%201.128%202.545%201.387c.189.39.423.755.694%201.087C4.775%2014.801%203%2013.795%203%2012.5v-9C3%202.075%205.149%201%208%201s5%201.075%205%202.5v2.708a5.5%205.5%200%200%200-1-.185V5.021A7.4%207.4%200%200%201%208%206a7.4%207.4%200%200%201-4-.979M12%203.5C12%202.888%2010.441%202%208%202c-2.442%200-4%20.888-4%201.5S5.559%205%208%205s4-.888%204-1.5M11.5%207a4.5%204.5%200%201%201%200%209a4.5%204.5%200%200%201%200-9m2.353%204.854l.003-.003a.5.5%200%200%200%20.144-.348v-.006a.5.5%200%200%200-.146-.35l-2-2a.5.5%200%200%200-.708.707L12.293%2011H9.5a.5.5%200%200%200%200%201h2.793l-1.147%201.146a.5.5%200%200%200%20.708.708z%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%205.021V12.5c0%20.479.956%201.128%202.545%201.387c.189.39.423.755.694%201.087C4.775%2014.801%203%2013.795%203%2012.5v-9C3%202.075%205.149%201%208%201s5%201.075%205%202.5v2.708a5.5%205.5%200%200%200-1-.185V5.021A7.4%207.4%200%200%201%208%206a7.4%207.4%200%200%201-4-.979M12%203.5C12%202.888%2010.441%202%208%202c-2.442%200-4%20.888-4%201.5S5.559%205%208%205s4-.888%204-1.5M11.5%207a4.5%204.5%200%201%201%200%209a4.5%204.5%200%200%201%200-9m2.353%204.854l.003-.003a.5.5%200%200%200%20.144-.348v-.006a.5.5%200%200%200-.146-.35l-2-2a.5.5%200%200%200-.708.707L12.293%2011H9.5a.5.5%200%200%200%200%201h2.793l-1.147%201.146a.5.5%200%200%200%20.708.708z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/database-arrow-right-16-regular.svg?color=%231a73e8&size=48