gallery export icon

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

Name
gallery-export-filled
Set
Reicon
Style
Filled
Category
Newicons
Viewbox
24×24
License
MIT

1 other variant in Reicon

More newicons icons from Reicon

Use the gallery export icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M20.97 1h-2.94C16.76 1 16 1.76 16 3.03v2.94C16 7.24 16.76 8 18.03 8h2.94C22.24 8 23 7.24 23 5.97V3.03C23 1.76 22.24 1 20.97 1m.22 3.31a.62.62 0 0 1-.44.18a.62.62 0 0 1-.44-.18l-.18-.18v2.24c0 .35-.28.63-.63.63s-.63-.28-.63-.63V4.13l-.18.18c-.24.24-.64.24-.88 0a.63.63 0 0 1 0-.88l1.25-1.25c.05-.05.12-.09.19-.12c.02-.01.04-.01.06-.02c.05-.02.1-.03.16-.03h.06c.07 0 .13.01.2.04h.02q.105.045.18.12c.01.01.01.01.02.01l1.25 1.25c.24.24.24.64-.01.88M9.001 10.381a2.38 2.38 0 1 0 0-4.76a2.38 2.38 0 0 0 0 4.76"/><path d="M20.97 8h-.47v4.61l-.13-.11c-.78-.67-2.04-.67-2.82 0l-4.16 3.57c-.78.67-2.04.67-2.82 0l-.34-.28c-.71-.62-1.84-.68-2.64-.14l-3.74 2.51c-.22-.56-.35-1.21-.35-1.97V7.81c0-2.82 1.49-4.31 4.31-4.31H16v-.47c0-.4.07-.74.23-1.03H7.81C4.17 2 2 4.17 2 7.81v8.38c0 1.09.19 2.04.56 2.84c.86 1.9 2.7 2.97 5.25 2.97h8.38c3.64 0 5.81-2.17 5.81-5.81V7.77c-.29.16-.63.23-1.03.23"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconGalleryExportFilled(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="M20.97 1h-2.94C16.76 1 16 1.76 16 3.03v2.94C16 7.24 16.76 8 18.03 8h2.94C22.24 8 23 7.24 23 5.97V3.03C23 1.76 22.24 1 20.97 1m.22 3.31a.62.62 0 0 1-.44.18a.62.62 0 0 1-.44-.18l-.18-.18v2.24c0 .35-.28.63-.63.63s-.63-.28-.63-.63V4.13l-.18.18c-.24.24-.64.24-.88 0a.63.63 0 0 1 0-.88l1.25-1.25c.05-.05.12-.09.19-.12c.02-.01.04-.01.06-.02c.05-.02.1-.03.16-.03h.06c.07 0 .13.01.2.04h.02q.105.045.18.12c.01.01.01.01.02.01l1.25 1.25c.24.24.24.64-.01.88M9.001 10.381a2.38 2.38 0 1 0 0-4.76a2.38 2.38 0 0 0 0 4.76"/><path d="M20.97 8h-.47v4.61l-.13-.11c-.78-.67-2.04-.67-2.82 0l-4.16 3.57c-.78.67-2.04.67-2.82 0l-.34-.28c-.71-.62-1.84-.68-2.64-.14l-3.74 2.51c-.22-.56-.35-1.21-.35-1.97V7.81c0-2.82 1.49-4.31 4.31-4.31H16v-.47c0-.4.07-.74.23-1.03H7.81C4.17 2 2 4.17 2 7.81v8.38c0 1.09.19 2.04.56 2.84c.86 1.9 2.7 2.97 5.25 2.97h8.38c3.64 0 5.81-2.17 5.81-5.81V7.77c-.29.16-.63.23-1.03.23"/></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="M20.97 1h-2.94C16.76 1 16 1.76 16 3.03v2.94C16 7.24 16.76 8 18.03 8h2.94C22.24 8 23 7.24 23 5.97V3.03C23 1.76 22.24 1 20.97 1m.22 3.31a.62.62 0 0 1-.44.18a.62.62 0 0 1-.44-.18l-.18-.18v2.24c0 .35-.28.63-.63.63s-.63-.28-.63-.63V4.13l-.18.18c-.24.24-.64.24-.88 0a.63.63 0 0 1 0-.88l1.25-1.25c.05-.05.12-.09.19-.12c.02-.01.04-.01.06-.02c.05-.02.1-.03.16-.03h.06c.07 0 .13.01.2.04h.02q.105.045.18.12c.01.01.01.01.02.01l1.25 1.25c.24.24.24.64-.01.88M9.001 10.381a2.38 2.38 0 1 0 0-4.76a2.38 2.38 0 0 0 0 4.76"/><path d="M20.97 8h-.47v4.61l-.13-.11c-.78-.67-2.04-.67-2.82 0l-4.16 3.57c-.78.67-2.04.67-2.82 0l-.34-.28c-.71-.62-1.84-.68-2.64-.14l-3.74 2.51c-.22-.56-.35-1.21-.35-1.97V7.81c0-2.82 1.49-4.31 4.31-4.31H16v-.47c0-.4.07-.74.23-1.03H7.81C4.17 2 2 4.17 2 7.81v8.38c0 1.09.19 2.04.56 2.84c.86 1.9 2.7 2.97 5.25 2.97h8.38c3.64 0 5.81-2.17 5.81-5.81V7.77c-.29.16-.63.23-1.03.23"/></g></svg>
</template>

