save icon
save-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- save-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- Viewbox
- 24×24
- License
- MIT
10 other variants in Fluent UI System Icons
The same icon in other sets
saveAkar Iconssave-filledAnt Design IconssaveBootstrap IconssaveBoxIcons v2saveBoxIcons v2 SolidsaveCarbonsaveCodiconssave-fillEva IconssaveFont Awesome RegularsaveFont Awesome SolidsaveFeather IconssaveHuge IconssaveHumbleiconssaveIconParksaveIconPark OutlinesaveIconPark SolidsaveIconPark TwoTonesaveIonIconssaveJam IconssaveLine AwesomesaveLucidesaveMajesticonssaveMaterial SymbolssaveMaterial Symbols Light
Related icons in Fluent UI System Icons
Use the save 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.299v9.964A2.75 2.75 0 0 1 18.25 21H5.75A2.75 2.75 0 0 1 3 18.25zM5.75 4.5c-.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 12h7.5A2.25 2.25 0 0 1 18 14.25v5.25h.25c.69 0 1.25-.56 1.25-1.25V8.286c0-.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.5zm10.75 15v-5.25a.75.75 0 0 0-.75-.75h-7.5a.75.75 0 0 0-.75.75v5.25zm-8-15v2.75c0 .414.336.75.75.75h4.5a.75.75 0 0 0 .75-.75V4.5z"/></svg>
React
import type { SVGProps } from "react";
export function FluentSave24Regular(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.299v9.964A2.75 2.75 0 0 1 18.25 21H5.75A2.75 2.75 0 0 1 3 18.25zM5.75 4.5c-.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 12h7.5A2.25 2.25 0 0 1 18 14.25v5.25h.25c.69 0 1.25-.56 1.25-1.25V8.286c0-.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.5zm10.75 15v-5.25a.75.75 0 0 0-.75-.75h-7.5a.75.75 0 0 0-.75.75v5.25zm-8-15v2.75c0 .414.336.75.75.75h4.5a.75.75 0 0 0 .75-.75V4.5z"/></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.299v9.964A2.75 2.75 0 0 1 18.25 21H5.75A2.75 2.75 0 0 1 3 18.25zM5.75 4.5c-.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 12h7.5A2.25 2.25 0 0 1 18 14.25v5.25h.25c.69 0 1.25-.56 1.25-1.25V8.286c0-.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.5zm10.75 15v-5.25a.75.75 0 0 0-.75-.75h-7.5a.75.75 0 0 0-.75.75v5.25zm-8-15v2.75c0 .414.336.75.75.75h4.5a.75.75 0 0 0 .75-.75V4.5z"/></svg> </template>
CSS
.icon-save-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.299v9.964A2.75%202.75%200%200%201%2018.25%2021H5.75A2.75%202.75%200%200%201%203%2018.25zM5.75%204.5c-.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%2012h7.5A2.25%202.25%200%200%201%2018%2014.25v5.25h.25c.69%200%201.25-.56%201.25-1.25V8.286c0-.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.5zm10.75%2015v-5.25a.75.75%200%200%200-.75-.75h-7.5a.75.75%200%200%200-.75.75v5.25zm-8-15v2.75c0%20.414.336.75.75.75h4.5a.75.75%200%200%200%20.75-.75V4.5z%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.299v9.964A2.75%202.75%200%200%201%2018.25%2021H5.75A2.75%202.75%200%200%201%203%2018.25zM5.75%204.5c-.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%2012h7.5A2.25%202.25%200%200%201%2018%2014.25v5.25h.25c.69%200%201.25-.56%201.25-1.25V8.286c0-.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.5zm10.75%2015v-5.25a.75.75%200%200%200-.75-.75h-7.5a.75.75%200%200%200-.75.75v5.25zm-8-15v2.75c0%20.414.336.75.75.75h4.5a.75.75%200%200%200%20.75-.75V4.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/save-24-regular.svg?color=%231a73e8&size=48