outline save all icon

outline-save-all from Google Material Icons by Material Design Authors · Baseline · Content · Apache-2.0 Free for personal and commercial use.

Name
outline-save-all
Set
Google Material Icons
Style
Baseline
Category
Content
Viewbox
24×24
License
Apache 2.0

More content icons from Google Material Icons

Use the outline save all icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17 6H8a2 2 0 0 0-2 2v11a2 2 0 0 0 2 2h11c1.1 0 2-.9 2-2v-9zm2 13H8V8h8.17L19 10.83z"/><path fill="currentColor" d="M9 9h6v2H9z"/><circle cx="13.5" cy="15.5" r="2.5" fill="currentColor"/><path fill="currentColor" d="M2 4a2 2 0 0 1 2-2h10v2H4v10H2z"/></svg>

React

import type { SVGProps } from "react";

export function IcOutlineSaveAll(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="M17 6H8a2 2 0 0 0-2 2v11a2 2 0 0 0 2 2h11c1.1 0 2-.9 2-2v-9zm2 13H8V8h8.17L19 10.83z"/><path fill="currentColor" d="M9 9h6v2H9z"/><circle cx="13.5" cy="15.5" r="2.5" fill="currentColor"/><path fill="currentColor" d="M2 4a2 2 0 0 1 2-2h10v2H4v10H2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17 6H8a2 2 0 0 0-2 2v11a2 2 0 0 0 2 2h11c1.1 0 2-.9 2-2v-9zm2 13H8V8h8.17L19 10.83z"/><path fill="currentColor" d="M9 9h6v2H9z"/><circle cx="13.5" cy="15.5" r="2.5" fill="currentColor"/><path fill="currentColor" d="M2 4a2 2 0 0 1 2-2h10v2H4v10H2z"/></svg>
</template>

CSS

.icon-outline-save-all {
  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%22M17%206H8a2%202%200%200%200-2%202v11a2%202%200%200%200%202%202h11c1.1%200%202-.9%202-2v-9zm2%2013H8V8h8.17L19%2010.83z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9%209h6v2H9z%22%2F%3E%3Ccircle%20cx%3D%2213.5%22%20cy%3D%2215.5%22%20r%3D%222.5%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2%204a2%202%200%200%201%202-2h10v2H4v10H2z%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%22M17%206H8a2%202%200%200%200-2%202v11a2%202%200%200%200%202%202h11c1.1%200%202-.9%202-2v-9zm2%2013H8V8h8.17L19%2010.83z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9%209h6v2H9z%22%2F%3E%3Ccircle%20cx%3D%2213.5%22%20cy%3D%2215.5%22%20r%3D%222.5%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2%204a2%202%200%200%201%202-2h10v2H4v10H2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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