CSS

.icon-gallery-export-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%22M20.97%201h-2.94C16.76%201%2016%201.76%2016%203.03v2.94C16%207.24%2016.76%208%2018.03%208h2.94C22.24%208%2023%207.24%2023%205.97V3.03C23%201.76%2022.24%201%2020.97%201m.22%203.31a.62.62%200%200%201-.44.18a.62.62%200%200%201-.44-.18l-.18-.18v2.24c0%20.35-.28.63-.63.63s-.63-.28-.63-.63V4.13l-.18.18c-.24.24-.64.24-.88%200a.63.63%200%200%201%200-.88l1.25-1.25c.05-.05.12-.09.19-.12c.02-.01.04-.01.06-.02c.05-.02.1-.03.16-.03h.06c.07%200%20.13.01.2.04h.02q.105.045.18.12c.01.01.01.01.02.01l1.25%201.25c.24.24.24.64-.01.88M9.001%2010.381a2.38%202.38%200%201%200%200-4.76a2.38%202.38%200%200%200%200%204.76%22%2F%3E%3Cpath%20d%3D%22M20.97%208h-.47v4.61l-.13-.11c-.78-.67-2.04-.67-2.82%200l-4.16%203.57c-.78.67-2.04.67-2.82%200l-.34-.28c-.71-.62-1.84-.68-2.64-.14l-3.74%202.51c-.22-.56-.35-1.21-.35-1.97V7.81c0-2.82%201.49-4.31%204.31-4.31H16v-.47c0-.4.07-.74.23-1.03H7.81C4.17%202%202%204.17%202%207.81v8.38c0%201.09.19%202.04.56%202.84c.86%201.9%202.7%202.97%205.25%202.97h8.38c3.64%200%205.81-2.17%205.81-5.81V7.77c-.29.16-.63.23-1.03.23%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%22M20.97%201h-2.94C16.76%201%2016%201.76%2016%203.03v2.94C16%207.24%2016.76%208%2018.03%208h2.94C22.24%208%2023%207.24%2023%205.97V3.03C23%201.76%2022.24%201%2020.97%201m.22%203.31a.62.62%200%200%201-.44.18a.62.62%200%200%201-.44-.18l-.18-.18v2.24c0%20.35-.28.63-.63.63s-.63-.28-.63-.63V4.13l-.18.18c-.24.24-.64.24-.88%200a.63.63%200%200%201%200-.88l1.25-1.25c.05-.05.12-.09.19-.12c.02-.01.04-.01.06-.02c.05-.02.1-.03.16-.03h.06c.07%200%20.13.01.2.04h.02q.105.045.18.12c.01.01.01.01.02.01l1.25%201.25c.24.24.24.64-.01.88M9.001%2010.381a2.38%202.38%200%201%200%200-4.76a2.38%202.38%200%200%200%200%204.76%22%2F%3E%3Cpath%20d%3D%22M20.97%208h-.47v4.61l-.13-.11c-.78-.67-2.04-.67-2.82%200l-4.16%203.57c-.78.67-2.04.67-2.82%200l-.34-.28c-.71-.62-1.84-.68-2.64-.14l-3.74%202.51c-.22-.56-.35-1.21-.35-1.97V7.81c0-2.82%201.49-4.31%204.31-4.31H16v-.47c0-.4.07-.74.23-1.03H7.81C4.17%202%202%204.17%202%207.81v8.38c0%201.09.19%202.04.56%202.84c.86%201.9%202.7%202.97%205.25%202.97h8.38c3.64%200%205.81-2.17%205.81-5.81V7.77c-.29.16-.63.23-1.03.23%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/gallery-export-filled.svg?color=%231a73e8&size=48