save icon
save from Myna UI Icons by Praveen Juge · Regular · MIT Free for personal and commercial use.
- Name
- save
- Set
- Myna UI Icons
- Style
- Regular
- Viewbox
- 24×24
- License
- MIT
1 other variant in Myna UI Icons
The same icon in other sets
saveAkar Iconssave-filledAnt Design IconssaveBootstrap IconssaveBoxIcons v2saveBoxIcons v2 SolidsaveCarbonsaveCodiconssave-fillEva IconssaveFont Awesome RegularsaveFont Awesome SolidsaveFeather Iconssave-16-filledFluent UI System IconssaveHuge IconssaveHumbleiconssaveIconParksaveIconPark OutlinesaveIconPark SolidsaveIconPark TwoTonesaveIonIconssaveJam IconssaveLine AwesomesaveLucidesaveMajesticonssaveMaterial Symbols
Use the save icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M16.25 21v-4.765a1.59 1.59 0 0 0-1.594-1.588H9.344a1.59 1.59 0 0 0-1.594 1.588V21m8.5-17.715v2.362a1.59 1.59 0 0 1-1.594 1.588H9.344A1.59 1.59 0 0 1 7.75 5.647V3m0 0H6.688A3.18 3.18 0 0 0 3.5 6.176v11.647A3.18 3.18 0 0 0 6.688 21h10.625a3.18 3.18 0 0 0 3.187-3.177V8.551a3.17 3.17 0 0 0-.934-2.246L17.184 3.93A3.2 3.2 0 0 0 14.93 3z"/></svg>
React
import type { SVGProps } from "react";
export function MynauiSave(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M16.25 21v-4.765a1.59 1.59 0 0 0-1.594-1.588H9.344a1.59 1.59 0 0 0-1.594 1.588V21m8.5-17.715v2.362a1.59 1.59 0 0 1-1.594 1.588H9.344A1.59 1.59 0 0 1 7.75 5.647V3m0 0H6.688A3.18 3.18 0 0 0 3.5 6.176v11.647A3.18 3.18 0 0 0 6.688 21h10.625a3.18 3.18 0 0 0 3.187-3.177V8.551a3.17 3.17 0 0 0-.934-2.246L17.184 3.93A3.2 3.2 0 0 0 14.93 3z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M16.25 21v-4.765a1.59 1.59 0 0 0-1.594-1.588H9.344a1.59 1.59 0 0 0-1.594 1.588V21m8.5-17.715v2.362a1.59 1.59 0 0 1-1.594 1.588H9.344A1.59 1.59 0 0 1 7.75 5.647V3m0 0H6.688A3.18 3.18 0 0 0 3.5 6.176v11.647A3.18 3.18 0 0 0 6.688 21h10.625a3.18 3.18 0 0 0 3.187-3.177V8.551a3.17 3.17 0 0 0-.934-2.246L17.184 3.93A3.2 3.2 0 0 0 14.93 3z"/></svg> </template>
CSS
.icon-save {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M16.25%2021v-4.765a1.59%201.59%200%200%200-1.594-1.588H9.344a1.59%201.59%200%200%200-1.594%201.588V21m8.5-17.715v2.362a1.59%201.59%200%200%201-1.594%201.588H9.344A1.59%201.59%200%200%201%207.75%205.647V3m0%200H6.688A3.18%203.18%200%200%200%203.5%206.176v11.647A3.18%203.18%200%200%200%206.688%2021h10.625a3.18%203.18%200%200%200%203.187-3.177V8.551a3.17%203.17%200%200%200-.934-2.246L17.184%203.93A3.2%203.2%200%200%200%2014.93%203z%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M16.25%2021v-4.765a1.59%201.59%200%200%200-1.594-1.588H9.344a1.59%201.59%200%200%200-1.594%201.588V21m8.5-17.715v2.362a1.59%201.59%200%200%201-1.594%201.588H9.344A1.59%201.59%200%200%201%207.75%205.647V3m0%200H6.688A3.18%203.18%200%200%200%203.5%206.176v11.647A3.18%203.18%200%200%200%206.688%2021h10.625a3.18%203.18%200%200%200%203.187-3.177V8.551a3.17%203.17%200%200%200-.934-2.246L17.184%203.93A3.2%203.2%200%200%200%2014.93%203z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mynaui/save.svg?color=%231a73e8&size=48