save remove icon
save-remove-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.
- Name
- save-remove-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 remove 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.11m-1.95 7c.29.29.29.77 0 1.06c-.15.15-.34.22-.53.22s-.38-.07-.53-.22l-.88-.88l-.88.88c-.15.15-.34.22-.53.22s-.38-.07-.53-.22a.754.754 0 0 1 0-1.06l.88-.88l-.88-.88a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l.88.88l.88-.88c.29-.29.77-.29 1.06 0s.29.77 0 1.06l-.88.88z"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconSaveRemoveFilled(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.11m-1.95 7c.29.29.29.77 0 1.06c-.15.15-.34.22-.53.22s-.38-.07-.53-.22l-.88-.88l-.88.88c-.15.15-.34.22-.53.22s-.38-.07-.53-.22a.754.754 0 0 1 0-1.06l.88-.88l-.88-.88a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l.88.88l.88-.88c.29-.29.77-.29 1.06 0s.29.77 0 1.06l-.88.88z"/></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.11m-1.95 7c.29.29.29.77 0 1.06c-.15.15-.34.22-.53.22s-.38-.07-.53-.22l-.88-.88l-.88.88c-.15.15-.34.22-.53.22s-.38-.07-.53-.22a.754.754 0 0 1 0-1.06l.88-.88l-.88-.88a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l.88.88l.88-.88c.29-.29.77-.29 1.06 0s.29.77 0 1.06l-.88.88z"/></g></svg> </template>
CSS
.icon-save-remove-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.11m-1.95%207c.29.29.29.77%200%201.06c-.15.15-.34.22-.53.22s-.38-.07-.53-.22l-.88-.88l-.88.88c-.15.15-.34.22-.53.22s-.38-.07-.53-.22a.754.754%200%200%201%200-1.06l.88-.88l-.88-.88a.754.754%200%200%201%200-1.06c.29-.29.77-.29%201.06%200l.88.88l.88-.88c.29-.29.77-.29%201.06%200s.29.77%200%201.06l-.88.88z%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.11m-1.95%207c.29.29.29.77%200%201.06c-.15.15-.34.22-.53.22s-.38-.07-.53-.22l-.88-.88l-.88.88c-.15.15-.34.22-.53.22s-.38-.07-.53-.22a.754.754%200%200%201%200-1.06l.88-.88l-.88-.88a.754.754%200%200%201%200-1.06c.29-.29.77-.29%201.06%200l.88.88l.88-.88c.29-.29.77-.29%201.06%200s.29.77%200%201.06l-.88.88z%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-remove-filled.svg?color=%231a73e8&size=48