save arrow right icon
save-arrow-right-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- save-arrow-right-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- Viewbox
- 24×24
- License
- MIT
3 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
Use the save arrow right icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.75 3h-1A2.75 2.75 0 0 0 3 5.75v12.5A2.75 2.75 0 0 0 5.75 21H6v-6a2.25 2.25 0 0 1 2.25-2.25h4.813A6.48 6.48 0 0 1 17.5 11a6.47 6.47 0 0 1 3.5 1.022V8.286a3.25 3.25 0 0 0-.952-2.299l-2.035-2.035A3.25 3.25 0 0 0 15.75 3v4.5a2.25 2.25 0 0 1-2.25 2.25H9A2.25 2.25 0 0 1 6.75 7.5zm1.5 11.25h3.62A6.47 6.47 0 0 0 11 17.5a6.47 6.47 0 0 0 1.022 3.5H7.5v-6a.75.75 0 0 1 .75-.75m6-11.25v4.5a.75.75 0 0 1-.75.75H9a.75.75 0 0 1-.75-.75V3zM23 17.5a5.5 5.5 0 1 1-11 0a5.5 5.5 0 0 1 11 0m-8.5-.5a.5.5 0 0 0 0 1h4.793l-1.647 1.646a.5.5 0 0 0 .708.708l2.5-2.5a.5.5 0 0 0 0-.708l-2.5-2.5a.5.5 0 0 0-.708.708L19.293 17z"/></svg>
React
import type { SVGProps } from "react";
export function FluentSaveArrowRight24Filled(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="M6.75 3h-1A2.75 2.75 0 0 0 3 5.75v12.5A2.75 2.75 0 0 0 5.75 21H6v-6a2.25 2.25 0 0 1 2.25-2.25h4.813A6.48 6.48 0 0 1 17.5 11a6.47 6.47 0 0 1 3.5 1.022V8.286a3.25 3.25 0 0 0-.952-2.299l-2.035-2.035A3.25 3.25 0 0 0 15.75 3v4.5a2.25 2.25 0 0 1-2.25 2.25H9A2.25 2.25 0 0 1 6.75 7.5zm1.5 11.25h3.62A6.47 6.47 0 0 0 11 17.5a6.47 6.47 0 0 0 1.022 3.5H7.5v-6a.75.75 0 0 1 .75-.75m6-11.25v4.5a.75.75 0 0 1-.75.75H9a.75.75 0 0 1-.75-.75V3zM23 17.5a5.5 5.5 0 1 1-11 0a5.5 5.5 0 0 1 11 0m-8.5-.5a.5.5 0 0 0 0 1h4.793l-1.647 1.646a.5.5 0 0 0 .708.708l2.5-2.5a.5.5 0 0 0 0-.708l-2.5-2.5a.5.5 0 0 0-.708.708L19.293 17z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.75 3h-1A2.75 2.75 0 0 0 3 5.75v12.5A2.75 2.75 0 0 0 5.75 21H6v-6a2.25 2.25 0 0 1 2.25-2.25h4.813A6.48 6.48 0 0 1 17.5 11a6.47 6.47 0 0 1 3.5 1.022V8.286a3.25 3.25 0 0 0-.952-2.299l-2.035-2.035A3.25 3.25 0 0 0 15.75 3v4.5a2.25 2.25 0 0 1-2.25 2.25H9A2.25 2.25 0 0 1 6.75 7.5zm1.5 11.25h3.62A6.47 6.47 0 0 0 11 17.5a6.47 6.47 0 0 0 1.022 3.5H7.5v-6a.75.75 0 0 1 .75-.75m6-11.25v4.5a.75.75 0 0 1-.75.75H9a.75.75 0 0 1-.75-.75V3zM23 17.5a5.5 5.5 0 1 1-11 0a5.5 5.5 0 0 1 11 0m-8.5-.5a.5.5 0 0 0 0 1h4.793l-1.647 1.646a.5.5 0 0 0 .708.708l2.5-2.5a.5.5 0 0 0 0-.708l-2.5-2.5a.5.5 0 0 0-.708.708L19.293 17z"/></svg> </template>
CSS
.icon-save-arrow-right-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.75%203h-1A2.75%202.75%200%200%200%203%205.75v12.5A2.75%202.75%200%200%200%205.75%2021H6v-6a2.25%202.25%200%200%201%202.25-2.25h4.813A6.48%206.48%200%200%201%2017.5%2011a6.47%206.47%200%200%201%203.5%201.022V8.286a3.25%203.25%200%200%200-.952-2.299l-2.035-2.035A3.25%203.25%200%200%200%2015.75%203v4.5a2.25%202.25%200%200%201-2.25%202.25H9A2.25%202.25%200%200%201%206.75%207.5zm1.5%2011.25h3.62A6.47%206.47%200%200%200%2011%2017.5a6.47%206.47%200%200%200%201.022%203.5H7.5v-6a.75.75%200%200%201%20.75-.75m6-11.25v4.5a.75.75%200%200%201-.75.75H9a.75.75%200%200%201-.75-.75V3zM23%2017.5a5.5%205.5%200%201%201-11%200a5.5%205.5%200%200%201%2011%200m-8.5-.5a.5.5%200%200%200%200%201h4.793l-1.647%201.646a.5.5%200%200%200%20.708.708l2.5-2.5a.5.5%200%200%200%200-.708l-2.5-2.5a.5.5%200%200%200-.708.708L19.293%2017z%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%22M6.75%203h-1A2.75%202.75%200%200%200%203%205.75v12.5A2.75%202.75%200%200%200%205.75%2021H6v-6a2.25%202.25%200%200%201%202.25-2.25h4.813A6.48%206.48%200%200%201%2017.5%2011a6.47%206.47%200%200%201%203.5%201.022V8.286a3.25%203.25%200%200%200-.952-2.299l-2.035-2.035A3.25%203.25%200%200%200%2015.75%203v4.5a2.25%202.25%200%200%201-2.25%202.25H9A2.25%202.25%200%200%201%206.75%207.5zm1.5%2011.25h3.62A6.47%206.47%200%200%200%2011%2017.5a6.47%206.47%200%200%200%201.022%203.5H7.5v-6a.75.75%200%200%201%20.75-.75m6-11.25v4.5a.75.75%200%200%201-.75.75H9a.75.75%200%200%201-.75-.75V3zM23%2017.5a5.5%205.5%200%201%201-11%200a5.5%205.5%200%200%201%2011%200m-8.5-.5a.5.5%200%200%200%200%201h4.793l-1.647%201.646a.5.5%200%200%200%20.708.708l2.5-2.5a.5.5%200%200%200%200-.708l-2.5-2.5a.5.5%200%200%200-.708.708L19.293%2017z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/save-arrow-right-24-filled.svg?color=%231a73e8&size=48