gallery tick icon

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

Name
gallery-tick-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 tick 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.66 2.45l-2.37 2.77a.5.5 0 0 1-.37.18h-.02c-.14 0-.27-.05-.37-.15l-1.1-1.08a.52.52 0 0 1 0-.73c.2-.2.53-.21.73 0l.7.69l2-2.34c.19-.22.51-.24.73-.06c.23.18.25.51.07.72M9.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 ReiconGalleryTickFilled(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.66 2.45l-2.37 2.77a.5.5 0 0 1-.37.18h-.02c-.14 0-.27-.05-.37-.15l-1.1-1.08a.52.52 0 0 1 0-.73c.2-.2.53-.21.73 0l.7.69l2-2.34c.19-.22.51-.24.73-.06c.23.18.25.51.07.72M9.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.66 2.45l-2.37 2.77a.5.5 0 0 1-.37.18h-.02c-.14 0-.27-.05-.37-.15l-1.1-1.08a.52.52 0 0 1 0-.73c.2-.2.53-.21.73 0l.7.69l2-2.34c.19-.22.51-.24.73-.06c.23.18.25.51.07.72M9.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-tick-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.66%202.45l-2.37%202.77a.5.5%200%200%201-.37.18h-.02c-.14%200-.27-.05-.37-.15l-1.1-1.08a.52.52%200%200%201%200-.73c.2-.2.53-.21.73%200l.7.69l2-2.34c.19-.22.51-.24.73-.06c.23.18.25.51.07.72M9.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.66%202.45l-2.37%202.77a.5.5%200%200%201-.37.18h-.02c-.14%200-.27-.05-.37-.15l-1.1-1.08a.52.52%200%200%201%200-.73c.2-.2.53-.21.73%200l.7.69l2-2.34c.19-.22.51-.24.73-.06c.23.18.25.51.07.72M9.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-tick-filled.svg?color=%231a73e8&size=48