save arrow right icon
save-arrow-right-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- save-arrow-right-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- 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="M3 5.75A2.75 2.75 0 0 1 5.75 3h9.965a3.25 3.25 0 0 1 2.298.952l2.035 2.035c.61.61.952 1.437.952 2.299v3.736a6.5 6.5 0 0 0-1.5-.709V8.287c0-.465-.184-.91-.513-1.238l-2.035-2.035a1.75 1.75 0 0 0-.952-.49V7.25a2.25 2.25 0 0 1-2.25 2.25h-4.5A2.25 2.25 0 0 1 7 7.25V4.5H5.75c-.69 0-1.25.56-1.25 1.25v12.5c0 .69.56 1.25 1.25 1.25H6v-5.25A2.25 2.25 0 0 1 8.25 12h5.784a6.5 6.5 0 0 0-1.658 1.5H8.25a.75.75 0 0 0-.75.75v5.25h3.813c.173.534.412 1.037.709 1.5H5.75A2.75 2.75 0 0 1 3 18.25zM8.5 4.5v2.75c0 .414.336.75.75.75h4.5a.75.75 0 0 0 .75-.75V4.5zm14.5 13a5.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 FluentSaveArrowRight24Regular(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="M3 5.75A2.75 2.75 0 0 1 5.75 3h9.965a3.25 3.25 0 0 1 2.298.952l2.035 2.035c.61.61.952 1.437.952 2.299v3.736a6.5 6.5 0 0 0-1.5-.709V8.287c0-.465-.184-.91-.513-1.238l-2.035-2.035a1.75 1.75 0 0 0-.952-.49V7.25a2.25 2.25 0 0 1-2.25 2.25h-4.5A2.25 2.25 0 0 1 7 7.25V4.5H5.75c-.69 0-1.25.56-1.25 1.25v12.5c0 .69.56 1.25 1.25 1.25H6v-5.25A2.25 2.25 0 0 1 8.25 12h5.784a6.5 6.5 0 0 0-1.658 1.5H8.25a.75.75 0 0 0-.75.75v5.25h3.813c.173.534.412 1.037.709 1.5H5.75A2.75 2.75 0 0 1 3 18.25zM8.5 4.5v2.75c0 .414.336.75.75.75h4.5a.75.75 0 0 0 .75-.75V4.5zm14.5 13a5.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="M3 5.75A2.75 2.75 0 0 1 5.75 3h9.965a3.25 3.25 0 0 1 2.298.952l2.035 2.035c.61.61.952 1.437.952 2.299v3.736a6.5 6.5 0 0 0-1.5-.709V8.287c0-.465-.184-.91-.513-1.238l-2.035-2.035a1.75 1.75 0 0 0-.952-.49V7.25a2.25 2.25 0 0 1-2.25 2.25h-4.5A2.25 2.25 0 0 1 7 7.25V4.5H5.75c-.69 0-1.25.56-1.25 1.25v12.5c0 .69.56 1.25 1.25 1.25H6v-5.25A2.25 2.25 0 0 1 8.25 12h5.784a6.5 6.5 0 0 0-1.658 1.5H8.25a.75.75 0 0 0-.75.75v5.25h3.813c.173.534.412 1.037.709 1.5H5.75A2.75 2.75 0 0 1 3 18.25zM8.5 4.5v2.75c0 .414.336.75.75.75h4.5a.75.75 0 0 0 .75-.75V4.5zm14.5 13a5.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-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3%205.75A2.75%202.75%200%200%201%205.75%203h9.965a3.25%203.25%200%200%201%202.298.952l2.035%202.035c.61.61.952%201.437.952%202.299v3.736a6.5%206.5%200%200%200-1.5-.709V8.287c0-.465-.184-.91-.513-1.238l-2.035-2.035a1.75%201.75%200%200%200-.952-.49V7.25a2.25%202.25%200%200%201-2.25%202.25h-4.5A2.25%202.25%200%200%201%207%207.25V4.5H5.75c-.69%200-1.25.56-1.25%201.25v12.5c0%20.69.56%201.25%201.25%201.25H6v-5.25A2.25%202.25%200%200%201%208.25%2012h5.784a6.5%206.5%200%200%200-1.658%201.5H8.25a.75.75%200%200%200-.75.75v5.25h3.813c.173.534.412%201.037.709%201.5H5.75A2.75%202.75%200%200%201%203%2018.25zM8.5%204.5v2.75c0%20.414.336.75.75.75h4.5a.75.75%200%200%200%20.75-.75V4.5zm14.5%2013a5.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%22M3%205.75A2.75%202.75%200%200%201%205.75%203h9.965a3.25%203.25%200%200%201%202.298.952l2.035%202.035c.61.61.952%201.437.952%202.299v3.736a6.5%206.5%200%200%200-1.5-.709V8.287c0-.465-.184-.91-.513-1.238l-2.035-2.035a1.75%201.75%200%200%200-.952-.49V7.25a2.25%202.25%200%200%201-2.25%202.25h-4.5A2.25%202.25%200%200%201%207%207.25V4.5H5.75c-.69%200-1.25.56-1.25%201.25v12.5c0%20.69.56%201.25%201.25%201.25H6v-5.25A2.25%202.25%200%200%201%208.25%2012h5.784a6.5%206.5%200%200%200-1.658%201.5H8.25a.75.75%200%200%200-.75.75v5.25h3.813c.173.534.412%201.037.709%201.5H5.75A2.75%202.75%200%200%201%203%2018.25zM8.5%204.5v2.75c0%20.414.336.75.75.75h4.5a.75.75%200%200%200%20.75-.75V4.5zm14.5%2013a5.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-regular.svg?color=%231a73e8&size=48