save icon
save from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- save
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
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 IconssaveHumbleiconssaveIconParksaveIconPark OutlinesaveIconPark SolidsaveIconPark TwoTonesaveIonIconssaveJam IconssaveLine AwesomesaveLucidesaveMajesticonssaveMaterial SymbolssaveMaterial Symbols Light
Related icons in Huge Icons
Use the save icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M15.879 3H11C7.229 3 5.343 3 4.172 4.172S3 7.229 3 11v2c0 3.771 0 5.657 1.172 6.828S7.229 21 11 21h2c3.771 0 5.657 0 6.828-1.172S21 16.771 21 13V8.121c0-.456 0-.685-.024-.904a4 4 0 0 0-.854-2.06c-.138-.173-.3-.334-.622-.657c-.323-.323-.484-.484-.656-.622a4 4 0 0 0-2.061-.854C16.563 3 16.335 3 15.879 3"/><path d="M17 3.5V4c0 1.886 0 2.828-.586 3.414S14.886 8 13 8h-2c-1.886 0-2.828 0-3.414-.586S7 5.886 7 4v-.5m10 17V17c0-1.886 0-2.828-.586-3.414S14.886 13 13 13h-2c-1.886 0-2.828 0-3.414.586S7 15.114 7 17v3.5"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsSave(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M15.879 3H11C7.229 3 5.343 3 4.172 4.172S3 7.229 3 11v2c0 3.771 0 5.657 1.172 6.828S7.229 21 11 21h2c3.771 0 5.657 0 6.828-1.172S21 16.771 21 13V8.121c0-.456 0-.685-.024-.904a4 4 0 0 0-.854-2.06c-.138-.173-.3-.334-.622-.657c-.323-.323-.484-.484-.656-.622a4 4 0 0 0-2.061-.854C16.563 3 16.335 3 15.879 3"/><path d="M17 3.5V4c0 1.886 0 2.828-.586 3.414S14.886 8 13 8h-2c-1.886 0-2.828 0-3.414-.586S7 5.886 7 4v-.5m10 17V17c0-1.886 0-2.828-.586-3.414S14.886 13 13 13h-2c-1.886 0-2.828 0-3.414.586S7 15.114 7 17v3.5"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M15.879 3H11C7.229 3 5.343 3 4.172 4.172S3 7.229 3 11v2c0 3.771 0 5.657 1.172 6.828S7.229 21 11 21h2c3.771 0 5.657 0 6.828-1.172S21 16.771 21 13V8.121c0-.456 0-.685-.024-.904a4 4 0 0 0-.854-2.06c-.138-.173-.3-.334-.622-.657c-.323-.323-.484-.484-.656-.622a4 4 0 0 0-2.061-.854C16.563 3 16.335 3 15.879 3"/><path d="M17 3.5V4c0 1.886 0 2.828-.586 3.414S14.886 8 13 8h-2c-1.886 0-2.828 0-3.414-.586S7 5.886 7 4v-.5m10 17V17c0-1.886 0-2.828-.586-3.414S14.886 13 13 13h-2c-1.886 0-2.828 0-3.414.586S7 15.114 7 17v3.5"/></g></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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M15.879%203H11C7.229%203%205.343%203%204.172%204.172S3%207.229%203%2011v2c0%203.771%200%205.657%201.172%206.828S7.229%2021%2011%2021h2c3.771%200%205.657%200%206.828-1.172S21%2016.771%2021%2013V8.121c0-.456%200-.685-.024-.904a4%204%200%200%200-.854-2.06c-.138-.173-.3-.334-.622-.657c-.323-.323-.484-.484-.656-.622a4%204%200%200%200-2.061-.854C16.563%203%2016.335%203%2015.879%203%22%2F%3E%3Cpath%20d%3D%22M17%203.5V4c0%201.886%200%202.828-.586%203.414S14.886%208%2013%208h-2c-1.886%200-2.828%200-3.414-.586S7%205.886%207%204v-.5m10%2017V17c0-1.886%200-2.828-.586-3.414S14.886%2013%2013%2013h-2c-1.886%200-2.828%200-3.414.586S7%2015.114%207%2017v3.5%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M15.879%203H11C7.229%203%205.343%203%204.172%204.172S3%207.229%203%2011v2c0%203.771%200%205.657%201.172%206.828S7.229%2021%2011%2021h2c3.771%200%205.657%200%206.828-1.172S21%2016.771%2021%2013V8.121c0-.456%200-.685-.024-.904a4%204%200%200%200-.854-2.06c-.138-.173-.3-.334-.622-.657c-.323-.323-.484-.484-.656-.622a4%204%200%200%200-2.061-.854C16.563%203%2016.335%203%2015.879%203%22%2F%3E%3Cpath%20d%3D%22M17%203.5V4c0%201.886%200%202.828-.586%203.414S14.886%208%2013%208h-2c-1.886%200-2.828%200-3.414-.586S7%205.886%207%204v-.5m10%2017V17c0-1.886%200-2.828-.586-3.414S14.886%2013%2013%2013h-2c-1.886%200-2.828%200-3.414.586S7%2015.114%207%2017v3.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/save.svg?color=%231a73e8&size=48