save minus icon

save-minus-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.

Name
save-minus-filled
Set
Reicon
Style
Filled
Category
Newicons
Viewbox
24×24
License
MIT

1 other variant in Reicon

More newicons icons from Reicon

Use the save minus icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M22 5.11v11.36c0 1.45-1.04 2.06-2.31 1.36l-1.93-1.08a.51.51 0 0 1-.26-.44V8.99c0-2.54-2.07-4.61-4.61-4.61H8.82c-.37 0-.63-.39-.46-.71C8.88 2.68 9.92 2 11.11 2h7.78C20.6 2 22 3.4 22 5.11"/><path d="M12.89 5.879H5.11A3.12 3.12 0 0 0 2 8.989v11.36c0 1.45 1.04 2.06 2.31 1.36l3.93-2.19c.42-.23 1.1-.23 1.52 0l3.93 2.19c1.27.7 2.31.09 2.31-1.36V8.989c0-1.71-1.4-3.11-3.11-3.11M11 12.749H7c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h4c.41 0 .75.34.75.75s-.34.75-.75.75"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconSaveMinusFilled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M22 5.11v11.36c0 1.45-1.04 2.06-2.31 1.36l-1.93-1.08a.51.51 0 0 1-.26-.44V8.99c0-2.54-2.07-4.61-4.61-4.61H8.82c-.37 0-.63-.39-.46-.71C8.88 2.68 9.92 2 11.11 2h7.78C20.6 2 22 3.4 22 5.11"/><path d="M12.89 5.879H5.11A3.12 3.12 0 0 0 2 8.989v11.36c0 1.45 1.04 2.06 2.31 1.36l3.93-2.19c.42-.23 1.1-.23 1.52 0l3.93 2.19c1.27.7 2.31.09 2.31-1.36V8.989c0-1.71-1.4-3.11-3.11-3.11M11 12.749H7c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h4c.41 0 .75.34.75.75s-.34.75-.75.75"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M22 5.11v11.36c0 1.45-1.04 2.06-2.31 1.36l-1.93-1.08a.51.51 0 0 1-.26-.44V8.99c0-2.54-2.07-4.61-4.61-4.61H8.82c-.37 0-.63-.39-.46-.71C8.88 2.68 9.92 2 11.11 2h7.78C20.6 2 22 3.4 22 5.11"/><path d="M12.89 5.879H5.11A3.12 3.12 0 0 0 2 8.989v11.36c0 1.45 1.04 2.06 2.31 1.36l3.93-2.19c.42-.23 1.1-.23 1.52 0l3.93 2.19c1.27.7 2.31.09 2.31-1.36V8.989c0-1.71-1.4-3.11-3.11-3.11M11 12.749H7c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h4c.41 0 .75.34.75.75s-.34.75-.75.75"/></g></svg>
</template>

CSS

.icon-save-minus-filled {
  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%22currentColor%22%3E%3Cpath%20d%3D%22M22%205.11v11.36c0%201.45-1.04%202.06-2.31%201.36l-1.93-1.08a.51.51%200%200%201-.26-.44V8.99c0-2.54-2.07-4.61-4.61-4.61H8.82c-.37%200-.63-.39-.46-.71C8.88%202.68%209.92%202%2011.11%202h7.78C20.6%202%2022%203.4%2022%205.11%22%2F%3E%3Cpath%20d%3D%22M12.89%205.879H5.11A3.12%203.12%200%200%200%202%208.989v11.36c0%201.45%201.04%202.06%202.31%201.36l3.93-2.19c.42-.23%201.1-.23%201.52%200l3.93%202.19c1.27.7%202.31.09%202.31-1.36V8.989c0-1.71-1.4-3.11-3.11-3.11M11%2012.749H7c-.41%200-.75-.34-.75-.75s.34-.75.75-.75h4c.41%200%20.75.34.75.75s-.34.75-.75.75%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%22currentColor%22%3E%3Cpath%20d%3D%22M22%205.11v11.36c0%201.45-1.04%202.06-2.31%201.36l-1.93-1.08a.51.51%200%200%201-.26-.44V8.99c0-2.54-2.07-4.61-4.61-4.61H8.82c-.37%200-.63-.39-.46-.71C8.88%202.68%209.92%202%2011.11%202h7.78C20.6%202%2022%203.4%2022%205.11%22%2F%3E%3Cpath%20d%3D%22M12.89%205.879H5.11A3.12%203.12%200%200%200%202%208.989v11.36c0%201.45%201.04%202.06%202.31%201.36l3.93-2.19c.42-.23%201.1-.23%201.52%200l3.93%202.19c1.27.7%202.31.09%202.31-1.36V8.989c0-1.71-1.4-3.11-3.11-3.11M11%2012.749H7c-.41%200-.75-.34-.75-.75s.34-.75.75-.75h4c.41%200%20.75.34.75.75s-.34.75-.75.75%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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