gallery5 icon
gallery5-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.
- Name
- gallery5-filled
- Set
- Reicon
- Style
- Filled
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
More newicons icons from Reicon
Use the gallery5 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="m2.58 19.011l-.02.02c-.27-.59-.44-1.26-.51-2c.07.73.26 1.39.53 1.98m6.421-8.63a2.38 2.38 0 1 0 0-4.76a2.38 2.38 0 0 0 0 4.76"/><path d="M16.19 2H7.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.81C22 4.17 19.83 2 16.19 2m4.18 10.5c-.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.31h8.38c2.82 0 4.31 1.49 4.31 4.31v4.8z"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconGallery5Filled(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="m2.58 19.011l-.02.02c-.27-.59-.44-1.26-.51-2c.07.73.26 1.39.53 1.98m6.421-8.63a2.38 2.38 0 1 0 0-4.76a2.38 2.38 0 0 0 0 4.76"/><path d="M16.19 2H7.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.81C22 4.17 19.83 2 16.19 2m4.18 10.5c-.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.31h8.38c2.82 0 4.31 1.49 4.31 4.31v4.8z"/></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="m2.58 19.011l-.02.02c-.27-.59-.44-1.26-.51-2c.07.73.26 1.39.53 1.98m6.421-8.63a2.38 2.38 0 1 0 0-4.76a2.38 2.38 0 0 0 0 4.76"/><path d="M16.19 2H7.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.81C22 4.17 19.83 2 16.19 2m4.18 10.5c-.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.31h8.38c2.82 0 4.31 1.49 4.31 4.31v4.8z"/></g></svg> </template>
CSS
.icon-gallery5-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%22m2.58%2019.011l-.02.02c-.27-.59-.44-1.26-.51-2c.07.73.26%201.39.53%201.98m6.421-8.63a2.38%202.38%200%201%200%200-4.76a2.38%202.38%200%200%200%200%204.76%22%2F%3E%3Cpath%20d%3D%22M16.19%202H7.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.81C22%204.17%2019.83%202%2016.19%202m4.18%2010.5c-.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.31h8.38c2.82%200%204.31%201.49%204.31%204.31v4.8z%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%22m2.58%2019.011l-.02.02c-.27-.59-.44-1.26-.51-2c.07.73.26%201.39.53%201.98m6.421-8.63a2.38%202.38%200%201%200%200-4.76a2.38%202.38%200%200%200%200%204.76%22%2F%3E%3Cpath%20d%3D%22M16.19%202H7.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.81C22%204.17%2019.83%202%2016.19%202m4.18%2010.5c-.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.31h8.38c2.82%200%204.31%201.49%204.31%204.31v4.8z%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/gallery5-filled.svg?color=%231a73e8&size=48