ios save icon

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

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

Related icons in IonIcons

Use the ios save icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M272 64h-16c-4.4 0-8 3.6-8 8v72c0 4.4 7.6 8 12 8h12c4.4 0 8-3.6 8-8V72c0-4.4-3.6-8-8-8z" fill="currentColor"/><path d="M433.9 130.1L382 78.2c-9-9-21.3-14.2-34.1-14.2h-28c-8.8 0-16 7.3-16 16.2v80c0 8.8-7.2 16-16 16H160c-8.8 0-16-7.2-16-16v-80c0-8.8-7.2-16.2-16-16.2H96c-17.6 0-32 14.4-32 32v320c0 17.6 14.4 32 32 32h320c17.6 0 32-14.4 32-32V164c0-12.7-5.1-24.9-14.1-33.9zM322 400.1c0 8.8-8 16-17.8 16H143.8c-9.8 0-17.8-7.2-17.8-16v-96c0-8.8 8-16 17.8-16h160.4c9.8 0 17.8 7.2 17.8 16v96z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonIosSave(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M272 64h-16c-4.4 0-8 3.6-8 8v72c0 4.4 7.6 8 12 8h12c4.4 0 8-3.6 8-8V72c0-4.4-3.6-8-8-8z" fill="currentColor"/><path d="M433.9 130.1L382 78.2c-9-9-21.3-14.2-34.1-14.2h-28c-8.8 0-16 7.3-16 16.2v80c0 8.8-7.2 16-16 16H160c-8.8 0-16-7.2-16-16v-80c0-8.8-7.2-16.2-16-16.2H96c-17.6 0-32 14.4-32 32v320c0 17.6 14.4 32 32 32h320c17.6 0 32-14.4 32-32V164c0-12.7-5.1-24.9-14.1-33.9zM322 400.1c0 8.8-8 16-17.8 16H143.8c-9.8 0-17.8-7.2-17.8-16v-96c0-8.8 8-16 17.8-16h160.4c9.8 0 17.8 7.2 17.8 16v96z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M272 64h-16c-4.4 0-8 3.6-8 8v72c0 4.4 7.6 8 12 8h12c4.4 0 8-3.6 8-8V72c0-4.4-3.6-8-8-8z" fill="currentColor"/><path d="M433.9 130.1L382 78.2c-9-9-21.3-14.2-34.1-14.2h-28c-8.8 0-16 7.3-16 16.2v80c0 8.8-7.2 16-16 16H160c-8.8 0-16-7.2-16-16v-80c0-8.8-7.2-16.2-16-16.2H96c-17.6 0-32 14.4-32 32v320c0 17.6 14.4 32 32 32h320c17.6 0 32-14.4 32-32V164c0-12.7-5.1-24.9-14.1-33.9zM322 400.1c0 8.8-8 16-17.8 16H143.8c-9.8 0-17.8-7.2-17.8-16v-96c0-8.8 8-16 17.8-16h160.4c9.8 0 17.8 7.2 17.8 16v96z" fill="currentColor"/></svg>
</template>

CSS

.icon-ios-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%20d%3D%22M272%2064h-16c-4.4%200-8%203.6-8%208v72c0%204.4%207.6%208%2012%208h12c4.4%200%208-3.6%208-8V72c0-4.4-3.6-8-8-8z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M433.9%20130.1L382%2078.2c-9-9-21.3-14.2-34.1-14.2h-28c-8.8%200-16%207.3-16%2016.2v80c0%208.8-7.2%2016-16%2016H160c-8.8%200-16-7.2-16-16v-80c0-8.8-7.2-16.2-16-16.2H96c-17.6%200-32%2014.4-32%2032v320c0%2017.6%2014.4%2032%2032%2032h320c17.6%200%2032-14.4%2032-32V164c0-12.7-5.1-24.9-14.1-33.9zM322%20400.1c0%208.8-8%2016-17.8%2016H143.8c-9.8%200-17.8-7.2-17.8-16v-96c0-8.8%208-16%2017.8-16h160.4c9.8%200%2017.8%207.2%2017.8%2016v96z%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%20d%3D%22M272%2064h-16c-4.4%200-8%203.6-8%208v72c0%204.4%207.6%208%2012%208h12c4.4%200%208-3.6%208-8V72c0-4.4-3.6-8-8-8z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M433.9%20130.1L382%2078.2c-9-9-21.3-14.2-34.1-14.2h-28c-8.8%200-16%207.3-16%2016.2v80c0%208.8-7.2%2016-16%2016H160c-8.8%200-16-7.2-16-16v-80c0-8.8-7.2-16.2-16-16.2H96c-17.6%200-32%2014.4-32%2032v320c0%2017.6%2014.4%2032%2032%2032h320c17.6%200%2032-14.4%2032-32V164c0-12.7-5.1-24.9-14.1-33.9zM322%20400.1c0%208.8-8%2016-17.8%2016H143.8c-9.8%200-17.8-7.2-17.8-16v-96c0-8.8%208-16%2017.8-16h160.4c9.8%200%2017.8%207.2%2017.8%2016v96z%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/ios-save.svg?color=%231a73e8&size=48