gallery edit3 icon
gallery-edit3-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.
- Name
- gallery-edit3-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 edit3 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-1.96 5.57c-.03.03-.1.07-.15.07l-1.04.15c-.03.01-.07.01-.1.01c-.15 0-.28-.05-.37-.15a.53.53 0 0 1-.14-.47l.15-1.04c.01-.05.04-.12.07-.15l1.7-1.7c.03.07.06.15.09.23c.04.08.08.15.12.22c.03.06.07.12.11.16c.04.06.08.12.11.15a2 2 0 0 0 .32.33c.02.02.04.04.05.04c.05.04.11.09.15.12c.06.04.11.08.17.11c.07.04.15.08.23.12s.16.07.23.09zm2.39-2.39l-.32.32a.09.09 0 0 1-.08.04h-.03c-.72-.21-1.29-.78-1.5-1.5c-.01-.04 0-.08.03-.11l.33-.33c.54-.54 1.05-.53 1.58 0c.27.27.4.53.4.79c-.01.26-.14.52-.41.79M9.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 ReiconGalleryEdit3Filled(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-1.96 5.57c-.03.03-.1.07-.15.07l-1.04.15c-.03.01-.07.01-.1.01c-.15 0-.28-.05-.37-.15a.53.53 0 0 1-.14-.47l.15-1.04c.01-.05.04-.12.07-.15l1.7-1.7c.03.07.06.15.09.23c.04.08.08.15.12.22c.03.06.07.12.11.16c.04.06.08.12.11.15a2 2 0 0 0 .32.33c.02.02.04.04.05.04c.05.04.11.09.15.12c.06.04.11.08.17.11c.07.04.15.08.23.12s.16.07.23.09zm2.39-2.39l-.32.32a.09.09 0 0 1-.08.04h-.03c-.72-.21-1.29-.78-1.5-1.5c-.01-.04 0-.08.03-.11l.33-.33c.54-.54 1.05-.53 1.58 0c.27.27.4.53.4.79c-.01.26-.14.52-.41.79M9.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-1.96 5.57c-.03.03-.1.07-.15.07l-1.04.15c-.03.01-.07.01-.1.01c-.15 0-.28-.05-.37-.15a.53.53 0 0 1-.14-.47l.15-1.04c.01-.05.04-.12.07-.15l1.7-1.7c.03.07.06.15.09.23c.04.08.08.15.12.22c.03.06.07.12.11.16c.04.06.08.12.11.15a2 2 0 0 0 .32.33c.02.02.04.04.05.04c.05.04.11.09.15.12c.06.04.11.08.17.11c.07.04.15.08.23.12s.16.07.23.09zm2.39-2.39l-.32.32a.09.09 0 0 1-.08.04h-.03c-.72-.21-1.29-.78-1.5-1.5c-.01-.04 0-.08.03-.11l.33-.33c.54-.54 1.05-.53 1.58 0c.27.27.4.53.4.79c-.01.26-.14.52-.41.79M9.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-edit3-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-1.96%205.57c-.03.03-.1.07-.15.07l-1.04.15c-.03.01-.07.01-.1.01c-.15%200-.28-.05-.37-.15a.53.53%200%200%201-.14-.47l.15-1.04c.01-.05.04-.12.07-.15l1.7-1.7c.03.07.06.15.09.23c.04.08.08.15.12.22c.03.06.07.12.11.16c.04.06.08.12.11.15a2%202%200%200%200%20.32.33c.02.02.04.04.05.04c.05.04.11.09.15.12c.06.04.11.08.17.11c.07.04.15.08.23.12s.16.07.23.09zm2.39-2.39l-.32.32a.09.09%200%200%201-.08.04h-.03c-.72-.21-1.29-.78-1.5-1.5c-.01-.04%200-.08.03-.11l.33-.33c.54-.54%201.05-.53%201.58%200c.27.27.4.53.4.79c-.01.26-.14.52-.41.79M9.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-1.96%205.57c-.03.03-.1.07-.15.07l-1.04.15c-.03.01-.07.01-.1.01c-.15%200-.28-.05-.37-.15a.53.53%200%200%201-.14-.47l.15-1.04c.01-.05.04-.12.07-.15l1.7-1.7c.03.07.06.15.09.23c.04.08.08.15.12.22c.03.06.07.12.11.16c.04.06.08.12.11.15a2%202%200%200%200%20.32.33c.02.02.04.04.05.04c.05.04.11.09.15.12c.06.04.11.08.17.11c.07.04.15.08.23.12s.16.07.23.09zm2.39-2.39l-.32.32a.09.09%200%200%201-.08.04h-.03c-.72-.21-1.29-.78-1.5-1.5c-.01-.04%200-.08.03-.11l.33-.33c.54-.54%201.05-.53%201.58%200c.27.27.4.53.4.79c-.01.26-.14.52-.41.79M9.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-edit3-filled.svg?color=%231a73e8&size=48