save from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.

Name
save
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT

2 other variants in IonIcons

The same icon in other sets

Use the save icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="m465.94 119.76l-73.7-73.7A47.68 47.68 0 0 0 358.3 32H96a64 64 0 0 0-64 64v320a64 64 0 0 0 64 64h320a64 64 0 0 0 64-64V153.7a47.68 47.68 0 0 0-14.06-33.94M120 112h176a8 8 0 0 1 8 8v48a8 8 0 0 1-8 8H120a8 8 0 0 1-8-8v-48a8 8 0 0 1 8-8m139.75 319.91a80 80 0 1 1 76.16-76.16a80.06 80.06 0 0 1-76.16 76.16"/><circle cx="256" cy="352" r="48" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonSave(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="m465.94 119.76l-73.7-73.7A47.68 47.68 0 0 0 358.3 32H96a64 64 0 0 0-64 64v320a64 64 0 0 0 64 64h320a64 64 0 0 0 64-64V153.7a47.68 47.68 0 0 0-14.06-33.94M120 112h176a8 8 0 0 1 8 8v48a8 8 0 0 1-8 8H120a8 8 0 0 1-8-8v-48a8 8 0 0 1 8-8m139.75 319.91a80 80 0 1 1 76.16-76.16a80.06 80.06 0 0 1-76.16 76.16"/><circle cx="256" cy="352" r="48" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="m465.94 119.76l-73.7-73.7A47.68 47.68 0 0 0 358.3 32H96a64 64 0 0 0-64 64v320a64 64 0 0 0 64 64h320a64 64 0 0 0 64-64V153.7a47.68 47.68 0 0 0-14.06-33.94M120 112h176a8 8 0 0 1 8 8v48a8 8 0 0 1-8 8H120a8 8 0 0 1-8-8v-48a8 8 0 0 1 8-8m139.75 319.91a80 80 0 1 1 76.16-76.16a80.06 80.06 0 0 1-76.16 76.16"/><circle cx="256" cy="352" r="48" fill="currentColor"/></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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m465.94%20119.76l-73.7-73.7A47.68%2047.68%200%200%200%20358.3%2032H96a64%2064%200%200%200-64%2064v320a64%2064%200%200%200%2064%2064h320a64%2064%200%200%200%2064-64V153.7a47.68%2047.68%200%200%200-14.06-33.94M120%20112h176a8%208%200%200%201%208%208v48a8%208%200%200%201-8%208H120a8%208%200%200%201-8-8v-48a8%208%200%200%201%208-8m139.75%20319.91a80%2080%200%201%201%2076.16-76.16a80.06%2080.06%200%200%201-76.16%2076.16%22%2F%3E%3Ccircle%20cx%3D%22256%22%20cy%3D%22352%22%20r%3D%2248%22%20fill%3D%22currentColor%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m465.94%20119.76l-73.7-73.7A47.68%2047.68%200%200%200%20358.3%2032H96a64%2064%200%200%200-64%2064v320a64%2064%200%200%200%2064%2064h320a64%2064%200%200%200%2064-64V153.7a47.68%2047.68%200%200%200-14.06-33.94M120%20112h176a8%208%200%200%201%208%208v48a8%208%200%200%201-8%208H120a8%208%200%200%201-8-8v-48a8%208%200%200%201%208-8m139.75%20319.91a80%2080%200%201%201%2076.16-76.16a80.06%2080.06%200%200%201-76.16%2076.16%22%2F%3E%3Ccircle%20cx%3D%22256%22%20cy%3D%22352%22%20r%3D%2248%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/save.svg?color=%231a73e8&size=48